From df6f8ad365b2bfb18e6a52fd3d1ce5462bec53bf Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 14 Dec 2023 21:43:43 +0000
Subject: [PATCH 01/31] chore(deps): update actions/setup-java digest to
3232623 (#733)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.github/workflows/merge.yml | 2 +-
.github/workflows/pullrequest.yml | 2 +-
.github/workflows/release.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml
index d6ac1ce0..7140325d 100644
--- a/.github/workflows/merge.yml
+++ b/.github/workflows/merge.yml
@@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Set up JDK 8
- uses: actions/setup-java@16ef37f8dd292a31055a9ee0d26fa0a4efab58de
+ uses: actions/setup-java@3232623d9c428cc5f228a01a2ae8d2d70f79775e
with:
java-version: '8'
distribution: 'temurin'
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml
index fd3deeaf..1b750e2c 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Set up JDK 8
- uses: actions/setup-java@16ef37f8dd292a31055a9ee0d26fa0a4efab58de
+ uses: actions/setup-java@3232623d9c428cc5f228a01a2ae8d2d70f79775e
with:
java-version: '8'
distribution: 'temurin'
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 700bd684..3e159d03 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Set up JDK 8
if: ${{ steps.release.outputs.release_created }}
- uses: actions/setup-java@16ef37f8dd292a31055a9ee0d26fa0a4efab58de
+ uses: actions/setup-java@3232623d9c428cc5f228a01a2ae8d2d70f79775e
with:
java-version: '8'
distribution: 'temurin'
From 5dcc43687bd5b6448461ac8f408be2ffadea1dab Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 19 Dec 2023 00:16:13 +0000
Subject: [PATCH 02/31] chore(deps): update github/codeql-action digest to
7e187e1 (#735)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.github/workflows/pullrequest.yml | 4 ++--
.github/workflows/static-code-scanning.yaml | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml
index 1b750e2c..54f7aac2 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -20,7 +20,7 @@ jobs:
cache: maven
- name: Initialize CodeQL
- uses: github/codeql-action/init@511f073971a2ce589ceea100a90831c5ca4310bb
+ uses: github/codeql-action/init@7e187e1c529d80bac7b87a16e7a792427f65cf02
with:
languages: java
@@ -45,4 +45,4 @@ jobs:
verbose: true # optional (default = false)
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@511f073971a2ce589ceea100a90831c5ca4310bb
+ uses: github/codeql-action/analyze@7e187e1c529d80bac7b87a16e7a792427f65cf02
diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml
index aeb8b7c6..42087bfc 100644
--- a/.github/workflows/static-code-scanning.yaml
+++ b/.github/workflows/static-code-scanning.yaml
@@ -33,12 +33,12 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@511f073971a2ce589ceea100a90831c5ca4310bb
+ uses: github/codeql-action/init@7e187e1c529d80bac7b87a16e7a792427f65cf02
with:
languages: java
- name: Autobuild
- uses: github/codeql-action/autobuild@511f073971a2ce589ceea100a90831c5ca4310bb
+ uses: github/codeql-action/autobuild@7e187e1c529d80bac7b87a16e7a792427f65cf02
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@511f073971a2ce589ceea100a90831c5ca4310bb
+ uses: github/codeql-action/analyze@7e187e1c529d80bac7b87a16e7a792427f65cf02
From 82f60cea88145bd79a91d596e953df5f37a7da22 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 19 Dec 2023 04:34:34 +0000
Subject: [PATCH 03/31] chore(deps): update
google-github-actions/release-please-action digest to cc61a07 (#737)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.github/workflows/release.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 3e159d03..20e24ad5 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
# Release-please creates a PR that tracks all changes
steps:
- - uses: google-github-actions/release-please-action@ba1c241a2f968a172cdce17159e3d79b6a5e33a0
+ - uses: google-github-actions/release-please-action@cc61a07e2da466bebbc19b3a7dd01d6aecb20d1e
id: release
with:
token: ${{secrets.GITHUB_TOKEN}}
From a8907b3a4fc06fb4473a2c33c779b654b3ae5f62 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 19 Dec 2023 06:04:12 +0000
Subject: [PATCH 04/31] chore(deps): update dependency
org.apache.maven.plugins:maven-compiler-plugin to v3.12.0 (#736)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 54575edb..72ef7ce8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -229,7 +229,7 @@
maven-compiler-plugin
- 3.11.0
+ 3.12.0
From a67465ac7e71f6d266a404344735a3925db176da Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 21 Dec 2023 01:39:24 +0000
Subject: [PATCH 05/31] chore(deps): update github/codeql-action digest to
49812ec (#740)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.github/workflows/pullrequest.yml | 4 ++--
.github/workflows/static-code-scanning.yaml | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml
index 54f7aac2..7e736157 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -20,7 +20,7 @@ jobs:
cache: maven
- name: Initialize CodeQL
- uses: github/codeql-action/init@7e187e1c529d80bac7b87a16e7a792427f65cf02
+ uses: github/codeql-action/init@49812ec6b6fc5cb29e909348cc6fe33d611ed7be
with:
languages: java
@@ -45,4 +45,4 @@ jobs:
verbose: true # optional (default = false)
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@7e187e1c529d80bac7b87a16e7a792427f65cf02
+ uses: github/codeql-action/analyze@49812ec6b6fc5cb29e909348cc6fe33d611ed7be
diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml
index 42087bfc..ec728ec2 100644
--- a/.github/workflows/static-code-scanning.yaml
+++ b/.github/workflows/static-code-scanning.yaml
@@ -33,12 +33,12 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@7e187e1c529d80bac7b87a16e7a792427f65cf02
+ uses: github/codeql-action/init@49812ec6b6fc5cb29e909348cc6fe33d611ed7be
with:
languages: java
- name: Autobuild
- uses: github/codeql-action/autobuild@7e187e1c529d80bac7b87a16e7a792427f65cf02
+ uses: github/codeql-action/autobuild@49812ec6b6fc5cb29e909348cc6fe33d611ed7be
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@7e187e1c529d80bac7b87a16e7a792427f65cf02
+ uses: github/codeql-action/analyze@49812ec6b6fc5cb29e909348cc6fe33d611ed7be
From 3d6d97466198ed94b44b8bf05f51cb51866189b1 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 21 Dec 2023 13:56:04 +0000
Subject: [PATCH 06/31] chore(deps): update actions/setup-java digest to
7a445ee (#741)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.github/workflows/merge.yml | 2 +-
.github/workflows/pullrequest.yml | 2 +-
.github/workflows/release.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml
index 7140325d..c16125e4 100644
--- a/.github/workflows/merge.yml
+++ b/.github/workflows/merge.yml
@@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Set up JDK 8
- uses: actions/setup-java@3232623d9c428cc5f228a01a2ae8d2d70f79775e
+ uses: actions/setup-java@7a445ee88d4e23b52c33fdc7601e40278616c7f8
with:
java-version: '8'
distribution: 'temurin'
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml
index 7e736157..c1b77cb2 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Set up JDK 8
- uses: actions/setup-java@3232623d9c428cc5f228a01a2ae8d2d70f79775e
+ uses: actions/setup-java@7a445ee88d4e23b52c33fdc7601e40278616c7f8
with:
java-version: '8'
distribution: 'temurin'
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 20e24ad5..72db682d 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Set up JDK 8
if: ${{ steps.release.outputs.release_created }}
- uses: actions/setup-java@3232623d9c428cc5f228a01a2ae8d2d70f79775e
+ uses: actions/setup-java@7a445ee88d4e23b52c33fdc7601e40278616c7f8
with:
java-version: '8'
distribution: 'temurin'
From 99bd988f6655fce3748011be839e7b4d48b469dc Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 22 Dec 2023 08:00:42 +0000
Subject: [PATCH 07/31] chore(deps): update github/codeql-action digest to
6f5223d (#742)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.github/workflows/pullrequest.yml | 4 ++--
.github/workflows/static-code-scanning.yaml | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml
index c1b77cb2..bd6055db 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -20,7 +20,7 @@ jobs:
cache: maven
- name: Initialize CodeQL
- uses: github/codeql-action/init@49812ec6b6fc5cb29e909348cc6fe33d611ed7be
+ uses: github/codeql-action/init@6f5223db54afb6bccb7b88162896588caa1f611b
with:
languages: java
@@ -45,4 +45,4 @@ jobs:
verbose: true # optional (default = false)
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@49812ec6b6fc5cb29e909348cc6fe33d611ed7be
+ uses: github/codeql-action/analyze@6f5223db54afb6bccb7b88162896588caa1f611b
diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml
index ec728ec2..1c0f5912 100644
--- a/.github/workflows/static-code-scanning.yaml
+++ b/.github/workflows/static-code-scanning.yaml
@@ -33,12 +33,12 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@49812ec6b6fc5cb29e909348cc6fe33d611ed7be
+ uses: github/codeql-action/init@6f5223db54afb6bccb7b88162896588caa1f611b
with:
languages: java
- name: Autobuild
- uses: github/codeql-action/autobuild@49812ec6b6fc5cb29e909348cc6fe33d611ed7be
+ uses: github/codeql-action/autobuild@6f5223db54afb6bccb7b88162896588caa1f611b
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@49812ec6b6fc5cb29e909348cc6fe33d611ed7be
+ uses: github/codeql-action/analyze@6f5223db54afb6bccb7b88162896588caa1f611b
From 36f5832727a6bf57ce6250c5c2ff001c0b0565ac Mon Sep 17 00:00:00 2001
From: Giovanni Liva
Date: Fri, 22 Dec 2023 18:56:48 +0100
Subject: [PATCH 08/31] perf: improve error handling (#739)
* perf: improve error handling
Signed-off-by: Giovanni Liva
* add synchronized keyword
Signed-off-by: Giovanni Liva
---------
Signed-off-by: Giovanni Liva
Co-authored-by: Todd Baert
---
.../dev/openfeature/sdk/exceptions/FlagNotFoundError.java | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/main/java/dev/openfeature/sdk/exceptions/FlagNotFoundError.java b/src/main/java/dev/openfeature/sdk/exceptions/FlagNotFoundError.java
index 9ec850d3..6685f96d 100644
--- a/src/main/java/dev/openfeature/sdk/exceptions/FlagNotFoundError.java
+++ b/src/main/java/dev/openfeature/sdk/exceptions/FlagNotFoundError.java
@@ -9,4 +9,9 @@
public class FlagNotFoundError extends OpenFeatureError {
private static final long serialVersionUID = 1L;
@Getter private final ErrorCode errorCode = ErrorCode.FLAG_NOT_FOUND;
+
+ @Override
+ public synchronized Throwable fillInStackTrace() {
+ return this;
+ }
}
From 82302776a564d53a1c941bb456ec40cf865cb5c7 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sun, 24 Dec 2023 16:12:09 +0000
Subject: [PATCH 09/31] chore(deps): update dependency
org.apache.maven.plugins:maven-compiler-plugin to v3.12.1 (#743)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 72ef7ce8..4d29d4a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -229,7 +229,7 @@
maven-compiler-plugin
- 3.12.0
+ 3.12.1
From 7c2c46e68656f6d7dd94308ac754f4d6e0b0b874 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 28 Dec 2023 04:40:43 +0000
Subject: [PATCH 10/31] chore(deps): update github/codeql-action digest to
596b173 (#744)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.github/workflows/pullrequest.yml | 4 ++--
.github/workflows/static-code-scanning.yaml | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml
index bd6055db..7333f1a4 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -20,7 +20,7 @@ jobs:
cache: maven
- name: Initialize CodeQL
- uses: github/codeql-action/init@6f5223db54afb6bccb7b88162896588caa1f611b
+ uses: github/codeql-action/init@596b173a4e09e1b75bb1b9db55f305b2357fbf60
with:
languages: java
@@ -45,4 +45,4 @@ jobs:
verbose: true # optional (default = false)
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@6f5223db54afb6bccb7b88162896588caa1f611b
+ uses: github/codeql-action/analyze@596b173a4e09e1b75bb1b9db55f305b2357fbf60
diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml
index 1c0f5912..f6825c8b 100644
--- a/.github/workflows/static-code-scanning.yaml
+++ b/.github/workflows/static-code-scanning.yaml
@@ -33,12 +33,12 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@6f5223db54afb6bccb7b88162896588caa1f611b
+ uses: github/codeql-action/init@596b173a4e09e1b75bb1b9db55f305b2357fbf60
with:
languages: java
- name: Autobuild
- uses: github/codeql-action/autobuild@6f5223db54afb6bccb7b88162896588caa1f611b
+ uses: github/codeql-action/autobuild@596b173a4e09e1b75bb1b9db55f305b2357fbf60
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@6f5223db54afb6bccb7b88162896588caa1f611b
+ uses: github/codeql-action/analyze@596b173a4e09e1b75bb1b9db55f305b2357fbf60
From c641ba6f05957578dc2a6733b4d5da50fc986fb8 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 29 Dec 2023 01:59:37 +0000
Subject: [PATCH 11/31] fix(deps): update dependency org.slf4j:slf4j-api to
v2.0.10 (#745)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4d29d4a8..3745c08b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,7 @@
org.slf4j
slf4j-api
- 2.0.9
+ 2.0.10
From 671c4a3868e700ce91ff0c483cc6de9b58193c9a Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sun, 31 Dec 2023 22:12:39 +0000
Subject: [PATCH 12/31] chore(deps): update dependency org.assertj:assertj-core
to v3.25.0 (#746)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 3745c08b..581e92c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,7 +74,7 @@
org.assertj
assertj-core
- 3.24.2
+ 3.25.0
test
From 208a166038e18ed23d96b7ddaf461e187493440b Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 2 Jan 2024 15:28:32 +0000
Subject: [PATCH 13/31] chore(deps): update github/codeql-action digest to
ee9b8ab (#747)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.github/workflows/pullrequest.yml | 4 ++--
.github/workflows/static-code-scanning.yaml | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml
index 7333f1a4..a6f18b7f 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -20,7 +20,7 @@ jobs:
cache: maven
- name: Initialize CodeQL
- uses: github/codeql-action/init@596b173a4e09e1b75bb1b9db55f305b2357fbf60
+ uses: github/codeql-action/init@ee9b8ab1f1ebb3bbcc79c2b2e8e83012b6a202f5
with:
languages: java
@@ -45,4 +45,4 @@ jobs:
verbose: true # optional (default = false)
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@596b173a4e09e1b75bb1b9db55f305b2357fbf60
+ uses: github/codeql-action/analyze@ee9b8ab1f1ebb3bbcc79c2b2e8e83012b6a202f5
diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml
index f6825c8b..f4e74e56 100644
--- a/.github/workflows/static-code-scanning.yaml
+++ b/.github/workflows/static-code-scanning.yaml
@@ -33,12 +33,12 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@596b173a4e09e1b75bb1b9db55f305b2357fbf60
+ uses: github/codeql-action/init@ee9b8ab1f1ebb3bbcc79c2b2e8e83012b6a202f5
with:
languages: java
- name: Autobuild
- uses: github/codeql-action/autobuild@596b173a4e09e1b75bb1b9db55f305b2357fbf60
+ uses: github/codeql-action/autobuild@ee9b8ab1f1ebb3bbcc79c2b2e8e83012b6a202f5
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@596b173a4e09e1b75bb1b9db55f305b2357fbf60
+ uses: github/codeql-action/analyze@ee9b8ab1f1ebb3bbcc79c2b2e8e83012b6a202f5
From 19deb846c62e8f03f92143b5e017ea30c21b97f1 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 2 Jan 2024 22:19:55 +0000
Subject: [PATCH 14/31] chore(deps): update github/codeql-action digest to
e345646 (#748)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.github/workflows/pullrequest.yml | 4 ++--
.github/workflows/static-code-scanning.yaml | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml
index a6f18b7f..8e895708 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -20,7 +20,7 @@ jobs:
cache: maven
- name: Initialize CodeQL
- uses: github/codeql-action/init@ee9b8ab1f1ebb3bbcc79c2b2e8e83012b6a202f5
+ uses: github/codeql-action/init@e345646da5cf2c896c269dba2b4fb62229464ef7
with:
languages: java
@@ -45,4 +45,4 @@ jobs:
verbose: true # optional (default = false)
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@ee9b8ab1f1ebb3bbcc79c2b2e8e83012b6a202f5
+ uses: github/codeql-action/analyze@e345646da5cf2c896c269dba2b4fb62229464ef7
diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml
index f4e74e56..950b296d 100644
--- a/.github/workflows/static-code-scanning.yaml
+++ b/.github/workflows/static-code-scanning.yaml
@@ -33,12 +33,12 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@ee9b8ab1f1ebb3bbcc79c2b2e8e83012b6a202f5
+ uses: github/codeql-action/init@e345646da5cf2c896c269dba2b4fb62229464ef7
with:
languages: java
- name: Autobuild
- uses: github/codeql-action/autobuild@ee9b8ab1f1ebb3bbcc79c2b2e8e83012b6a202f5
+ uses: github/codeql-action/autobuild@e345646da5cf2c896c269dba2b4fb62229464ef7
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@ee9b8ab1f1ebb3bbcc79c2b2e8e83012b6a202f5
+ uses: github/codeql-action/analyze@e345646da5cf2c896c269dba2b4fb62229464ef7
From bf4a9d1857b2f0b8cd1d59d22e128011e0625e17 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 3 Jan 2024 04:02:58 +0000
Subject: [PATCH 15/31] chore(deps): update dependency org.assertj:assertj-core
to v3.25.1 (#749)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 581e92c2..24106df4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,7 +74,7 @@
org.assertj
assertj-core
- 3.25.0
+ 3.25.1
test
From 82144eba96fb15e9555f13b7cff0a5137b570f50 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 4 Jan 2024 19:56:50 +0000
Subject: [PATCH 16/31] chore(deps): update github/codeql-action digest to
216127f (#750)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.github/workflows/pullrequest.yml | 4 ++--
.github/workflows/static-code-scanning.yaml | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml
index 8e895708..e20322aa 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -20,7 +20,7 @@ jobs:
cache: maven
- name: Initialize CodeQL
- uses: github/codeql-action/init@e345646da5cf2c896c269dba2b4fb62229464ef7
+ uses: github/codeql-action/init@216127f34aa309c5876c25b8ea6bda90f4f559fe
with:
languages: java
@@ -45,4 +45,4 @@ jobs:
verbose: true # optional (default = false)
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@e345646da5cf2c896c269dba2b4fb62229464ef7
+ uses: github/codeql-action/analyze@216127f34aa309c5876c25b8ea6bda90f4f559fe
diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml
index 950b296d..61a6a4d5 100644
--- a/.github/workflows/static-code-scanning.yaml
+++ b/.github/workflows/static-code-scanning.yaml
@@ -33,12 +33,12 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@e345646da5cf2c896c269dba2b4fb62229464ef7
+ uses: github/codeql-action/init@216127f34aa309c5876c25b8ea6bda90f4f559fe
with:
languages: java
- name: Autobuild
- uses: github/codeql-action/autobuild@e345646da5cf2c896c269dba2b4fb62229464ef7
+ uses: github/codeql-action/autobuild@216127f34aa309c5876c25b8ea6bda90f4f559fe
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@e345646da5cf2c896c269dba2b4fb62229464ef7
+ uses: github/codeql-action/analyze@216127f34aa309c5876c25b8ea6bda90f4f559fe
From 137a2410d0c53503bd4682b26e06d5a1ba38dbee Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 5 Jan 2024 15:59:58 +0000
Subject: [PATCH 17/31] chore(deps): update github/codeql-action digest to
08ae9bf (#751)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.github/workflows/pullrequest.yml | 4 ++--
.github/workflows/static-code-scanning.yaml | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml
index e20322aa..830ca87b 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -20,7 +20,7 @@ jobs:
cache: maven
- name: Initialize CodeQL
- uses: github/codeql-action/init@216127f34aa309c5876c25b8ea6bda90f4f559fe
+ uses: github/codeql-action/init@08ae9bf4d0d441bd9dcf6c2d80742c9fd2bf3cf0
with:
languages: java
@@ -45,4 +45,4 @@ jobs:
verbose: true # optional (default = false)
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@216127f34aa309c5876c25b8ea6bda90f4f559fe
+ uses: github/codeql-action/analyze@08ae9bf4d0d441bd9dcf6c2d80742c9fd2bf3cf0
diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml
index 61a6a4d5..eae747a2 100644
--- a/.github/workflows/static-code-scanning.yaml
+++ b/.github/workflows/static-code-scanning.yaml
@@ -33,12 +33,12 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@216127f34aa309c5876c25b8ea6bda90f4f559fe
+ uses: github/codeql-action/init@08ae9bf4d0d441bd9dcf6c2d80742c9fd2bf3cf0
with:
languages: java
- name: Autobuild
- uses: github/codeql-action/autobuild@216127f34aa309c5876c25b8ea6bda90f4f559fe
+ uses: github/codeql-action/autobuild@08ae9bf4d0d441bd9dcf6c2d80742c9fd2bf3cf0
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@216127f34aa309c5876c25b8ea6bda90f4f559fe
+ uses: github/codeql-action/analyze@08ae9bf4d0d441bd9dcf6c2d80742c9fd2bf3cf0
From 1b6e16017783aa45ece0c7a6b5ba0f01100813c9 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 5 Jan 2024 22:20:22 +0000
Subject: [PATCH 18/31] chore(deps): update github/codeql-action digest to
8516954 (#753)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.github/workflows/pullrequest.yml | 4 ++--
.github/workflows/static-code-scanning.yaml | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml
index 830ca87b..db1d15c9 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -20,7 +20,7 @@ jobs:
cache: maven
- name: Initialize CodeQL
- uses: github/codeql-action/init@08ae9bf4d0d441bd9dcf6c2d80742c9fd2bf3cf0
+ uses: github/codeql-action/init@8516954d603e47049b34f3da4dfac83009fcd450
with:
languages: java
@@ -45,4 +45,4 @@ jobs:
verbose: true # optional (default = false)
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@08ae9bf4d0d441bd9dcf6c2d80742c9fd2bf3cf0
+ uses: github/codeql-action/analyze@8516954d603e47049b34f3da4dfac83009fcd450
diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml
index eae747a2..4d3a9256 100644
--- a/.github/workflows/static-code-scanning.yaml
+++ b/.github/workflows/static-code-scanning.yaml
@@ -33,12 +33,12 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@08ae9bf4d0d441bd9dcf6c2d80742c9fd2bf3cf0
+ uses: github/codeql-action/init@8516954d603e47049b34f3da4dfac83009fcd450
with:
languages: java
- name: Autobuild
- uses: github/codeql-action/autobuild@08ae9bf4d0d441bd9dcf6c2d80742c9fd2bf3cf0
+ uses: github/codeql-action/autobuild@8516954d603e47049b34f3da4dfac83009fcd450
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@08ae9bf4d0d441bd9dcf6c2d80742c9fd2bf3cf0
+ uses: github/codeql-action/analyze@8516954d603e47049b34f3da4dfac83009fcd450
From 6caca62ac19d98e0d8a0556f43a9efc6da49862e Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 8 Jan 2024 22:33:37 +0000
Subject: [PATCH 19/31] chore(deps): update github/codeql-action digest to
e6a47e2 (#755)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.github/workflows/pullrequest.yml | 4 ++--
.github/workflows/static-code-scanning.yaml | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml
index db1d15c9..44fd10db 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -20,7 +20,7 @@ jobs:
cache: maven
- name: Initialize CodeQL
- uses: github/codeql-action/init@8516954d603e47049b34f3da4dfac83009fcd450
+ uses: github/codeql-action/init@e6a47e25652c5dbefe5b65d3b8e8dab0e9364b21
with:
languages: java
@@ -45,4 +45,4 @@ jobs:
verbose: true # optional (default = false)
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@8516954d603e47049b34f3da4dfac83009fcd450
+ uses: github/codeql-action/analyze@e6a47e25652c5dbefe5b65d3b8e8dab0e9364b21
diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml
index 4d3a9256..3afb6afb 100644
--- a/.github/workflows/static-code-scanning.yaml
+++ b/.github/workflows/static-code-scanning.yaml
@@ -33,12 +33,12 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@8516954d603e47049b34f3da4dfac83009fcd450
+ uses: github/codeql-action/init@e6a47e25652c5dbefe5b65d3b8e8dab0e9364b21
with:
languages: java
- name: Autobuild
- uses: github/codeql-action/autobuild@8516954d603e47049b34f3da4dfac83009fcd450
+ uses: github/codeql-action/autobuild@e6a47e25652c5dbefe5b65d3b8e8dab0e9364b21
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@8516954d603e47049b34f3da4dfac83009fcd450
+ uses: github/codeql-action/analyze@e6a47e25652c5dbefe5b65d3b8e8dab0e9364b21
From 8e4f18c45fb391d4183da2b151177f61738211d2 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 9 Jan 2024 02:17:22 +0000
Subject: [PATCH 20/31] fix(deps): update dependency org.slf4j:slf4j-api to
v2.0.11 (#756)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 24106df4..a1380a41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,7 @@
org.slf4j
slf4j-api
- 2.0.10
+ 2.0.11
From 01637f040c607f3405d14e1f6231e21aa6e5f9bc Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 9 Jan 2024 04:34:41 +0000
Subject: [PATCH 21/31] chore(deps): update github/codeql-action digest to
3516b7f (#757)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.github/workflows/pullrequest.yml | 4 ++--
.github/workflows/static-code-scanning.yaml | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml
index 44fd10db..674d7224 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -20,7 +20,7 @@ jobs:
cache: maven
- name: Initialize CodeQL
- uses: github/codeql-action/init@e6a47e25652c5dbefe5b65d3b8e8dab0e9364b21
+ uses: github/codeql-action/init@3516b7f18a3633ddb8da415fdd9d845b7e1bcf5f
with:
languages: java
@@ -45,4 +45,4 @@ jobs:
verbose: true # optional (default = false)
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@e6a47e25652c5dbefe5b65d3b8e8dab0e9364b21
+ uses: github/codeql-action/analyze@3516b7f18a3633ddb8da415fdd9d845b7e1bcf5f
diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml
index 3afb6afb..e7c4a464 100644
--- a/.github/workflows/static-code-scanning.yaml
+++ b/.github/workflows/static-code-scanning.yaml
@@ -33,12 +33,12 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@e6a47e25652c5dbefe5b65d3b8e8dab0e9364b21
+ uses: github/codeql-action/init@3516b7f18a3633ddb8da415fdd9d845b7e1bcf5f
with:
languages: java
- name: Autobuild
- uses: github/codeql-action/autobuild@e6a47e25652c5dbefe5b65d3b8e8dab0e9364b21
+ uses: github/codeql-action/autobuild@3516b7f18a3633ddb8da415fdd9d845b7e1bcf5f
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@e6a47e25652c5dbefe5b65d3b8e8dab0e9364b21
+ uses: github/codeql-action/analyze@3516b7f18a3633ddb8da415fdd9d845b7e1bcf5f
From 9851d4ba1c238b72673932badce04a4d1bc882fb Mon Sep 17 00:00:00 2001
From: Akira Fujiu
Date: Tue, 9 Jan 2024 21:40:07 +0900
Subject: [PATCH 22/31] chore: fix typo and indent in tutorial (#754)
Signed-off-by: Akira Fujiu
---
README.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index e310d7af..a2df6ee3 100644
--- a/README.md
+++ b/README.md
@@ -96,11 +96,11 @@ public void example(){
// flags defined in memory
Map> myFlags = new HashMap<>();
- flags.put("v2_enabled", Flag.builder()
- .variant("on", true)
- .variant("off", false)
- .defaultVariant("on")
- .build());
+ myFlags.put("v2_enabled", Flag.builder()
+ .variant("on", true)
+ .variant("off", false)
+ .defaultVariant("on")
+ .build());
// configure a provider
OpenFeatureAPI api = OpenFeatureAPI.getInstance();
From f66f2d143a4e9b1775fd79f060405248db0609f8 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 10 Jan 2024 01:23:16 +0000
Subject: [PATCH 23/31] chore(deps): update dependency
org.apache.maven.plugins:maven-surefire-plugin to v3.2.5 (#758)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a1380a41..fbfe3c07 100644
--- a/pom.xml
+++ b/pom.xml
@@ -235,7 +235,7 @@
org.apache.maven.plugins
maven-surefire-plugin
- 3.2.3
+ 3.2.5
${surefireArgLine}
From 7d0dbf9cb5bb6260d68b86d36e2ce175dbf22fdc Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 10 Jan 2024 10:10:00 +0000
Subject: [PATCH 24/31] chore(deps): update github/codeql-action digest to
b8e349d (#759)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.github/workflows/pullrequest.yml | 4 ++--
.github/workflows/static-code-scanning.yaml | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml
index 674d7224..6cb2f486 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -20,7 +20,7 @@ jobs:
cache: maven
- name: Initialize CodeQL
- uses: github/codeql-action/init@3516b7f18a3633ddb8da415fdd9d845b7e1bcf5f
+ uses: github/codeql-action/init@b8e349d982262f889d44159209e582928c45bdbd
with:
languages: java
@@ -45,4 +45,4 @@ jobs:
verbose: true # optional (default = false)
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@3516b7f18a3633ddb8da415fdd9d845b7e1bcf5f
+ uses: github/codeql-action/analyze@b8e349d982262f889d44159209e582928c45bdbd
diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml
index e7c4a464..153ac341 100644
--- a/.github/workflows/static-code-scanning.yaml
+++ b/.github/workflows/static-code-scanning.yaml
@@ -33,12 +33,12 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@3516b7f18a3633ddb8da415fdd9d845b7e1bcf5f
+ uses: github/codeql-action/init@b8e349d982262f889d44159209e582928c45bdbd
with:
languages: java
- name: Autobuild
- uses: github/codeql-action/autobuild@3516b7f18a3633ddb8da415fdd9d845b7e1bcf5f
+ uses: github/codeql-action/autobuild@b8e349d982262f889d44159209e582928c45bdbd
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@3516b7f18a3633ddb8da415fdd9d845b7e1bcf5f
+ uses: github/codeql-action/analyze@b8e349d982262f889d44159209e582928c45bdbd
From 21a118da953fb4b5112f7f476e3fabf8d1f2c38b Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 10 Jan 2024 20:03:17 +0000
Subject: [PATCH 25/31] chore(deps): update dependency
org.apache.maven.plugins:maven-failsafe-plugin to v3.2.5 (#760)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index fbfe3c07..69f671a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -250,7 +250,7 @@
org.apache.maven.plugins
maven-failsafe-plugin
- 3.2.3
+ 3.2.5
${surefireArgLine}
From dbe73654beb4fb5ef598b196d1d7bb4e477e8c7e Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 10 Jan 2024 22:27:37 +0000
Subject: [PATCH 26/31] chore(deps): update github/codeql-action digest to
3b54300 (#761)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.github/workflows/pullrequest.yml | 4 ++--
.github/workflows/static-code-scanning.yaml | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml
index 6cb2f486..457e0497 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -20,7 +20,7 @@ jobs:
cache: maven
- name: Initialize CodeQL
- uses: github/codeql-action/init@b8e349d982262f889d44159209e582928c45bdbd
+ uses: github/codeql-action/init@3b54300140ae1157b94fa3393f16295f035d2eda
with:
languages: java
@@ -45,4 +45,4 @@ jobs:
verbose: true # optional (default = false)
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@b8e349d982262f889d44159209e582928c45bdbd
+ uses: github/codeql-action/analyze@3b54300140ae1157b94fa3393f16295f035d2eda
diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml
index 153ac341..994fc0a6 100644
--- a/.github/workflows/static-code-scanning.yaml
+++ b/.github/workflows/static-code-scanning.yaml
@@ -33,12 +33,12 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@b8e349d982262f889d44159209e582928c45bdbd
+ uses: github/codeql-action/init@3b54300140ae1157b94fa3393f16295f035d2eda
with:
languages: java
- name: Autobuild
- uses: github/codeql-action/autobuild@b8e349d982262f889d44159209e582928c45bdbd
+ uses: github/codeql-action/autobuild@3b54300140ae1157b94fa3393f16295f035d2eda
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@b8e349d982262f889d44159209e582928c45bdbd
+ uses: github/codeql-action/analyze@3b54300140ae1157b94fa3393f16295f035d2eda
From ce1db8cc4870206cc47e1be119cd6ed2f0074d67 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 11 Jan 2024 03:23:38 +0000
Subject: [PATCH 27/31] chore(deps): update github/codeql-action digest to
cd94990 (#762)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.github/workflows/pullrequest.yml | 4 ++--
.github/workflows/static-code-scanning.yaml | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml
index 457e0497..09693131 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -20,7 +20,7 @@ jobs:
cache: maven
- name: Initialize CodeQL
- uses: github/codeql-action/init@3b54300140ae1157b94fa3393f16295f035d2eda
+ uses: github/codeql-action/init@cd94990cfe06fea58186515b8b69b8453b047ce2
with:
languages: java
@@ -45,4 +45,4 @@ jobs:
verbose: true # optional (default = false)
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@3b54300140ae1157b94fa3393f16295f035d2eda
+ uses: github/codeql-action/analyze@cd94990cfe06fea58186515b8b69b8453b047ce2
diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml
index 994fc0a6..b5503cc1 100644
--- a/.github/workflows/static-code-scanning.yaml
+++ b/.github/workflows/static-code-scanning.yaml
@@ -33,12 +33,12 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@3b54300140ae1157b94fa3393f16295f035d2eda
+ uses: github/codeql-action/init@cd94990cfe06fea58186515b8b69b8453b047ce2
with:
languages: java
- name: Autobuild
- uses: github/codeql-action/autobuild@3b54300140ae1157b94fa3393f16295f035d2eda
+ uses: github/codeql-action/autobuild@cd94990cfe06fea58186515b8b69b8453b047ce2
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@3b54300140ae1157b94fa3393f16295f035d2eda
+ uses: github/codeql-action/analyze@cd94990cfe06fea58186515b8b69b8453b047ce2
From 8d7976cfa889ad1609f26001a254969dde902403 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 11 Jan 2024 19:55:00 +0000
Subject: [PATCH 28/31] chore(deps): update actions/cache digest to e12d46a
(#763)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.github/workflows/merge.yml | 2 +-
.github/workflows/pullrequest.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml
index c16125e4..ecb443b8 100644
--- a/.github/workflows/merge.yml
+++ b/.github/workflows/merge.yml
@@ -32,7 +32,7 @@ jobs:
server-password: ${{ secrets.OSSRH_PASSWORD }}
- name: Cache local Maven repository
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
+ uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml
index 09693131..007a42ae 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -25,7 +25,7 @@ jobs:
languages: java
- name: Cache local Maven repository
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
+ uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
From ccf00fc08dab7ab10a43cda096eace0fb47671f5 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 11 Jan 2024 22:37:01 +0000
Subject: [PATCH 29/31] chore(deps): update github/codeql-action digest to
eb14aeb (#764)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.github/workflows/pullrequest.yml | 4 ++--
.github/workflows/static-code-scanning.yaml | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml
index 007a42ae..93ed1a7d 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -20,7 +20,7 @@ jobs:
cache: maven
- name: Initialize CodeQL
- uses: github/codeql-action/init@cd94990cfe06fea58186515b8b69b8453b047ce2
+ uses: github/codeql-action/init@eb14aeb61d80eb999887486ac17a507b970d02f0
with:
languages: java
@@ -45,4 +45,4 @@ jobs:
verbose: true # optional (default = false)
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@cd94990cfe06fea58186515b8b69b8453b047ce2
+ uses: github/codeql-action/analyze@eb14aeb61d80eb999887486ac17a507b970d02f0
diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml
index b5503cc1..7cdb65d9 100644
--- a/.github/workflows/static-code-scanning.yaml
+++ b/.github/workflows/static-code-scanning.yaml
@@ -33,12 +33,12 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@cd94990cfe06fea58186515b8b69b8453b047ce2
+ uses: github/codeql-action/init@eb14aeb61d80eb999887486ac17a507b970d02f0
with:
languages: java
- name: Autobuild
- uses: github/codeql-action/autobuild@cd94990cfe06fea58186515b8b69b8453b047ce2
+ uses: github/codeql-action/autobuild@eb14aeb61d80eb999887486ac17a507b970d02f0
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@cd94990cfe06fea58186515b8b69b8453b047ce2
+ uses: github/codeql-action/analyze@eb14aeb61d80eb999887486ac17a507b970d02f0
From dee4cff547ac5a876d57870209f4cb6980290c59 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 12 Jan 2024 21:03:51 +0000
Subject: [PATCH 30/31] chore(deps): update github/codeql-action digest to
9653106 (#765)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.github/workflows/pullrequest.yml | 4 ++--
.github/workflows/static-code-scanning.yaml | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml
index 93ed1a7d..e47bb931 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -20,7 +20,7 @@ jobs:
cache: maven
- name: Initialize CodeQL
- uses: github/codeql-action/init@eb14aeb61d80eb999887486ac17a507b970d02f0
+ uses: github/codeql-action/init@96531062ba46eb11dee25758db76518ad30ee4cf
with:
languages: java
@@ -45,4 +45,4 @@ jobs:
verbose: true # optional (default = false)
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@eb14aeb61d80eb999887486ac17a507b970d02f0
+ uses: github/codeql-action/analyze@96531062ba46eb11dee25758db76518ad30ee4cf
diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml
index 7cdb65d9..c5754d44 100644
--- a/.github/workflows/static-code-scanning.yaml
+++ b/.github/workflows/static-code-scanning.yaml
@@ -33,12 +33,12 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@eb14aeb61d80eb999887486ac17a507b970d02f0
+ uses: github/codeql-action/init@96531062ba46eb11dee25758db76518ad30ee4cf
with:
languages: java
- name: Autobuild
- uses: github/codeql-action/autobuild@eb14aeb61d80eb999887486ac17a507b970d02f0
+ uses: github/codeql-action/autobuild@96531062ba46eb11dee25758db76518ad30ee4cf
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@eb14aeb61d80eb999887486ac17a507b970d02f0
+ uses: github/codeql-action/analyze@96531062ba46eb11dee25758db76518ad30ee4cf
From 74209fdeae0d0de115ec6b9582702fa497303909 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Sat, 13 Jan 2024 13:20:08 -0800
Subject: [PATCH 31/31] chore(main): release 1.7.3 (#734)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---
.release-please-manifest.json | 2 +-
CHANGELOG.md | 44 +++++++++++++++++++++++++++++++++++
README.md | 8 +++----
pom.xml | 2 +-
version.txt | 2 +-
5 files changed, 51 insertions(+), 7 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index f7e2c6fb..0dec4881 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1 +1 @@
-{".":"1.7.2"}
\ No newline at end of file
+{".":"1.7.3"}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2428c58c..acb6ff20 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,49 @@
# Changelog
+## [1.7.3](https://github.com/open-feature/java-sdk/compare/v1.7.2...v1.7.3) (2024-01-12)
+
+
+### ๐ Bug Fixes
+
+* **deps:** update dependency org.slf4j:slf4j-api to v2.0.10 ([#745](https://github.com/open-feature/java-sdk/issues/745)) ([c641ba6](https://github.com/open-feature/java-sdk/commit/c641ba6f05957578dc2a6733b4d5da50fc986fb8))
+* **deps:** update dependency org.slf4j:slf4j-api to v2.0.11 ([#756](https://github.com/open-feature/java-sdk/issues/756)) ([8e4f18c](https://github.com/open-feature/java-sdk/commit/8e4f18c45fb391d4183da2b151177f61738211d2))
+
+
+### ๐งน Chore
+
+* **deps:** update actions/cache digest to e12d46a ([#763](https://github.com/open-feature/java-sdk/issues/763)) ([8d7976c](https://github.com/open-feature/java-sdk/commit/8d7976cfa889ad1609f26001a254969dde902403))
+* **deps:** update actions/setup-java digest to 3232623 ([#733](https://github.com/open-feature/java-sdk/issues/733)) ([df6f8ad](https://github.com/open-feature/java-sdk/commit/df6f8ad365b2bfb18e6a52fd3d1ce5462bec53bf))
+* **deps:** update actions/setup-java digest to 7a445ee ([#741](https://github.com/open-feature/java-sdk/issues/741)) ([3d6d974](https://github.com/open-feature/java-sdk/commit/3d6d97466198ed94b44b8bf05f51cb51866189b1))
+* **deps:** update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.12.0 ([#736](https://github.com/open-feature/java-sdk/issues/736)) ([a8907b3](https://github.com/open-feature/java-sdk/commit/a8907b3a4fc06fb4473a2c33c779b654b3ae5f62))
+* **deps:** update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.12.1 ([#743](https://github.com/open-feature/java-sdk/issues/743)) ([8230277](https://github.com/open-feature/java-sdk/commit/82302776a564d53a1c941bb456ec40cf865cb5c7))
+* **deps:** update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3.2.5 ([#760](https://github.com/open-feature/java-sdk/issues/760)) ([21a118d](https://github.com/open-feature/java-sdk/commit/21a118da953fb4b5112f7f476e3fabf8d1f2c38b))
+* **deps:** update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.2.5 ([#758](https://github.com/open-feature/java-sdk/issues/758)) ([f66f2d1](https://github.com/open-feature/java-sdk/commit/f66f2d143a4e9b1775fd79f060405248db0609f8))
+* **deps:** update dependency org.assertj:assertj-core to v3.25.0 ([#746](https://github.com/open-feature/java-sdk/issues/746)) ([671c4a3](https://github.com/open-feature/java-sdk/commit/671c4a3868e700ce91ff0c483cc6de9b58193c9a))
+* **deps:** update dependency org.assertj:assertj-core to v3.25.1 ([#749](https://github.com/open-feature/java-sdk/issues/749)) ([bf4a9d1](https://github.com/open-feature/java-sdk/commit/bf4a9d1857b2f0b8cd1d59d22e128011e0625e17))
+* **deps:** update github/codeql-action digest to 08ae9bf ([#751](https://github.com/open-feature/java-sdk/issues/751)) ([137a241](https://github.com/open-feature/java-sdk/commit/137a2410d0c53503bd4682b26e06d5a1ba38dbee))
+* **deps:** update github/codeql-action digest to 216127f ([#750](https://github.com/open-feature/java-sdk/issues/750)) ([82144eb](https://github.com/open-feature/java-sdk/commit/82144eba96fb15e9555f13b7cff0a5137b570f50))
+* **deps:** update github/codeql-action digest to 3516b7f ([#757](https://github.com/open-feature/java-sdk/issues/757)) ([01637f0](https://github.com/open-feature/java-sdk/commit/01637f040c607f3405d14e1f6231e21aa6e5f9bc))
+* **deps:** update github/codeql-action digest to 3b54300 ([#761](https://github.com/open-feature/java-sdk/issues/761)) ([dbe7365](https://github.com/open-feature/java-sdk/commit/dbe73654beb4fb5ef598b196d1d7bb4e477e8c7e))
+* **deps:** update github/codeql-action digest to 49812ec ([#740](https://github.com/open-feature/java-sdk/issues/740)) ([a67465a](https://github.com/open-feature/java-sdk/commit/a67465ac7e71f6d266a404344735a3925db176da))
+* **deps:** update github/codeql-action digest to 596b173 ([#744](https://github.com/open-feature/java-sdk/issues/744)) ([7c2c46e](https://github.com/open-feature/java-sdk/commit/7c2c46e68656f6d7dd94308ac754f4d6e0b0b874))
+* **deps:** update github/codeql-action digest to 6f5223d ([#742](https://github.com/open-feature/java-sdk/issues/742)) ([99bd988](https://github.com/open-feature/java-sdk/commit/99bd988f6655fce3748011be839e7b4d48b469dc))
+* **deps:** update github/codeql-action digest to 7e187e1 ([#735](https://github.com/open-feature/java-sdk/issues/735)) ([5dcc436](https://github.com/open-feature/java-sdk/commit/5dcc43687bd5b6448461ac8f408be2ffadea1dab))
+* **deps:** update github/codeql-action digest to 8516954 ([#753](https://github.com/open-feature/java-sdk/issues/753)) ([1b6e160](https://github.com/open-feature/java-sdk/commit/1b6e16017783aa45ece0c7a6b5ba0f01100813c9))
+* **deps:** update github/codeql-action digest to 9653106 ([#765](https://github.com/open-feature/java-sdk/issues/765)) ([dee4cff](https://github.com/open-feature/java-sdk/commit/dee4cff547ac5a876d57870209f4cb6980290c59))
+* **deps:** update github/codeql-action digest to b8e349d ([#759](https://github.com/open-feature/java-sdk/issues/759)) ([7d0dbf9](https://github.com/open-feature/java-sdk/commit/7d0dbf9cb5bb6260d68b86d36e2ce175dbf22fdc))
+* **deps:** update github/codeql-action digest to cd94990 ([#762](https://github.com/open-feature/java-sdk/issues/762)) ([ce1db8c](https://github.com/open-feature/java-sdk/commit/ce1db8cc4870206cc47e1be119cd6ed2f0074d67))
+* **deps:** update github/codeql-action digest to e345646 ([#748](https://github.com/open-feature/java-sdk/issues/748)) ([19deb84](https://github.com/open-feature/java-sdk/commit/19deb846c62e8f03f92143b5e017ea30c21b97f1))
+* **deps:** update github/codeql-action digest to e6a47e2 ([#755](https://github.com/open-feature/java-sdk/issues/755)) ([6caca62](https://github.com/open-feature/java-sdk/commit/6caca62ac19d98e0d8a0556f43a9efc6da49862e))
+* **deps:** update github/codeql-action digest to eb14aeb ([#764](https://github.com/open-feature/java-sdk/issues/764)) ([ccf00fc](https://github.com/open-feature/java-sdk/commit/ccf00fc08dab7ab10a43cda096eace0fb47671f5))
+* **deps:** update github/codeql-action digest to ee9b8ab ([#747](https://github.com/open-feature/java-sdk/issues/747)) ([208a166](https://github.com/open-feature/java-sdk/commit/208a166038e18ed23d96b7ddaf461e187493440b))
+* **deps:** update google-github-actions/release-please-action digest to cc61a07 ([#737](https://github.com/open-feature/java-sdk/issues/737)) ([82f60ce](https://github.com/open-feature/java-sdk/commit/82f60cea88145bd79a91d596e953df5f37a7da22))
+* fix typo and indent in tutorial ([#754](https://github.com/open-feature/java-sdk/issues/754)) ([9851d4b](https://github.com/open-feature/java-sdk/commit/9851d4ba1c238b72673932badce04a4d1bc882fb))
+
+
+### ๐ Performance
+
+* improve error handling ([#739](https://github.com/open-feature/java-sdk/issues/739)) ([36f5832](https://github.com/open-feature/java-sdk/commit/36f5832727a6bf57ce6250c5c2ff001c0b0565ac))
+
## [1.7.2](https://github.com/open-feature/java-sdk/compare/v1.7.1...v1.7.2) (2023-12-14)
diff --git a/README.md b/README.md
index a2df6ee3..60e73fcc 100644
--- a/README.md
+++ b/README.md
@@ -18,8 +18,8 @@
-
-
+
+
@@ -59,7 +59,7 @@ Note that this library is intended to be used in server-side contexts and has no
dev.openfeature
sdk
- 1.7.2
+ 1.7.3
```
@@ -84,7 +84,7 @@ If you would like snapshot builds, this is the relevant repository information:
```groovy
dependencies {
- implementation 'dev.openfeature:sdk:1.7.2'
+ implementation 'dev.openfeature:sdk:1.7.3'
}
```
diff --git a/pom.xml b/pom.xml
index 69f671a4..a5280ace 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
dev.openfeature
sdk
- 1.7.2
+ 1.7.3
UTF-8
diff --git a/version.txt b/version.txt
index f8a696c8..661e7aea 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-1.7.2
+1.7.3