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

Update gwt-jackson to 0.8.0 #663

Merged
merged 1 commit into from
Jan 19, 2015
Merged

Conversation

nmorel
Copy link
Contributor

@nmorel nmorel commented Jan 19, 2015

I just released the 0.8.0 version.

Since the 0.6.1 version, there has been some changes. The largest one is probably the support for Object and Serializable type. And with it, the support for new annotations like @JsonAnyGetter and @JsonAnySetter. To avoid the generation of serializer/deserializer for all Objects, I went the opposite way of RPC. By default, only the configured types (in AbstractConfiguration) are supported. For any additional ones, you have to whitelist them.

The last release notes are available here : https://github.com/nmorel/gwt-jackson/releases

@Chris-V
Copy link
Member

Chris-V commented Jan 19, 2015

Thanks. Good job on gwt-jackson!

Chris-V added a commit that referenced this pull request Jan 19, 2015
@Chris-V Chris-V merged commit f4d8d66 into ArcBees:master Jan 19, 2015
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.

2 participants