-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
2020 Week 40-42 (from Sep 28)
-
1
-
Undefined
-
NEW
-
NEW
- Make sure the build builds java11+ class files:
jboss-parent contains this:<maven.compiler.target>1.8</maven.compiler.target> <maven.compiler.source>1.8</maven.compiler.source>
but we probably want to use
<maven.compiler.release>11</maven.compiler.target>
instead, because release = target + source + check if you don't use API's that have a higher @since javadoc
- Uncomment the minimum java 11 build in the release notes
- remove java 8 builds from CI
- Make sure all quick starts use java 11 too (for example, the spring boot one still uses 1.8 that should be 11 too).