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# Change Log for javapos-config-loader
22
3+ ## 5.0.0
4+
5+ - replaced legacy logging implementation by the logging facade SLF4J version 1, see https://www.slf4j.org/ for details on how to integrate
6+
37## 4.0.0
48
5- - replaced legacy logging implementation by the logging facade SLF4J, see https://www.slf4j.org/ for details on how to integrate
69- jpos.config.DefaultCompositeRegPopulator.load() is throwing more specific IllegalArgument exception instead of RuntimeException
710- added Javax XML parser based XML registry populator implementation (contributed by @mjpcger )
811- removed Xerces based XML registry populator implementations, mainly
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ wrapper {
2727
2828def artifactName = ' javapos-config-loader'
2929group= ' org.javapos'
30- version= ' 4 .0.0' // if version is going to be changed, first add "-SNAPSHOT" to test publishing to MavenCentral's Snapshot repo
30+ version= ' 5 .0.0-SNAPSHOT ' // if version is going to be changed, first add "-SNAPSHOT" to test publishing to MavenCentral's Snapshot repo
3131
3232
3333// /////////////////////////////////////////////////////////////////////////////
@@ -65,11 +65,11 @@ def testResourceDir = file("${System.properties['java.io.tmpdir']}/javapos-confi
6565
6666dependencies {
6767 api ' org.javapos:javapos-contracts:1.6.0'
68- implementation ' org.slf4j:slf4j-api:2.0.13 '
68+ implementation ' org.slf4j:slf4j-api:1.7.36 '
6969
7070 testImplementation(" junit:junit:4.13.2" )
7171
72- testRuntimeOnly ' org.slf4j:slf4j-simple:2.0.13 '
72+ testRuntimeOnly ' org.slf4j:slf4j-simple:1.7.36 '
7373 testRuntimeOnly files(testResourceDir)
7474}
7575
You can’t perform that action at this time.
0 commit comments