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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,4 +41,11 @@
41
41
42
42
### Migration
43
43
- No breaking changes. If you relied on rejecting schemeless base URLs, be aware they now default to `http://`.
44
+
## 0.1.2 — 2025-09-13
45
+
46
+
### Fixes
47
+
- Add explicit `commons-lang3` runtime dependency required by `commons-configuration2` to prevent `NoClassDefFoundError: org/apache/commons/lang3/SystemProperties` in consumer apps.
48
+
49
+
### Notes
50
+
- If you previously consumed `0.1.1`, update to `0.1.2` to pick up the dependency fix. Dependency metadata for `0.1.1` may be cached by your build; a version bump ensures the fix is resolved.
0 commit comments