Skip to content

Releases: noleme/noleme-vault

v0.19: jakarta.inject compatibility

05 Mar 17:31
bf832c5
Compare
Choose a tag to compare
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

27 Aug 21:29
Compare
Choose a tag to compare
Deps: upgrading to noleme-json v0.10

v0.18.1: Enum type arguments

28 Feb 23:46
Compare
Choose a tag to compare
GitHub: deployment action fix attempt

v0.18: differentiated VaultAdjuster functions

03 Dec 21:34
2212e86
Compare
Choose a tag to compare

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

21 May 11:39
4cc3f62
Compare
Choose a tag to compare

v0.17: VaultAdjuster can now alter the whole Definitions container (minor BC-break)

21 May 11:37
7a28bed
Compare
Choose a tag to compare
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

28 Dec 10:27
Compare
Choose a tag to compare

v0.16.3: Scope: fixed scoped-import overrides, unsolicited scopes are now pruned before instantiation

27 Dec 00:12
Compare
Choose a tag to compare
Scope: fix involving scoped import overrides, a new ScopePruningModul…

v0.16.2: Factory: fixed variable resolving bug within scopes

19 Dec 21:43
Compare
Choose a tag to compare
Factory: fixed variable resolving bug within scopes

v0.16.1: Container: fixed bug involving ServiceProvider defs without explicit arguments

20 Aug 20:55
ae3a374
Compare
Choose a tag to compare
Container: fixed bug involving ServiceProvider defs without explicit …