Skip to content

Commit 90f8984

Browse files
Merge pull request #1222 from folio-org/vertx-4.5.23-compatible
Explain which RMB versions and Vert.x version are compatible
2 parents 684e37d + bfd896b commit 90f8984

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 35.4.0 2025-02-28
22

3-
Sunflower (2025 R1) release.
3+
Sunflower (2025 R1) release, see [upgrade notes](doc/upgrading.md#version-354).
44

55
* [RMB-1010](https://folio-org.atlassian.net/browse/RMB-1010): PostgreSQLContainer withStartupAttempts(3)
66
* [RMB-1011](https://folio-org.atlassian.net/browse/RMB-1011): Timeout when trying to connect to DB\_HOST:DB\_PORT

doc/upgrading.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ See the [NEWS](../NEWS.md) summary of changes for each version.
55

66
<!-- ../../okapi/doc/md2toc -l 2 -h 3 upgrading.md -->
77
* [Version 36.0](#version-360)
8+
* [Version 35.4](#version-354)
89
* [Version 35.3](#version-353)
910
* [Version 35.2](#version-352)
1011
* [Version 35.1](#version-351)
@@ -60,10 +61,22 @@ Consider replacing
6061
They are drop-in replacements and may allow to drop the `org.apache.httpcomponents.core5:httpcore5`
6162
or `org.apache.httpcomponents:httpcore` dependency reducing the runtime size.
6263

64+
## Version 35.4
65+
66+
35.4.\* is the Sunflower (R1 2025) version.
67+
68+
RMB >= 35.4.2 requires Vert.x >= 4.5.23.
69+
70+
RMB 35.4.0 and 35.4.1 require Vert.x <= 4.5.22.
71+
6372
## Version 35.3
6473

6574
35.3.\* is the Ramsons (R2 2024) version.
6675

76+
RMB >= 35.3.2 requires Vert.x >= 4.5.23.
77+
78+
RMB 35.3.0 and 35.3.1 require Vert.x <= 4.5.22.
79+
6780
Don't use `JsonObject.mapFrom` to serialize a Java class instance to JSON,
6881
RMB's database methods take a Java class and automatically serialize it. When writing custom SQL use
6982
`ObjectMapperTool.valueAsString` to serialize in a way compatible with RMB's deserializer.

0 commit comments

Comments
 (0)