This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/master by this push:
     new 5b88c70775 Upgrading OpenSearch
5b88c70775 is described below

commit 5b88c707755712af0039832bb36e10c24b9158f3
Author: Francesco Chicchiriccò <ilgro...@apache.org>
AuthorDate: Fri Nov 17 08:54:14 2023 +0100

    Upgrading OpenSearch
---
 .../syncope/core/persistence/jpa/entity/am/JPAOIDCRPClientApp.java      | 1 +
 pom.xml                                                                 | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/core/persistence-jpa/src/main/java/org/apache/syncope/core/persistence/jpa/entity/am/JPAOIDCRPClientApp.java
 
b/core/persistence-jpa/src/main/java/org/apache/syncope/core/persistence/jpa/entity/am/JPAOIDCRPClientApp.java
index 40a818c14c..24a2cf8a17 100644
--- 
a/core/persistence-jpa/src/main/java/org/apache/syncope/core/persistence/jpa/entity/am/JPAOIDCRPClientApp.java
+++ 
b/core/persistence-jpa/src/main/java/org/apache/syncope/core/persistence/jpa/entity/am/JPAOIDCRPClientApp.java
@@ -106,6 +106,7 @@ public class JPAOIDCRPClientApp extends AbstractClientApp 
implements OIDCRPClien
 
     private String jwksUri;
 
+    @Enumerated(EnumType.STRING)
     private OIDCClientAuthenticationMethod tokenEndpointAuthenticationMethod;
 
     private String logoutUri;
diff --git a/pom.xml b/pom.xml
index c1c7fe89dd..077226cd18 100644
--- a/pom.xml
+++ b/pom.xml
@@ -429,7 +429,7 @@ under the License.
 
     <elasticsearch.version>8.11.1</elasticsearch.version>
     <opensearch.version>2.11.0</opensearch.version>
-    <opensearch-java.version>2.8.0</opensearch-java.version>
+    <opensearch-java.version>2.8.1</opensearch-java.version>
 
     <commons-jexl.version>3.3</commons-jexl.version>
     <commons-text.version>1.10.0</commons-text.version>

Reply via email to