Skip to content

Commit

Permalink
Merge branch '2.15'
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Mar 20, 2023
2 parents bb3893c + 5e73d93 commit 716c3cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions release-notes/VERSION-2.x
Expand Up @@ -35,7 +35,7 @@ JSON library.
(reported by @robotmrv)
#902: Add `Object JsonParser.getNumberValueDeferred()` method to
allow for deferred decoding in some cases
#921: Add `JsonFactory.Feature` to disable charset detection
#921: Add `JsonFactory.Feature.CHARSET_DETECTION` to disable charset detection
(contributed by @yawkat)
#948: Use `StreamConstraintsException` in name canonicalizers
(contributed by @pjfanning)
Expand Down Expand Up @@ -119,7 +119,7 @@ No changes since 2.14.0
#814: Use `BigDecimalParser` for BigInteger parsing very long numbers
(contributed by @pjfanning)
#818: Calling `JsonPointer.compile(...)` on very deeply nested expression
throws `StackOverflowErrror`
throws `StackOverflowError`
#828: Make `BigInteger` parsing lazy
(contributed by @pjfanning)
#830: Make `BigDecimal` parsing lazy
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/tools/jackson/core/base/ParserBase.java
Expand Up @@ -170,8 +170,6 @@ public abstract class ParserBase extends ParserMinimalBase
/**
* Textual number representation captured from input in cases lazy-parsing
* is desired.
*<p>
* Only applies to {@link BigInteger} and {@link BigDecimal}.
*/
protected String _numberString;

Expand Down
4 changes: 4 additions & 0 deletions src/main/resources/META-INF/NOTICE
Expand Up @@ -5,6 +5,10 @@ It was originally written by Tatu Saloranta (tatu.saloranta@iki.fi), and has
been in development since 2007.
It is currently developed by a community of developers.

## Copyright

Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi)

## Licensing

Jackson 3.x core and extension components are licensed under Apache License 2.0
Expand Down

0 comments on commit 716c3cb

Please sign in to comment.