Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
None
Description
Dependencies
- org.slf4j:slf4j-api [1.7.36]
- org.slf4j:slf4j-simple [1.7.36]
- org.slf4j:jcl-over-slf4j [1.7.36]
- org.slf4j:jul-to-slf4j [1.7.36]
- org.slf4j:log4j-over-slf4j [1.7.36]
- ch.qos.logback:logback-core [1.2.11]
- ch.qos.logback:logback-classic [1.2.11]
- com.google.googlejavaformat:google-java-format [1.15.0]
- jakarta.annotation:jakarta.annotation-api [1.3.5]
- org.mockito:mockito-core [4.0.0 -> 4.4.0]
- org.mockito:mockito-junit-jupiter [4.0.0 -> 4.4.0]
- org.apache.activemq:activemq-broker [5.16.3 -> 5.17.0]
- org.apache.poi:poi [4.1.2 -> 5.2.2]
- org.asciidoctor:asciidoctorj [2.4.0 -> 2.5.3]
Note:
- default dependencies (logging, common test libraries) for all Java projects/sub-modules defined in one place (build.gradle file in the root folder)
- the Google Format lib update is notable, because it's working now officially with JDK17 (some unstable tests might be explainable by this one)
- I had to add a Maven BOM for Kotlin (used in the OKHttp lib), because all of a sudden Tomcat (aka the Gradle Cargo plugin) would sporadically complain about missing Kotlin Standard lib not being included in the WAR file
- I cleaned up the Slf4j and Log Implementation dependencies; the standard is now Logback; this removes also some ugly warnings of Slf4j not being able to find a proper logger implementation during builds and tests
- fixed sub-module plugin definition; we had previously too many module marked as 'java'
Attachments
Issue Links
- blocks
-
FINERACT-1590 Release Apache Fineract 1.7.0
- Resolved
- links to