Changed the docs plugin failOnWarnings config on pom.xml from true to false. We should either write comments on top of the methods or dont fail on warnings. This prevented me to do the build after Java 17 update.
I directly changed the versions from 11 to 17 in the pipelines. There is a test matrix included and was not sure to keep 11 as we can discuss which version's support to keep, which to include in the matrix etc.
Updates Java 11 to Java 17 in the following places:
Verification:
Some notes:
failOnWarnings
config on pom.xml fromtrue
tofalse
. We should either write comments on top of the methods or dont fail on warnings. This prevented me to do the build after Java 17 update.