mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 00:35:25 +03:00
39a38d3a37
* Update to Java 11
changelog_begin
changelog_end
* Fix RoundingMode deprecation warnings
* Fix dep-ann warning
* Integer constructor
* JavaX annotation dependency
* javax.xml.bind was removed in Java 11
Using Guava as a replacement, since it is already a project dependency.
* JDK 11 no longer has a separate JRE tree
* Remove unused jdk_nix import
* remove now redundant jdk11_nix
* Java 8 --> 9 increased Instant.now() precision
See https://bugs.openjdk.java.net/browse/JDK-8068730
The precision of `Instant.now()` increased between Java 8 and Java 9.
On Linux and MacOS this doesn't seem to be a problem, as the precision
still seems to be at micro seconds. However, on Windows this now causes
errors of the following form:
```
java.lang.IllegalArgumentException: Conversion of Instant
2021-11-05T13:58:56.726875100Z to microsecond granularity would result
in loss of precision.
```
Suggesting that it now offers sub-microsecond precision.
`TimestampConversion.instantToMicros` had a check to fail if the
conversion lead to a loss of precision. In the specific failing test
case this is not a concern, so this adds a `roundInstantToMicros`
variant that avoids this kind of error.
* TMP round timestamps
* Revert "TMP round timestamps"
This reverts commit af8e261278
.
* Skip versions before 1.6.0 in migration tests
changelog_begin
changelog_end
Co-authored-by: Andreas Herrmann <andreas.herrmann@tweag.io>
20 lines
355 B
Plaintext
20 lines
355 B
Plaintext
{
|
|
"version": "0.0.8",
|
|
"manifests": "dev-env\\windows\\manifests",
|
|
"tools": [
|
|
"7zip",
|
|
"bazel",
|
|
"cacert",
|
|
"curl",
|
|
"ojdkbuild11",
|
|
"maven-3.6.1",
|
|
"msys2",
|
|
"nodejs-12.17.0",
|
|
"nsis-3.04",
|
|
"python-3.8.2",
|
|
"stack",
|
|
"toxiproxy",
|
|
"vcredist"
|
|
]
|
|
}
|