Skip to content

Conversation

@piotrooo
Copy link
Contributor

@piotrooo piotrooo commented Dec 23, 2025

Resolve #1205

This is the first step toward removing Spring Messaging and Reactor dependencies.

The Message class from the Spring Messaging project was used only to leverage message header functionality, which was used in a dynamic manner.

The Message object has been replaced with an internal TerminalEvent object that mimics all required header features.

Important

This change is a pure object replacement intended to remove the Spring Messaging dependency. No logic or control flow has been changed. Further refactoring will be done in future iterations.

Signed-off-by: Piotr Olaszewski <piotr.olaszewski@thulium.pl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The reason of Spring Messaging in Spring Shell

1 participant