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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing _requireTypeIdForSubtypes in StdTypeResolverBuilder in Jackson 3 #3970

Conversation

JooHyukKim
Copy link
Member

@JooHyukKim JooHyukKim commented Jun 7, 2023

Fixes test failures in commit 2fea0d2

Root cause

There was missing part after couple of backport and forward-merges between branches 2.16 and master

History

First, we backported to 2.16 from master the JsonTypeInfo.Value usage in TypeResolverBuilder with PR #3949.

At this point, none of 2.16 and master branch handled _requireTypeIdForSubtypes in StdTypeResolverBuilder

馃憠馃徏 Then, we introduced in 2.16 only _requireTypeIdForSubtypes in StdTypeResolverBuilder with PR #3953. So there definitely was confusion regards to whether #3953 was a feature or a backport

Hope it all makes sense 馃檹馃徏馃檹馃徏

Copy link
Member

@cowtowncoder cowtowncoder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@cowtowncoder cowtowncoder merged commit 1024884 into FasterXML:master Jun 7, 2023
3 checks passed
@JooHyukKim JooHyukKim deleted the add-missing-_requireTypeIdForSubtypes-handling-in-StdTypeResolverBuilder branch June 16, 2023 11:12
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.

None yet

2 participants