issues
search
FasterXML
/
jackson-jr
Stand-alone data-binding module designed as a light-weight (and -featured) alternative to `jackson-databind`: will only deal with "Maps, Lists, Strings, wrappers and Java Beans" (jr-objects), or simple read-only trees (jr-stree)
Apache License 2.0
239
stars
31
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix #172: ignore non-Record-field properties for deser introspection
#175
cowtowncoder
closed
22 hours ago
0
Fix #171: allow keeping Record field declaration order for serialization
#174
cowtowncoder
closed
23 hours ago
0
Bump the github-actions group with 3 updates
#173
dependabot[bot]
closed
4 days ago
0
Record deserialisation with instance methods fails
#172
Giovds
closed
22 hours ago
2
Add a `JSON.Feature.WRITE_RECORD_FIELDS_IN_DECLARATION_ORDER` for retaining Serialization order of Java Records (instead of alphabetic)
#171
cowtowncoder
closed
23 hours ago
0
Fix #167 by retaining Record field declaration order
#170
cowtowncoder
closed
2 weeks ago
0
Solve ordering issue of record constructor parameters
#169
Giovds
closed
2 weeks ago
6
Deserialization of record fails on constructor parameter ordering
#167
Giovds
closed
2 weeks ago
5
Bump the github-actions group with 2 updates
#166
dependabot[bot]
closed
1 month ago
0
Bump actions/setup-java from 4.2.1 to 4.2.2 in the github-actions group
#165
dependabot[bot]
closed
2 months ago
0
Bump the github-actions group with 2 updates
#164
dependabot[bot]
closed
4 months ago
0
Add record support
#163
TomaszGaweda
closed
4 months ago
8
Add support for deserializing Java Records
#162
cowtowncoder
closed
4 months ago
0
Revert #148: does not work
#161
cowtowncoder
closed
4 months ago
0
(WIP) Fix #157: handle Record parameters in any order
#160
cowtowncoder
closed
4 months ago
1
Improving Support for Record Deserialization
#159
Shounaks
closed
4 months ago
3
Improve support for Java Record deserialization (absent fields)
#158
darxriggs
closed
4 months ago
1
Improve support for Java Record deserialization (field order)
#157
darxriggs
closed
4 months ago
2
Allowing Records to bypass FieldNameGetterCheck
#156
Shounaks
closed
4 months ago
8
JDK17 Record deserialization should work with default settings (no need for `JSON.Feature.USE_FIELD_MATCHING_GETTERS`)
#155
cowtowncoder
closed
4 months ago
4
JDK17 Record serialization should work with default settings (no need for `JSON.Feature.USE_FIELD_MATCHING_GETTERS`)
#154
cowtowncoder
closed
4 months ago
2
Enable JDK17-based record tests
#153
cowtowncoder
closed
4 months ago
0
Add scaffolding for record tests
#152
cowtowncoder
closed
4 months ago
0
Prevent publishing of useless test module pom
#151
cowtowncoder
closed
4 months ago
0
Refactor tests, separate (soon) Groovy test from JDK 17 Record tests
#150
cowtowncoder
closed
4 months ago
0
Java 17 Record tests do not run (jackson-jr-test-module)
#149
cowtowncoder
closed
4 months ago
3
Add support for Java Record deserialization
#148
TomaszGaweda
closed
4 months ago
8
Bump the github-actions group with 2 updates
#145
dependabot[bot]
closed
5 months ago
0
Bump actions/checkout from 4.1.3 to 4.1.4 in the github-actions group
#144
dependabot[bot]
closed
6 months ago
0
Bump actions/checkout from 4.1.2 to 4.1.3 in the github-actions group
#143
dependabot[bot]
closed
6 months ago
0
Bump codecov/codecov-action from 4.2.0 to 4.3.0 in the github-actions group
#142
dependabot[bot]
closed
6 months ago
0
Bump codecov/codecov-action from 4.1.1 to 4.2.0 in the github-actions group
#141
dependabot[bot]
closed
7 months ago
0
Bump the github-actions group with 1 update
#140
dependabot[bot]
closed
7 months ago
0
Fix #138: deprecate JSON.builder().treeCodec() method
#139
cowtowncoder
closed
7 months ago
0
Deprecate `JSON.builder().treeCodec()` method (replaced by registering as extension)
#138
cowtowncoder
closed
7 months ago
1
Bump the github-actions group with 2 updates
#137
dependabot[bot]
closed
7 months ago
0
Bump the github-actions group with 2 updates
#136
dependabot[bot]
closed
7 months ago
0
Fix: Use Big Decimal for Tree
#135
Shounaks
closed
7 months ago
6
Proposed Cleanup items for BeanPropertyIntrospector
#133
Shounaks
opened
8 months ago
4
Fix #131: add method for extensions to check state of JSON.Features
#132
cowtowncoder
closed
8 months ago
0
Add mechanism for `JacksonJrExtension`s to access state of `JSON.Feature`s
#131
cowtowncoder
closed
8 months ago
0
Adding support for Java 17 & Groovy Records
#130
Shounaks
closed
8 months ago
2
Bump the github-actions group with 2 updates
#129
dependabot[bot]
closed
8 months ago
0
Adding Test Module with Groovy and Java 21 Support
#128
Shounaks
closed
8 months ago
5
Adding Duplicate key check in JacksonJrsTreeCodec
#127
Shounaks
closed
8 months ago
5
Bump the github-actions group with 1 update
#126
dependabot[bot]
closed
8 months ago
0
Using Stream Builder to deserialization of int[]
#125
Shounaks
closed
8 months ago
1
Initial Commit for Java.util.Date Extension Support + LocalDateTime Unit Test
#124
Shounaks
opened
8 months ago
2
Implement #25: add support for single-int Constructors
#123
cowtowncoder
closed
8 months ago
0
Adding Supports for Records (Groovy) + Passing Record Test.
#122
Shounaks
closed
8 months ago
11
Next