Skip to content

Commit

Permalink
Merge branch '2.18'
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Aug 21, 2024
2 parents b82effb + bbe1e5c commit 760d727
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion avro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ abstractions.
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.11.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 4 additions & 0 deletions release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -338,3 +338,7 @@ Joachim Lous (@jlous)
* Requested #494: Avro Schema generation: allow mapping Java Enum properties to
Avro String values
(2.18.0)

Robert Noack (@mr-robert)
* Reported #509: IonValueMapper.builder() not implemented, does not register modules
(2.18.0)
2 changes: 2 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Active maintainers:
(contributed by Michal F)
#508: (avro) Ignore `specificData` field on serialization
(contributed by @pjfanning)
#509: IonValueMapper.builder() not implemented, does not register modules
(reported by Robert N)

2.17.3 (not yet released)

Expand Down

0 comments on commit 760d727

Please sign in to comment.