File tree Expand file tree Collapse file tree 2 files changed +1
-18
lines changed
mq/main/bridge/bridge-jms
src/test/java/com/sun/messaging/bridge/service/jms Expand file tree Collapse file tree 2 files changed +1
-18
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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""" );
You can’t perform that action at this time.
0 commit comments