File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed
extensions/smallrye-reactive-messaging-amqp/deployment
integration-tests/reactive-messaging-amqp Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 118
118
</plugin >
119
119
</plugins >
120
120
</build >
121
+
122
+ <profiles >
123
+ <!--
124
+ Artemis requires the SecurityManager and it is not available anymore in Java 25
125
+ See https://issues.apache.org/jira/browse/ARTEMIS-4975
126
+ -->
127
+ <profile >
128
+ <id >skip-artemis-on-java25</id >
129
+ <activation >
130
+ <jdk >[25,)</jdk >
131
+ </activation >
132
+ <properties >
133
+ <skipTests >true</skipTests >
134
+ </properties >
135
+ </profile >
136
+ </profiles >
121
137
</project >
Original file line number Diff line number Diff line change 137
137
</plugins >
138
138
</build >
139
139
140
-
140
+ <profiles >
141
+ <!--
142
+ Artemis requires the SecurityManager and it is not available anymore in Java 25
143
+ See https://issues.apache.org/jira/browse/ARTEMIS-4975
144
+ -->
145
+ <profile >
146
+ <id >skip-artemis-on-java25</id >
147
+ <activation >
148
+ <jdk >[25,)</jdk >
149
+ </activation >
150
+ <properties >
151
+ <skipTests >true</skipTests >
152
+ </properties >
153
+ </profile >
154
+ </profiles >
141
155
</project >
You can’t perform that action at this time.
0 commit comments