issues Search Results · repo:FasterXML/jackson-core language:Java
Filter by
760 results
(90 ms)760 results
inFasterXML/jackson-core (press backspace or delete to remove)Hi,
I came across a case where I was comparing two Version objects like this:
Version version1 = new Version(1, 0, 0, alpha );
Version version2 = new Version(1, 0, 0, snapshot );
int result = version1.compareTo(version2); ...
ILikeProgramminghhh
- 2
- Opened 4 days ago
- #1432
Hi Jackson Team, I am having an issue getting the max document length enforced. Hope someone can help me out on this.
I run the following unit test using jackson-core:2.18.1:
@Test
void shouldFailOnLargeDocument() ...
r4fterman
- 2
- Opened 14 days ago
- #1429
I m currently trying to use jackson-dataformat-cbor:2.19.0 and want to parse custom tags. Since I couldn t find specific
examples, I attempted to implement it with the following code.
public class CborParserDelegate ...
honhimW
- 3
- Opened 23 days ago
- #1428
Problem Description: After upgrading to Jackson 2.19.0, valid JsonPointer strings are causing
StringIndexOutOfBoundsException when calling head(). The crash happens due to a negative suffixLength calculated ...
2.19
sergeykad
- 3
- Opened 26 days ago
- #1425
After opening a discussion here about the need (or not) for the JsonReadContext to be final, it turned out there is no
strong reason behind having it final. Thus, I would like to propose to remove the ...
2.19
isalvadori
- 4
- Opened 29 days ago
- #1421
So: we have 4 sections:
- https://github.com/FasterXML/jackson-core/wiki/StreamReadFeatures
- https://github.com/FasterXML/jackson-core/wiki/StreamWriteFeatures
- https://github.com/FasterXML/jackson-core/wiki/JsonReadFeatures ...
2.19
documentation
cowtowncoder
- Opened on Apr 23
- #1420
So, would be good to fill these 2 Wiki pages:
- https://github.com/FasterXML/jackson-core/wiki/StreamReadConstraints
- https://github.com/FasterXML/jackson-core/wiki/StreamWriteConstraints
with basic ...
2.19
documentation
cowtowncoder
- Opened on Apr 23
- #1419
In the following example scenario I want to only include the property one inside of the objects in the array and always
include the array regardless if it is empty or not, but instead I am met with an ...
2.19
21Joakim
- 1
- Opened on Apr 20
- #1418
Related to https://github.com/FasterXML/jackson-core/issues/531 -- it looks like there s still an offset calculation
glitch when ByteArrayFeeder.feed() is called with a non-zero array offset.
Jackson ...
2.19
has-failing-test
dnault
- 4
- Opened on Mar 19
- #1412
We believe we are experiencing issue #1274 (NUL-corrupted keys, values on JSON serialization) after upgrading our
deployments to run on JRE 21. However, we are not in a position to be able to adopt the ...
jmannix-ot
- 7
- Opened on Feb 27
- #1406

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.