File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
main/java/tools/jackson/databind
test/java/tools/jackson/databind/deser Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 2323/**
2424 * Shared base class for {@link DeserializationContext} and
2525 * {@link SerializationContext}, context objects passed through data-binding
26- * process. Designed so that some of implementations can rely on shared
26+ * process. Designed so that some of the implementations can rely on shared
2727 * aspects like access to secondary contextual objects like type factories
2828 * or handler instantiators.
2929 */
Original file line number Diff line number Diff line change 1- package tools .jackson .databind .tofix ;
1+ package tools .jackson .databind .deser ;
22
33import org .junit .jupiter .api .Test ;
44
1010
1111import static org .junit .jupiter .api .Assertions .assertNotNull ;
1212
13- // 04-Sep-2024, tatu: Passes on 3.0 somehow; fails on 2.18
14- class JsonIgnoreProperties2803Test extends DatabindTestUtil {
13+ // 04-Sep-2024, tatu: Passes on 3.0 but fails on 2.18+ (due to some
14+ // ordering difference)
15+ // Not "properly" fixed, but there's [databind#1622] at least with
16+ // failing reproduction even for 3.0
17+ class JsonIgnoreProperties2803Test extends DatabindTestUtil
18+ {
1519 // [databind#2803]
1620 static class Building2803 {
1721 @ JsonIgnoreProperties ({"something" })
You can’t perform that action at this time.
0 commit comments