File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
6061They are drop-in replacements and may allow to drop the ` org.apache.httpcomponents.core5:httpcore5 `
6162or ` 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
657435.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+
6780Don't use ` JsonObject.mapFrom ` to serialize a Java class instance to JSON,
6881RMB'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.
You can’t perform that action at this time.
0 commit comments