activemq-artemis/tests
Justin Bertram 2d1a8661fd ARTEMIS-4338 STOMP inoperable w/resource audit logging
When resource audit logging is enabled STOMP is completely inoperable
due to an NPE during the protocol handshake. Unfortunately the failure
is completely silent. There are no logs to indicate a problem.

This commit fixes this problem via the following changes:
 - Mitigate the original NPE via a check for null
 - Move the logic necessary to set the "protocol connection" on the
   "transport connection" to a class shared by all implementations.
 - Add exception handling to log failures like this in the future.
 - Add tests to ensure the audit logging is correct.
2023-07-06 12:08:16 +01:00
..
activemq5-unit-tests [maven-release-plugin] prepare for next development iteration 2023-06-14 18:20:58 -04:00
artemis-test-support NO-JIRA test STOMP client not disconnecting properly 2023-07-06 12:08:16 +01:00
compatibility-tests [maven-release-plugin] prepare for next development iteration 2023-06-14 18:20:58 -04:00
config ARTEMIS-4020: switch to using SLF4J API for logging, use Log4J 2 as impl for broker distribution and tests 2022-09-28 14:01:54 -04:00
e2e-tests ARTEMIS-4311 fix typo 2023-06-20 17:50:19 +01:00
integration-tests ARTEMIS-4346: move stomp test client to artemis-test-support systest helper module 2023-07-05 09:52:48 -05:00
integration-tests-isolated ARTEMIS-4336 Upgrade mockserver version to 5.15.0 2023-06-27 17:39:41 +01:00
jms-tests [maven-release-plugin] prepare for next development iteration 2023-06-14 18:20:58 -04:00
joram-tests [maven-release-plugin] prepare for next development iteration 2023-06-14 18:20:58 -04:00
karaf-client-integration-tests [maven-release-plugin] prepare for next development iteration 2023-06-14 18:20:58 -04:00
karaf-server-integration-tests [maven-release-plugin] prepare for next development iteration 2023-06-14 18:20:58 -04:00
leak-tests [maven-release-plugin] prepare for next development iteration 2023-06-14 18:20:58 -04:00
performance-jmh [maven-release-plugin] prepare for next development iteration 2023-06-14 18:20:58 -04:00
performance-tests [maven-release-plugin] prepare for next development iteration 2023-06-14 18:20:58 -04:00
security-resources ARTEMIS-3365 Add broker balancers 2021-08-06 08:33:21 -04:00
smoke-tests ARTEMIS-4338 STOMP inoperable w/resource audit logging 2023-07-06 12:08:16 +01:00
soak-tests ARTEMIS-4311 fix typo 2023-06-20 17:50:19 +01:00
stress-tests [maven-release-plugin] prepare for next development iteration 2023-06-14 18:20:58 -04:00
timing-tests [maven-release-plugin] prepare for next development iteration 2023-06-14 18:20:58 -04:00
unit-tests ARTEMIS-4345: update to Error Prone 2.20.0 and fix up new errors 2023-07-05 09:40:24 +01:00
pom.xml [maven-release-plugin] prepare for next development iteration 2023-06-14 18:20:58 -04:00