You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/12/04 09:23:57 UTC

[GitHub] [pulsar] lhotari commented on a change in pull request #13131: Make tests can run on jdk17+

lhotari commented on a change in pull request #13131:
URL: https://github.com/apache/pulsar/pull/13131#discussion_r762406010



##########
File path: pom.xml
##########
@@ -1814,6 +1814,29 @@ flexible messaging model and an intuitive client API.</description>
         </pluginManagement>
       </build>
     </profile>
+    <profile>
+      <id>jdk17</id>
+      <activation>
+        <jdk>[17,)</jdk>

Review comment:
       Instead of adding a separate profile for JDK17, couldn't we update the existing JDK11 profile to cover both? /Cc @eolivelli @nicoloboschi 




-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org