Skip to content

Commit 31139cf

Browse files
committed
Drop profile for JEP-358
1 parent 164bc59 commit 31139cf

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

mq/main/bridge/bridge-jms/pom.xml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -98,23 +98,6 @@
9898
</build>
9999

100100
<profiles>
101-
<profile>
102-
<!-- Workaround for JEP-358, manifesting in DMQ[Test] -->
103-
<id>jdk15plus</id>
104-
<activation>
105-
<jdk>[15,)</jdk>
106-
</activation>
107-
<build>
108-
<plugins>
109-
<plugin>
110-
<artifactId>maven-surefire-plugin</artifactId>
111-
<configuration>
112-
<argLine>-XX:-ShowCodeDetailsInExceptionMessages</argLine>
113-
</configuration>
114-
</plugin>
115-
</plugins>
116-
</build>
117-
</profile>
118101
<profile>
119102
<id>cpd</id>
120103
<properties>

mq/main/bridge/bridge-jms/src/test/java/com/sun/messaging/bridge/service/jms/DMQTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ void testLogMessageForNullMessage() {
5656
Unable to get JMSType header from message null for null: null
5757
5858
JMS Properties:
59-
Unable to get PropertyNames from message null for null: null
59+
Unable to get PropertyNames from message null for null: Cannot invoke "jakarta.jms.Message.getPropertyNames()" because "msg" is null
6060
6161
Message.toString:
6262
toString=null""");

0 commit comments

Comments
 (0)