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

Upgrade to Spring Boot 3.1.3 #492

Merged
merged 2 commits into from
Sep 19, 2023
Merged

Upgrade to Spring Boot 3.1.3 #492

merged 2 commits into from
Sep 19, 2023

Conversation

royclarkson
Copy link
Member

transient fields annotated with @JsonIgnore were breaking with Jackson 2.15. Moving these annotations to the accessors resolves this. For consistency, all Jackson annotations on the model objects were moved to the accessors.

The Spring Security example still needs to be updated, it now uses deprecated method calls.

transient fields annotated with @JsonIgnore were breaking with Jackson 2.15.
Moving these annotations to the accessors resolves this. For consistency,
all Jackson annotations on the model objects were moved to the accessors.

The Spring Security example still needs to be updated, it now uses
deprecated method calls.
@spikymonkey
Copy link
Contributor

@royclarkson I pushed a commit to update the ExampleSecurityConfig, hopefully that looks okay?

@royclarkson royclarkson merged commit a427076 into 4.1.x Sep 19, 2023
1 check passed
@royclarkson royclarkson deleted the boot_3_1_upgrade branch September 19, 2023 14:01
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