lhotari commented on code in PR #15264: URL: https://github.com/apache/pulsar/pull/15264#discussion_r861630254
########## pom.xml: ########## @@ -77,8 +77,9 @@ flexible messaging model and an intuitive client API.</description> </issueManagement> <properties> - <maven.compiler.source>8</maven.compiler.source> - <maven.compiler.target>8</maven.compiler.target> + <maven.compiler.source>17</maven.compiler.source> + <maven.compiler.target>17</maven.compiler.target> + <pulsar.client.javac.release>8</pulsar.client.javac.release> Review Comment: I think it would be more consistent to use `compiler` instead of `javac`, thus renaming `pulsar.client.javac.release` -> `pulsar.client.compiler.release`. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
