-
Notifications
You must be signed in to change notification settings - Fork 192
Update CI to Java 16 #1104
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
Comments
see https://youtrack.jetbrains.com/issue/IDEA-263241 and projectlombok/lombok#2681 To compile in maven, this needs a number of --add-opens :
Intellij needs those as well as java.util : --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED --add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED --add-opens=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED --add-opens=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED --add-opens=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED --add-opens=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED --add-opens=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED --add-opens=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED --add-opens=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED --add-opens=jdk.compiler/com.sun.tools.javac.jvm=ALL-UNNAMED Runtime -
|
Let's put this ticket on hold for now. Kotlin and Lombok still have compatibility issues and we can only continue here once both issues are resolved. |
The issue with UUID still exists apart from Lombok/Intellij issues. The Couchbase CustomConversions does not map very well to Mongo CustomConversions. I'm working on sorting that out. |
No description provided.
The text was updated successfully, but these errors were encountered: