eolivelli commented on code in PR #15512: URL: https://github.com/apache/pulsar/pull/15512#discussion_r868146294
########## 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: I sent a message on the ML. I believe it is too strong to require people moving to JDK17 without having forced them switch to JDK11. I know few companies (especially Banks and Insurance Companies for instance) that are not able to switch so easily the JDK, especially if you were running on JDK8. I am not talking about Docker, but clusters on traditional/legacy VMs -- 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]
