jimma commented on code in PR #1022: URL: https://github.com/apache/cxf/pull/1022#discussion_r1017328226
########## 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: @reta I wrongly committed some experimental stuff. Reverted. I should changed this with another PR and JIRA issue. -- 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