Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MessageConverter implementation that marshals from/to XML [SPR-12726] #17323

Closed
spring-projects-issues opened this issue Feb 18, 2015 · 3 comments
Assignees
Labels
in: messaging Issues in messaging modules (jms, messaging) type: enhancement A general enhancement
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Feb 18, 2015

Hans Desmet opened SPR-12726 and commented

MessageConverter has an easy to use implementation to convert from/to JSON: MappingJackson2MessageConverter
It would be interesting to have an equally easy to use implementation
to convert from/to XML


Affects: 4.1.4

Issue Links:

Referenced from: commits a36319e

@spring-projects-issues
Copy link
Collaborator Author

Juergen Hoeller commented

For JMS, we provide MarshallingMessageConverter which requires a specific Marshaller implementation from our OXM support. We don't have an equivalent for our generic messaging package yet. Even if the mechanism is slightly different there, let's consider what we can do about it...

Juergen

@spring-projects-issues
Copy link
Collaborator Author

Arjen Poutsma commented

Note that this feature would make introduce a dependency from the messaging to the oxm module. Not sure if that's an issue.

@spring-projects-issues
Copy link
Collaborator Author

Arjen Poutsma commented

It's not an issue. PR at #794

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: messaging Issues in messaging modules (jms, messaging) type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants