See <https://ci-builds.apache.org/job/Directory/job/dir-scimple/384/display/redirect?page=changes>
Changes: [github] Bump wildfly-maven-plugin from 1.2.2.Final to 3.0.0.Final [github] Bump validation-api from 1.1.0.Final to 2.0.1.Final [github] Bump jetty-bom from 9.4.45.v20220203 to 11.0.9 [github] Bump project from 42 to 45 [github] Bump maven-surefire-plugin from 3.0.0-M5 to 3.0.0-M6 [Brian Demers] Bump mockito-core from 4.4.0 to 4.5.1 [Brian Demers] Import JAXRS common code from PennState/commons-jaxrs [Brian Demers] License cleanup after running apache-rat:check [Brian Demers] Update apache-rat to ignore mvnw scripts [github] Bump assertj-core from 3.22.0 to 3.23.1 [Brian Demers] Bump catch-exception from 1.4.6 to 2.0 [github] Bump dependency-check-maven from 7.0.4 to 7.1.0 [Brian Demers] Update in catch-exception usage [github] Bump mockito-core from 4.5.1 to 4.6.0 [github] Bump mockito-junit-jupiter from 4.5.1 to 4.6.0 [github] Bump docker-maven-plugin from 0.39.1 to 0.40.0 [github] Bump resteasy-jackson2-provider from 4.7.6.Final to 6.0.1.Final [Brian Demers] Update the scm connection information after moving to Apache [Brian Demers] Migrate to jakarta packages [Brian Demers] Configure lombok to generate chained getters [Brian Demers] Remove null values from JSON payload [github] Bump mockito-junit-jupiter from 4.6.0 to 4.6.1 [github] Bump mockito-core from 4.6.0 to 4.6.1 [github] Bump docker-maven-plugin from 0.40.0 to 0.40.1 [github] Bump apache-rat-plugin from 0.13 to 0.14 [github] Bump dependency-check-maven from 7.1.0 to 7.1.1 [github] Bump maven-surefire-plugin from 3.0.0-M6 to 3.0.0-M7 [github] Bump wildfly-maven-plugin from 3.0.0.Final to 3.0.1.Final [github] Bump jetty-bom from 11.0.9 to 11.0.11 [Brian Demers] Move HTTP Status containing exceptions to common parent [Brian Demers] Update to swagger-annotations v2 [Brian Demers] Register ScimResource Providers automatically [Brian Demers] Remove dependencies on ejb and servlet APIs [Brian Demers] Update how ScimResource Providers are injected [Brian Demers] Add Example Server project for embedded Jersey + Weld [Brian Demers] Add bdemers to developers list [Brian Demers] Update (transitive) dependency version of common collections [Brian Demers] Suppress dep scan results found in weld [Brian Demers] Add nightly cron job to run full build [github] Bump exec-maven-plugin from 3.0.0 to 3.1.0 [github] Bump weld-se-core from 4.0.3.Final to 5.0.1.Final [github] Bump version.resteasy from 6.0.1.Final to 6.0.3.Final [github] Bump swagger-annotations from 2.2.0 to 2.2.2 [Brian Demers] Add fan_platform_project to owasp suppression file [Brian Demers] Remove duplicate Mapper class [Brian Demers] Move client and server logic out of scim-common and into respective modules [Brian Demers] Remove compliance modules [Brian Demers] Rename scim-server-common to scim-server [Brian Demers] Remove extra client exception types [Brian Demers] Update client Filter tests [Brian Demers] Move FilterBuilder to scim-spec-protocol [Brian Demers] Removed decode method from FilterBuilderTest [github] Bump docker-maven-plugin from 0.40.1 to 0.40.2 [github] Bump project from 45 to 46 [github] Bump version.resteasy from 6.0.3.Final to 6.1.0.Final [github] Bump hibernate-validator from 7.0.4.Final to 7.0.5.Final [github] Bump jersey-bom from 3.0.5 to 3.0.6 [github] Bump junit-bom from 5.8.2 to 5.9.0 [Brian Demers] Rename test method to not conflict with Parameterized args [Brian Demers] Reverting to Jetty 3.0.5 [Brian Demers] Replace field injection with constructor injection [Brian Demers] Refactored UpdateRequestTest to remove deprecated code [Brian Demers] Cleanup imports [Brian Demers] Add default constructors for CDI beans [Brian Demers] Add scope to RequestContext [github] Bump mockito-junit-jupiter from 4.6.1 to 4.7.0 [github] Bump jersey-bom from 3.0.5 to 3.0.6 [github] Bump maven-javadoc-plugin from 3.4.0 to 3.4.1 [github] Bump mockito-core from 4.6.1 to 4.7.0 [Brian Demers] Add generated annotations in lombok [Brian Demers] Remove JAX-RS related dependencies from scim-spec-schema [Brian Demers] Minor doc fixes [Brian Demers] Move from server utility to rest package [Brian Demers] Don't expose Schema.Attribute.field directly [Brian Demers] ScimJacksonXmlBindJsonProvider now uses the same ObjectMapper instance [Brian Demers] Adds ScimAttribute annotation to the fields in the Meta class [Brian Demers] Adds utility methods for setting configuration's authenticationSchema [Brian Demers] Adds FilterBuilder connivance methods [Brian Demers] Rename Provider to Repository [Brian Demers] Fixed flaky test in FilterBuilderLessThanTest [Brian Demers] Add tests for BulkResourceImpl [Brian Demers] Reduce exceptions thrown by AttributeUtil to new AttributeException [github] Bump dependency-check-maven from 7.1.1 to 7.1.2 [github] Bump logback-classic from 1.2.11 to 1.4.0 [Brian Demers] Extract Schema generation logic from RepositoryRegistry [Brian Demers] Add in memory Filter matcher [Brian Demers] Make ServerConfiguration.addAuthenticationSchema fluent [Brian Demers] Update examples to pass external SCIM testing [github] Bump jackson-bom from 2.13.3 to 2.13.4 [Brian Demers] Add missing WebApplicationExceptionMapper to ScimResourceHelper [Brian Demers] Use caseExact schema attribute when checking string equality [Brian Demers] Add generic integration tests [github] Bump jersey-bom from 3.0.5 to 3.0.8 [Brian Demers] Fix typo in PrioritySortingComparator name [Brian Demers] Remove web specific method from Repository interface [Brian Demers] Move non-web bits from scim-server to new scim-core module [Brian Demers] Move filter classes from protocol to spec-schema [Brian Demers] Moving a couple more classes to appropriately named packages [Brian Demers] Renamed scim.spec.protocol package to scim.protocol to remove spit package issue [Brian Demers] Build and module info to README [Brian Demers] Move ResourceException to spec package so it can be used by protocol [Brian Demers] DRY out BaseResourceTypeResourceImpl [Brian Demers] Add module names to jar manifests [github] Bump hibernate-validator from 7.0.5.Final to 8.0.0.Final [github] Bump mockito-junit-jupiter from 4.7.0 to 4.8.0 [github] Bump mockito-core from 4.7.0 to 4.8.0 [github] Bump rest-assured-bom from 5.1.1 to 5.2.0 [Brian Demers] Remove dead code [Brian Demers] Move schema reg logic out of RepoReg and into SchemaReg [Brian Demers] Remove parsing logic from ScimResource [Brian Demers] Move ScimExtensionRegistry logic into SchemaRegistry [Brian Demers] Removed dangling logical filter methods [Brian Demers] Minor fixes test test suite [Brian Demers] Use older version of logback to ensure logging works in examples [Brian Demers] Cleanup CDI scim-core [Brian Demers] ScimJacksonProvider now handles extensions [Brian Demers] Add etag specific exception [Brian Demers] Set version to 1.0.0-SNAPSHOT [Brian Demers] Fix pom.xml error: scim-tools-common should be scim-tools [github] Bump apache-rat-plugin from 0.14 to 0.15 [github] Bump dependency-check-maven from 7.1.2 to 7.3.0 [Brian Demers] Update to ANTLR 4.11.1 [github] Bump version.resteasy from 6.1.0.Final to 6.2.1.Final [Brian Demers] Return a 501 (not implemented) status code when a Repository is not found [Brian Demers] All ExceptionMappers extend common base class [Brian Demers] Update Jackson to 2.13.4-20221013 [github] Bump mockito-junit-jupiter from 4.8.0 to 4.8.1 [github] Bump mockito-core from 4.8.0 to 4.8.1 [github] Bump swagger-annotations from 2.2.2 to 2.2.4 [github] Bump junit-bom from 5.9.0 to 5.9.1 [Brian Demers] Removed unused args4j dep [github] Bump jackson-bom from 2.13.4.20221013 to 2.14.0 [github] Bump swagger-annotations from 2.2.4 to 2.2.6 [github] Bump rest-assured-bom from 5.2.0 to 5.3.0 [github] Bump mockito-core from 4.8.1 to 4.9.0 [github] Bump mockito-junit-jupiter from 4.8.1 to 4.9.0 [github] Bump dependency-check-maven from 7.3.0 to 7.3.2 [github] Bump swagger-annotations from 2.2.6 to 2.2.7 [github] Bump zjsonpatch from 0.4.12 to 0.4.13 [github] Bump jackson-bom from 2.14.0 to 2.14.1 [Brian Demers] Add new Spring Boot support module, ITs, and an example [Brian Demers] Update to Spring-Boot 3.0 GA [Brian Demers] Update to Jakarta EE 10 and Weld 5.1 [Brian Demers] Fix: Add methods required for CDI 4 to Spring Shim [Brian Demers] Add jandex index [Brian Demers] Add Jakarta WS Feature [github] Bump dependency-check-maven from 7.3.2 to 7.4.0 [github] Bump jandex-maven-plugin from 3.0.4 to 3.0.5 [github] Bump jersey-bom from 3.0.8 to 3.1.0 [Brian Demers] Force newer transitive dep commons-code to be used [Brian Demers] Configure and run the ITs on the Jersey example [Brian Demers] Require "resourceType" in ScimResource constructor [Brian Demers] Move the common SCIMple CDI & JSON bits from scim-server to scim-core [Brian Demers] Remove empty maven parent pom scim-spec [Brian Demers] Make PhoneNumber.param entry order consistent [github] Bump dependency-check-maven from 7.4.0 to 7.4.1 [Brian Demers] Remove unused import [Brian Demers] SCIM Resources will now have predictable ordered sets and maps [github] Update nightly cron to use Java 17 [Brian Demers] Convert the portable CDI extensions to the CDI lite equivalent [github] Bump version.resteasy from 6.2.1.Final to 6.2.2.Final [github] Bump mockito-junit-jupiter from 4.9.0 to 4.10.0 [github] Bump docker-maven-plugin from 0.40.2 to 0.40.3 [github] Bump mockito-core from 4.9.0 to 4.10.0 [Brian Demers] Add enforcer rule to ensure dependencies have compatible bytecode versions [Brian Demers] Fixed Wildfly related issues [Brian Demers] Remove resources classes from Feature implementation [github] Bump version.spring-boot from 3.0.0 to 3.0.1 [etoledano] patch phase 1 [etoledano] remove test [etoledano] support expression filters [github] Bump dependency-check-maven from 7.4.1 to 7.4.3 [github] Bump mockito-junit-jupiter from 4.10.0 to 4.11.0 [github] Bump mockito-core from 4.10.0 to 4.11.0 [Brian Demers] Enable UpdateRequest patch related tests [etoledano] update object mapper [Brian Demers] Add license headers [Brian Demers] Replace ObjectMapperProvider with ObjectMapperFactory [Brian Demers] Cleaned up imports in UpdateRequest [github] Bump dependency-check-maven from 7.4.3 to 7.4.4 [github] Bump assertj-core from 3.23.1 to 3.24.1 [github] Bump swagger-annotations from 2.2.7 to 2.2.8 [Brian Demers] Phone number parsing is non-strict by default [Brian Demers] Log uncaught client errors at DEBUG level, server errors at WARN [kthorpe] Fix typo in SchemaExtensionConfiguration [Brian Demers] Use UUIDs for examples [github] Bump mockito-junit-jupiter from 4.11.0 to 5.0.0 [github] Bump junit-bom from 5.9.1 to 5.9.2 [github] Bump mockito-core from 4.11.0 to 5.0.0 [github] Bump maven-surefire-plugin from 3.0.0-M7 to 3.0.0-M8 [github] Bump maven-failsafe-plugin from 3.0.0-M7 to 3.0.0-M8 [github] Bump zjsonpatch from 0.4.13 to 0.4.14 [github] Bump dependency-check-maven from 7.4.4 to 8.0.0 [etoledano] more patch functionality and filter expressions [etoledano] use instance check in predicate test [etoledano] unit tests [github] Bump version.spring-boot from 3.0.1 to 3.0.2 [github] Bump dependency-check-maven from 8.0.0 to 8.0.1 [github] Bump assertj-core from 3.24.1 to 3.24.2 [Brian Demers] Add missing attribute description [Brian Demers] Remove KeyedResource [Brian Demers] Bump version.spring-boot from 3.0.1 to 3.0.2 [Brian Demers] Fixing return type of fluent setters extending BaseResource [Brian Demers] Abstract out basic FilterExpression mapping logic [Brian Demers] Remove references to KeyResource [etoledano] fix filterMatcher, address comments [etoledano] fix comment [Brian Demers] Detect complex multivalue fitlers in InMemoryScimFitlerMatcher [etoledano] check for mutability [Brian Demers] Add test cases for patch replace/remove with filter [Brian Demers] Create Patch Operation handlers for each type of OP [Brian Demers] Allow for InMemoryScimFilterMatcher to traverse maps [Brian Demers] PatchHnadlerImpl now tests filters against a map version of the ScimResource [Brian Demers] Add typed exception for invalid filters and related exception mapper [github] Bump mockito-core from 5.0.0 to 5.1.0 [github] Bump dependency-check-maven from 8.0.1 to 8.0.2 [github] Bump mockito-junit-jupiter from 5.0.0 to 5.1.0 [github] Bump jackson-bom from 2.14.1 to 2.14.2 [Brian Demers] Add additional integration tests ------------------------------------------ Started by an SCM change Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on builds26 (ubuntu) in workspace <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/> The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir > <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/.git> # > timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url > https://gitbox.apache.org/repos/asf/directory-scimple.git # timeout=10 Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 Pruning obsolete local branches Fetching upstream changes from https://gitbox.apache.org/repos/asf/directory-scimple.git > git --version # timeout=10 > git --version # 'git version 2.17.1' > git fetch --tags --progress --prune -- > https://gitbox.apache.org/repos/asf/directory-scimple.git > +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10 Checking out Revision 7146ae93f4039e424f6dbf6bd85ce4977e75ca68 (refs/remotes/origin/develop) > git config core.sparsecheckout # timeout=10 > git checkout -f 7146ae93f4039e424f6dbf6bd85ce4977e75ca68 # timeout=10 Commit message: "Merge pull request #245 from apache/more-its" > git rev-list --no-walk 8cac9a14064029c5457338463ef50ca69fb92239 # timeout=10 Parsing POMs Modules changed, recalculating dependency graph Established TCP socket on 42929 maven35-agent.jar already up to date maven35-interceptor.jar already up to date maven3-interceptor-commons.jar already up to date [dir-scimple] $ /home/jenkins/tools/java/latest1.8/bin/java -cp /home/jenkins/jenkins-agent/maven35-agent.jar:/home/jenkins/tools/maven/latest3/boot/plexus-classworlds-2.6.0.jar:/home/jenkins/tools/maven/latest3/conf/logging jenkins.maven3.agent.Maven35Main /home/jenkins/tools/maven/latest3 /home/jenkins/jenkins-agent/agent.jar /home/jenkins/jenkins-agent/maven35-interceptor.jar /home/jenkins/jenkins-agent/maven3-interceptor-commons.jar 42929 <===[JENKINS REMOTING CAPACITY]===> channel started Executing Maven: -B -f <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> -V clean deploy -Pci [1mApache Maven 3.8.7 (b89d5959fcde851dcb1c8946a785a163f14e1e29)[m Maven home: /usr/local/asfpackages/maven/apache-maven-3.8.7 Java version: 1.8.0_362, vendor: Temurin, runtime: /usr/local/asfpackages/java/adoptium-jdk-8u362-b09/jre Default locale: en_US, platform encoding: ISO-8859-1 OS name: "linux", version: "4.15.0-200-generic", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Inspecting build with total of 13 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 13 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [HUDSON] Collecting dependencies info [HUDSON] Collecting dependencies info [HUDSON] Collecting dependencies info [HUDSON] Collecting dependencies info [HUDSON] Collecting dependencies info [HUDSON] Collecting dependencies info [HUDSON] Collecting dependencies info [HUDSON] Collecting dependencies info [HUDSON] Collecting dependencies info [HUDSON] Collecting dependencies info [HUDSON] Collecting dependencies info [HUDSON] Collecting dependencies info [INFO] ------------------------------------------------------------------------ [HUDSON] Collecting dependencies info[INFO] Reactor Build Order: [INFO] [INFO] SCIM - Parent [pom] [INFO] SCIM - Specification - Schema [jar] [INFO] SCIM - Specification - Protocol [jar] [INFO] SCIM - Core [jar] [INFO] SCIM - Client [jar] [INFO] SCIM - Compliance Tests [jar] [INFO] SCIM - Server [jar] [INFO] SCIM - Server - Examples - Memory [war] [INFO] SCIM - Server - Examples - Jersey [jar] [INFO] SCIM - Support - Spring Boot Starter [jar] [INFO] SCIM - Server - Examples - Spring Boot [jar] [INFO] SCIM - Tools [jar] [INFO] SCIM - Total Test Coverage [pom] [INFO] [INFO] ---------------< org.apache.directory.scim:scim-parent >---------------- [INFO] Building SCIM - Parent 1.0.0-SNAPSHOT [1/13] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ scim-parent --- [INFO] [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ scim-parent --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/> [INFO] Storing buildNumber: 7146ae9 at timestamp: 1676218503063 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/> [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven-version) @ scim-parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-java-version) @ scim-parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-java) @ scim-parent --- [ERROR] Rule 0: org.apache.maven.plugins.enforcer.RequireJavaVersion failed with message: Detected JDK Version: 1.8.0-362 is not in the allowed range 17. [WARNING] Attempt to (de-)serialize anonymous class org.jfrog.hudson.maven2.MavenDependenciesRecorder$1; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/ [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for SCIM - Parent 1.0.0-SNAPSHOT: [INFO] [INFO] SCIM - Parent ...................................... FAILURE [ 12.001 s] [INFO] SCIM - Specification - Schema ...................... SKIPPED [INFO] SCIM - Specification - Protocol .................... SKIPPED [INFO] SCIM - Core ........................................ SKIPPED [INFO] SCIM - Client ...................................... SKIPPED [INFO] SCIM - Compliance Tests ............................ SKIPPED [INFO] SCIM - Server ...................................... SKIPPED [INFO] SCIM - Server - Examples - Memory .................. SKIPPED [INFO] SCIM - Server - Examples - Jersey .................. SKIPPED [INFO] SCIM - Support - Spring Boot Starter ............... SKIPPED [INFO] SCIM - Server - Examples - Spring Boot ............. SKIPPED [INFO] SCIM - Tools ....................................... SKIPPED [INFO] SCIM - Total Test Coverage ......................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 38.023 s [INFO] Finished at: 2023-02-12T16:15:26Z [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.1.0:enforce (enforce-java) on project scim-parent: Some Enforcer rules have failed. Look above for specific messages explaining why the rule failed. -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server/pom.xml> to org.apache.directory.scim/scim-server/1.0.0-SNAPSHOT/scim-server-1.0.0-SNAPSHOT.pom [JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-protocol/pom.xml> to org.apache.directory.scim/scim-spec-protocol/1.0.0-SNAPSHOT/scim-spec-protocol-1.0.0-SNAPSHOT.pom [JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server-examples/scim-server-memory/pom.xml> to org.apache.directory.scim/scim-server-memory/1.0.0-SNAPSHOT/scim-server-memory-1.0.0-SNAPSHOT.pom [JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/support/spring-boot/pom.xml> to org.apache.directory.scim/scim-spring-boot-starter/1.0.0-SNAPSHOT/scim-spring-boot-starter-1.0.0-SNAPSHOT.pom [Fast Archiver] No prior successful build to compare, so performing full copy of artifacts [JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-tools/pom.xml> to org.apache.directory.scim/scim-tools/1.0.0-SNAPSHOT/scim-tools-1.0.0-SNAPSHOT.pom [JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-coverage/pom.xml> to org.apache.directory.scim/scim-test-coverage/1.0.0-SNAPSHOT/scim-test-coverage-1.0.0-SNAPSHOT.pom [JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-client/pom.xml> to org.apache.directory.scim/scim-client/1.0.0-SNAPSHOT/scim-client-1.0.0-SNAPSHOT.pom [JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/pom.xml> to org.apache.directory.scim/scim-spec-schema/1.0.0-SNAPSHOT/scim-spec-schema-1.0.0-SNAPSHOT.pom [JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-core/pom.xml> to org.apache.directory.scim/scim-core/1.0.0-SNAPSHOT/scim-core-1.0.0-SNAPSHOT.pom [Fast Archiver] No prior successful build to compare, so performing full copy of artifacts [JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server-examples/scim-server-jersey/pom.xml> to org.apache.directory.scim/scim-server-jersey/1.0.0-SNAPSHOT/scim-server-jersey-1.0.0-SNAPSHOT.pom [Fast Archiver] No prior successful build to compare, so performing full copy of artifacts [JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to org.apache.directory.scim/scim-parent/1.0.0-SNAPSHOT/scim-parent-1.0.0-SNAPSHOT.pom [JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server-examples/scim-server-spring-boot/pom.xml> to org.apache.directory.scim/scim-server-spring-boot/1.0.0-SNAPSHOT/scim-server-spring-boot-1.0.0-SNAPSHOT.pom [Fast Archiver] No prior successful build to compare, so performing full copy of artifacts [JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-compliance-tests/pom.xml> to org.apache.directory.scim/scim-compliance-tests/1.0.0-SNAPSHOT/scim-compliance-tests-1.0.0-SNAPSHOT.pom [Fast Archiver] No prior successful build to compare, so performing full copy of artifacts channel stopped
