diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index afb1eff2e..931813219 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -58,16 +58,16 @@ jobs: GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }} # Release Please has already incremented versions and published tags, so we just need to publish (skip tests). - - name: Maven Verify Deploy -DskipTests + - name: Maven Verify Deploy -DskipTests -Dcheckstyle.skip # 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 # 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, # letting exists-maven-plugin skip the nexus-staging-maven-plugin's entire deploy goal if the artifact exists. run: | - mvn --non-recursive --batch-mode --settings release/m2-settings.xml -DskipTests clean deploy + mvn --non-recursive --batch-mode --settings release/m2-settings.xml -DskipTests -Dcheckstyle.skip clean deploy modules=($(cat pom.xml | grep "" | sed 's/\s*<.*>\(.*\)<.*>/\1/')) for module in "${modules[@]}" do - mvn --batch-mode --projects $module --settings release/m2-settings.xml -DskipTests clean deploy + mvn --batch-mode --projects $module --settings release/m2-settings.xml -DskipTests -Dcheckstyle.skip clean deploy done env: CENTRAL_USERNAME: ${{ secrets.CENTRAL_USERNAME }} diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 439904de6..7bf8acb80 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -12,5 +12,5 @@ "providers/multiprovider": "0.0.2", "tools/junit-openfeature": "0.2.0", "tools/flagd-http-connector": "0.0.3", - ".": "0.2.2" + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b4c4cea9..a81cd8d90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## [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) + + +### ⚠ BREAKING CHANGES + +* **go-feature-flag:** Introduce in-process evaluation + tracking ([#1384](https://github.com/open-feature/java-sdk-contrib/issues/1384)) + +### 🐛 Bug Fixes + +* **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)) +* **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)) +* **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)) +* **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)) +* **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)) +* **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)) +* **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)) +* **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)) +* **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)) +* **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)) + + +### ✨ New Features + +* **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)) +* **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)) + ## [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) diff --git a/pom.xml b/pom.xml index b32b451fb..10108b21e 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ dev.openfeature.contrib parent - 0.2.2 + 1.0.0 pom java-sdk-contrib diff --git a/version.txt b/version.txt index ee1372d33..3eefcb9dd 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.2.2 +1.0.0