Skip to content

Commit ccce9af

Browse files
committed
Merge branch '3.3.x'
Closes gh-41714
2 parents a677388 + d5c0e09 commit ccce9af

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
toolchain: true
2525
- version: 22
2626
toolchain: true
27+
- version: 23-ea
28+
distribution: temurin
29+
toolchain: true
2730
exclude:
2831
- os:
2932
name: Linux

spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/jms/artemis/ArtemisAutoConfigurationTests.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
import org.apache.activemq.artemis.jms.server.config.impl.JMSQueueConfigurationImpl;
4242
import org.apache.activemq.artemis.jms.server.config.impl.TopicConfigurationImpl;
4343
import org.junit.jupiter.api.Test;
44+
import org.junit.jupiter.api.condition.DisabledOnJre;
45+
import org.junit.jupiter.api.condition.JRE;
4446
import org.junit.jupiter.api.io.TempDir;
4547
import org.messaginghub.pooled.jms.JmsPoolConnectionFactory;
4648

@@ -64,6 +66,7 @@
6466
* @author Eddú Meléndez
6567
* @author Stephane Nicoll
6668
*/
69+
@DisabledOnJre(value = JRE.OTHER, disabledReason = "https://issues.apache.org/jira/browse/ARTEMIS-4975")
6770
class ArtemisAutoConfigurationTests {
6871

6972
private final ApplicationContextRunner contextRunner = new ApplicationContextRunner()

0 commit comments

Comments
 (0)