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

Align Servlet API version with Spring Framework #2284

Closed
odrotbohm opened this issue Jan 26, 2021 · 0 comments
Closed

Align Servlet API version with Spring Framework #2284

odrotbohm opened this issue Jan 26, 2021 · 0 comments
Assignees
Labels
type: dependency-upgrade A dependency upgrade

Comments

@odrotbohm
Copy link
Member

Spring Framework requires Servlet 4.0 these days. We should align the version we use with that.

@odrotbohm odrotbohm added the type: dependency-upgrade A dependency upgrade label Jan 26, 2021
@odrotbohm odrotbohm self-assigned this Jan 26, 2021
odrotbohm added a commit that referenced this issue Jan 26, 2021
Also, tweak test case to avoid to refer to a field in a Spring class but rather use API to access the value. Changes in Spring Framework 5.3.4 require this as the internal structure of AbstractJackson2HttpMessageConverter changed to support custom ObjectMapper instances per type and media type.

Fixes GH-2284.
@odrotbohm odrotbohm added this to the 2.4.4 (2020.0.4) milestone Jan 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: dependency-upgrade A dependency upgrade
Projects
None yet
Development

No branches or pull requests

1 participant