-
The JSON schema specification in [7.3.1.2](http://json-schema.org/latest/json-schema-validation.html#anchor108) says:
> A string instance is valid against this attribute if it is a valid date repres…
-
## CVE-2018-1000873 - Medium Severity Vulnerability
Vulnerable Library - jackson-datatype-jsr310-2.9.6.jar
Add-on module to support JSR-310 (Java 8 Date & Time API) data types.
Library home page: ht…
-
**I'm submitting a ...**
- [x] bug report
- [ ] feature request
**Describe the issue**
Consider this logic:
```java
try (Connection connection = DriverManager.getConnection(
…
-
"I have a date or a time, and I want to round/adjust it."
Examples:
* Find the last time it was Monday (or Sunday) not later than the given date: https://github.com/Kotlin/kotlinx-datetime/issues/…
-
I'm attaching an .ssd to demonstrate the issue which occurs when playing software generated bass through interrupts. There appears to be sound corruption introduced between these two releases:
https…
-
### Expected behavior and actual behavior:
Expected: Immutable pojos are fully immutable.
Behavior: Immutable pojos that have fields that are mutable are not immutable.
### Steps to reproduce the…
-
# Problem
In automated tests, it's desirable to control time. It is achieved by something
typically called a _fake clock_.
The [Use a fake system clock](http://www.javapractices.com/topic/TopicAc…
-
Hi,
first of all congratulations for your work. I have been working for several years with gwt and I am impressed by your project.
I am using teavm to transpile my ui code to javascript by I hav…
-
**Describe the bug**
In Recur.java at line 696 there is a loop to quickly move to the start of the period. If the distance to the start is too long, crossing daylight saving, it will corrupt the star…
-
Just like Joda Time provides [methods for converting to](http://www.joda.org/joda-time/apidocs/org/joda/time/LocalDate.html#toDate--)/from `java.util.Date/Calendar`, it would be beneficial - not least…