Skip to content

Add Smile and CBOR Jackson data formats support [SPR-14435] #19006

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

Closed
spring-projects-issues opened this issue Jul 6, 2016 · 3 comments
Closed
Assignees
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: enhancement A general enhancement
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Jul 6, 2016

Brian Clozel opened SPR-14435 and commented


Reference URL: https://github.com/FasterXML/jackson-dataformats-binary

Issue Links:

Referenced from: commits e8530c9

@spring-projects-issues
Copy link
Collaborator Author

Sébastien Deleuze commented

My proposal for this issue is to support initially Smile (binary JSON) and CBOR data formats, since they seems mature and conceptually quite close to JSON (schema less). I implemented such support in this branch if you want to review it.

Avro support seems not mature enough + more schema based, and protobuf supports does not depends on the official library, that's why I did not include these for now.

Any thoughts Brian Clozel Juergen Hoeller?

@spring-projects-issues
Copy link
Collaborator Author

Brian Clozel commented

Yes!
In the meantime, protobuf is now 3.0 GA, so this is still the best option in my opinion for protobuf support.
Now I also agree with your choice of supported formats - schema-less, close to JSON seems to be a good compromise.

@spring-projects-issues
Copy link
Collaborator Author

Sébastien Deleuze commented

Smile and CBOR data formats support is now in master with this commit.

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

No branches or pull requests

2 participants