Skip to content

Commit

Permalink
Merge branch '2.14' into 2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Mar 20, 2023
2 parents 0ecd7ab + 9d2bccc commit 5e73d93
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion release-notes/VERSION-2.x
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
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 2.x core and extension components are licensed under Apache License 2.0
Expand Down

0 comments on commit 5e73d93

Please sign in to comment.