[
https://issues.apache.org/jira/browse/FINERACT-1529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aleksandar Vidakovic updated FINERACT-1529:
-------------------------------------------
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'
was:
* 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]
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
> Update dependencies
> -------------------
>
> Key: FINERACT-1529
> URL: https://issues.apache.org/jira/browse/FINERACT-1529
> Project: Apache Fineract
> Issue Type: Improvement
> Reporter: Aleksandar Vidakovic
> Assignee: Aleksandar Vidakovic
> Priority: Trivial
> Fix For: 1.7.0
>
>
> 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'
--
This message was sent by Atlassian Jira
(v8.20.1#820001)