Skip to content

fix(deps): update dependency dev.openfeature:sdk to v1.22.0 - #32

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate-bot/dev.openfeature-sdk-1.x
Open

fix(deps): update dependency dev.openfeature:sdk to v1.22.0#32
renovate[bot] wants to merge 1 commit into
mainfrom
renovate-bot/dev.openfeature-sdk-1.x

Conversation

@renovate

@renovate renovate Bot commented Dec 9, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
dev.openfeature:sdk (source) 1.15.11.22.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

open-feature/java-sdk (dev.openfeature:sdk)

v1.22.0

🐛 Bug Fixes
  • changed log level of provider state change transition messages to debug (#​1987) (02e9715)
  • deps: update dependency com.fasterxml.jackson:jackson-bom to v2.22.1 (#​1988) (71c0dfc)
  • deps: update dependency io.cucumber:cucumber-bom to v7.34.4 (#​1977) (e0bac33)
  • deps: update dependency io.cucumber:cucumber-bom to v7.34.5 (#​1994) (581948c)
  • deps: update dependency io.cucumber:cucumber-bom to v7.34.6 (#​1996) (85ba6eb)
  • deps: update dependency org.junit:junit-bom to v6.1.1 (#​1979) (473755e)
  • deps: update dependency org.junit:junit-bom to v6.1.2 (#​1989) (e9aa288)
✨ New Features
🧹 Chore
  • add API compat checks (#​1992) (1f46ab3)
  • deps: update dependency com.diffplug.spotless:spotless-maven-plugin to v3.8.0 (#​1980) (1b4490e)
  • deps: update dependency com.diffplug.spotless:spotless-maven-plugin to v3.9.0 (#​1998) (d4f5d2f)
  • deps: update dependency com.github.spotbugs:spotbugs to v4.10.3 (#​1990) (bdbeaea)
  • deps: update dependency com.github.spotbugs:spotbugs-maven-plugin to v4.10.3.0 (#​1991) (3ac32f3)
  • deps: update dependency net.bytebuddy:byte-buddy to v1.18.11-jdk5 (#​1983) (e37c0e0)
  • deps: update dependency net.bytebuddy:byte-buddy-agent to v1.18.11-jdk5 (#​1984) (a7d4e8a)
  • deps: update dependency org.apache.maven.plugins:maven-jar-plugin to v3.5.1 (#​1993) (feaaa78)
  • deps: update dependency org.apache.maven.plugins:maven-toolchains-plugin to v3.3.0 (#​1997) (c53f4db)
  • deps: update dependency org.codehaus.mojo:flatten-maven-plugin to v1.8.0 (#​1995) (c3eb89c)
  • fix revapi in release (c1fa5e7)

v1.21.0

🐛 Bug Fixes
  • collect and propagate per-provider errors in multi-provider strategies (#​1901) (f938b26)
  • deps: update dependency com.fasterxml.jackson:jackson-bom to v2.21.2 (#​1907) (bb19ba9)
  • deps: update dependency com.fasterxml.jackson:jackson-bom to v2.21.3 (#​1935) (51754a5)
  • deps: update dependency org.junit:junit-bom to v6.1.0 (#​1941) (76b71c2)
  • deps: update dependency org.projectlombok:lombok to v1.18.46 (#​1932) (639ee61)
  • deps: update dependency org.slf4j:slf4j-api to v2.0.18 (#​1937) (ea41f90)
  • deps: update jackson monorepo to v2.22.0 (#​1946) (58091f3)
  • Domain client event handlers no longer disappear (#​1922) (5562cb9)
  • keep distributionManagement in flattened pom (#​1958) (08ce6d0)
  • shutdown now clears hooks, evaluationContext and transactionContextPropagator as per spec 1.6.2 (#​1936) (fb2181f)
✨ New Features
🧹 Chore
📚 Documentation
🚀 Performance
  • avoid ImmutableStructure allocation for empty ImmutableContext (#​1972) (b54f6dc)
  • avoid Optional.ofNullable wrapping on hook.before() return value (#​1955) (b611d55)
  • cache clientMetadata lambda to avoid per-call allocation (#​1952) (85c0047)
  • eliminate merge allocation in setHooks by accepting hook sources directly (#​1956) (a5ba3c6)
  • empty default for ProviderEvaluation (#​1970) (7f92622)
  • replace copy+reverse with index-based traversal in executeBefor… (#​1954) (8fbf507)
  • replace copy+reverse with index-based traversal in executeBeforeHooks (8fbf507)
  • return Collections.emptyMap() from asUnmodifiableMap() when attributes is empty (#​1974) (a8277d0)
  • return ImmutableContext.EMPTY from NoOpTransactionContextPropag… (#​1975) (78afa98)
  • return ImmutableContext.EMPTY from NoOpTransactionContextPropagator (78afa98)
  • return ImmutableContext.EMPTY when merging two empty contexts (#​1973) (d492685)
  • skip ImmutableMetadata allocation when builder has no entries (#​1971) (e014572)
  • skip iterating over empty list (#​1969) (b21f4a8)
  • skip unmodifiableMap wrapper when hookHints is empty (#​1953) (b592514)

v1.20.2

🐛 Bug Fixes
  • allow for providers to safely shutdown (#​1744) (efbf279)
  • deps: update dependency com.fasterxml.jackson:jackson-bom to v2.21.1 (#​1863) (92a8bdb)
  • deps: update dependency io.cucumber:cucumber-bom to v7.34.1 (#​1834) (f549956)
  • deps: update dependency io.cucumber:cucumber-bom to v7.34.2 (#​1837) (b8c4b9a)
  • deps: update dependency io.cucumber:cucumber-bom to v7.34.3 (#​1880) (8d354c6)
  • deps: update dependency org.junit:junit-bom to v6.0.3 (#​1855) (5af58fd)
  • deps: update dependency org.projectlombok:lombok to v1.18.44 (#​1890) (597501a)
🧹 Chore

v1.20.1

🐛 Bug Fixes
  • Allow empty string as a valid targeting key (#​1807) (e8fb3a1)
  • deps: update dependency com.fasterxml.jackson:jackson-bom to v2.21.0 (#​1811) (925477d)
🧹 Chore

v1.20.0

🐛 Bug Fixes
✨ New Features
🧹 Chore

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Europe/Warsaw)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate-bot/dev.openfeature-sdk-1.x branch 4 times, most recently from 0ec6ea1 to e7be0eb Compare December 15, 2025 15:00
@renovate
renovate Bot force-pushed the renovate-bot/dev.openfeature-sdk-1.x branch from e7be0eb to 27ad78a Compare December 22, 2025 04:51
@renovate
renovate Bot force-pushed the renovate-bot/dev.openfeature-sdk-1.x branch 2 times, most recently from a525bad to e76e0a1 Compare January 7, 2026 05:58
@renovate
renovate Bot force-pushed the renovate-bot/dev.openfeature-sdk-1.x branch 2 times, most recently from e88598b to 6e1100e Compare January 16, 2026 20:33
@renovate renovate Bot changed the title fix(deps): update dependency dev.openfeature:sdk to v1.19.2 fix(deps): update dependency dev.openfeature:sdk to v1.20.0 Jan 16, 2026
@renovate
renovate Bot force-pushed the renovate-bot/dev.openfeature-sdk-1.x branch 3 times, most recently from d9961fb to 828a1f1 Compare January 22, 2026 17:33
@renovate renovate Bot changed the title fix(deps): update dependency dev.openfeature:sdk to v1.20.0 fix(deps): update dependency dev.openfeature:sdk to v1.20.1 Jan 22, 2026
@renovate
renovate Bot force-pushed the renovate-bot/dev.openfeature-sdk-1.x branch 5 times, most recently from 896606e to 20d4491 Compare January 31, 2026 00:39
@renovate
renovate Bot force-pushed the renovate-bot/dev.openfeature-sdk-1.x branch 6 times, most recently from ffc5f0c to e054e8f Compare February 10, 2026 12:14
@renovate
renovate Bot force-pushed the renovate-bot/dev.openfeature-sdk-1.x branch from e054e8f to 25f1d05 Compare February 14, 2026 17:50
@renovate
renovate Bot force-pushed the renovate-bot/dev.openfeature-sdk-1.x branch 3 times, most recently from d88353d to c926ab5 Compare March 11, 2026 10:57
@renovate
renovate Bot force-pushed the renovate-bot/dev.openfeature-sdk-1.x branch 2 times, most recently from 62e7a6a to 52044e8 Compare March 19, 2026 17:09
@renovate renovate Bot changed the title fix(deps): update dependency dev.openfeature:sdk to v1.20.1 fix(deps): update dependency dev.openfeature:sdk to v1.20.2 Mar 19, 2026
@renovate
renovate Bot force-pushed the renovate-bot/dev.openfeature-sdk-1.x branch from 52044e8 to 9cf0f09 Compare March 20, 2026 00:45
@renovate
renovate Bot force-pushed the renovate-bot/dev.openfeature-sdk-1.x branch 3 times, most recently from 97386c8 to 26b19a2 Compare April 14, 2026 02:15
@renovate
renovate Bot force-pushed the renovate-bot/dev.openfeature-sdk-1.x branch 3 times, most recently from f998e88 to 921010b Compare April 22, 2026 17:12
@renovate
renovate Bot force-pushed the renovate-bot/dev.openfeature-sdk-1.x branch 3 times, most recently from 20371b0 to a7624a6 Compare May 11, 2026 09:02
@renovate
renovate Bot force-pushed the renovate-bot/dev.openfeature-sdk-1.x branch from a7624a6 to d3ee1f2 Compare May 12, 2026 18:12
@renovate
renovate Bot force-pushed the renovate-bot/dev.openfeature-sdk-1.x branch 4 times, most recently from 044363f to 6c09a53 Compare June 2, 2026 01:32
@renovate
renovate Bot force-pushed the renovate-bot/dev.openfeature-sdk-1.x branch from 6c09a53 to 20816c7 Compare June 22, 2026 18:52
@renovate renovate Bot changed the title fix(deps): update dependency dev.openfeature:sdk to v1.20.2 fix(deps): update dependency dev.openfeature:sdk to v1.21.0 Jun 22, 2026
@renovate
renovate Bot force-pushed the renovate-bot/dev.openfeature-sdk-1.x branch 3 times, most recently from 3401df0 to fc0f7dc Compare June 26, 2026 22:53
@renovate
renovate Bot force-pushed the renovate-bot/dev.openfeature-sdk-1.x branch from fc0f7dc to a09eede Compare July 9, 2026 17:47
@renovate
renovate Bot force-pushed the renovate-bot/dev.openfeature-sdk-1.x branch from a09eede to 5754c6a Compare July 29, 2026 03:35
@renovate renovate Bot changed the title fix(deps): update dependency dev.openfeature:sdk to v1.21.0 fix(deps): update dependency dev.openfeature:sdk to v1.22.0 Jul 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants