merlimat commented on code in PR #15512: URL: https://github.com/apache/pulsar/pull/15512#discussion_r868144037
########## 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: This would be bringing everything back to Java 11. The goal of PIP-156 was to get brokers on Java 17. -- 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]
