Releases: GeorgeV220/LibraryLoader
Releases · GeorgeV220/LibraryLoader
v1.12.0
1.12.0 (2024-05-02)
Features
- improve dependency parsing (a938699)
v1.11.0
1.11.0 (2024-05-02)
Bug Fixes
- Improve handling of library dependencies loading (ad7ceaa)
Features
- Add support for parsing transitive dependencies from pom (7f521b0)
v1.10.0
1.10.0 (2024-01-30)
Features
- add support for resolving snapshot versions from Maven metadata (36e9bc8)
v1.9.0
1.9.0 (2024-01-29)
Features
- LibraryLoader: Add support to relocate dependencies in order to prevent conflicts (2799777)
v1.8.0
1.8.0 (2024-01-29)
Features
- ClassLoaderAccess: add registerLogger method (4022309)
- LibraryLoader: Register logger for ClassLoaderAccess (70783aa)
v1.7.0
1.7.0 (2024-01-29)
Features
- build: Downgrade to Java 8 (68ee816)
v1.6.1
1.6.1 (2023-06-11)
Bug Fixes
- Fixed ConcurrentModificationException (7dc98f9)
v1.6.0
1.6.0 (2023-06-11)
Features
- Improve getLibFolder() method to create libraries folder if it does not exist (9373708)
v1.5.1
1.5.1 (2023-06-08)
Bug Fixes
- Remove unused field 'clazz' from LibraryLoader class (c6a47e3)
v1.5.0
1.5.0 (2023-06-08)
Features
- unload methods and other code improvements (7439fae)