eolivelli commented on code in PR #15512: URL: https://github.com/apache/pulsar/pull/15512#discussion_r868147052
########## pom.xml: ########## @@ -77,8 +77,8 @@ flexible messaging model and an intuitive client API.</description> </issueManagement> <properties> - <maven.compiler.source>17</maven.compiler.source> - <maven.compiler.target>17</maven.compiler.target> + <maven.compiler.source>11</maven.compiler.source> + <maven.compiler.target>11</maven.compiler.target> Review Comment: My suggestion is to make the Broker work well on JDK17 and force people to switch to JDK11. JDK17 is too "new" -- 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]
