Details
-
Task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
The code in the integration/artemis-spring-integration module has been deprecated for over 6 years and indicates itself that it isnt even needed. It seems essentially unused; one defunct project referenced it, and our sole example that depends on the module doesnt actually even use it, having been updated to use the embedded server several years ago like we recommend others do in similar case. These days, Spring Boot and its related Artemis starter also appear to be a more likely entry point in this space.
This change will update the Artemis spring-integration example to drop the unused dep, and then remove the superfluous artemis-spring-integration module.