Replies: 1 comment 1 reply
-
The second point is covered by Guava. For the third point: How about using Java 11 only for integration tests? I think, but am not sure, there is a gradle configuration that runs the unit tests with a Java 8 JVM. These would be nice to keep. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We already require java 11+ for builds. Could we start using it in unit/integration tests?
Advantages:
var
Map.of(...)
,List.of(...)
etcDisadvantages:
Beta Was this translation helpful? Give feedback.
All reactions