You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Change Log for javapos-config-loader
2
2
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
+
3
7
## 4.0.2
4
8
5
9
- fixed resource loading from JAR file on the class-path (contributed by @art-and-co through [PR #13](https://github.com/JavaPOSWorkingGroup/javapos-config-loader/issues/13))
@@ -11,7 +15,6 @@
11
15
12
16
## 4.0.0
13
17
14
-
- replaced legacy logging implementation by the logging facade SLF4J, see https://www.slf4j.org/ for details on how to integrate
15
18
- jpos.config.DefaultCompositeRegPopulator.load() is throwing more specific IllegalArgument exception instead of RuntimeException
16
19
- added Javax XML parser based XML registry populator implementation (contributed by @mjpcger)
17
20
- removed Xerces based XML registry populator implementations, mainly
0 commit comments