Skip to content

chore(main): release dev.openfeature.contrib.tools.junitopenfeature 0.2.0 #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"providers/configcat": "0.1.0",
"providers/statsig": "0.1.0",
"providers/multiprovider": "0.0.1",
"tools/junit-openfeature": "0.1.2"
"tools/junit-openfeature": "0.2.0"
}
30 changes: 30 additions & 0 deletions tools/junit-openfeature/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## [0.2.0](https://github.com/jarebudev/java-sdk-contrib/compare/dev.openfeature.contrib.tools.junitopenfeature-v0.1.2...dev.openfeature.contrib.tools.junitopenfeature-v0.2.0) (2025-04-22)


### ⚠ BREAKING CHANGES

* use sdk-maintained state, require 1.12 ([#964](https://github.com/jarebudev/java-sdk-contrib/issues/964))

### πŸ› Bug Fixes

* added missing dependency and installation instruction ([#895](https://github.com/jarebudev/java-sdk-contrib/issues/895)) ([6748d02](https://github.com/jarebudev/java-sdk-contrib/commit/6748d02403f0ceecb6cb9ecdfb2fecf98423a7db))
* **deps:** update dependency org.apache.commons:commons-lang3 to v3.16.0 ([#908](https://github.com/jarebudev/java-sdk-contrib/issues/908)) ([d21cfe3](https://github.com/jarebudev/java-sdk-contrib/commit/d21cfe3ac7da1ff6e1a4dc2ee4b0db5c24ed4847))
* **deps:** update dependency org.apache.commons:commons-lang3 to v3.17.0 ([#932](https://github.com/jarebudev/java-sdk-contrib/issues/932)) ([c598d9f](https://github.com/jarebudev/java-sdk-contrib/commit/c598d9f0a61f2324fb85d72fdfea34811283c575))
* race condition causing default when multiple flags are used ([#983](https://github.com/jarebudev/java-sdk-contrib/issues/983)) ([356a973](https://github.com/jarebudev/java-sdk-contrib/commit/356a973cf2b6ddf82b8311ea200fa30df4f1d048))


### ✨ New Features

* Add JUnit5 extension for OpenFeature ([#888](https://github.com/jarebudev/java-sdk-contrib/issues/888)) ([9fff9db](https://github.com/jarebudev/java-sdk-contrib/commit/9fff9db4bcee3c3ae8128a1b2fb040f53df1d5ed))
* added interception of parameterized tests to Junit OpenFeature Extension ([#1093](https://github.com/jarebudev/java-sdk-contrib/issues/1093)) ([a78c906](https://github.com/jarebudev/java-sdk-contrib/commit/a78c906b24b53f7d25eb01aad85ed614eb30ca05))
* use sdk-maintained state, require 1.12 ([#964](https://github.com/jarebudev/java-sdk-contrib/issues/964)) ([4a041b0](https://github.com/jarebudev/java-sdk-contrib/commit/4a041b0dda9c4e460f4c2199f3bc680df0dda621))


### 🧹 Chore

* **main:** release dev.openfeature.contrib.tools.junitopenfeature 0.0.2 ([#892](https://github.com/jarebudev/java-sdk-contrib/issues/892)) ([0efebc7](https://github.com/jarebudev/java-sdk-contrib/commit/0efebc7630657a3f398caadaf652e79b525e5ef9))
* **main:** release dev.openfeature.contrib.tools.junitopenfeature 0.0.3 ([#896](https://github.com/jarebudev/java-sdk-contrib/issues/896)) ([1c23b15](https://github.com/jarebudev/java-sdk-contrib/commit/1c23b156d09011216cb57450c3ce23a309d5e657))
* **main:** release dev.openfeature.contrib.tools.junitopenfeature 0.1.0 ([#933](https://github.com/jarebudev/java-sdk-contrib/issues/933)) ([1d11f63](https://github.com/jarebudev/java-sdk-contrib/commit/1d11f630c9f2d32e1e623f80a3a4cbc0386777f2))
* **main:** release dev.openfeature.contrib.tools.junitopenfeature 0.1.1 ([#985](https://github.com/jarebudev/java-sdk-contrib/issues/985)) ([38fa733](https://github.com/jarebudev/java-sdk-contrib/commit/38fa7332cb3d0037b268bd244d060c348b4b913f))
* **main:** release dev.openfeature.contrib.tools.junitopenfeature 0.1.2 ([#1094](https://github.com/jarebudev/java-sdk-contrib/issues/1094)) ([c8435e7](https://github.com/jarebudev/java-sdk-contrib/commit/c8435e7182c3f351e8ae31492226aa0d99d126a3))

## [0.1.2](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.tools.junitopenfeature-v0.1.1...dev.openfeature.contrib.tools.junitopenfeature-v0.1.2) (2024-12-03)


Expand Down
2 changes: 1 addition & 1 deletion tools/junit-openfeature/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A JUnit5 extension to reduce boilerplate code for testing code which utilizes Op
<dependency>
<groupId>dev.openfeature.contrib.tools</groupId>
<artifactId>junitopenfeature</artifactId>
<version>0.1.2</version>
<version>0.2.0</version>
<scope>test</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion tools/junit-openfeature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>dev.openfeature.contrib.tools</groupId>
<artifactId>junitopenfeature</artifactId>
<version>0.1.2</version> <!--x-release-please-version -->
<version>0.2.0</version> <!--x-release-please-version -->

<name>junit-openfeature-extension</name>
<description>JUnit5 Extension for OpenFeature</description>
Expand Down
2 changes: 1 addition & 1 deletion tools/junit-openfeature/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.2
0.2.0