Skip to content

Conversation

@JooHyukKim
Copy link
Member

No description provided.

private String uName;
private Integer age;

public String getuPhone() { return uPhone;}
Copy link
Member

Choose a reason for hiding this comment

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

This will not work by default in Jackson 3.x since it does not follow Bean naming convention, as per #2882.

@@ -0,0 +1,79 @@
package com.fasterxml.jackson.databind.deser;
Copy link
Member

Choose a reason for hiding this comment

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

Existing "IPhone" naming tests are under com.fasterxml.jackson.databind.misc.

@cowtowncoder
Copy link
Member

I am not sure we want to keep adding new "iPhone" test classes -- com.fasterxml.jackson.databind.misc already has 3? Especially one that does not show regression.

@JooHyukKim JooHyukKim closed this Dec 1, 2025
@JooHyukKim
Copy link
Member Author

Yes, I agree we have enough test cases. 👍

@cowtowncoder
Copy link
Member

@JooHyukKim Thank you for confirming things should work, regardless!

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