Skip to content

Commit d60dd56

Browse files
chore(main): release dev.openfeature.contrib.parent 1.0.0 (#1487)
Signed-off-by: OpenFeature Bot <[email protected]> Signed-off-by: Todd Baert <[email protected]> Co-authored-by: Todd Baert <[email protected]>
1 parent 6ea11ad commit d60dd56

File tree

5 files changed

+32
-6
lines changed

5 files changed

+32
-6
lines changed

.github/workflows/release-please.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,16 @@ jobs:
5858
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
5959

6060
# Release Please has already incremented versions and published tags, so we just need to publish (skip tests).
61-
- name: Maven Verify Deploy -DskipTests
61+
- name: Maven Verify Deploy -DskipTests -Dcheckstyle.skip
6262
# The nexus-staging-maven-plugin doesn't follow maven conventions. It stages all the projects with the last submodule: https://help.sonatype.com/repomanager2/staging-releases/configuring-your-project-for-deployment
6363
# This means there's no way to skip publishing of a particular module in a multi-module build, so we iterate over each module and publish them individually,
6464
# letting exists-maven-plugin skip the nexus-staging-maven-plugin's entire deploy goal if the artifact exists.
6565
run: |
66-
mvn --non-recursive --batch-mode --settings release/m2-settings.xml -DskipTests clean deploy
66+
mvn --non-recursive --batch-mode --settings release/m2-settings.xml -DskipTests -Dcheckstyle.skip clean deploy
6767
modules=($(cat pom.xml | grep "<module>" | sed 's/\s*<.*>\(.*\)<.*>/\1/'))
6868
for module in "${modules[@]}"
6969
do
70-
mvn --batch-mode --projects $module --settings release/m2-settings.xml -DskipTests clean deploy
70+
mvn --batch-mode --projects $module --settings release/m2-settings.xml -DskipTests -Dcheckstyle.skip clean deploy
7171
done
7272
env:
7373
CENTRAL_USERNAME: ${{ secrets.CENTRAL_USERNAME }}

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"providers/multiprovider": "0.0.2",
1313
"tools/junit-openfeature": "0.2.0",
1414
"tools/flagd-http-connector": "0.0.3",
15-
".": "0.2.2"
15+
".": "1.0.0"
1616
}

CHANGELOG.md

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

3+
## [1.0.0](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.parent-v0.2.2...dev.openfeature.contrib.parent-v1.0.0) (2025-07-09)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **go-feature-flag:** Introduce in-process evaluation + tracking ([#1384](https://github.com/open-feature/java-sdk-contrib/issues/1384))
9+
10+
### 🐛 Bug Fixes
11+
12+
* **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))
13+
* **deps:** update dependency io.cucumber:cucumber-bom to v7.22.1 ([#1328](https://github.com/open-feature/java-sdk-contrib/issues/1328)) ([9b894fe](https://github.com/open-feature/java-sdk-contrib/commit/9b894fe8005d84bbee66dc333019afa4fa2aa7a8))
14+
* **deps:** update dependency io.cucumber:cucumber-bom to v7.22.2 ([#1371](https://github.com/open-feature/java-sdk-contrib/issues/1371)) ([99fcc0a](https://github.com/open-feature/java-sdk-contrib/commit/99fcc0ad657ea6b8cbece467effd08c2c0314cca))
15+
* **deps:** update dependency io.cucumber:cucumber-bom to v7.23.0 ([#1393](https://github.com/open-feature/java-sdk-contrib/issues/1393)) ([cfa9e90](https://github.com/open-feature/java-sdk-contrib/commit/cfa9e90c454ba68d4e2fd91abdeb68c67e1323dd))
16+
* **deps:** update dependency org.junit:junit-bom to v5.13.2 ([#1437](https://github.com/open-feature/java-sdk-contrib/issues/1437)) ([7df0745](https://github.com/open-feature/java-sdk-contrib/commit/7df0745bbe6c457f0017ef036efbcc21e8f11bf8))
17+
* **deps:** update dependency org.mockito:mockito-bom to v5.17.0 ([#1340](https://github.com/open-feature/java-sdk-contrib/issues/1340)) ([1804b9f](https://github.com/open-feature/java-sdk-contrib/commit/1804b9fb6e793eb20518b39c3de9ece2c7ad3b6f))
18+
* **deps:** update dependency org.mockito:mockito-bom to v5.18.0 ([#1381](https://github.com/open-feature/java-sdk-contrib/issues/1381)) ([96f912a](https://github.com/open-feature/java-sdk-contrib/commit/96f912aeaddf820494fee4aaaf11bd6f789767b3))
19+
* **deps:** update junit-framework monorepo to v5.13.3 ([#1461](https://github.com/open-feature/java-sdk-contrib/issues/1461)) ([1aae615](https://github.com/open-feature/java-sdk-contrib/commit/1aae615131dc41106e75a915e3f2e8e2d31a96c4))
20+
* **deps:** update junit5 monorepo to v5.13.0 ([#1394](https://github.com/open-feature/java-sdk-contrib/issues/1394)) ([943064e](https://github.com/open-feature/java-sdk-contrib/commit/943064e894134ba95ce8e7f7ddb805c1de7063de))
21+
* **deps:** update junit5 monorepo to v5.13.1 ([#1406](https://github.com/open-feature/java-sdk-contrib/issues/1406)) ([749d241](https://github.com/open-feature/java-sdk-contrib/commit/749d2418837a188e4ae58f852146fafa52693363))
22+
23+
24+
### ✨ New Features
25+
26+
* **flagd:** add http connector for In-process resolver ([#1299](https://github.com/open-feature/java-sdk-contrib/issues/1299)) ([7688523](https://github.com/open-feature/java-sdk-contrib/commit/7688523669dd6f63cccf85a80bd1330a0c5d501f))
27+
* **go-feature-flag:** Introduce in-process evaluation + tracking ([#1384](https://github.com/open-feature/java-sdk-contrib/issues/1384)) ([2ea5e68](https://github.com/open-feature/java-sdk-contrib/commit/2ea5e68e79c6c703c55cc815d223bbe66a60ea6d))
28+
329
## [0.2.2](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.parent-v0.2.1...dev.openfeature.contrib.parent-v0.2.2) (2025-04-24)
430

531

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>dev.openfeature.contrib</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.2.2</version> <!--x-release-please-version -->
8+
<version>1.0.0</version> <!--x-release-please-version -->
99
<packaging>pom</packaging>
1010

1111
<name>java-sdk-contrib</name>

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.2
1+
1.0.0

0 commit comments

Comments
 (0)