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:29:05 UTC

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

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



##########
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:
       In my opinion, it doesn’t add much complexity, but it’s clearer than putting it together. (what's jdk 11 need, what's jdk17 need)




-- 
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