Won't Do
Details
Assignee
Oleksandr BozhkoOleksandr BozhkoReporter
DenisDenisPriority
P3Story Points
1Sprint
NoneDevelopment Team
FirebirdTestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Oleksandr Bozhko
Oleksandr BozhkoReporter
Denis
DenisPriority
Story Points
1
Sprint
None
Development Team
Firebird
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created June 24, 2022 at 10:12 AM
Updated October 26, 2022 at 9:14 AM
Resolved October 26, 2022 at 9:14 AM
https://vertx.io/blog/from-vert-x-3-to-vert-x-4/ :
Vert.x 3 will continue to get bug fix releases officially until January 2023.
FOLIO's Morning Glory support period exceeds January 2023.
Therefore all modules must migrate from Vert.x 3 to Vert.x 4 for Morning Glory.
mod-template-engine currently uses Vert.x 3.7.1 and needs to migrate to Vert.x 4.
Affected pom.xml section:
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-junit5</artifactId>
<version>3.7.1</version>
<scope>test</scope>
</dependency>
Consider using the version provided by vertx-stack-depchain by removing the <version> line:
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-junit5</artifactId>
<scope>test</scope>
</dependency>
The same for the other vertx dependency entries in pom.xml.