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 45774aca41 Upgrading ConnId
45774aca41 is described below
commit 45774aca41ae5def9043e3a2d26497e60cb55014
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue Jul 14 13:50:18 2026 +0200
Upgrading ConnId
---
.github/workflows/crosschecks.yml | 2 +-
pom.xml | 2 +-
.../wa/starter/pac4j/saml/WASAML2ClientKeystoreGeneratorTest.java | 3 +++
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/crosschecks.yml
b/.github/workflows/crosschecks.yml
index 7ff7c91647..5ba4d0e469 100644
--- a/.github/workflows/crosschecks.yml
+++ b/.github/workflows/crosschecks.yml
@@ -32,7 +32,7 @@ jobs:
matrix:
language: ['java']
java: [ '25', '27-ea' ]
- os: [ubuntu-latest, windows-latest, macos-15]
+ os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Checkout repository
diff --git a/pom.xml b/pom.xml
index 4db055a8de..ea36d97f67 100644
--- a/pom.xml
+++ b/pom.xml
@@ -415,7 +415,7 @@ under the License.
<project.build.outputTimestamp>2025-11-25T06:53:52Z</project.build.outputTimestamp>
<syncope.version>${project.version}</syncope.version>
- <connid.version>1.6.1.1-SNAPSHOT</connid.version>
+ <connid.version>1.6.1.1</connid.version>
<connid.soap.version>1.5.0</connid.soap.version>
<connid.rest.version>1.1.1</connid.rest.version>
<connid.db.version>2.4.1</connid.db.version>
diff --git
a/wa/starter/src/test/java/org/apache/syncope/wa/starter/pac4j/saml/WASAML2ClientKeystoreGeneratorTest.java
b/wa/starter/src/test/java/org/apache/syncope/wa/starter/pac4j/saml/WASAML2ClientKeystoreGeneratorTest.java
index 7f7cc2f17e..140e814630 100644
---
a/wa/starter/src/test/java/org/apache/syncope/wa/starter/pac4j/saml/WASAML2ClientKeystoreGeneratorTest.java
+++
b/wa/starter/src/test/java/org/apache/syncope/wa/starter/pac4j/saml/WASAML2ClientKeystoreGeneratorTest.java
@@ -21,9 +21,12 @@ package org.apache.syncope.wa.starter.pac4j.saml;
import static org.junit.jupiter.api.Assertions.assertDoesNotThrow;
import org.junit.jupiter.api.Test;
+import org.junit.jupiter.api.condition.DisabledOnOs;
+import org.junit.jupiter.api.condition.OS;
public class WASAML2ClientKeystoreGeneratorTest extends BaseWASAML2ClientTest {
+ @DisabledOnOs(OS.MAC)
@Test
public void generate() throws Exception {
WASAML2ClientKeystoreGenerator generator = new
WASAML2ClientKeystoreGenerator(