This is an automated email from the ASF dual-hosted git repository.
technoboy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 611a3a43a6c [fix][build] Activate jdk21 and jdk24 profiles on Java 25
(#25084)
611a3a43a6c is described below
commit 611a3a43a6cd03df0569af9075eb0c2cf7da3858
Author: Lari Hotari <[email protected]>
AuthorDate: Wed Dec 17 05:16:07 2025 +0200
[fix][build] Activate jdk21 and jdk24 profiles on Java 25 (#25084)
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 191120d796f..4f665a86c0d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2986,7 +2986,7 @@ flexible messaging model and an intuitive client
API.</description>
<profile>
<id>jdk21</id>
<activation>
- <jdk>21</jdk>
+ <jdk>[21,)</jdk>
</activation>
<properties>
<!-- nifi-nar-maven-plugin >= 2.0.0 require Java 21+ -->
@@ -3026,7 +3026,7 @@ flexible messaging model and an intuitive client
API.</description>
<profile>
<id>jdk24</id>
<activation>
- <jdk>24</jdk>
+ <jdk>[24,)</jdk>
</activation>
<properties>
<!-- JDK 24+ specific arguments -->