reta commented on code in PR #1022: URL: https://github.com/apache/cxf/pull/1022#discussion_r1016673152
########## pom.xml: ########## @@ -217,10 +217,9 @@ <artifactId>maven-compiler-plugin</artifactId> <version>3.10.1</version> <configuration> - <source>${cxf.jdk.version}</source> - <target>${cxf.jdk.version}</target> <maxmem>256M</maxmem> <fork>${cxf.compiler.fork}</fork> + <release>11</release> Review Comment: Super minor, we could set it to `${cxf.jdk.version}` (it is 11), it would be less of hurdle to move on to different JDKs later on -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org