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

Consider United Message Encode/Decode Conversion #1023

Open
hantsy opened this issue Jan 24, 2025 · 0 comments
Open

Consider United Message Encode/Decode Conversion #1023

hantsy opened this issue Jan 24, 2025 · 0 comments
Labels
EE12 Issues being targetd for Jakarta EE 12

Comments

@hantsy
Copy link

hantsy commented Jan 24, 2025

Record support is a big feature in Jakarta EE 11.

Unfortunately, when I tried to update my Cargotracker to Jakarta EE 11 and replace the Persistence @Embeddedable class with a record class, but I found if a record field exists in the JMS payload, it will cause an exception that indicates the record class did not implement Serializable.

I would like there exists a united message codec infrastructure to encode/decode varied formats or Mediatypes (JSON, XML, Corb, Probuff, etc), and make the current HTTP/Messaging specifications including REST, WebSocket, JMS, and future RPC, etc. adapt the same MessageCodecs to handle the encoding/decoding work like what it does in the new Spring WebFlux stack.

And make it configurable like spring boot CodecsCustomizer.

@ivargrimstad ivargrimstad added the EE12 Issues being targetd for Jakarta EE 12 label Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EE12 Issues being targetd for Jakarta EE 12
Projects
None yet
Development

No branches or pull requests

2 participants