-
Notifications
You must be signed in to change notification settings - Fork 992
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reduce build matrix to Java 8, 11, 15, and EA #1519
Labels
type: task
A general task
Milestone
Comments
mp911de
added a commit
that referenced
this issue
Nov 14, 2020
mp911de
added a commit
that referenced
this issue
Nov 14, 2020
mp911de
added a commit
that referenced
this issue
Nov 14, 2020
mp911de
added a commit
that referenced
this issue
Nov 14, 2020
mp911de
added a commit
that referenced
this issue
Nov 14, 2020
Java 11's javac fails with: [INFO] Compiling 669 source files to /home/travis/build/lettuce-io/lettuce-core/target/classes compiler message file broken: key=compiler.misc.msg.bug arguments=11.0.2, {1}, {2}, {3}, {4}, {5}, {6}, {7} java.lang.AssertionError at jdk.compiler/com.sun.tools.javac.util.Assert.error(Assert.java:155) at jdk.compiler/com.sun.tools.javac.util.Assert.check(Assert.java:46) at jdk.compiler/com.sun.tools.javac.comp.DeferredAttr$2$1.setOverloadKind(DeferredAttr.java:172) at jdk.compiler/com.sun.tools.javac.comp.ArgumentAttr.visitReference(ArgumentAttr.java:283) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMemberReference.accept(JCTree.java:2190) at jdk.compiler/com.sun.tools.javac.comp.ArgumentAttr.attribArg(ArgumentAttr.java:197) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
mp911de
added a commit
that referenced
this issue
Nov 14, 2020
Java 11's javac fails with: [INFO] Compiling 669 source files to /home/travis/build/lettuce-io/lettuce-core/target/classes compiler message file broken: key=compiler.misc.msg.bug arguments=11.0.2, {1}, {2}, {3}, {4}, {5}, {6}, {7} java.lang.AssertionError at jdk.compiler/com.sun.tools.javac.util.Assert.error(Assert.java:155) at jdk.compiler/com.sun.tools.javac.util.Assert.check(Assert.java:46) at jdk.compiler/com.sun.tools.javac.comp.DeferredAttr$2$1.setOverloadKind(DeferredAttr.java:172) at jdk.compiler/com.sun.tools.javac.comp.ArgumentAttr.visitReference(ArgumentAttr.java:283) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMemberReference.accept(JCTree.java:2190) at jdk.compiler/com.sun.tools.javac.comp.ArgumentAttr.attribArg(ArgumentAttr.java:197) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Probably we don't need 12, 13 and 14.
The text was updated successfully, but these errors were encountered: