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
commit c5fec718cfde7eb0d744513215e156e28c3abcc1 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Mon Mar 10 15:20:16 2025 +0100 Upgrading Swagger Core --- .../src/test/java/org/apache/syncope/fit/core/wa/WAConfigITCase.java | 5 +---- pom.xml | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/fit/core-reference/src/test/java/org/apache/syncope/fit/core/wa/WAConfigITCase.java b/fit/core-reference/src/test/java/org/apache/syncope/fit/core/wa/WAConfigITCase.java index 544d26a040..bf463fb19f 100644 --- a/fit/core-reference/src/test/java/org/apache/syncope/fit/core/wa/WAConfigITCase.java +++ b/fit/core-reference/src/test/java/org/apache/syncope/fit/core/wa/WAConfigITCase.java @@ -23,7 +23,6 @@ import static org.junit.jupiter.api.Assertions.assertNotNull; import static org.junit.jupiter.api.Assertions.assertThrows; import java.io.Serializable; -import java.util.Collection; import java.util.List; import java.util.UUID; import org.apache.syncope.common.lib.Attr; @@ -45,9 +44,7 @@ public class WAConfigITCase extends AbstractITCase { config = new Attr.Builder(config.getSchema()).values(updatedValue).build(); WA_CONFIG_SERVICE.set(config); - Attr updatedTO = WA_CONFIG_SERVICE.get(config.getSchema()); - ((Collection) updatedValue).containsAll(updatedTO.getValues()); - return updatedTO; + return WA_CONFIG_SERVICE.get(config.getSchema()); } private static <T extends Serializable> void deleteEntry(final Attr configTO) { diff --git a/pom.xml b/pom.xml index 150a194934..d167267050 100644 --- a/pom.xml +++ b/pom.xml @@ -443,7 +443,7 @@ under the License. <cas.version>7.2.0-RC6</cas.version> <cas-client.version>4.0.4</cas-client.version> - <swagger-core.version>2.2.28</swagger-core.version> + <swagger-core.version>2.2.29</swagger-core.version> <swagger-ui.version>5.20.0</swagger-ui.version> <jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
