Commit 3f0bef4
committed
Fix two issues flagged in third AI code review
- MessagePackFactoryBuilder: deep-copy extTypeCustomDesers via copy constructor
so rebuilt factories have independent deserializer state
- MessagePackDataformatForFieldIdTest: fix typo in test method name
(testMixedKeysBackwardsCompatiable -> testMixedKeysBackwardsCompatible)1 parent b3ce77e commit 3f0bef4
2 files changed
Lines changed: 3 additions & 2 deletions
File tree
- msgpack-jackson3/src
- main/java/org/msgpack/jackson/dataformat
- test/java/org/msgpack/jackson/dataformat
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
0 commit comments