Skip to content

Commit 6ef3618

Browse files
authored
Merge branch 'main' into release-please--branches--main--components--dev.openfeature.contrib.providers.multiprovider
Signed-off-by: Todd Baert <[email protected]>
2 parents b9b765f + f29b565 commit 6ef3618

File tree

13 files changed

+66
-12
lines changed

13 files changed

+66
-12
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"providers/flagd": "0.11.11",
33
"hooks/open-telemetry": "3.2.1",
44
"providers/go-feature-flag": "0.4.3",
5-
"providers/flagsmith": "0.0.10",
5+
"providers/flagsmith": "0.0.11",
66
"providers/env-var": "0.0.10",
77
"providers/jsonlogic-eval-provider": "1.1.1",
88
"providers/unleash": "0.1.0-alpha",
99
"providers/flipt": "0.1.1",
10-
"providers/configcat": "0.1.1",
10+
"providers/configcat": "0.2.0",
1111
"providers/statsig": "0.1.1",
1212
"providers/multiprovider": "0.0.2",
13-
"tools/junit-openfeature": "0.1.3",
13+
"tools/junit-openfeature": "0.2.0",
1414
"tools/flagd-http-connector": "0.0.2",
1515
".": "0.2.2"
1616
}

providers/configcat/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.configcat-v0.1.1...dev.openfeature.contrib.providers.configcat-v0.2.0) (2025-07-08)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* use sdk-maintained state, require 1.12 ([#964](https://github.com/open-feature/java-sdk-contrib/issues/964))
9+
10+
### 🐛 Bug Fixes
11+
12+
* **deps:** update dependency com.configcat:configcat-java-client to v9.4.1 ([#903](https://github.com/open-feature/java-sdk-contrib/issues/903)) ([1cbc60c](https://github.com/open-feature/java-sdk-contrib/commit/1cbc60c5a25642ec2ca028817b8f843832f8dae9))
13+
* **deps:** update dependency com.configcat:configcat-java-client to v9.4.2 ([#1109](https://github.com/open-feature/java-sdk-contrib/issues/1109)) ([1d85362](https://github.com/open-feature/java-sdk-contrib/commit/1d8536230316242652f9d71c180ef01c525d4c8a))
14+
* **deps:** update dependency com.configcat:configcat-java-client to v9.4.3 ([#1380](https://github.com/open-feature/java-sdk-contrib/issues/1380)) ([2e2dcf2](https://github.com/open-feature/java-sdk-contrib/commit/2e2dcf2992c4cf508aa9db0390fb6367b9c7f6c1))
15+
* **deps:** update dependency com.dylibso.chicory:wasi to v1.5.0 ([#1473](https://github.com/open-feature/java-sdk-contrib/issues/1473)) ([0030528](https://github.com/open-feature/java-sdk-contrib/commit/00305287986248262036dcb7cd4f4c384fe50052))
16+
* **deps:** update dependency org.slf4j:slf4j-api to v2.0.14 ([#904](https://github.com/open-feature/java-sdk-contrib/issues/904)) ([028b332](https://github.com/open-feature/java-sdk-contrib/commit/028b332dc8ac3b134e5453d5449a4c11b4ef250a))
17+
* **deps:** update dependency org.slf4j:slf4j-api to v2.0.15 ([#910](https://github.com/open-feature/java-sdk-contrib/issues/910)) ([2f58638](https://github.com/open-feature/java-sdk-contrib/commit/2f58638eb4907c948325d1e61853e1b6eabfa4c1))
18+
* **deps:** update dependency org.slf4j:slf4j-api to v2.0.16 ([#912](https://github.com/open-feature/java-sdk-contrib/issues/912)) ([52571d8](https://github.com/open-feature/java-sdk-contrib/commit/52571d806e7c547006db836245b4895fe9bc4660))
19+
* **deps:** update slf4j monorepo to v2.0.17 ([#1243](https://github.com/open-feature/java-sdk-contrib/issues/1243)) ([66c6a7f](https://github.com/open-feature/java-sdk-contrib/commit/66c6a7fc1bdc3e907793d2fc1eb0d412693a4aee))
20+
21+
22+
### ✨ New Features
23+
24+
* migrate to Java 11 ([#1336](https://github.com/open-feature/java-sdk-contrib/issues/1336)) ([a4be1ff](https://github.com/open-feature/java-sdk-contrib/commit/a4be1ff66870a72189873171e83c5b65dbb9991c))
25+
* use sdk-maintained state, require 1.12 ([#964](https://github.com/open-feature/java-sdk-contrib/issues/964)) ([4a041b0](https://github.com/open-feature/java-sdk-contrib/commit/4a041b0dda9c4e460f4c2199f3bc680df0dda621))
26+
327
## [0.1.1](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.configcat-v0.1.0...dev.openfeature.contrib.providers.configcat-v0.1.1) (2025-07-04)
428

529

providers/configcat/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<dependency>
1111
<groupId>dev.openfeature.contrib.providers</groupId>
1212
<artifactId>configcat</artifactId>
13-
<version>0.1.1</version>
13+
<version>0.2.0</version>
1414
</dependency>
1515
```
1616

providers/configcat/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>dev.openfeature.contrib.providers</groupId>
1212
<artifactId>configcat</artifactId>
13-
<version>0.1.1</version> <!--x-release-please-version -->
13+
<version>0.2.0</version> <!--x-release-please-version -->
1414

1515
<name>configcat</name>
1616
<description>configcat provider for Java</description>

providers/configcat/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.1
1+
0.2.0

providers/flagsmith/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.0.11](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagsmith-v0.0.10...dev.openfeature.contrib.providers.flagsmith-v0.0.11) (2025-07-08)
4+
5+
6+
### ✨ New Features
7+
8+
* migrate to Java 11 ([#1336](https://github.com/open-feature/java-sdk-contrib/issues/1336)) ([a4be1ff](https://github.com/open-feature/java-sdk-contrib/commit/a4be1ff66870a72189873171e83c5b65dbb9991c))
9+
310
## [0.0.10](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagsmith-v0.0.9...dev.openfeature.contrib.providers.flagsmith-v0.0.10) (2025-04-14)
411

512

providers/flagsmith/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Flagsmith provides an all-in-one platform for developing, implementing, and mana
1212
<dependency>
1313
<groupId>dev.openfeature.contrib.providers</groupId>
1414
<artifactId>flagsmith</artifactId>
15-
<version>0.0.10</version>
15+
<version>0.0.11</version>
1616
</dependency>
1717
```
1818

providers/flagsmith/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>dev.openfeature.contrib.providers</groupId>
1212
<artifactId>flagsmith</artifactId>
13-
<version>0.0.10</version> <!--x-release-please-version -->
13+
<version>0.0.11</version> <!--x-release-please-version -->
1414

1515
<name>flagsmith</name>
1616
<description>Flagsmith provider for Java</description>

providers/flagsmith/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.10
1+
0.0.11

tools/junit-openfeature/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.tools.junitopenfeature-v0.1.3...dev.openfeature.contrib.tools.junitopenfeature-v0.2.0) (2025-07-08)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* use sdk-maintained state, require 1.12 ([#964](https://github.com/open-feature/java-sdk-contrib/issues/964))
9+
10+
### 🐛 Bug Fixes
11+
12+
* added missing dependency and installation instruction ([#895](https://github.com/open-feature/java-sdk-contrib/issues/895)) ([6748d02](https://github.com/open-feature/java-sdk-contrib/commit/6748d02403f0ceecb6cb9ecdfb2fecf98423a7db))
13+
* **deps:** update dependency com.dylibso.chicory:wasi to v1.5.0 ([#1473](https://github.com/open-feature/java-sdk-contrib/issues/1473)) ([0030528](https://github.com/open-feature/java-sdk-contrib/commit/00305287986248262036dcb7cd4f4c384fe50052))
14+
* **deps:** update dependency org.apache.commons:commons-lang3 to v3.16.0 ([#908](https://github.com/open-feature/java-sdk-contrib/issues/908)) ([d21cfe3](https://github.com/open-feature/java-sdk-contrib/commit/d21cfe3ac7da1ff6e1a4dc2ee4b0db5c24ed4847))
15+
* **deps:** update dependency org.apache.commons:commons-lang3 to v3.17.0 ([#932](https://github.com/open-feature/java-sdk-contrib/issues/932)) ([c598d9f](https://github.com/open-feature/java-sdk-contrib/commit/c598d9f0a61f2324fb85d72fdfea34811283c575))
16+
* **deps:** update dependency org.junit-pioneer:junit-pioneer to v2 ([#1100](https://github.com/open-feature/java-sdk-contrib/issues/1100)) ([3bf822b](https://github.com/open-feature/java-sdk-contrib/commit/3bf822b46acc796fdc08a7567723a3e1861019cb))
17+
* race condition causing default when multiple flags are used ([#983](https://github.com/open-feature/java-sdk-contrib/issues/983)) ([356a973](https://github.com/open-feature/java-sdk-contrib/commit/356a973cf2b6ddf82b8311ea200fa30df4f1d048))
18+
19+
20+
### ✨ New Features
21+
22+
* added interception of parameterized tests to Junit OpenFeature Extension ([#1093](https://github.com/open-feature/java-sdk-contrib/issues/1093)) ([a78c906](https://github.com/open-feature/java-sdk-contrib/commit/a78c906b24b53f7d25eb01aad85ed614eb30ca05))
23+
* migrate to Java 11 ([#1336](https://github.com/open-feature/java-sdk-contrib/issues/1336)) ([a4be1ff](https://github.com/open-feature/java-sdk-contrib/commit/a4be1ff66870a72189873171e83c5b65dbb9991c))
24+
* use sdk-maintained state, require 1.12 ([#964](https://github.com/open-feature/java-sdk-contrib/issues/964)) ([4a041b0](https://github.com/open-feature/java-sdk-contrib/commit/4a041b0dda9c4e460f4c2199f3bc680df0dda621))
25+
326
## [0.1.3](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.tools.junitopenfeature-v0.1.2...dev.openfeature.contrib.tools.junitopenfeature-v0.1.3) (2025-07-04)
427

528

0 commit comments

Comments
 (0)