File tree Expand file tree Collapse file tree 5 files changed +46
-0
lines changed
smallrye-reactive-messaging-amqp
smallrye-reactive-messaging-provider Expand file tree Collapse file tree 5 files changed +46
-0
lines changed Original file line number Diff line number Diff line change 2929 ' name ' : ' ' ,
3030 ' version ' : ' 21' ,
3131 },
32+ {
33+ ' name ' : ' ' ,
34+ ' version ' : ' 23' ,
35+ },
3236 {
3337 ' version ' : ' 21' ,
3438 ' build_opts ' : ' -Pslow-flaky-tests -Drevapi.skip=true -Dformat.skip=true' ,
Original file line number Diff line number Diff line change 2828 ' name ' : ' ' ,
2929 ' version ' : ' 21' ,
3030 },
31+ {
32+ ' name ' : ' ' ,
33+ ' version ' : ' 23' ,
34+ },
3135 {
3236 ' version ' : ' 11' ,
3337 ' build_opts ' : ' -Pslow-flaky-tests -Drevapi.skip=true' ,
Original file line number Diff line number Diff line change 2828 ' name ' : ' ' ,
2929 ' version ' : ' 21' ,
3030 },
31+ {
32+ ' name ' : ' ' ,
33+ ' version ' : ' 23' ,
34+ },
3135 {
3236 ' version ' : ' 21' ,
3337 ' build_opts ' : ' -Pslow-flaky-tests -Drevapi.skip=true -Dformat.skip=true' ,
Original file line number Diff line number Diff line change 174174 </plugins >
175175 </build >
176176 </profile >
177+ <profile >
178+ <id >allow-security-manager</id >
179+ <activation >
180+ <jdk >[23, )</jdk >
181+ </activation >
182+ <build >
183+ <plugins >
184+ <plugin >
185+ <groupId >org.apache.maven.plugins</groupId >
186+ <artifactId >maven-surefire-plugin</artifactId >
187+ <configuration >
188+ <argLine >-Djava.security.manager=allow</argLine >
189+ </configuration >
190+ </plugin >
191+ </plugins >
192+ </build >
193+ </profile >
177194 </profiles >
178195</project >
Original file line number Diff line number Diff line change 8888
8989 </dependencies >
9090
91+ <build >
92+ <plugins >
93+ <plugin >
94+ <groupId >org.apache.maven.plugins</groupId >
95+ <artifactId >maven-compiler-plugin</artifactId >
96+ <configuration >
97+ <generatedSourcesDirectory >${project.build.directory} /generated-sources/</generatedSourcesDirectory >
98+ <annotationProcessors >
99+ <annotationProcessor >
100+ org.jboss.logging.processor.apt.LoggingToolsProcessor
101+ </annotationProcessor >
102+ </annotationProcessors >
103+ </configuration >
104+ </plugin >
105+ </plugins >
106+ </build >
107+
91108</project >
You can’t perform that action at this time.
0 commit comments