Skip to content

Commit 5bf17d9

Browse files
authored
Add UpperCamelCase EnumNamingStrategy (#4660)
1 parent 5e0deda commit 5bf17d9

File tree

4 files changed

+530
-174
lines changed

4 files changed

+530
-174
lines changed

release-notes/CREDITS-2.x

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1823,3 +1823,7 @@ Eduard Gomoliako (Gems@github)
18231823
* Reported #4602: Possible wrong use of _arrayDelegateDeserializer in
18241824
BeanDeserializerBase::deserializeFromObjectUsingNonDefault()
18251825
(2.18.0)
1826+
1827+
Lars Benedetto (lbenedetto@github)
1828+
* Contributed #4663: Add `UpperCamelCase` naming strategy to `EnumNamingStrategies`
1829+
(2.18.0)

release-notes/VERSION-2.x

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ Project: jackson-databind
6868
#4634: `@JsonAnySetter` not working when annotated on both constructor
6969
parameter & field
7070
(contributed by Sim Y-T)
71+
#4663: Add `UpperCamelCase` naming strategy to `EnumNamingStrategies`
72+
(contributed by Lars B)
7173

7274
2.17.2 (05-Jul-2024)
7375

0 commit comments

Comments
 (0)