Skip to content

Commit

Permalink
Merge branch '2.17'
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Nov 15, 2023
2 parents e4a91c5 + 2024cb7 commit 95ff7d5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on:
branches:
- master
- "3.0"
- "2.16"
- "2.17"
paths-ignore:
- "README.md"
- "release-notes/*"
pull_request:
branches:
- master
- "3.0"
- "2.16"
- "2.17"
paths-ignore:
- "README.md"
- "release-notes/*"
Expand Down
15 changes: 9 additions & 6 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,11 @@ Active maintainers:
=== Releases ===
------------------------------------------------------------------------

#223: IncompatibleClassChangeError when deserializing a class implementing
an interface with default get/set implementations
(reported by @avnersin)
#227: Add `jackson-module-android-record
(contributed by Eran L)
2.17.0 (not yet released)

-

2.16.0-rc1 (20-Oct-2023)
2.16.0 (15-Nov-2023)

#181: (blackbird) BlackBird proxy object error in Java 17
(fix by Steven S)
Expand All @@ -40,6 +38,11 @@ Active maintainers:
#219: (jakarta-xmlbind) Using `jackson-module-jakarta-xmlbind-annotations`
2.15.2 fails in OSGi Environment with JAXB 4
(fix contributed by Marco D)
#223: (mrbean) IncompatibleClassChangeError when deserializing a class implementing
an interface with default get/set implementations
(reported by @avnersin)
#227: Add `jackson-module-android-record`
(contributed by Eran L)
- Update `asm` version 9.5 -> 9.6

2.15.3 (12-Oct-2023)
Expand Down

0 comments on commit 95ff7d5

Please sign in to comment.