Skip to content

Commit 0693932

Browse files
chore(main): release dev.openfeature.contrib.tools.junitopenfeature 0.2.0 (#1476)
Signed-off-by: OpenFeature Bot <[email protected]>
1 parent 1ee4c5e commit 0693932

File tree

5 files changed

+27
-4
lines changed

5 files changed

+27
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"providers/configcat": "0.1.1",
1111
"providers/statsig": "0.1.1",
1212
"providers/multiprovider": "0.0.1",
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
}

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

tools/junit-openfeature/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A JUnit5 extension to reduce boilerplate code for testing code which utilizes Op
88
<dependency>
99
<groupId>dev.openfeature.contrib.tools</groupId>
1010
<artifactId>junitopenfeature</artifactId>
11-
<version>0.1.3</version>
11+
<version>0.2.0</version>
1212
<scope>test</scope>
1313
</dependency>
1414
```

tools/junit-openfeature/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.tools</groupId>
1212
<artifactId>junitopenfeature</artifactId>
13-
<version>0.1.3</version> <!--x-release-please-version -->
13+
<version>0.2.0</version> <!--x-release-please-version -->
1414

1515
<name>junit-openfeature-extension</name>
1616
<description>JUnit5 Extension for OpenFeature</description>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.3
1+
0.2.0

0 commit comments

Comments
 (0)