Releases: noleme/noleme-vault
Releases · noleme/noleme-vault
v0.19.1
What's Changed
No API changes, fixed/updated GitHub actions, tests are now performed on Java 11, 17 and 21.
- fix: github workflow by @eledhwen in #127
- Bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.11.4 by @dependabot in #126
Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3 by @dependabot in #109- Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 by @dependabot in #101
- Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 by @dependabot in #102
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 by @dependabot in #98
- Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0 by @dependabot in #107
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.2 by @dependabot in #125
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.5.0 by @dependabot in #116Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1 by @dependabot in #110Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0 by @dependabot in #108- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 by @dependabot in #117
Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 by @dependabot in #111Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 by @dependabot in #106- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.7 by @dependabot in #119
Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3 to 3.2.4 by @dependabot in #105Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.0 to 3.2.3 by @dependabot in #103Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.0 by @dependabot in #97
Full Changelog: v0.19...v0.19.1
v0.19: jakarta.inject compatibility
Merge pull request #96 from noleme/95-api-handle-jakarta-ee-inject api: migrate to jakarta.inject as the default api, with shims for bac…
v0.18.2: Dependency upgrades
Deps: upgrading to noleme-json v0.10
v0.18.1: Enum type arguments
GitHub: deployment action fix attempt
v0.18: differentiated VaultAdjuster functions
Major change to the VaultAdjuster
feature: it is now implemented as separate contracts, one for each element of the Definitions
container.
The composite parser now runs each adjuster after their corresponding sequence (eg. the variables adjuster is run after we process the variable definitions, the services adjuster is run after we process the services definitions, etc.) so we can now properly handle both dynamic completion and override of definitions.
The new VaultAdjuster
contract is a BC break.
v0.17.1: json dependency upgrade fixing potential vulnerabilities
Maven: noleme-json version bump
v0.17: VaultAdjuster can now alter the whole Definitions container (minor BC-break)
Parser: changed VaultAdjuster argument from Variables to the whole De…
v0.16.4: Registry: Tags.forIdentifier and Tags.forService methods now return an empty set if no matching service can be found
Registry: Tags.forIdentifier and Tags.forService methods now return a…
v0.16.3: Scope: fixed scoped-import overrides, unsolicited scopes are now pruned before instantiation
Scope: fix involving scoped import overrides, a new ScopePruningModul…
v0.16.2: Factory: fixed variable resolving bug within scopes
Factory: fixed variable resolving bug within scopes