Done
Details
Assignee
Julian LadischJulian LadischReporter
Julian LadischJulian LadischLabels
Priority
P2Story Points
0.5Sprint
NoneDevelopment Team
Core: PlatformFix versions
TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Julian Ladisch
Julian LadischReporter
Julian Ladisch
Julian LadischLabels
Priority
Story Points
0.5
Sprint
None
Development Team
Core: Platform
Fix versions
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created October 23, 2020 at 4:35 PM
Updated November 19, 2020 at 3:56 PM
Resolved October 23, 2020 at 6:11 PM
Raml-module-builder 30.2.9 contains these fixes:
https://folio-org.atlassian.net/browse/RMB-740#icft=RMB-740: Use FOLIO fork of vertx-sql-client and vertx-pg-client with the following two patches
https://folio-org.atlassian.net/browse/RMB-739#icft=RMB-739 "patch idle connection release in the forked vertx-sql-client driver" This will make RMB's DB_CONNECTIONRELEASEDELAY work again. RMB's DB_CONNECTIONRELEASEDELAY is 60 seconds and releases unused database connections when they have been returned to the pool and haven't been reused for 60 seconds, see https://github.com/folio-org/raml-module-builder#environment-variables
FOLIO-2840 "Unsigned long HexSequence for name of PgPreparedStatement" This fixes duplicate names causing "prepared statement "XYZ" already exists".
https://folio-org.atlassian.net/browse/RMB-738#icft=RMB-738: Upgrade to Vert.x 3.9.4, most notable fix: RowStream fetch can close prematurely the stream https://github.com/eclipse-vertx/vertx-sql-client/issues/778
See also the upgrading notes: https://github.com/folio-org/raml-module-builder/blob/b30.2/doc/upgrading.md