Releases: uyuni-project/subscription-matcher
Releases · uyuni-project/subscription-matcher
v0.38
- Workaround for Java 17 strong encapsulation (bsc#1225416)
v0.37
- add missing part number (bsc#1221922)
- Fix penalties logging by initializing the score director consistently
v0.36
- Fixed Log4j 2 initialization
v0.35
- Added missing part number
v0.34
- Enabled support for LTSS subscriptions (bsc#1218075)
- Added SLE Micro vCore handling (bsc#1218074)
- Added new SKUs and new bundles
v0.33
- Added missing part numbers (bsc#1216506)
- Ignored subscriptions without any associated products (bsc#1216506)
- Updated guava to version 32.0
- Migration to Junit 5
v0.32
- Fixed issue in Log4j configuration that prevented changes to be applied to all loggers and lead to missing log entries.
- Cleaned up runtime dependencies declaration to make sure the shaded jar is correctly generated.
v0.31
- Update the bash script to handle multiple alternative names for each dependency
- Fail on startup if a dependency is missing
- Updated the version of commons-lang3
v0.30
- Migrated to Java 11
- Removed usage of guava beta API
- Removed commons-io in favor of java.nio API
- Check the correctness of the generated CSV in the unit test.
- Updated the dependencies versions