spring-boot/spring-boot-tests
Stéphane Nicoll 3651ff87cd Reinstate auto-configuration support for embedded ActiveMQ
This commit restores auto-configuration for using an Embedded broker
with ActiveMQ classic.

Contrary to its 2.7.x version, "spring-boot-starter-activemq" no longer
adds the broker for consistency with Artemis, and to keep the existing
3.x behavior. Rather than "inMemory", a "s.a.embedded.enabled"
property has been reintroduced that matches the name used by Artemis.

The documentation has been updated to mention that the broker
dependency must be added to use it.

Closes gh-38404
2024-09-06 11:34:35 +02:00
..
spring-boot-integration-tests Ensure that building test apps produces Java 17 bytecode 2024-08-23 15:11:55 +01:00
spring-boot-smoke-tests Reinstate auto-configuration support for embedded ActiveMQ 2024-09-06 11:34:35 +02:00