Started by user Maxim Nesen Running as Maxim Nesen Agent basic-1kft6 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-1kft6" namespace: "jersey" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.jersey.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-1kft6" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-1kft6" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.jersey.svc.cluster.local/jersey/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-jersey" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on basic-1kft6 (basic) in workspace /home/jenkins/agent/workspace/cp_year_update The recommended git tool is: git No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse-ee4j/jersey > git init /home/jenkins/agent/workspace/cp_year_update # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/jersey > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/jersey +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse-ee4j/jersey # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision d5b682384968e19f6ae21ea9b1b37edfc6963737 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f d5b682384968e19f6ae21ea9b1b37edfc6963737 # timeout=10 Commit message: "Update hamcrest to the latest (#5060)" > git rev-list --no-walk d5b682384968e19f6ae21ea9b1b37edfc6963737 # timeout=10 [cp_year_update] $ /bin/bash /tmp/jenkins1927276209477096155.sh [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.glassfish.jersey.tests.integration.microprofile:jersey-rest-client14-compatibility:jar:2.36-SNAPSHOT [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.glassfish.jersey.ext.cdi:jersey-weld2-se:jar -> duplicate declaration of version (?) @ line 109, column 21 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] jersey [pom] [INFO] jersey-archetypes [pom] [INFO] jersey-archetype-heroku-webapp [maven-archetype] [INFO] jersey-archetype-grizzly2 [maven-archetype] [INFO] jersey-archetype-webapp [maven-archetype] [INFO] jersey-example-java8-webapp [maven-archetype] [INFO] jersey-bom [pom] [INFO] jersey-core-common [jar] [INFO] jersey-inject [pom] [INFO] jersey-inject-hk2 [jar] [INFO] jersey-core-client [jar] [INFO] jersey-media [pom] [INFO] jersey-media-jaxb [jar] [INFO] jersey-core-server [jar] [INFO] jersey-containers [pom] [INFO] jersey-container-grizzly2-http [jar] [INFO] jersey-container-servlet-core [jar] [INFO] jersey-test-framework [pom] [INFO] jersey-test-framework-core [jar] [INFO] jersey-container-servlet [jar] [INFO] jersey-container-grizzly2-servlet [jar] [INFO] jersey-test-framework-providers [pom] [INFO] jersey-test-framework-provider-grizzly2 [jar] [INFO] jersey-connectors [pom] [INFO] jersey-connectors-apache [jar] [INFO] jersey-connectors-apache5 [jar] [INFO] jersey-test-framework-provider-inmemory [jar] [INFO] jersey-test-framework-provider-external [jar] [INFO] jersey-container-jdk-http [jar] [INFO] jersey-test-framework-provider-jdk-http [jar] [INFO] jersey-container-simple-http [jar] [INFO] jersey-test-framework-provider-simple [jar] [INFO] jersey-container-jetty-http [jar] [INFO] jersey-test-framework-provider-jetty [jar] [INFO] jersey-connectors-netty [jar] [INFO] jersey-container-netty-http [jar] [INFO] jersey-test-framework-provider-netty [jar] [INFO] jersey-test-framework-provider-bundle [pom] [INFO] jersey-connectors-grizzly [jar] [INFO] jersey-connectors-jdk [jar] [INFO] jersey-extensions [pom] [INFO] jersey-ext-entity-filtering [jar] [INFO] jersey-media-json-jackson [jar] [INFO] jersey-connectors-jetty [jar] [INFO] jersey-media-sse [jar] [INFO] jersey-connectors-helidon [jar] [INFO] jersey-cdi-support [pom] [INFO] jersey-ext-cdi1x [jar] [INFO] jersey-glassfish-support [pom] [INFO] jersey-gf-ejb [jar] [INFO] jersey-container-jetty-servlet [jar] [INFO] jersey-ext-bean-validation [jar] [INFO] jersey-ext-cdi1x-ban-custom-hk2-binding [jar] [INFO] jersey-ext-cdi-rs-inject [jar] [INFO] jersey-ext-cdi1x-servlet [jar] [INFO] jersey-ext-cdi1x-transaction [jar] [INFO] jersey-ext-cdi1x-validation [jar] [INFO] jersey-ext-weld2-se [jar] [INFO] jersey-ext-metainf-services [jar] [INFO] jersey-ext-mvc [jar] [INFO] jersey-ext-mvc-bean-validation [jar] [INFO] jersey-ext-mvc-freemarker [jar] [INFO] jersey-ext-mvc-jsp [jar] [INFO] jersey-ext-mvc-mustache [jar] [INFO] jersey-ext-proxy-client [jar] [INFO] jersey-ext-rx [pom] [INFO] jersey-ext-rx-client-guava [jar] [INFO] jersey-ext-rx-client-rxjava [jar] [INFO] jersey-ext-rx-client-rxjava2 [jar] [INFO] jersey-ext-servlet-portability [jar] [INFO] jersey-spring4 [jar] [INFO] jersey-spring5 [jar] [INFO] jersey-wadl-doclet [jar] [INFO] jersey-media-json-binding [jar] [INFO] project [pom] [INFO] jersey-mp-rest-client [jar] [INFO] jersey-mp-config [jar] [INFO] jersey-incubator [pom] [INFO] jersey-inject-cdi-weld [jar] [INFO] jersey-declarative-linking [jar] [INFO] jersey-ext-gae-integration [jar] [INFO] jersey-media-html-json [jar] [INFO] jersey-media-kryo [jar] [INFO] jersey-open-tracing [jar] [INFO] jersey-inject-cdi2-se [jar] [INFO] jersey-media-json-jackson1 [jar] [INFO] jersey-media-json-jettison [jar] [INFO] jersey-media-json-processing [jar] [INFO] jersey-media-moxy [jar] [INFO] jersey-media-multipart [jar] [INFO] jersey-security [pom] [INFO] oauth1-signature [jar] [INFO] jersey-security [jar] [INFO] oauth1-server [jar] [INFO] oauth2-client [jar] [INFO] jersey-test-framework-util [jar] [INFO] jersey-tests [pom] [INFO] jersey-tests-e2e [jar] [INFO] jersey-tests-e2e-client [jar] [INFO] jersey-tests-e2e-core-common [jar] [INFO] jersey-tests-e2e-entity [jar] [INFO] jersey-tests-e2e-inject [pom] [INFO] jersey-tests-e2e-inject-cdi-se [jar] [INFO] jersey-tests-e2e-inject-cdi-inject-weld [jar] [INFO] e2e-inject-hk2 [jar] [INFO] jersey-tests-e2e-server [jar] [INFO] jersey-tests-e2e-testng [jar] [INFO] jersey-tests-integration [pom] [INFO] jersey-asm-integration [jar] [INFO] jersey-tests-integration-jersey-async-filter [war] [INFO] cdi-integration-project [pom] [INFO] jersey-tests-cdi-beanvalidation-webapp [war] [INFO] jersey-tests-cdi-client [jar] [INFO] jersey-tests-cdi-client-on-server [war] [INFO] jersey-tests-cdi-ejb-webapp [war] [INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp [war] [INFO] cdi-manually-bound [jar] [INFO] jersey-tests-cdi-log-check [war] [INFO] jersey-tests-integration-cdi-multimodule-lib [jar] [INFO] jersey-tests-integration-cdi-multimodule-war [war] [INFO] jersey-tests-integration-cdi-multimodule-war2 [war] [INFO] jersey-tests-integration-cdi-multimodule-ear [ear] [INFO] jersey-tests-integration-cdi-multimodule [pom] [INFO] jersey-tests-cdi-multipart-webapp [war] [INFO] jersey-tests-resource-with-at-context [jar] [INFO] cdi-sigleton [jar] [INFO] jersey-tests-cdi-webapp [war] [INFO] jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp [war] [INFO] jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp [war] [INFO] jersey-tests-cdi-with-jersey-injection-webapp [war] [INFO] jersey-tests-context-inject-on-server [jar] [INFO] client-connector-provider [jar] [INFO] jersey-tests-integration-ejb-multimodule-lib [jar] [INFO] jersey-tests-integration-ejb-multimodule-war [war] [INFO] jersey-tests-integration-ejb-multimodule-ear [ear] [INFO] jersey-tests-integration-ejb-multimodule [pom] [INFO] jersey-tests-integration-ejb-multimodule-reload-lib [jar] [INFO] jersey-tests-integration-ejb-multimodule-reload-war1 [war] [INFO] jersey-tests-integration-ejb-multimodule-reload-war2 [war] [INFO] jersey-tests-integration-ejb-multimodule-reload-ear [ear] [INFO] jersey-tests-integration-ejb-multimodule-reload [pom] [INFO] jersey-tests-ejb-webapp [war] [INFO] jersey-tests-externalproperties [jar] [INFO] j-376-reproducer [jar] [INFO] jersey-tests-integration-j-441-war1 [war] [INFO] jersey-tests-integration-j-441-war2 [war] [INFO] jersey-tests-integration-j-441-ear [ear] [INFO] jersey-tests-integration-j-441 [pom] [INFO] jersey-tests-integration-j-59-ejb-lib [jar] [INFO] jersey-tests-integration-j-59-cdi-war [war] [INFO] jersey-tests-integration-j-59-ear [ear] [INFO] jersey-tests-integration-j-59 [pom] [INFO] jersey-tests-component-inject [war] [INFO] jersey-tests-integration-jersey-1107 [war] [INFO] jersey-tests-integration-jersey-1223 [war] [INFO] jersey-tests-integration-jersey-1604 [war] [INFO] jersey-tests-integration-jersey-1667 [war] [INFO] jersey-tests-integration-jersey-1829 [war] [INFO] jersey-tests-integration-jersey-1883 [war] [INFO] jersey-tests-integration-jersey-1928 [war] [INFO] jersey-tests-integration-jersey-1960 [war] [INFO] jersey-tests-integration-jersey-1964 [war] [INFO] jersey-tests-integration-jersey-2031 [war] [INFO] jersey-tests-integration-jersey-2136 [war] [INFO] jersey-tests-integration-jersey-2137 [war] [INFO] jersey-tests-integration-jersey-2154 [war] [INFO] jersey-tests-integration-jersey-2160 [war] [INFO] jersey-tests-integration-jersey-2164 [war] [INFO] jersey-tests-integration-jersey-2167 [war] [INFO] jersey-tests-integration-jersey-2176 [war] [INFO] jersey-tests-integration-jersey-2184 [war] [INFO] jersey-tests-integration-jersey-2255 [war] [INFO] jersey-tests-integration-jersey-2322 [war] [INFO] jersey-tests-integration-jersey-2335 [war] [INFO] jersey-tests-integration-jersey-2421 [war] [INFO] jersey-tests-integration-jersey-2551 [war] [INFO] jersey-tests-integration-jersey-2612 [war] [INFO] jersey-tests-integration-jersey-2637 [war] [INFO] jersey-tests-integration-jersey-2654 [war] [INFO] jersey-tests-integration-jersey-2673 [war] [INFO] jersey-tests-integration-jersey-2689 [war] [INFO] jersey-tests-integration-jersey-2704 [war] [INFO] jersey-tests-integration-jersey-2776 [war] [INFO] jersey-tests-integration-jersey-2794 [war] [INFO] jersey-tests-integration-jersey-2846 [war] [INFO] jersey-tests-integration-jersey-2878 [war] [INFO] jersey-tests-integration-jersey-2892 [war] [INFO] jersey-3662 [jar] [INFO] jersey-tests-integration-jersey-3796 [war] [INFO] jersey-tests-integration-jersey-780 [war] [INFO] jersey-tests-integration-jersey-3670 [war] [INFO] jersey-3992 [war] [INFO] jersey-tests-integration-jersey-4003 [jar] [INFO] jersey-tests-integration-jersey-4099 [war] [INFO] jersey-4321 [jar] [INFO] jersey-examples [pom] [INFO] jersey-examples-server-sent-events-jersey [jar] [INFO] jersey-4507 [jar] [INFO] jersey-4542 [jar] [INFO] jersey-4697 [jar] [INFO] jersey-4722 [jar] [INFO] jersey-tests-integration-jersey-4949 [war] [INFO] jetty-response-close [jar] [INFO] jersey-bundles [pom] [INFO] jersey-bundles-jaxrs-ri [bundle] [INFO] microprofile-integration-project [pom] [INFO] microprofile-config-project [pom] [INFO] config-webapp [jar] [INFO] helidon-config-webapp [war] [INFO] jersey-rest-client-tck [jar] [INFO] jersey-rest-client14-compatibility [jar] [INFO] jersey-tests-integration-portability-jersey-1 [war] [INFO] jersey-tests-integration-portability-jersey-2 [war] [INFO] jersey-tests-integration-property-check [jar] [INFO] jersey-tests-integration-jersey-security-digest [war] [INFO] jersey-tests-integration-servlet-2.5-autodiscovery-1 [war] [INFO] jersey-tests-integration-servlet-2.5-autodiscovery-2 [war] [INFO] jersey-tests-integration-servlet-2.5-filter [war] [INFO] jersey-tests-integration-servlet-2.5-inflector-1 [war] [INFO] jersey-tests-integration-servlet-2.5-init-1 [war] [INFO] jersey-tests-integration-servlet-2.5-init-2 [war] [INFO] jersey-tests-integration-servlet-2.5-init-3 [war] [INFO] jersey-tests-integration-servlet-2.5-init-4 [war] [INFO] jersey-tests-integration-servlet-2.5-init-5 [war] [INFO] jersey-tests-integration-servlet-2.5-init-6 [war] [INFO] jersey-tests-integration-servlet-2.5-init-7 [war] [INFO] jersey-tests-integration-servlet-2.5-init-8 [war] [INFO] jersey-tests-integration-servlet-2.5-mvc-1 [war] [INFO] jersey-tests-integration-servlet-2.5-mvc-2 [war] [INFO] jersey-tests-integration-servlet-2.5-mvc-3 [war] [INFO] jersey-tests-integration-servlet-2.5-reload [war] [INFO] jersey-tests-integration-servlet-3-async [war] [INFO] jersey-tests-integration-servlet-3-chunked-io [war] [INFO] jersey-tests-integration-servlet-3-filter [war] [INFO] jersey-tests-integration-servlet-3-gf-async [war] [INFO] jersey-tests-integration-servlet-3-inflector-1 [war] [INFO] jersey-tests-integration-servlet-3-init-1 [war] [INFO] jersey-tests-integration-servlet-3-init-2 [war] [INFO] jersey-tests-integration-servlet-3-init-3 [war] [INFO] jersey-tests-integration-servlet-3-init-4 [war] [INFO] jersey-tests-integration-servlet-3-init-5 [war] [INFO] jersey-tests-integration-servlet-3-init-6 [war] [INFO] jersey-tests-integration-servlet-3-init-7 [war] [INFO] jersey-tests-integration-servlet-3-init-8 [war] [INFO] jersey-tests-integration-servlet-3-init-9 [war] [INFO] jersey-tests-integration-servlet-3-init-provider [war] [INFO] jersey-tests-integration-servlet-3-params [war] [INFO] jersey-tests-integration-servlet-3-sse-1 [war] [INFO] jersey-tests-integration-servlet-4.0-mvc-1 [war] [INFO] jersey-tests-integration-servlet-request-wrapper-binding-2 [war] [INFO] jersey-tests-integration-servlet-request-wrapper-binding [war] [INFO] jersey-tests-integration-servlet-tests [war] [INFO] jersey-tests-integration-sonar-test [war] [INFO] jersey-tests-integration-spring4 [war] [INFO] jersey-tests-integration-spring5 [war] [INFO] jersey-tests-integration-tracing-support [war] [INFO] reactive-streams-integration-project [pom] [INFO] sse-reactive-streams-tck [jar] [INFO] jersey-tests-jmockit [jar] [INFO] jersey-test-framework-memleak-test-common [jar] [INFO] jersey-tests-memleak [pom] [INFO] jersey-tests-memleak-redeployment [pom] [INFO] jersey-tests-memleak-redeployment-leaking-test-app [war] [INFO] jersey-examples-webapp-parent-pom [pom] [INFO] jersey-examples-helloworld-webapp [war] [INFO] jersey-test-framework-maven [pom] [INFO] jersey-test-framework-maven-container-runner-plugin [maven-plugin] [INFO] jersey-tests-memleak-redeployment-hello-world-app-ref [jar] [INFO] jersey-tests-memleak-redeployment-no-jersey-app [war] [INFO] jersey-tests-memleak-redeployment-threadlocals-app [war] [INFO] jersey-tests-memleak-testcase [pom] [INFO] jersey-tests-memleak-testcase-bean-param-leak [war] [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak [war] [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client [jar] [INFO] jersey-tests-memleak-testcase-leaking-test-app [war] [INFO] jersey-tests-osgi [pom] [INFO] jersey-tests-osgi-functional [pom] [INFO] jersey-tests-stress [jar] [INFO] jersey-tests-performance [pom] [INFO] performance-test-benchmarks [jar] [INFO] jersey-tests-performance-runners [pom] [INFO] jersey-grizzly-runner [jar] [INFO] jersey-tests-performance-testcase [pom] [INFO] jersey-tests-performance-assemblies [jar] [INFO] jersey-tests-performance-filter-dynamic-test [jar] [INFO] jersey-tests-performance-filter-global-test [jar] [INFO] jersey-tests-performance-filter-name-test [jar] [INFO] jersey-tests-performance-interceptor-dynamic-test [jar] [INFO] jersey-tests-performance-interceptor-global-test [jar] [INFO] jersey-tests-performance-interceptor-name-test [jar] [INFO] jersey-tests-performance-custom-provider-test [jar] [INFO] jersey-tests-performance-json-jackson-test [jar] [INFO] jersey-tests-performance-json-moxy-test [jar] [INFO] jersey-tests-performance-mbw-kryo-test [jar] [INFO] jersey-tests-performance-text-plain-test [jar] [INFO] jersey-tests-performance-xml-jaxb-test [jar] [INFO] jersey-tests-performance-xml-moxy-test [jar] [INFO] jersey-tests-performance-param-srl [jar] [INFO] jersey-tests-performance-proxy-injection-test [jar] [INFO] performance-test-tools [jar] [INFO] jersey-examples-assemblies [jar] [INFO] jersey-examples-bookmark [war] [INFO] jersey-examples-bookmark-em [war] [INFO] jersey-examples-bookstore-webapp [war] [INFO] jersey-examples-cdi-webapp [war] [INFO] jersey-examples-clipboard [jar] [INFO] jersey-examples-clipboard-programmatic [jar] [INFO] jersey-examples-declarative-linking [jar] [INFO] jersey-examples-entity-filtering [jar] [INFO] jersey-examples-entity-filtering-selectable [jar] [INFO] jersey-examples-entity-filtering-security [jar] [INFO] jersey-examples-extended-wadl-webapp [war] [INFO] jersey-examples-exception-mapping [jar] [INFO] jersey-examples-freemarker-webapp [war] [INFO] jersey-examples-groovy [jar] [INFO] jersey-examples-helloworld [jar] [INFO] jersey-examples-helloworld-benchmark [jar] [INFO] jersey-examples-helloworld-cdi2-se [jar] [INFO] jersey-examples-helloworld-netty [jar] [INFO] jersey-examples-helloworld-programmatic [jar] [INFO] jersey-examples-helloworld-pure-jax-rs [jar] [INFO] jersey-examples-helloworld-weld [jar] [INFO] jersey-examples-helloworld-spring-webapp [war] [INFO] helloworld-spring-annotations [jar] [INFO] jersey-examples-http-patch [jar] [INFO] jersey-examples-http-trace [jar] [INFO] jersey-examples-https-clientserver-grizzly [jar] [INFO] jersey-examples-https-server-glassfish [war] [INFO] jersey-examples-java8-webapp [war] [INFO] jersey-examples-jaxb [jar] [INFO] jersey-examples-jaxrs-types-injection [jar] [INFO] jersey-examples-ejb [war] [INFO] jersey-examples-json-binding-webapp [war] [INFO] jersey-examples-json-jackson [jar] [INFO] jersey-examples-json-jackson1 [jar] [INFO] jersey-examples-json-jettison [jar] [INFO] jersey-examples-json-moxy [jar] [INFO] jersey-examples-json-processing-webapp [war] [INFO] jersey-examples-json-with-padding [jar] [INFO] jersey-examples-managed-beans-webapp [war] [INFO] jersey-examples-managed-client [jar] [INFO] jersey-examples-managed-client-webapp [war] [INFO] jersey-examples-managed-client-simple-webapp [war] [INFO] jersey-examples-multipart-webapp [war] [INFO] jersey-examples-open-tracing [jar] [INFO] jersey-examples-osgi-helloworld-webapp [pom] [INFO] jersey-examples-osgi-helloworld-webapp-lib [jar] [INFO] jersey-examples-osgi-helloworld-webapp-additional [jar] [INFO] jersey-examples-osgi-helloworld-webapp-alternate-version [jar] [INFO] jersey-examples-osgi-helloworld-webapp-wab [war] [INFO] jersey-examples-osgi-helloworld-webapp-test [pom] [INFO] jersey-examples-osgi-http-service [pom] [INFO] jersey-examples-osgi-http-service-bundle [jar] [INFO] jersey-examples-osgi-http-service-test [pom] [INFO] oauth-client-twitter [jar] [INFO] jersey-examples-reload [jar] [INFO] jersey-examples-rx-client-webapp [war] [INFO] jersey-examples-server-async [jar] [INFO] jersey-examples-server-async-managed [jar] [INFO] jersey-examples-server-async-standalone [pom] [INFO] jersey-examples-server-async-standalone-client [jar] [INFO] jersey-examples-server-async-standalone-webapp [war] [INFO] jersey-examples-server-sent-events-jaxrs [jar] [INFO] jersey-examples-servlet3-webapp [war] [INFO] jersey-examples-simple-console [jar] [INFO] jersey-examples-sse-item-store-jersey-webapp [war] [INFO] jersey-examples-sse-item-store-jaxrs-webapp [war] [INFO] jersey-examples-sse-twitter-aggregator [jar] [INFO] jersey-examples-system-properties [jar] [INFO] jersey-examples-moxy [jar] [INFO] jersey-test-framework-maven-custom-enforcer-rules [jar] [INFO] [INFO] --------------------< org.glassfish.jersey:project >-------------------- [INFO] Building jersey 2.36-SNAPSHOT [1/371] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin:2.10.0:set (default-cli) @ project --- [INFO] Searching for local aggregator root... [INFO] Local aggregation root: /home/jenkins/agent/workspace/cp_year_update [INFO] Processing change of org.glassfish.jersey:project:2.36-SNAPSHOT -> 3.1.0 [INFO] Processing org.glassfish.jersey:project [INFO] Updating project org.glassfish.jersey:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.archetypes:project [INFO] Updating parent org.glassfish.jersey:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.bundles:project [INFO] Updating parent org.glassfish.jersey:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.connectors:project [INFO] Updating parent org.glassfish.jersey:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.containers:project [INFO] Updating parent org.glassfish.jersey:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.core:jersey-client [INFO] Updating parent org.glassfish.jersey:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.core:jersey-common [INFO] Updating parent org.glassfish.jersey:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.core:jersey-server [INFO] Updating parent org.glassfish.jersey:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:project [INFO] Updating parent org.glassfish.jersey:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.ext:project [INFO] Updating parent org.glassfish.jersey:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.incubator:project [INFO] Updating parent org.glassfish.jersey:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.inject:project [INFO] Updating parent org.glassfish.jersey:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.media:project [INFO] Updating parent org.glassfish.jersey:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.security:project [INFO] Updating parent org.glassfish.jersey:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.test-framework:project [INFO] Updating parent org.glassfish.jersey:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests:project [INFO] Updating parent org.glassfish.jersey:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey:jersey-documentation [INFO] Updating parent org.glassfish.jersey:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.archetypes:jersey-example-java8-webapp [INFO] Updating parent org.glassfish.jersey.archetypes:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.archetypes:jersey-heroku-webapp [INFO] Updating parent org.glassfish.jersey.archetypes:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.archetypes:jersey-quickstart-grizzly2 [INFO] Updating parent org.glassfish.jersey.archetypes:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.archetypes:jersey-quickstart-webapp [INFO] Updating parent org.glassfish.jersey.archetypes:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.bundles:apidocs [INFO] Updating parent org.glassfish.jersey.bundles:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.bundles:jaxrs-ri [INFO] Updating parent org.glassfish.jersey.bundles:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.bundles:jersey-examples [INFO] Updating parent org.glassfish.jersey.bundles:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.connectors:jersey-apache-connector [INFO] Updating parent org.glassfish.jersey.connectors:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.connectors:jersey-apache5-connector [INFO] Updating parent org.glassfish.jersey.connectors:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.connectors:jersey-grizzly-connector [INFO] Updating parent org.glassfish.jersey.connectors:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.connectors:jersey-helidon-connector [INFO] Updating parent org.glassfish.jersey.connectors:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.connectors:jersey-jdk-connector [INFO] Updating parent org.glassfish.jersey.connectors:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.connectors:jersey-jetty-connector [INFO] Updating parent org.glassfish.jersey.connectors:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.connectors:jersey-netty-connector [INFO] Updating parent org.glassfish.jersey.connectors:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.containers.glassfish:project [INFO] Updating parent org.glassfish.jersey.containers:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.containers:jersey-container-grizzly2-http [INFO] Updating parent org.glassfish.jersey.containers:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.containers:jersey-container-grizzly2-servlet [INFO] Updating parent org.glassfish.jersey.containers:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.containers:jersey-container-jdk-http [INFO] Updating parent org.glassfish.jersey.containers:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.containers:jersey-container-jetty-http [INFO] Updating parent org.glassfish.jersey.containers:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.containers:jersey-container-jetty-servlet [INFO] Updating parent org.glassfish.jersey.containers:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.containers:jersey-container-netty-http [INFO] Updating parent org.glassfish.jersey.containers:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.containers:jersey-container-servlet-core [INFO] Updating parent org.glassfish.jersey.containers:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.containers:jersey-container-servlet [INFO] Updating parent org.glassfish.jersey.containers:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.containers:jersey-container-simple-http [INFO] Updating parent org.glassfish.jersey.containers:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:assemblies [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:clipboard-programmatic [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:clipboard [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:declarative-linking [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:entity-filtering-security [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:entity-filtering-selectable [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:entity-filtering [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:exception-mapping [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:groovy [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:helloworld-benchmark [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:helloworld-cdi2-se [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:helloworld-netty [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:helloworld-programmatic [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:helloworld-pure-jax-rs [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:helloworld-spring-annotations [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:helloworld-spring-webapp [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:helloworld-weld [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:helloworld [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:http-patch [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:http-trace [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:https-clientserver-grizzly [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:jaxb [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:jaxrs-types-injection [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:json-binding-webapp [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:json-jackson1 [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:json-jackson [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:json-jettison [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:json-moxy [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:json-with-padding [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:managed-client [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:oauth-client-twitter [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:open-tracing [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:osgi-helloworld-webapp [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:osgi-http-service [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:reload [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:server-async-managed [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:server-async-standalone [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:server-async [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:server-sent-events-jaxrs [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:server-sent-events-jersey [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:simple-console [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:sse-twitter-aggregator [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:system-properties-example [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:webapp-example-parent [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:xml-moxy [INFO] Updating parent org.glassfish.jersey.examples:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.ext.cdi:project [INFO] Updating parent org.glassfish.jersey.ext:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.ext.microprofile:project [INFO] Updating parent org.glassfish.jersey.ext:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.ext.rx:project [INFO] Updating parent org.glassfish.jersey.ext:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.ext:jersey-bean-validation [INFO] Updating parent org.glassfish.jersey.ext:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.ext:jersey-declarative-linking [INFO] Updating parent org.glassfish.jersey.incubator:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.ext:jersey-entity-filtering [INFO] Updating parent org.glassfish.jersey.ext:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.ext:jersey-metainf-services [INFO] Updating parent org.glassfish.jersey.ext:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.ext:jersey-mvc-bean-validation [INFO] Updating parent org.glassfish.jersey.ext:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.ext:jersey-mvc-freemarker [INFO] Updating parent org.glassfish.jersey.ext:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.ext:jersey-mvc-jsp [INFO] Updating parent org.glassfish.jersey.ext:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.ext:jersey-mvc-mustache [INFO] Updating parent org.glassfish.jersey.ext:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.ext:jersey-mvc [INFO] Updating parent org.glassfish.jersey.ext:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.ext:jersey-proxy-client [INFO] Updating parent org.glassfish.jersey.ext:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.ext:jersey-servlet-portability [INFO] Updating parent org.glassfish.jersey.ext:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.ext:jersey-spring4 [INFO] Updating parent org.glassfish.jersey.ext:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.ext:jersey-spring5 [INFO] Updating parent org.glassfish.jersey.ext:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.ext:jersey-wadl-doclet [INFO] Updating parent org.glassfish.jersey.ext:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.incubator:jersey-cdi-inject-weld [INFO] Updating parent org.glassfish.jersey.incubator:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.incubator:jersey-gae-integration [INFO] Updating parent org.glassfish.jersey.incubator:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.incubator:jersey-open-tracing [INFO] Updating parent org.glassfish.jersey.incubator:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.inject:jersey-cdi2-se [INFO] Updating parent org.glassfish.jersey.inject:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.inject:jersey-hk2 [INFO] Updating parent org.glassfish.jersey.inject:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.media:html-json [INFO] Updating parent org.glassfish.jersey.incubator:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.media:jersey-media-jaxb [INFO] Updating parent org.glassfish.jersey.media:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.media:jersey-media-json-binding [INFO] Updating parent org.glassfish.jersey.media:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.media:jersey-media-json-jackson1 [INFO] Updating parent org.glassfish.jersey.media:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.media:jersey-media-json-jackson [INFO] Updating parent org.glassfish.jersey.media:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.media:jersey-media-json-jettison [INFO] Updating parent org.glassfish.jersey.media:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.media:jersey-media-json-processing [INFO] Updating parent org.glassfish.jersey.media:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.media:jersey-media-kryo [INFO] Updating parent org.glassfish.jersey.incubator:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.media:jersey-media-moxy [INFO] Updating parent org.glassfish.jersey.media:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.media:jersey-media-multipart [INFO] Updating parent org.glassfish.jersey.media:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.media:jersey-media-sse [INFO] Updating parent org.glassfish.jersey.media:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.security:oauth1-client [INFO] Updating parent org.glassfish.jersey.security:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.security:oauth1-server [INFO] Updating parent org.glassfish.jersey.security:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.security:oauth1-signature [INFO] Updating parent org.glassfish.jersey.security:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.security:oauth2-client [INFO] Updating parent org.glassfish.jersey.security:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.test-framework.maven:project [INFO] Updating parent org.glassfish.jersey.test-framework:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.test-framework.providers:project [INFO] Updating parent org.glassfish.jersey.test-framework:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.test-framework:jersey-test-framework-core [INFO] Updating parent org.glassfish.jersey.test-framework:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.test-framework:jersey-test-framework-util [INFO] Updating parent org.glassfish.jersey.test-framework:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.test-framework:memleak-test-common [INFO] Updating parent org.glassfish.jersey.test-framework:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:project [INFO] Updating parent org.glassfish.jersey.tests:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.memleaks:project [INFO] Updating parent org.glassfish.jersey.tests:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.osgi:project [INFO] Updating parent org.glassfish.jersey.tests:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.performance:project [INFO] Updating parent org.glassfish.jersey.tests:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests:e2e-client [INFO] Updating parent org.glassfish.jersey.tests:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests:e2e-core-common [INFO] Updating parent org.glassfish.jersey.tests:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests:e2e-entity [INFO] Updating parent org.glassfish.jersey.tests:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests:e2e-inject [INFO] Updating parent org.glassfish.jersey.tests:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests:e2e-server [INFO] Updating parent org.glassfish.jersey.tests:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests:e2e-testng [INFO] Updating parent org.glassfish.jersey.tests:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests:e2e [INFO] Updating parent org.glassfish.jersey.tests:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests:jersey-tests-jmockit [INFO] Updating parent org.glassfish.jersey.tests:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests:stress [INFO] Updating parent org.glassfish.jersey.tests:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.containers.glassfish:jersey-gf-ejb [INFO] Updating parent org.glassfish.jersey.containers.glassfish:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples.osgi-helloworld-webapp:additional-bundle [INFO] Updating parent org.glassfish.jersey.examples:osgi-helloworld-webapp [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples.osgi-helloworld-webapp:alternate-version-bundle [INFO] Updating parent org.glassfish.jersey.examples:osgi-helloworld-webapp [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples.osgi-helloworld-webapp:functional-test [INFO] Updating parent org.glassfish.jersey.examples:osgi-helloworld-webapp [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples.osgi-helloworld-webapp:lib-bundle [INFO] Updating parent org.glassfish.jersey.examples:osgi-helloworld-webapp [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle [INFO] Updating parent org.glassfish.jersey.examples:osgi-helloworld-webapp [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples.osgi-http-service:bundle [INFO] Updating parent org.glassfish.jersey.examples:osgi-http-service [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples.osgi-http-service:functional-test [INFO] Updating parent org.glassfish.jersey.examples:osgi-http-service [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:bookmark-em [INFO] Updating parent org.glassfish.jersey.examples:webapp-example-parent [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:bookmark [INFO] Updating parent org.glassfish.jersey.examples:webapp-example-parent [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:bookstore-webapp [INFO] Updating parent org.glassfish.jersey.examples:webapp-example-parent [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:cdi-webapp [INFO] Updating parent org.glassfish.jersey.examples:webapp-example-parent [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:extended-wadl-webapp [INFO] Updating parent org.glassfish.jersey.examples:webapp-example-parent [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:freemarker-webapp [INFO] Updating parent org.glassfish.jersey.examples:webapp-example-parent [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:helloworld-webapp [INFO] Updating parent org.glassfish.jersey.examples:webapp-example-parent [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:https-server-glassfish [INFO] Updating parent org.glassfish.jersey.examples:webapp-example-parent [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:java8-webapp [INFO] Updating parent org.glassfish.jersey.examples:webapp-example-parent [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:jersey-ejb [INFO] Updating parent org.glassfish.jersey.examples:webapp-example-parent [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:json-processing-webapp [INFO] Updating parent org.glassfish.jersey.examples:webapp-example-parent [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:managed-beans-webapp [INFO] Updating parent org.glassfish.jersey.examples:webapp-example-parent [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:managed-client-simple-webapp [INFO] Updating parent org.glassfish.jersey.examples:webapp-example-parent [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:managed-client-webapp [INFO] Updating parent org.glassfish.jersey.examples:webapp-example-parent [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:multipart-webapp [INFO] Updating parent org.glassfish.jersey.examples:webapp-example-parent [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:rx-client-webapp [INFO] Updating parent org.glassfish.jersey.examples:webapp-example-parent [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:server-async-standalone-client [INFO] Updating parent org.glassfish.jersey.examples:server-async-standalone [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:server-async-standalone-webapp [INFO] Updating parent org.glassfish.jersey.examples:server-async-standalone [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:servlet3-webapp [INFO] Updating parent org.glassfish.jersey.examples:webapp-example-parent [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:sse-item-store-jaxrs-webapp [INFO] Updating parent org.glassfish.jersey.examples:webapp-example-parent [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.examples:sse-item-store-jersey-webapp [INFO] Updating parent org.glassfish.jersey.examples:webapp-example-parent [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.ext.cdi:jersey-cdi-rs-inject [INFO] Updating parent org.glassfish.jersey.ext.cdi:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.ext.cdi:jersey-cdi1x-ban-custom-hk2-binding [INFO] Updating parent org.glassfish.jersey.ext.cdi:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.ext.cdi:jersey-cdi1x-servlet [INFO] Updating parent org.glassfish.jersey.ext.cdi:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.ext.cdi:jersey-cdi1x-transaction [INFO] Updating parent org.glassfish.jersey.ext.cdi:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.ext.cdi:jersey-cdi1x-validation [INFO] Updating parent org.glassfish.jersey.ext.cdi:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.ext.cdi:jersey-cdi1x [INFO] Updating parent org.glassfish.jersey.ext.cdi:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.ext.cdi:jersey-weld2-se [INFO] Updating parent org.glassfish.jersey.ext.cdi:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.ext.microprofile:jersey-mp-config [INFO] Updating parent org.glassfish.jersey.ext.microprofile:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.ext.microprofile:jersey-mp-rest-client [INFO] Updating parent org.glassfish.jersey.ext.microprofile:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.ext.rx:jersey-rx-client-guava [INFO] Updating parent org.glassfish.jersey.ext.rx:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.ext.rx:jersey-rx-client-rxjava2 [INFO] Updating parent org.glassfish.jersey.ext.rx:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.ext.rx:jersey-rx-client-rxjava [INFO] Updating parent org.glassfish.jersey.ext.rx:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.test-framework.maven:container-runner-maven-plugin [INFO] Updating parent org.glassfish.jersey.test-framework.maven:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.test-framework.maven:custom-enforcer-rules [INFO] Updating parent org.glassfish.jersey.test-framework.maven:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-bundle [INFO] Updating parent org.glassfish.jersey.test-framework.providers:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-external [INFO] Updating parent org.glassfish.jersey.test-framework.providers:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2 [INFO] Updating parent org.glassfish.jersey.test-framework.providers:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-inmemory [INFO] Updating parent org.glassfish.jersey.test-framework.providers:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jdk-http [INFO] Updating parent org.glassfish.jersey.test-framework.providers:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jetty [INFO] Updating parent org.glassfish.jersey.test-framework.providers:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-netty [INFO] Updating parent org.glassfish.jersey.test-framework.providers:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-simple [INFO] Updating parent org.glassfish.jersey.test-framework.providers:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration.cdi:cdi-integration-project [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration.microprofile:microprofile-integration-project [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration.reactive:reactive-streams-integration-project [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:asm [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:async-jersey-filter [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:client-connector-provider [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:ejb-multimodule-ear [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:ejb-multimodule-lib [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:ejb-multimodule-reload-ear [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:ejb-multimodule-reload-lib [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:ejb-multimodule-reload-war1 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:ejb-multimodule-reload-war2 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:ejb-multimodule-reload [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:ejb-multimodule-war [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:ejb-multimodule [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:ejb-test-webapp [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:externalproperties [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:j-376 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:j-441-ear [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:j-441-war1 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:j-441-war2 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:j-441 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:j-59-cdi-war [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:j-59-ear [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:j-59-ejb-lib [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:j-59 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jaxrs-component-inject [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-1107 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-1223 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-1604 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-1667 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-1829 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-1883 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-1928 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-1960 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-1964 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-2031 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-2136 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-2137 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-2154 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-2160 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-2164 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-2167 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-2176 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-2184 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-2255 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-2322 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-2335 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-2421 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-2551 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-2612 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-2637 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-2654 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-2673 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-2689 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-2704 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-2776 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-2794 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-2846 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-2878 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-2892 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-3662 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-3670 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-3796 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-3992 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-4003 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-4099 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-4321 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-4507 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-4542 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-4697 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-4722 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-4949 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jersey-780 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:jetty-response-close [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:portability-jersey-1 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:portability-jersey-2 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:property-check [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:security-digest [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:servlet-2.5-autodiscovery-1 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:servlet-2.5-autodiscovery-2 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:servlet-2.5-filter [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:servlet-2.5-inflector-1 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:servlet-2.5-init-1 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:servlet-2.5-init-2 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:servlet-2.5-init-3 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:servlet-2.5-init-4 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:servlet-2.5-init-5 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:servlet-2.5-init-6 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:servlet-2.5-init-7 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:servlet-2.5-init-8 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:servlet-2.5-mvc-1 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:servlet-2.5-mvc-2 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:servlet-2.5-mvc-3 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:servlet-2.5-reload [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:servlet-3-async [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:servlet-3-chunked-io [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:servlet-3-filter [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:servlet-3-gf-async [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:servlet-3-inflector-1 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:servlet-3-init-1 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:servlet-3-init-2 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:servlet-3-init-3 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:servlet-3-init-4 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:servlet-3-init-5 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:servlet-3-init-6 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:servlet-3-init-7 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:servlet-3-init-8 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:servlet-3-init-9 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:servlet-3-init-provider [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:servlet-3-params [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:servlet-3-sse-1 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:servlet-4.0-mvc-1 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:servlet-request-wrappper-binding-2 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:servlet-request-wrappper-binding [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:servlet-tests [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:sonar-test [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:spring4 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:spring5 [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration:tracing-support [INFO] Updating parent org.glassfish.jersey.tests.integration:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.memleaks.redeployment:project [INFO] Updating parent org.glassfish.jersey.tests.memleaks:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.memleaks.testcases:project [INFO] Updating parent org.glassfish.jersey.tests.memleaks:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.osgi:jersey-tests-osgi-functional [INFO] Updating parent org.glassfish.jersey.tests.osgi:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.performance.runners:project [INFO] Updating parent org.glassfish.jersey.tests.performance:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.performance.testcases:project [INFO] Updating parent org.glassfish.jersey.tests.performance:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.performance.tools:performance-test-tools [INFO] Updating parent org.glassfish.jersey.tests.performance:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.performance:performance-test-benchmarks [INFO] Updating parent org.glassfish.jersey.tests.performance:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests:e2e-inject-cdi-inject-weld [INFO] Updating parent org.glassfish.jersey.tests:e2e-inject [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests:e2e-inject-cdi2-se [INFO] Updating parent org.glassfish.jersey.tests:e2e-inject [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests:e2e-inject-hk2 [INFO] Updating parent org.glassfish.jersey.tests:e2e-inject [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration.cdi:cdi-beanvalidation-webapp [INFO] Updating parent org.glassfish.jersey.tests.integration.cdi:cdi-integration-project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration.cdi:cdi-client-on-server [INFO] Updating parent org.glassfish.jersey.tests.integration.cdi:cdi-integration-project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration.cdi:cdi-client [INFO] Updating parent org.glassfish.jersey.tests.integration.cdi:cdi-integration-project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration.cdi:cdi-ejb-test-webapp [INFO] Updating parent org.glassfish.jersey.tests.integration.cdi:cdi-integration-project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration.cdi:cdi-iface-with-non-jaxrs-impl-test-webapp [INFO] Updating parent org.glassfish.jersey.tests.integration.cdi:cdi-integration-project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration.cdi:cdi-log-check [INFO] Updating parent org.glassfish.jersey.tests.integration.cdi:cdi-integration-project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration.cdi:cdi-manually-bound [INFO] Updating parent org.glassfish.jersey.tests.integration.cdi:cdi-integration-project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-ear [INFO] Updating parent org.glassfish.jersey.tests.integration.cdi:cdi-integration-project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-lib [INFO] Updating parent org.glassfish.jersey.tests.integration.cdi:cdi-integration-project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-war1 [INFO] Updating parent org.glassfish.jersey.tests.integration.cdi:cdi-integration-project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-war2 [INFO] Updating parent org.glassfish.jersey.tests.integration.cdi:cdi-integration-project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration.cdi:cdi-multimodule [INFO] Updating parent org.glassfish.jersey.tests.integration.cdi:cdi-integration-project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration.cdi:cdi-multipart-webapp [INFO] Updating parent org.glassfish.jersey.tests.integration.cdi:cdi-integration-project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration.cdi:cdi-resource-with-at-context [INFO] Updating parent org.glassfish.jersey.tests.integration.cdi:cdi-integration-project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration.cdi:cdi-sigleton [INFO] Updating parent org.glassfish.jersey.tests.integration.cdi:cdi-integration-project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration.cdi:cdi-test-webapp [INFO] Updating parent org.glassfish.jersey.tests.integration.cdi:cdi-integration-project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration.cdi:cdi-with-jersey-injection-custom-cfg-webapp [INFO] Updating parent org.glassfish.jersey.tests.integration.cdi:cdi-integration-project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration.cdi:cdi-with-jersey-injection-custom-hk2-banned-webapp [INFO] Updating parent org.glassfish.jersey.tests.integration.cdi:cdi-integration-project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration.cdi:cdi-with-jersey-injection-webapp [INFO] Updating parent org.glassfish.jersey.tests.integration.cdi:cdi-integration-project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration.cdi:context-inject-on-server [INFO] Updating parent org.glassfish.jersey.tests.integration.cdi:cdi-integration-project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration.microprofile:jersey-rest-client-tck [INFO] Updating parent org.glassfish.jersey.tests.integration.microprofile:microprofile-integration-project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration.microprofile:jersey-rest-client14-compatibility [INFO] Updating parent org.glassfish.jersey.tests.integration.microprofile:microprofile-integration-project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration.microprofile:microprofile-config-project [INFO] Updating parent org.glassfish.jersey.tests.integration.microprofile:microprofile-integration-project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration.reactive:sse-reactive-streams-tck [INFO] Updating parent org.glassfish.jersey.tests.integration.reactive:reactive-streams-integration-project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.memleaks.redeployment:redeployment-hello-world-app-ref [INFO] Updating dependency org.glassfish.jersey.examples:helloworld-webapp [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] Updating parent org.glassfish.jersey.tests.memleaks.redeployment:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.memleaks.redeployment:redeployment-leaking-test-app [INFO] Updating parent org.glassfish.jersey.tests.memleaks.redeployment:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.memleaks.redeployment:redeployment-no-jersey-app [INFO] Updating parent org.glassfish.jersey.tests.memleaks.redeployment:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.memleaks.redeployment:redeployment-threadlocals-app [INFO] Updating parent org.glassfish.jersey.tests.memleaks.redeployment:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.memleaks.testcases:bean-param-leak [INFO] Updating parent org.glassfish.jersey.tests.memleaks.testcases:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.memleaks.testcases:leaking-test-app [INFO] Updating parent org.glassfish.jersey.tests.memleaks.testcases:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.memleaks.testcases:shutdown-hook-leak-client [INFO] Updating parent org.glassfish.jersey.tests.memleaks.testcases:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.memleaks.testcases:shutdown-hook-leak [INFO] Updating parent org.glassfish.jersey.tests.memleaks.testcases:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.performance.runners:jersey-grizzly-runner [INFO] Updating parent org.glassfish.jersey.tests.performance.runners:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.performance.testcases:assemblies [INFO] Updating parent org.glassfish.jersey.tests.performance.testcases:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.performance.testcases:custom-provider [INFO] Updating parent org.glassfish.jersey.tests.performance.testcases:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.performance.testcases:filter-dynamic [INFO] Updating parent org.glassfish.jersey.tests.performance.testcases:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.performance.testcases:filter-global [INFO] Updating parent org.glassfish.jersey.tests.performance.testcases:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.performance.testcases:filter-name [INFO] Updating parent org.glassfish.jersey.tests.performance.testcases:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.performance.testcases:interceptor-dynamic [INFO] Updating parent org.glassfish.jersey.tests.performance.testcases:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.performance.testcases:interceptor-global [INFO] Updating parent org.glassfish.jersey.tests.performance.testcases:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.performance.testcases:interceptor-name [INFO] Updating parent org.glassfish.jersey.tests.performance.testcases:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.performance.testcases:json-jackson [INFO] Updating parent org.glassfish.jersey.tests.performance.testcases:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.performance.testcases:json-moxy [INFO] Updating parent org.glassfish.jersey.tests.performance.testcases:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.performance.testcases:mbw-kryo [INFO] Updating parent org.glassfish.jersey.tests.performance.testcases:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.performance.testcases:param-srl [INFO] Updating parent org.glassfish.jersey.tests.performance.testcases:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.performance.testcases:proxy-injection [INFO] Updating parent org.glassfish.jersey.tests.performance.testcases:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.performance.testcases:text-plain [INFO] Updating parent org.glassfish.jersey.tests.performance.testcases:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.performance.testcases:xml-jaxb [INFO] Updating parent org.glassfish.jersey.tests.performance.testcases:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.performance.testcases:xml-moxy [INFO] Updating parent org.glassfish.jersey.tests.performance.testcases:project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration.microprofile:config-webapp [INFO] Updating parent org.glassfish.jersey.tests.integration.microprofile:microprofile-config-project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] Processing org.glassfish.jersey.tests.integration.microprofile:helidon-config-webapp [INFO] Updating parent org.glassfish.jersey.tests.integration.microprofile:microprofile-config-project [INFO] from version 2.36-SNAPSHOT to 3.1.0 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for jersey 2.36-SNAPSHOT: [INFO] [INFO] jersey ............................................. SUCCESS [ 29.828 s] [INFO] jersey-archetypes .................................. SKIPPED [INFO] jersey-archetype-heroku-webapp ..................... SKIPPED [INFO] jersey-archetype-grizzly2 .......................... SKIPPED [INFO] jersey-archetype-webapp ............................ SKIPPED [INFO] jersey-example-java8-webapp ........................ SKIPPED [INFO] jersey-bom ......................................... SKIPPED [INFO] jersey-core-common ................................. SKIPPED [INFO] jersey-inject ...................................... SKIPPED [INFO] jersey-inject-hk2 .................................. SKIPPED [INFO] jersey-core-client ................................. SKIPPED [INFO] jersey-media ....................................... SKIPPED [INFO] jersey-media-jaxb .................................. SKIPPED [INFO] jersey-core-server ................................. SKIPPED [INFO] jersey-containers .................................. SKIPPED [INFO] jersey-container-grizzly2-http ..................... SKIPPED [INFO] jersey-container-servlet-core ...................... SKIPPED [INFO] jersey-test-framework .............................. SKIPPED [INFO] jersey-test-framework-core ......................... SKIPPED [INFO] jersey-container-servlet ........................... SKIPPED [INFO] jersey-container-grizzly2-servlet .................. SKIPPED [INFO] jersey-test-framework-providers .................... SKIPPED [INFO] jersey-test-framework-provider-grizzly2 ............ SKIPPED [INFO] jersey-connectors .................................. SKIPPED [INFO] jersey-connectors-apache ........................... SKIPPED [INFO] jersey-connectors-apache5 .......................... SKIPPED [INFO] jersey-test-framework-provider-inmemory ............ SKIPPED [INFO] jersey-test-framework-provider-external ............ SKIPPED [INFO] jersey-container-jdk-http .......................... SKIPPED [INFO] jersey-test-framework-provider-jdk-http ............ SKIPPED [INFO] jersey-container-simple-http ....................... SKIPPED [INFO] jersey-test-framework-provider-simple .............. SKIPPED [INFO] jersey-container-jetty-http ........................ SKIPPED [INFO] jersey-test-framework-provider-jetty ............... SKIPPED [INFO] jersey-connectors-netty ............................ SKIPPED [INFO] jersey-container-netty-http ........................ SKIPPED [INFO] jersey-test-framework-provider-netty ............... SKIPPED [INFO] jersey-test-framework-provider-bundle .............. SKIPPED [INFO] jersey-connectors-grizzly .......................... SKIPPED [INFO] jersey-connectors-jdk .............................. SKIPPED [INFO] jersey-extensions .................................. SKIPPED [INFO] jersey-ext-entity-filtering ........................ SKIPPED [INFO] jersey-media-json-jackson .......................... SKIPPED [INFO] jersey-connectors-jetty ............................ SKIPPED [INFO] jersey-media-sse ................................... SKIPPED [INFO] jersey-connectors-helidon .......................... SKIPPED [INFO] jersey-cdi-support ................................. SKIPPED [INFO] jersey-ext-cdi1x ................................... SKIPPED [INFO] jersey-glassfish-support ........................... SKIPPED [INFO] jersey-gf-ejb ...................................... SKIPPED [INFO] jersey-container-jetty-servlet ..................... SKIPPED [INFO] jersey-ext-bean-validation ......................... SKIPPED [INFO] jersey-ext-cdi1x-ban-custom-hk2-binding ............ SKIPPED [INFO] jersey-ext-cdi-rs-inject ........................... SKIPPED [INFO] jersey-ext-cdi1x-servlet ........................... SKIPPED [INFO] jersey-ext-cdi1x-transaction ....................... SKIPPED [INFO] jersey-ext-cdi1x-validation ........................ SKIPPED [INFO] jersey-ext-weld2-se ................................ SKIPPED [INFO] jersey-ext-metainf-services ........................ SKIPPED [INFO] jersey-ext-mvc ..................................... SKIPPED [INFO] jersey-ext-mvc-bean-validation ..................... SKIPPED [INFO] jersey-ext-mvc-freemarker .......................... SKIPPED [INFO] jersey-ext-mvc-jsp ................................. SKIPPED [INFO] jersey-ext-mvc-mustache ............................ SKIPPED [INFO] jersey-ext-proxy-client ............................ SKIPPED [INFO] jersey-ext-rx ...................................... SKIPPED [INFO] jersey-ext-rx-client-guava ......................... SKIPPED [INFO] jersey-ext-rx-client-rxjava ........................ SKIPPED [INFO] jersey-ext-rx-client-rxjava2 ....................... SKIPPED [INFO] jersey-ext-servlet-portability ..................... SKIPPED [INFO] jersey-spring4 ..................................... SKIPPED [INFO] jersey-spring5 ..................................... SKIPPED [INFO] jersey-wadl-doclet ................................. SKIPPED [INFO] jersey-media-json-binding .......................... SKIPPED [INFO] project ............................................ SKIPPED [INFO] jersey-mp-rest-client .............................. SKIPPED [INFO] jersey-mp-config ................................... SKIPPED [INFO] jersey-incubator ................................... SKIPPED [INFO] jersey-inject-cdi-weld ............................. SKIPPED [INFO] jersey-declarative-linking ......................... SKIPPED [INFO] jersey-ext-gae-integration ......................... SKIPPED [INFO] jersey-media-html-json ............................. SKIPPED [INFO] jersey-media-kryo .................................. SKIPPED [INFO] jersey-open-tracing ................................ SKIPPED [INFO] jersey-inject-cdi2-se .............................. SKIPPED [INFO] jersey-media-json-jackson1 ......................... SKIPPED [INFO] jersey-media-json-jettison ......................... SKIPPED [INFO] jersey-media-json-processing ....................... SKIPPED [INFO] jersey-media-moxy .................................. SKIPPED [INFO] jersey-media-multipart ............................. SKIPPED [INFO] jersey-security .................................... SKIPPED [INFO] oauth1-signature ................................... SKIPPED [INFO] jersey-security .................................... SKIPPED [INFO] oauth1-server ...................................... SKIPPED [INFO] oauth2-client ...................................... SKIPPED [INFO] jersey-test-framework-util ......................... SKIPPED [INFO] jersey-tests ....................................... SKIPPED [INFO] jersey-tests-e2e ................................... SKIPPED [INFO] jersey-tests-e2e-client ............................ SKIPPED [INFO] jersey-tests-e2e-core-common ....................... SKIPPED [INFO] jersey-tests-e2e-entity ............................ SKIPPED [INFO] jersey-tests-e2e-inject ............................ SKIPPED [INFO] jersey-tests-e2e-inject-cdi-se ..................... SKIPPED [INFO] jersey-tests-e2e-inject-cdi-inject-weld ............ SKIPPED [INFO] e2e-inject-hk2 ..................................... SKIPPED [INFO] jersey-tests-e2e-server ............................ SKIPPED [INFO] jersey-tests-e2e-testng ............................ SKIPPED [INFO] jersey-tests-integration ........................... SKIPPED [INFO] jersey-asm-integration ............................. SKIPPED [INFO] jersey-tests-integration-jersey-async-filter ....... SKIPPED [INFO] cdi-integration-project ............................ SKIPPED [INFO] jersey-tests-cdi-beanvalidation-webapp ............. SKIPPED [INFO] jersey-tests-cdi-client ............................ SKIPPED [INFO] jersey-tests-cdi-client-on-server .................. SKIPPED [INFO] jersey-tests-cdi-ejb-webapp ........................ SKIPPED [INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp SKIPPED [INFO] cdi-manually-bound ................................. SKIPPED [INFO] jersey-tests-cdi-log-check ......................... SKIPPED [INFO] jersey-tests-integration-cdi-multimodule-lib ....... SKIPPED [INFO] jersey-tests-integration-cdi-multimodule-war ....... SKIPPED [INFO] jersey-tests-integration-cdi-multimodule-war2 ...... SKIPPED [INFO] jersey-tests-integration-cdi-multimodule-ear ....... SKIPPED [INFO] jersey-tests-integration-cdi-multimodule ........... SKIPPED [INFO] jersey-tests-cdi-multipart-webapp .................. SKIPPED [INFO] jersey-tests-resource-with-at-context .............. SKIPPED [INFO] cdi-sigleton ....................................... SKIPPED [INFO] jersey-tests-cdi-webapp ............................ SKIPPED [INFO] jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp SKIPPED [INFO] jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp SKIPPED [INFO] jersey-tests-cdi-with-jersey-injection-webapp ...... SKIPPED [INFO] jersey-tests-context-inject-on-server .............. SKIPPED [INFO] client-connector-provider .......................... SKIPPED [INFO] jersey-tests-integration-ejb-multimodule-lib ....... SKIPPED [INFO] jersey-tests-integration-ejb-multimodule-war ....... SKIPPED [INFO] jersey-tests-integration-ejb-multimodule-ear ....... SKIPPED [INFO] jersey-tests-integration-ejb-multimodule ........... SKIPPED [INFO] jersey-tests-integration-ejb-multimodule-reload-lib SKIPPED [INFO] jersey-tests-integration-ejb-multimodule-reload-war1 SKIPPED [INFO] jersey-tests-integration-ejb-multimodule-reload-war2 SKIPPED [INFO] jersey-tests-integration-ejb-multimodule-reload-ear SKIPPED [INFO] jersey-tests-integration-ejb-multimodule-reload .... SKIPPED [INFO] jersey-tests-ejb-webapp ............................ SKIPPED [INFO] jersey-tests-externalproperties .................... SKIPPED [INFO] j-376-reproducer ................................... SKIPPED [INFO] jersey-tests-integration-j-441-war1 ................ SKIPPED [INFO] jersey-tests-integration-j-441-war2 ................ SKIPPED [INFO] jersey-tests-integration-j-441-ear ................. SKIPPED [INFO] jersey-tests-integration-j-441 ..................... SKIPPED [INFO] jersey-tests-integration-j-59-ejb-lib .............. SKIPPED [INFO] jersey-tests-integration-j-59-cdi-war .............. SKIPPED [INFO] jersey-tests-integration-j-59-ear .................. SKIPPED [INFO] jersey-tests-integration-j-59 ...................... SKIPPED [INFO] jersey-tests-component-inject ...................... SKIPPED [INFO] jersey-tests-integration-jersey-1107 ............... SKIPPED [INFO] jersey-tests-integration-jersey-1223 ............... SKIPPED [INFO] jersey-tests-integration-jersey-1604 ............... SKIPPED [INFO] jersey-tests-integration-jersey-1667 ............... SKIPPED [INFO] jersey-tests-integration-jersey-1829 ............... SKIPPED [INFO] jersey-tests-integration-jersey-1883 ............... SKIPPED [INFO] jersey-tests-integration-jersey-1928 ............... SKIPPED [INFO] jersey-tests-integration-jersey-1960 ............... SKIPPED [INFO] jersey-tests-integration-jersey-1964 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2031 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2136 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2137 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2154 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2160 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2164 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2167 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2176 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2184 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2255 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2322 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2335 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2421 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2551 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2612 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2637 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2654 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2673 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2689 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2704 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2776 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2794 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2846 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2878 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2892 ............... SKIPPED [INFO] jersey-3662 ........................................ SKIPPED [INFO] jersey-tests-integration-jersey-3796 ............... SKIPPED [INFO] jersey-tests-integration-jersey-780 ................ SKIPPED [INFO] jersey-tests-integration-jersey-3670 ............... SKIPPED [INFO] jersey-3992 ........................................ SKIPPED [INFO] jersey-tests-integration-jersey-4003 ............... SKIPPED [INFO] jersey-tests-integration-jersey-4099 ............... SKIPPED [INFO] jersey-4321 ........................................ SKIPPED [INFO] jersey-examples .................................... SKIPPED [INFO] jersey-examples-server-sent-events-jersey .......... SKIPPED [INFO] jersey-4507 ........................................ SKIPPED [INFO] jersey-4542 ........................................ SKIPPED [INFO] jersey-4697 ........................................ SKIPPED [INFO] jersey-4722 ........................................ SKIPPED [INFO] jersey-tests-integration-jersey-4949 ............... SKIPPED [INFO] jetty-response-close ............................... SKIPPED [INFO] jersey-bundles ..................................... SKIPPED [INFO] jersey-bundles-jaxrs-ri ............................ SKIPPED [INFO] microprofile-integration-project ................... SKIPPED [INFO] microprofile-config-project ........................ SKIPPED [INFO] config-webapp ...................................... SKIPPED [INFO] helidon-config-webapp .............................. SKIPPED [INFO] jersey-rest-client-tck ............................. SKIPPED [INFO] jersey-rest-client14-compatibility ................. SKIPPED [INFO] jersey-tests-integration-portability-jersey-1 ...... SKIPPED [INFO] jersey-tests-integration-portability-jersey-2 ...... SKIPPED [INFO] jersey-tests-integration-property-check ............ SKIPPED [INFO] jersey-tests-integration-jersey-security-digest .... SKIPPED [INFO] jersey-tests-integration-servlet-2.5-autodiscovery-1 SKIPPED [INFO] jersey-tests-integration-servlet-2.5-autodiscovery-2 SKIPPED [INFO] jersey-tests-integration-servlet-2.5-filter ........ SKIPPED [INFO] jersey-tests-integration-servlet-2.5-inflector-1 ... SKIPPED [INFO] jersey-tests-integration-servlet-2.5-init-1 ........ SKIPPED [INFO] jersey-tests-integration-servlet-2.5-init-2 ........ SKIPPED [INFO] jersey-tests-integration-servlet-2.5-init-3 ........ SKIPPED [INFO] jersey-tests-integration-servlet-2.5-init-4 ........ SKIPPED [INFO] jersey-tests-integration-servlet-2.5-init-5 ........ SKIPPED [INFO] jersey-tests-integration-servlet-2.5-init-6 ........ SKIPPED [INFO] jersey-tests-integration-servlet-2.5-init-7 ........ SKIPPED [INFO] jersey-tests-integration-servlet-2.5-init-8 ........ SKIPPED [INFO] jersey-tests-integration-servlet-2.5-mvc-1 ......... SKIPPED [INFO] jersey-tests-integration-servlet-2.5-mvc-2 ......... SKIPPED [INFO] jersey-tests-integration-servlet-2.5-mvc-3 ......... SKIPPED [INFO] jersey-tests-integration-servlet-2.5-reload ........ SKIPPED [INFO] jersey-tests-integration-servlet-3-async ........... SKIPPED [INFO] jersey-tests-integration-servlet-3-chunked-io ...... SKIPPED [INFO] jersey-tests-integration-servlet-3-filter .......... SKIPPED [INFO] jersey-tests-integration-servlet-3-gf-async ........ SKIPPED [INFO] jersey-tests-integration-servlet-3-inflector-1 ..... SKIPPED [INFO] jersey-tests-integration-servlet-3-init-1 .......... SKIPPED [INFO] jersey-tests-integration-servlet-3-init-2 .......... SKIPPED [INFO] jersey-tests-integration-servlet-3-init-3 .......... SKIPPED [INFO] jersey-tests-integration-servlet-3-init-4 .......... SKIPPED [INFO] jersey-tests-integration-servlet-3-init-5 .......... SKIPPED [INFO] jersey-tests-integration-servlet-3-init-6 .......... SKIPPED [INFO] jersey-tests-integration-servlet-3-init-7 .......... SKIPPED [INFO] jersey-tests-integration-servlet-3-init-8 .......... SKIPPED [INFO] jersey-tests-integration-servlet-3-init-9 .......... SKIPPED [INFO] jersey-tests-integration-servlet-3-init-provider ... SKIPPED [INFO] jersey-tests-integration-servlet-3-params .......... SKIPPED [INFO] jersey-tests-integration-servlet-3-sse-1 ........... SKIPPED [INFO] jersey-tests-integration-servlet-4.0-mvc-1 ......... SKIPPED [INFO] jersey-tests-integration-servlet-request-wrapper-binding-2 SKIPPED [INFO] jersey-tests-integration-servlet-request-wrapper-binding SKIPPED [INFO] jersey-tests-integration-servlet-tests ............. SKIPPED [INFO] jersey-tests-integration-sonar-test ................ SKIPPED [INFO] jersey-tests-integration-spring4 ................... SKIPPED [INFO] jersey-tests-integration-spring5 ................... SKIPPED [INFO] jersey-tests-integration-tracing-support ........... SKIPPED [INFO] reactive-streams-integration-project ............... SKIPPED [INFO] sse-reactive-streams-tck ........................... SKIPPED [INFO] jersey-tests-jmockit ............................... SKIPPED [INFO] jersey-test-framework-memleak-test-common .......... SKIPPED [INFO] jersey-tests-memleak ............................... SKIPPED [INFO] jersey-tests-memleak-redeployment .................. SKIPPED [INFO] jersey-tests-memleak-redeployment-leaking-test-app . SKIPPED [INFO] jersey-examples-webapp-parent-pom .................. SKIPPED [INFO] jersey-examples-helloworld-webapp .................. SKIPPED [INFO] jersey-test-framework-maven ........................ SKIPPED [INFO] jersey-test-framework-maven-container-runner-plugin SKIPPED [INFO] jersey-tests-memleak-redeployment-hello-world-app-ref SKIPPED [INFO] jersey-tests-memleak-redeployment-no-jersey-app .... SKIPPED [INFO] jersey-tests-memleak-redeployment-threadlocals-app . SKIPPED [INFO] jersey-tests-memleak-testcase ...................... SKIPPED [INFO] jersey-tests-memleak-testcase-bean-param-leak ...... SKIPPED [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak ... SKIPPED [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client SKIPPED [INFO] jersey-tests-memleak-testcase-leaking-test-app ..... SKIPPED [INFO] jersey-tests-osgi .................................. SKIPPED [INFO] jersey-tests-osgi-functional ....................... SKIPPED [INFO] jersey-tests-stress ................................ SKIPPED [INFO] jersey-tests-performance ........................... SKIPPED [INFO] performance-test-benchmarks ........................ SKIPPED [INFO] jersey-tests-performance-runners ................... SKIPPED [INFO] jersey-grizzly-runner .............................. SKIPPED [INFO] jersey-tests-performance-testcase .................. SKIPPED [INFO] jersey-tests-performance-assemblies ................ SKIPPED [INFO] jersey-tests-performance-filter-dynamic-test ....... SKIPPED [INFO] jersey-tests-performance-filter-global-test ........ SKIPPED [INFO] jersey-tests-performance-filter-name-test .......... SKIPPED [INFO] jersey-tests-performance-interceptor-dynamic-test .. SKIPPED [INFO] jersey-tests-performance-interceptor-global-test ... SKIPPED [INFO] jersey-tests-performance-interceptor-name-test ..... SKIPPED [INFO] jersey-tests-performance-custom-provider-test ...... SKIPPED [INFO] jersey-tests-performance-json-jackson-test ......... SKIPPED [INFO] jersey-tests-performance-json-moxy-test ............ SKIPPED [INFO] jersey-tests-performance-mbw-kryo-test ............. SKIPPED [INFO] jersey-tests-performance-text-plain-test ........... SKIPPED [INFO] jersey-tests-performance-xml-jaxb-test ............. SKIPPED [INFO] jersey-tests-performance-xml-moxy-test ............. SKIPPED [INFO] jersey-tests-performance-param-srl ................. SKIPPED [INFO] jersey-tests-performance-proxy-injection-test ...... SKIPPED [INFO] performance-test-tools ............................. SKIPPED [INFO] jersey-examples-assemblies ......................... SKIPPED [INFO] jersey-examples-bookmark ........................... SKIPPED [INFO] jersey-examples-bookmark-em ........................ SKIPPED [INFO] jersey-examples-bookstore-webapp ................... SKIPPED [INFO] jersey-examples-cdi-webapp ......................... SKIPPED [INFO] jersey-examples-clipboard .......................... SKIPPED [INFO] jersey-examples-clipboard-programmatic ............. SKIPPED [INFO] jersey-examples-declarative-linking ................ SKIPPED [INFO] jersey-examples-entity-filtering ................... SKIPPED [INFO] jersey-examples-entity-filtering-selectable ........ SKIPPED [INFO] jersey-examples-entity-filtering-security .......... SKIPPED [INFO] jersey-examples-extended-wadl-webapp ............... SKIPPED [INFO] jersey-examples-exception-mapping .................. SKIPPED [INFO] jersey-examples-freemarker-webapp .................. SKIPPED [INFO] jersey-examples-groovy ............................. SKIPPED [INFO] jersey-examples-helloworld ......................... SKIPPED [INFO] jersey-examples-helloworld-benchmark ............... SKIPPED [INFO] jersey-examples-helloworld-cdi2-se ................. SKIPPED [INFO] jersey-examples-helloworld-netty ................... SKIPPED [INFO] jersey-examples-helloworld-programmatic ............ SKIPPED [INFO] jersey-examples-helloworld-pure-jax-rs ............. SKIPPED [INFO] jersey-examples-helloworld-weld .................... SKIPPED [INFO] jersey-examples-helloworld-spring-webapp ........... SKIPPED [INFO] helloworld-spring-annotations ...................... SKIPPED [INFO] jersey-examples-http-patch ......................... SKIPPED [INFO] jersey-examples-http-trace ......................... SKIPPED [INFO] jersey-examples-https-clientserver-grizzly ......... SKIPPED [INFO] jersey-examples-https-server-glassfish ............. SKIPPED [INFO] jersey-examples-java8-webapp ....................... SKIPPED [INFO] jersey-examples-jaxb ............................... SKIPPED [INFO] jersey-examples-jaxrs-types-injection .............. SKIPPED [INFO] jersey-examples-ejb ................................ SKIPPED [INFO] jersey-examples-json-binding-webapp ................ SKIPPED [INFO] jersey-examples-json-jackson ....................... SKIPPED [INFO] jersey-examples-json-jackson1 ...................... SKIPPED [INFO] jersey-examples-json-jettison ...................... SKIPPED [INFO] jersey-examples-json-moxy .......................... SKIPPED [INFO] jersey-examples-json-processing-webapp ............. SKIPPED [INFO] jersey-examples-json-with-padding .................. SKIPPED [INFO] jersey-examples-managed-beans-webapp ............... SKIPPED [INFO] jersey-examples-managed-client ..................... SKIPPED [INFO] jersey-examples-managed-client-webapp .............. SKIPPED [INFO] jersey-examples-managed-client-simple-webapp ....... SKIPPED [INFO] jersey-examples-multipart-webapp ................... SKIPPED [INFO] jersey-examples-open-tracing ....................... SKIPPED [INFO] jersey-examples-osgi-helloworld-webapp ............. SKIPPED [INFO] jersey-examples-osgi-helloworld-webapp-lib ......... SKIPPED [INFO] jersey-examples-osgi-helloworld-webapp-additional .. SKIPPED [INFO] jersey-examples-osgi-helloworld-webapp-alternate-version SKIPPED [INFO] jersey-examples-osgi-helloworld-webapp-wab ......... SKIPPED [INFO] jersey-examples-osgi-helloworld-webapp-test ........ SKIPPED [INFO] jersey-examples-osgi-http-service .................. SKIPPED [INFO] jersey-examples-osgi-http-service-bundle ........... SKIPPED [INFO] jersey-examples-osgi-http-service-test ............. SKIPPED [INFO] oauth-client-twitter ............................... SKIPPED [INFO] jersey-examples-reload ............................. SKIPPED [INFO] jersey-examples-rx-client-webapp ................... SKIPPED [INFO] jersey-examples-server-async ....................... SKIPPED [INFO] jersey-examples-server-async-managed ............... SKIPPED [INFO] jersey-examples-server-async-standalone ............ SKIPPED [INFO] jersey-examples-server-async-standalone-client ..... SKIPPED [INFO] jersey-examples-server-async-standalone-webapp ..... SKIPPED [INFO] jersey-examples-server-sent-events-jaxrs ........... SKIPPED [INFO] jersey-examples-servlet3-webapp .................... SKIPPED [INFO] jersey-examples-simple-console ..................... SKIPPED [INFO] jersey-examples-sse-item-store-jersey-webapp ....... SKIPPED [INFO] jersey-examples-sse-item-store-jaxrs-webapp ........ SKIPPED [INFO] jersey-examples-sse-twitter-aggregator ............. SKIPPED [INFO] jersey-examples-system-properties .................. SKIPPED [INFO] jersey-examples-moxy ............................... SKIPPED [INFO] jersey-test-framework-maven-custom-enforcer-rules .. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 39.417 s [INFO] Finished at: 2022-05-10T13:57:06Z [INFO] ------------------------------------------------------------------------ M archetypes/jersey-example-java8-webapp/pom.xml M archetypes/jersey-heroku-webapp/pom.xml M archetypes/jersey-quickstart-grizzly2/pom.xml M archetypes/jersey-quickstart-webapp/pom.xml M archetypes/pom.xml M bundles/apidocs/pom.xml M bundles/examples/pom.xml M bundles/jaxrs-ri/pom.xml M bundles/pom.xml M connectors/apache-connector/pom.xml M connectors/apache5-connector/pom.xml M connectors/grizzly-connector/pom.xml M connectors/helidon-connector/pom.xml M connectors/jdk-connector/pom.xml M connectors/jetty-connector/pom.xml M connectors/netty-connector/pom.xml M connectors/pom.xml M containers/glassfish/jersey-gf-ejb/pom.xml M containers/glassfish/pom.xml M containers/grizzly2-http/pom.xml M containers/grizzly2-servlet/pom.xml M containers/jdk-http/pom.xml M containers/jersey-servlet-core/pom.xml M containers/jersey-servlet/pom.xml M containers/jetty-http/pom.xml M containers/jetty-servlet/pom.xml M containers/netty-http/pom.xml M containers/pom.xml M containers/simple-http/pom.xml M core-client/pom.xml M core-common/pom.xml M core-server/pom.xml M docs/pom.xml M examples/assemblies/pom.xml M examples/bookmark-em/pom.xml M examples/bookmark/pom.xml M examples/bookstore-webapp/pom.xml M examples/cdi-webapp/pom.xml M examples/clipboard-programmatic/pom.xml M examples/clipboard/pom.xml M examples/declarative-linking/pom.xml M examples/entity-filtering-security/pom.xml M examples/entity-filtering-selectable/pom.xml M examples/entity-filtering/pom.xml M examples/exception-mapping/pom.xml M examples/extended-wadl-webapp/pom.xml M examples/freemarker-webapp/pom.xml M examples/groovy/pom.xml M examples/helloworld-benchmark/pom.xml M examples/helloworld-cdi2-se/pom.xml M examples/helloworld-netty/pom.xml M examples/helloworld-programmatic/pom.xml M examples/helloworld-pure-jax-rs/pom.xml M examples/helloworld-spring-annotations/pom.xml M examples/helloworld-spring-webapp/pom.xml M examples/helloworld-webapp/pom.xml M examples/helloworld-weld/pom.xml M examples/helloworld/pom.xml M examples/http-patch/pom.xml M examples/http-trace/pom.xml M examples/https-clientserver-grizzly/pom.xml M examples/https-server-glassfish/pom.xml M examples/java8-webapp/pom.xml M examples/jaxb/pom.xml M examples/jaxrs-types-injection/pom.xml M examples/jersey-ejb/pom.xml M examples/json-binding-webapp/pom.xml M examples/json-jackson/pom.xml M examples/json-jackson1/pom.xml M examples/json-jettison/pom.xml M examples/json-moxy/pom.xml M examples/json-processing-webapp/pom.xml M examples/json-with-padding/pom.xml M examples/managed-beans-webapp/pom.xml M examples/managed-client-simple-webapp/pom.xml M examples/managed-client-webapp/pom.xml M examples/managed-client/pom.xml M examples/multipart-webapp/pom.xml M examples/oauth-client-twitter/pom.xml M examples/open-tracing/pom.xml M examples/osgi-helloworld-webapp/additional-bundle/pom.xml M examples/osgi-helloworld-webapp/alternate-version-bundle/pom.xml M examples/osgi-helloworld-webapp/functional-test/pom.xml M examples/osgi-helloworld-webapp/lib-bundle/pom.xml M examples/osgi-helloworld-webapp/pom.xml M examples/osgi-helloworld-webapp/war-bundle/pom.xml M examples/osgi-http-service/bundle/pom.xml M examples/osgi-http-service/functional-test/pom.xml M examples/osgi-http-service/pom.xml M examples/pom.xml M examples/reload/pom.xml M examples/rx-client-webapp/pom.xml M examples/server-async-managed/pom.xml M examples/server-async-standalone/client/pom.xml M examples/server-async-standalone/pom.xml M examples/server-async-standalone/webapp/pom.xml M examples/server-async/pom.xml M examples/server-sent-events-jaxrs/pom.xml M examples/server-sent-events-jersey/pom.xml M examples/servlet3-webapp/pom.xml M examples/simple-console/pom.xml M examples/sse-item-store-jaxrs-webapp/pom.xml M examples/sse-item-store-jersey-webapp/pom.xml M examples/sse-twitter-aggregator/pom.xml M examples/system-properties-example/pom.xml M examples/webapp-example-parent/pom.xml M examples/xml-moxy/pom.xml M ext/bean-validation/pom.xml M ext/cdi/jersey-cdi-rs-inject/pom.xml M ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/pom.xml M ext/cdi/jersey-cdi1x-servlet/pom.xml M ext/cdi/jersey-cdi1x-transaction/pom.xml M ext/cdi/jersey-cdi1x-validation/pom.xml M ext/cdi/jersey-cdi1x/pom.xml M ext/cdi/jersey-weld2-se/pom.xml M ext/cdi/pom.xml M ext/entity-filtering/pom.xml M ext/metainf-services/pom.xml M ext/microprofile/mp-config/pom.xml M ext/microprofile/mp-rest-client/pom.xml M ext/microprofile/pom.xml M ext/mvc-bean-validation/pom.xml M ext/mvc-freemarker/pom.xml M ext/mvc-jsp/pom.xml M ext/mvc-mustache/pom.xml M ext/mvc/pom.xml M ext/pom.xml M ext/proxy-client/pom.xml M ext/rx/pom.xml M ext/rx/rx-client-guava/pom.xml M ext/rx/rx-client-rxjava/pom.xml M ext/rx/rx-client-rxjava2/pom.xml M ext/servlet-portability/pom.xml M ext/spring4/pom.xml M ext/spring5/pom.xml M ext/wadl-doclet/pom.xml M incubator/cdi-inject-weld/pom.xml M incubator/declarative-linking/pom.xml M incubator/gae-integration/pom.xml M incubator/html-json/pom.xml M incubator/kryo/pom.xml M incubator/open-tracing/pom.xml M incubator/pom.xml M inject/cdi2-se/pom.xml M inject/hk2/pom.xml M inject/pom.xml M media/jaxb/pom.xml M media/json-binding/pom.xml M media/json-jackson/pom.xml M media/json-jackson1/pom.xml M media/json-jettison/pom.xml M media/json-processing/pom.xml M media/moxy/pom.xml M media/multipart/pom.xml M media/pom.xml M media/sse/pom.xml M pom.xml M security/oauth1-client/pom.xml M security/oauth1-server/pom.xml M security/oauth1-signature/pom.xml M security/oauth2-client/pom.xml M security/pom.xml M test-framework/core/pom.xml M test-framework/maven/container-runner-maven-plugin/pom.xml M test-framework/maven/custom-enforcer-rules/pom.xml M test-framework/maven/pom.xml M test-framework/memleak-test-common/pom.xml M test-framework/pom.xml M test-framework/providers/bundle/pom.xml M test-framework/providers/external/pom.xml M test-framework/providers/grizzly2/pom.xml M test-framework/providers/inmemory/pom.xml M test-framework/providers/jdk-http/pom.xml M test-framework/providers/jetty/pom.xml M test-framework/providers/netty/pom.xml M test-framework/providers/pom.xml M test-framework/providers/simple/pom.xml M test-framework/util/pom.xml M tests/e2e-client/pom.xml M tests/e2e-core-common/pom.xml M tests/e2e-entity/pom.xml M tests/e2e-inject/cdi-inject-weld/pom.xml M tests/e2e-inject/cdi2-se/pom.xml M tests/e2e-inject/hk2/pom.xml M tests/e2e-inject/pom.xml M tests/e2e-server/pom.xml M tests/e2e-testng/pom.xml M tests/e2e/pom.xml M tests/integration/asm/pom.xml M tests/integration/async-jersey-filter/pom.xml M tests/integration/cdi-integration/cdi-beanvalidation-webapp/pom.xml M tests/integration/cdi-integration/cdi-client-on-server/pom.xml M tests/integration/cdi-integration/cdi-client/pom.xml M tests/integration/cdi-integration/cdi-ejb-test-webapp/pom.xml M tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/pom.xml M tests/integration/cdi-integration/cdi-log-check/pom.xml M tests/integration/cdi-integration/cdi-manually-bound/pom.xml M tests/integration/cdi-integration/cdi-multimodule/ear/pom.xml M tests/integration/cdi-integration/cdi-multimodule/lib/pom.xml M tests/integration/cdi-integration/cdi-multimodule/pom.xml M tests/integration/cdi-integration/cdi-multimodule/war1/pom.xml M tests/integration/cdi-integration/cdi-multimodule/war2/pom.xml M tests/integration/cdi-integration/cdi-multipart-webapp/pom.xml M tests/integration/cdi-integration/cdi-resource-with-at-context/pom.xml M tests/integration/cdi-integration/cdi-singleton/pom.xml M tests/integration/cdi-integration/cdi-test-webapp/pom.xml M tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/pom.xml M tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/pom.xml M tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/pom.xml M tests/integration/cdi-integration/context-inject-on-server/pom.xml M tests/integration/cdi-integration/pom.xml M tests/integration/client-connector-provider/pom.xml M tests/integration/ejb-multimodule-reload/ear/pom.xml M tests/integration/ejb-multimodule-reload/lib/pom.xml M tests/integration/ejb-multimodule-reload/pom.xml M tests/integration/ejb-multimodule-reload/war1/pom.xml M tests/integration/ejb-multimodule-reload/war2/pom.xml M tests/integration/ejb-multimodule/ear/pom.xml M tests/integration/ejb-multimodule/lib/pom.xml M tests/integration/ejb-multimodule/pom.xml M tests/integration/ejb-multimodule/war/pom.xml M tests/integration/ejb-test-webapp/pom.xml M tests/integration/externalproperties/pom.xml M tests/integration/j-376/pom.xml M tests/integration/j-441/ear/pom.xml M tests/integration/j-441/pom.xml M tests/integration/j-441/war1/pom.xml M tests/integration/j-441/war2/pom.xml M tests/integration/j-59/ear/pom.xml M tests/integration/j-59/lib/pom.xml M tests/integration/j-59/pom.xml M tests/integration/j-59/war/pom.xml M tests/integration/jaxrs-component-inject/pom.xml M tests/integration/jersey-1107/pom.xml M tests/integration/jersey-1223/pom.xml M tests/integration/jersey-1604/pom.xml M tests/integration/jersey-1667/pom.xml M tests/integration/jersey-1829/pom.xml M tests/integration/jersey-1883/pom.xml M tests/integration/jersey-1928/pom.xml M tests/integration/jersey-1960/pom.xml M tests/integration/jersey-1964/pom.xml M tests/integration/jersey-2031/pom.xml M tests/integration/jersey-2136/pom.xml M tests/integration/jersey-2137/pom.xml M tests/integration/jersey-2154/pom.xml M tests/integration/jersey-2160/pom.xml M tests/integration/jersey-2164/pom.xml M tests/integration/jersey-2167/pom.xml M tests/integration/jersey-2176/pom.xml M tests/integration/jersey-2184/pom.xml M tests/integration/jersey-2255/pom.xml M tests/integration/jersey-2322/pom.xml M tests/integration/jersey-2335/pom.xml M tests/integration/jersey-2421/pom.xml M tests/integration/jersey-2551/pom.xml M tests/integration/jersey-2612/pom.xml M tests/integration/jersey-2637/pom.xml M tests/integration/jersey-2654/pom.xml M tests/integration/jersey-2673/pom.xml M tests/integration/jersey-2689/pom.xml M tests/integration/jersey-2704/pom.xml M tests/integration/jersey-2776/pom.xml M tests/integration/jersey-2794/pom.xml M tests/integration/jersey-2846/pom.xml M tests/integration/jersey-2878/pom.xml M tests/integration/jersey-2892/pom.xml M tests/integration/jersey-3662/pom.xml M tests/integration/jersey-3670/pom.xml M tests/integration/jersey-3796/pom.xml M tests/integration/jersey-3992/pom.xml M tests/integration/jersey-4003/pom.xml M tests/integration/jersey-4099/pom.xml M tests/integration/jersey-4321/pom.xml M tests/integration/jersey-4507/pom.xml M tests/integration/jersey-4542/pom.xml M tests/integration/jersey-4697/pom.xml M tests/integration/jersey-4722/pom.xml M tests/integration/jersey-4949/pom.xml M tests/integration/jersey-780/pom.xml M tests/integration/jetty-response-close/pom.xml M tests/integration/microprofile/config/helidon/pom.xml M tests/integration/microprofile/config/pom.xml M tests/integration/microprofile/config/webapp/pom.xml M tests/integration/microprofile/pom.xml M tests/integration/microprofile/rest-client/pom.xml M tests/integration/microprofile/rest-client14-compatibility/pom.xml M tests/integration/pom.xml M tests/integration/portability-jersey-1/pom.xml M tests/integration/portability-jersey-2/pom.xml M tests/integration/property-check/pom.xml M tests/integration/reactive-streams/pom.xml M tests/integration/reactive-streams/sse/pom.xml M tests/integration/security-digest/pom.xml M tests/integration/servlet-2.5-autodiscovery-1/pom.xml M tests/integration/servlet-2.5-autodiscovery-2/pom.xml M tests/integration/servlet-2.5-filter/pom.xml M tests/integration/servlet-2.5-inflector-1/pom.xml M tests/integration/servlet-2.5-init-1/pom.xml M tests/integration/servlet-2.5-init-2/pom.xml M tests/integration/servlet-2.5-init-3/pom.xml M tests/integration/servlet-2.5-init-4/pom.xml M tests/integration/servlet-2.5-init-5/pom.xml M tests/integration/servlet-2.5-init-6/pom.xml M tests/integration/servlet-2.5-init-7/pom.xml M tests/integration/servlet-2.5-init-8/pom.xml M tests/integration/servlet-2.5-mvc-1/pom.xml M tests/integration/servlet-2.5-mvc-2/pom.xml M tests/integration/servlet-2.5-mvc-3/pom.xml M tests/integration/servlet-2.5-reload/pom.xml M tests/integration/servlet-3-async/pom.xml M tests/integration/servlet-3-chunked-io/pom.xml M tests/integration/servlet-3-filter/pom.xml M tests/integration/servlet-3-gf-async/pom.xml M tests/integration/servlet-3-inflector-1/pom.xml M tests/integration/servlet-3-init-1/pom.xml M tests/integration/servlet-3-init-2/pom.xml M tests/integration/servlet-3-init-3/pom.xml M tests/integration/servlet-3-init-4/pom.xml M tests/integration/servlet-3-init-5/pom.xml M tests/integration/servlet-3-init-6/pom.xml M tests/integration/servlet-3-init-7/pom.xml M tests/integration/servlet-3-init-8/pom.xml M tests/integration/servlet-3-init-9/pom.xml M tests/integration/servlet-3-init-provider/pom.xml M tests/integration/servlet-3-params/pom.xml M tests/integration/servlet-3-sse-1/pom.xml M tests/integration/servlet-4.0-mvc-1/pom.xml M tests/integration/servlet-request-wrapper-binding-2/pom.xml M tests/integration/servlet-request-wrapper-binding/pom.xml M tests/integration/servlet-tests/pom.xml M tests/integration/sonar-test/pom.xml M tests/integration/spring4/pom.xml M tests/integration/spring5/pom.xml M tests/integration/tracing-support/pom.xml M tests/jmockit/pom.xml M tests/mem-leaks/pom.xml M tests/mem-leaks/redeployment/pom.xml M tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/pom.xml M tests/mem-leaks/redeployment/redeployment-leaking-test-app/pom.xml M tests/mem-leaks/redeployment/redeployment-no-jersey-app/pom.xml M tests/mem-leaks/redeployment/redeployment-threadlocals-app/pom.xml M tests/mem-leaks/test-cases/bean-param-leak/pom.xml M tests/mem-leaks/test-cases/leaking-test-app/pom.xml M tests/mem-leaks/test-cases/pom.xml M tests/mem-leaks/test-cases/shutdown-hook-leak-client/pom.xml M tests/mem-leaks/test-cases/shutdown-hook-leak/pom.xml M tests/osgi/functional/pom.xml M tests/osgi/pom.xml M tests/performance/benchmarks/pom.xml M tests/performance/pom.xml M tests/performance/runners/jersey-grizzly-runner/pom.xml M tests/performance/runners/pom.xml M tests/performance/test-cases/assemblies/pom.xml M tests/performance/test-cases/filter-dynamic/pom.xml M tests/performance/test-cases/filter-global/pom.xml M tests/performance/test-cases/filter-name/pom.xml M tests/performance/test-cases/interceptor-dynamic/pom.xml M tests/performance/test-cases/interceptor-global/pom.xml M tests/performance/test-cases/interceptor-name/pom.xml M tests/performance/test-cases/mbw-custom-provider/pom.xml M tests/performance/test-cases/mbw-json-jackson/pom.xml M tests/performance/test-cases/mbw-json-moxy/pom.xml M tests/performance/test-cases/mbw-kryo/pom.xml M tests/performance/test-cases/mbw-text-plain/pom.xml M tests/performance/test-cases/mbw-xml-jaxb/pom.xml M tests/performance/test-cases/mbw-xml-moxy/pom.xml M tests/performance/test-cases/param-srl/pom.xml M tests/performance/test-cases/pom.xml M tests/performance/test-cases/proxy-injection/pom.xml M tests/performance/tools/pom.xml M tests/pom.xml M tests/stress/pom.xml archetypes/jersey-example-java8-webapp/pom.xml archetypes/jersey-heroku-webapp/pom.xml archetypes/jersey-quickstart-grizzly2/pom.xml archetypes/jersey-quickstart-webapp/pom.xml archetypes/pom.xml bundles/apidocs/pom.xml bundles/examples/pom.xml bundles/jaxrs-ri/pom.xml bundles/pom.xml connectors/apache-connector/pom.xml 2022 connectors/apache5-connector/pom.xml connectors/grizzly-connector/pom.xml connectors/helidon-connector/pom.xml connectors/jdk-connector/pom.xml connectors/jetty-connector/pom.xml connectors/netty-connector/pom.xml connectors/pom.xml containers/glassfish/jersey-gf-ejb/pom.xml containers/glassfish/pom.xml containers/grizzly2-http/pom.xml containers/grizzly2-servlet/pom.xml containers/jdk-http/pom.xml containers/jersey-servlet-core/pom.xml containers/jersey-servlet/pom.xml containers/jetty-http/pom.xml containers/jetty-servlet/pom.xml containers/netty-http/pom.xml containers/pom.xml containers/simple-http/pom.xml core-client/pom.xml core-common/pom.xml core-server/pom.xml docs/pom.xml examples/assemblies/pom.xml examples/bookmark-em/pom.xml examples/bookmark/pom.xml examples/bookstore-webapp/pom.xml examples/cdi-webapp/pom.xml examples/clipboard-programmatic/pom.xml examples/clipboard/pom.xml examples/declarative-linking/pom.xml examples/entity-filtering-security/pom.xml examples/entity-filtering-selectable/pom.xml examples/entity-filtering/pom.xml examples/exception-mapping/pom.xml examples/extended-wadl-webapp/pom.xml examples/freemarker-webapp/pom.xml examples/groovy/pom.xml examples/helloworld-benchmark/pom.xml examples/helloworld-cdi2-se/pom.xml examples/helloworld-netty/pom.xml examples/helloworld-programmatic/pom.xml examples/helloworld-pure-jax-rs/pom.xml examples/helloworld-spring-annotations/pom.xml examples/helloworld-spring-webapp/pom.xml examples/helloworld-webapp/pom.xml examples/helloworld-weld/pom.xml examples/helloworld/pom.xml examples/http-patch/pom.xml examples/http-trace/pom.xml examples/https-clientserver-grizzly/pom.xml examples/https-server-glassfish/pom.xml examples/java8-webapp/pom.xml examples/jaxb/pom.xml examples/jaxrs-types-injection/pom.xml examples/jersey-ejb/pom.xml examples/json-binding-webapp/pom.xml examples/json-jackson/pom.xml examples/json-jackson1/pom.xml examples/json-jettison/pom.xml examples/json-moxy/pom.xml examples/json-processing-webapp/pom.xml examples/json-with-padding/pom.xml examples/managed-beans-webapp/pom.xml examples/managed-client-simple-webapp/pom.xml examples/managed-client-webapp/pom.xml examples/managed-client/pom.xml examples/multipart-webapp/pom.xml examples/oauth-client-twitter/pom.xml examples/open-tracing/pom.xml examples/osgi-helloworld-webapp/additional-bundle/pom.xml examples/osgi-helloworld-webapp/alternate-version-bundle/pom.xml examples/osgi-helloworld-webapp/functional-test/pom.xml examples/osgi-helloworld-webapp/lib-bundle/pom.xml examples/osgi-helloworld-webapp/pom.xml examples/osgi-helloworld-webapp/war-bundle/pom.xml examples/osgi-http-service/bundle/pom.xml examples/osgi-http-service/functional-test/pom.xml examples/osgi-http-service/pom.xml examples/pom.xml examples/reload/pom.xml examples/rx-client-webapp/pom.xml examples/server-async-managed/pom.xml examples/server-async-standalone/client/pom.xml examples/server-async-standalone/pom.xml examples/server-async-standalone/webapp/pom.xml examples/server-async/pom.xml examples/server-sent-events-jaxrs/pom.xml examples/server-sent-events-jersey/pom.xml examples/servlet3-webapp/pom.xml examples/simple-console/pom.xml examples/sse-item-store-jaxrs-webapp/pom.xml examples/sse-item-store-jersey-webapp/pom.xml examples/sse-twitter-aggregator/pom.xml examples/system-properties-example/pom.xml examples/webapp-example-parent/pom.xml examples/xml-moxy/pom.xml ext/bean-validation/pom.xml 2021 ext/cdi/jersey-cdi-rs-inject/pom.xml ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/pom.xml ext/cdi/jersey-cdi1x-servlet/pom.xml ext/cdi/jersey-cdi1x-transaction/pom.xml ext/cdi/jersey-cdi1x-validation/pom.xml ext/cdi/jersey-cdi1x/pom.xml ext/cdi/jersey-weld2-se/pom.xml ext/cdi/pom.xml ext/entity-filtering/pom.xml ext/metainf-services/pom.xml ext/microprofile/mp-config/pom.xml ext/microprofile/mp-rest-client/pom.xml ext/microprofile/pom.xml ext/mvc-bean-validation/pom.xml ext/mvc-freemarker/pom.xml ext/mvc-jsp/pom.xml ext/mvc-mustache/pom.xml ext/mvc/pom.xml ext/pom.xml ext/proxy-client/pom.xml ext/rx/pom.xml ext/rx/rx-client-guava/pom.xml ext/rx/rx-client-rxjava/pom.xml ext/rx/rx-client-rxjava2/pom.xml ext/servlet-portability/pom.xml ext/spring4/pom.xml ext/spring5/pom.xml ext/wadl-doclet/pom.xml incubator/cdi-inject-weld/pom.xml incubator/declarative-linking/pom.xml incubator/gae-integration/pom.xml incubator/html-json/pom.xml incubator/kryo/pom.xml incubator/open-tracing/pom.xml incubator/pom.xml inject/cdi2-se/pom.xml inject/hk2/pom.xml inject/pom.xml media/jaxb/pom.xml media/json-binding/pom.xml media/json-jackson/pom.xml media/json-jackson1/pom.xml media/json-jettison/pom.xml media/json-processing/pom.xml media/moxy/pom.xml media/multipart/pom.xml media/pom.xml media/sse/pom.xml pom.xml security/oauth1-client/pom.xml security/oauth1-server/pom.xml security/oauth1-signature/pom.xml security/oauth2-client/pom.xml security/pom.xml test-framework/core/pom.xml test-framework/maven/container-runner-maven-plugin/pom.xml test-framework/maven/custom-enforcer-rules/pom.xml test-framework/maven/pom.xml test-framework/memleak-test-common/pom.xml test-framework/pom.xml test-framework/providers/bundle/pom.xml test-framework/providers/external/pom.xml test-framework/providers/grizzly2/pom.xml test-framework/providers/inmemory/pom.xml test-framework/providers/jdk-http/pom.xml test-framework/providers/jetty/pom.xml test-framework/providers/netty/pom.xml test-framework/providers/pom.xml test-framework/providers/simple/pom.xml test-framework/util/pom.xml tests/e2e-client/pom.xml tests/e2e-core-common/pom.xml tests/e2e-entity/pom.xml tests/e2e-inject/cdi-inject-weld/pom.xml tests/e2e-inject/cdi2-se/pom.xml tests/e2e-inject/hk2/pom.xml tests/e2e-inject/pom.xml tests/e2e-server/pom.xml tests/e2e-testng/pom.xml tests/e2e/pom.xml tests/integration/asm/pom.xml tests/integration/async-jersey-filter/pom.xml tests/integration/cdi-integration/cdi-beanvalidation-webapp/pom.xml tests/integration/cdi-integration/cdi-client-on-server/pom.xml 2021 tests/integration/cdi-integration/cdi-client/pom.xml tests/integration/cdi-integration/cdi-ejb-test-webapp/pom.xml tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/pom.xml tests/integration/cdi-integration/cdi-log-check/pom.xml tests/integration/cdi-integration/cdi-manually-bound/pom.xml tests/integration/cdi-integration/cdi-multimodule/ear/pom.xml tests/integration/cdi-integration/cdi-multimodule/lib/pom.xml tests/integration/cdi-integration/cdi-multimodule/pom.xml tests/integration/cdi-integration/cdi-multimodule/war1/pom.xml tests/integration/cdi-integration/cdi-multimodule/war2/pom.xml tests/integration/cdi-integration/cdi-multipart-webapp/pom.xml 2021 tests/integration/cdi-integration/cdi-resource-with-at-context/pom.xml 2021 tests/integration/cdi-integration/cdi-singleton/pom.xml tests/integration/cdi-integration/cdi-test-webapp/pom.xml tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/pom.xml tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/pom.xml tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/pom.xml 2021 tests/integration/cdi-integration/context-inject-on-server/pom.xml tests/integration/cdi-integration/pom.xml tests/integration/client-connector-provider/pom.xml tests/integration/ejb-multimodule-reload/ear/pom.xml tests/integration/ejb-multimodule-reload/lib/pom.xml tests/integration/ejb-multimodule-reload/pom.xml tests/integration/ejb-multimodule-reload/war1/pom.xml tests/integration/ejb-multimodule-reload/war2/pom.xml tests/integration/ejb-multimodule/ear/pom.xml tests/integration/ejb-multimodule/lib/pom.xml tests/integration/ejb-multimodule/pom.xml tests/integration/ejb-multimodule/war/pom.xml tests/integration/ejb-test-webapp/pom.xml tests/integration/externalproperties/pom.xml tests/integration/j-376/pom.xml tests/integration/j-441/ear/pom.xml tests/integration/j-441/pom.xml tests/integration/j-441/war1/pom.xml tests/integration/j-441/war2/pom.xml tests/integration/j-59/ear/pom.xml tests/integration/j-59/lib/pom.xml tests/integration/j-59/pom.xml tests/integration/j-59/war/pom.xml tests/integration/jaxrs-component-inject/pom.xml tests/integration/jersey-1107/pom.xml tests/integration/jersey-1223/pom.xml tests/integration/jersey-1604/pom.xml tests/integration/jersey-1667/pom.xml tests/integration/jersey-1829/pom.xml tests/integration/jersey-1883/pom.xml tests/integration/jersey-1928/pom.xml tests/integration/jersey-1960/pom.xml tests/integration/jersey-1964/pom.xml tests/integration/jersey-2031/pom.xml tests/integration/jersey-2136/pom.xml tests/integration/jersey-2137/pom.xml tests/integration/jersey-2154/pom.xml tests/integration/jersey-2160/pom.xml tests/integration/jersey-2164/pom.xml tests/integration/jersey-2167/pom.xml tests/integration/jersey-2176/pom.xml tests/integration/jersey-2184/pom.xml tests/integration/jersey-2255/pom.xml tests/integration/jersey-2322/pom.xml tests/integration/jersey-2335/pom.xml tests/integration/jersey-2421/pom.xml tests/integration/jersey-2551/pom.xml tests/integration/jersey-2612/pom.xml tests/integration/jersey-2637/pom.xml tests/integration/jersey-2654/pom.xml tests/integration/jersey-2673/pom.xml tests/integration/jersey-2689/pom.xml tests/integration/jersey-2704/pom.xml tests/integration/jersey-2776/pom.xml tests/integration/jersey-2794/pom.xml tests/integration/jersey-2846/pom.xml tests/integration/jersey-2878/pom.xml tests/integration/jersey-2892/pom.xml 2021 tests/integration/jersey-3662/pom.xml tests/integration/jersey-3670/pom.xml tests/integration/jersey-3796/pom.xml tests/integration/jersey-3992/pom.xml tests/integration/jersey-4003/pom.xml tests/integration/jersey-4099/pom.xml tests/integration/jersey-4321/pom.xml tests/integration/jersey-4507/pom.xml tests/integration/jersey-4542/pom.xml 2021 tests/integration/jersey-4697/pom.xml 2021 tests/integration/jersey-4722/pom.xml 2022 tests/integration/jersey-4949/pom.xml tests/integration/jersey-780/pom.xml tests/integration/jetty-response-close/pom.xml tests/integration/microprofile/config/helidon/pom.xml tests/integration/microprofile/config/pom.xml tests/integration/microprofile/config/webapp/pom.xml tests/integration/microprofile/pom.xml tests/integration/microprofile/rest-client/pom.xml 2021 tests/integration/microprofile/rest-client14-compatibility/pom.xml tests/integration/pom.xml tests/integration/portability-jersey-1/pom.xml tests/integration/portability-jersey-2/pom.xml tests/integration/property-check/pom.xml tests/integration/reactive-streams/pom.xml tests/integration/reactive-streams/sse/pom.xml tests/integration/security-digest/pom.xml tests/integration/servlet-2.5-autodiscovery-1/pom.xml tests/integration/servlet-2.5-autodiscovery-2/pom.xml tests/integration/servlet-2.5-filter/pom.xml tests/integration/servlet-2.5-inflector-1/pom.xml tests/integration/servlet-2.5-init-1/pom.xml tests/integration/servlet-2.5-init-2/pom.xml tests/integration/servlet-2.5-init-3/pom.xml tests/integration/servlet-2.5-init-4/pom.xml tests/integration/servlet-2.5-init-5/pom.xml tests/integration/servlet-2.5-init-6/pom.xml tests/integration/servlet-2.5-init-7/pom.xml tests/integration/servlet-2.5-init-8/pom.xml tests/integration/servlet-2.5-mvc-1/pom.xml tests/integration/servlet-2.5-mvc-2/pom.xml tests/integration/servlet-2.5-mvc-3/pom.xml tests/integration/servlet-2.5-reload/pom.xml tests/integration/servlet-3-async/pom.xml tests/integration/servlet-3-chunked-io/pom.xml tests/integration/servlet-3-filter/pom.xml tests/integration/servlet-3-gf-async/pom.xml tests/integration/servlet-3-inflector-1/pom.xml tests/integration/servlet-3-init-1/pom.xml tests/integration/servlet-3-init-2/pom.xml tests/integration/servlet-3-init-3/pom.xml tests/integration/servlet-3-init-4/pom.xml tests/integration/servlet-3-init-5/pom.xml tests/integration/servlet-3-init-6/pom.xml tests/integration/servlet-3-init-7/pom.xml tests/integration/servlet-3-init-8/pom.xml tests/integration/servlet-3-init-9/pom.xml tests/integration/servlet-3-init-provider/pom.xml tests/integration/servlet-3-params/pom.xml tests/integration/servlet-3-sse-1/pom.xml tests/integration/servlet-4.0-mvc-1/pom.xml tests/integration/servlet-request-wrapper-binding-2/pom.xml tests/integration/servlet-request-wrapper-binding/pom.xml tests/integration/servlet-tests/pom.xml tests/integration/sonar-test/pom.xml tests/integration/spring4/pom.xml tests/integration/spring5/pom.xml tests/integration/tracing-support/pom.xml tests/jmockit/pom.xml tests/mem-leaks/pom.xml tests/mem-leaks/redeployment/pom.xml tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/pom.xml tests/mem-leaks/redeployment/redeployment-leaking-test-app/pom.xml tests/mem-leaks/redeployment/redeployment-no-jersey-app/pom.xml tests/mem-leaks/redeployment/redeployment-threadlocals-app/pom.xml tests/mem-leaks/test-cases/bean-param-leak/pom.xml tests/mem-leaks/test-cases/leaking-test-app/pom.xml tests/mem-leaks/test-cases/pom.xml tests/mem-leaks/test-cases/shutdown-hook-leak-client/pom.xml tests/mem-leaks/test-cases/shutdown-hook-leak/pom.xml tests/osgi/functional/pom.xml tests/osgi/pom.xml tests/performance/benchmarks/pom.xml tests/performance/pom.xml tests/performance/runners/jersey-grizzly-runner/pom.xml tests/performance/runners/pom.xml tests/performance/test-cases/assemblies/pom.xml tests/performance/test-cases/filter-dynamic/pom.xml tests/performance/test-cases/filter-global/pom.xml tests/performance/test-cases/filter-name/pom.xml tests/performance/test-cases/interceptor-dynamic/pom.xml tests/performance/test-cases/interceptor-global/pom.xml tests/performance/test-cases/interceptor-name/pom.xml tests/performance/test-cases/mbw-custom-provider/pom.xml tests/performance/test-cases/mbw-json-jackson/pom.xml tests/performance/test-cases/mbw-json-moxy/pom.xml tests/performance/test-cases/mbw-kryo/pom.xml tests/performance/test-cases/mbw-text-plain/pom.xml tests/performance/test-cases/mbw-xml-jaxb/pom.xml tests/performance/test-cases/mbw-xml-moxy/pom.xml tests/performance/test-cases/param-srl/pom.xml tests/performance/test-cases/pom.xml tests/performance/test-cases/proxy-injection/pom.xml tests/performance/tools/pom.xml tests/pom.xml tests/stress/pom.xml HEAD detached at d5b682384 Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git checkout -- ..." to discard changes in working directory) modified: archetypes/jersey-example-java8-webapp/pom.xml modified: archetypes/jersey-heroku-webapp/pom.xml modified: archetypes/jersey-quickstart-grizzly2/pom.xml modified: archetypes/jersey-quickstart-webapp/pom.xml modified: archetypes/pom.xml modified: bundles/apidocs/pom.xml modified: bundles/examples/pom.xml modified: bundles/jaxrs-ri/pom.xml modified: bundles/pom.xml modified: connectors/apache-connector/pom.xml modified: connectors/apache5-connector/pom.xml modified: connectors/grizzly-connector/pom.xml modified: connectors/helidon-connector/pom.xml modified: connectors/jdk-connector/pom.xml modified: connectors/jetty-connector/pom.xml modified: connectors/netty-connector/pom.xml modified: connectors/pom.xml modified: containers/glassfish/jersey-gf-ejb/pom.xml modified: containers/glassfish/pom.xml modified: containers/grizzly2-http/pom.xml modified: containers/grizzly2-servlet/pom.xml modified: containers/jdk-http/pom.xml modified: containers/jersey-servlet-core/pom.xml modified: containers/jersey-servlet/pom.xml modified: containers/jetty-http/pom.xml modified: containers/jetty-servlet/pom.xml modified: containers/netty-http/pom.xml modified: containers/pom.xml modified: containers/simple-http/pom.xml modified: core-client/pom.xml modified: core-common/pom.xml modified: core-server/pom.xml modified: docs/pom.xml modified: examples/assemblies/pom.xml modified: examples/bookmark-em/pom.xml modified: examples/bookmark/pom.xml modified: examples/bookstore-webapp/pom.xml modified: examples/cdi-webapp/pom.xml modified: examples/clipboard-programmatic/pom.xml modified: examples/clipboard/pom.xml modified: examples/declarative-linking/pom.xml modified: examples/entity-filtering-security/pom.xml modified: examples/entity-filtering-selectable/pom.xml modified: examples/entity-filtering/pom.xml modified: examples/exception-mapping/pom.xml modified: examples/extended-wadl-webapp/pom.xml modified: examples/freemarker-webapp/pom.xml modified: examples/groovy/pom.xml modified: examples/helloworld-benchmark/pom.xml modified: examples/helloworld-cdi2-se/pom.xml modified: examples/helloworld-netty/pom.xml modified: examples/helloworld-programmatic/pom.xml modified: examples/helloworld-pure-jax-rs/pom.xml modified: examples/helloworld-spring-annotations/pom.xml modified: examples/helloworld-spring-webapp/pom.xml modified: examples/helloworld-webapp/pom.xml modified: examples/helloworld-weld/pom.xml modified: examples/helloworld/pom.xml modified: examples/http-patch/pom.xml modified: examples/http-trace/pom.xml modified: examples/https-clientserver-grizzly/pom.xml modified: examples/https-server-glassfish/pom.xml modified: examples/java8-webapp/pom.xml modified: examples/jaxb/pom.xml modified: examples/jaxrs-types-injection/pom.xml modified: examples/jersey-ejb/pom.xml modified: examples/json-binding-webapp/pom.xml modified: examples/json-jackson/pom.xml modified: examples/json-jackson1/pom.xml modified: examples/json-jettison/pom.xml modified: examples/json-moxy/pom.xml modified: examples/json-processing-webapp/pom.xml modified: examples/json-with-padding/pom.xml modified: examples/managed-beans-webapp/pom.xml modified: examples/managed-client-simple-webapp/pom.xml modified: examples/managed-client-webapp/pom.xml modified: examples/managed-client/pom.xml modified: examples/multipart-webapp/pom.xml modified: examples/oauth-client-twitter/pom.xml modified: examples/open-tracing/pom.xml modified: examples/osgi-helloworld-webapp/additional-bundle/pom.xml modified: examples/osgi-helloworld-webapp/alternate-version-bundle/pom.xml modified: examples/osgi-helloworld-webapp/functional-test/pom.xml modified: examples/osgi-helloworld-webapp/lib-bundle/pom.xml modified: examples/osgi-helloworld-webapp/pom.xml modified: examples/osgi-helloworld-webapp/war-bundle/pom.xml modified: examples/osgi-http-service/bundle/pom.xml modified: examples/osgi-http-service/functional-test/pom.xml modified: examples/osgi-http-service/pom.xml modified: examples/pom.xml modified: examples/reload/pom.xml modified: examples/rx-client-webapp/pom.xml modified: examples/server-async-managed/pom.xml modified: examples/server-async-standalone/client/pom.xml modified: examples/server-async-standalone/pom.xml modified: examples/server-async-standalone/webapp/pom.xml modified: examples/server-async/pom.xml modified: examples/server-sent-events-jaxrs/pom.xml modified: examples/server-sent-events-jersey/pom.xml modified: examples/servlet3-webapp/pom.xml modified: examples/simple-console/pom.xml modified: examples/sse-item-store-jaxrs-webapp/pom.xml modified: examples/sse-item-store-jersey-webapp/pom.xml modified: examples/sse-twitter-aggregator/pom.xml modified: examples/system-properties-example/pom.xml modified: examples/webapp-example-parent/pom.xml modified: examples/xml-moxy/pom.xml modified: ext/bean-validation/pom.xml modified: ext/cdi/jersey-cdi-rs-inject/pom.xml modified: ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/pom.xml modified: ext/cdi/jersey-cdi1x-servlet/pom.xml modified: ext/cdi/jersey-cdi1x-transaction/pom.xml modified: ext/cdi/jersey-cdi1x-validation/pom.xml modified: ext/cdi/jersey-cdi1x/pom.xml modified: ext/cdi/jersey-weld2-se/pom.xml modified: ext/cdi/pom.xml modified: ext/entity-filtering/pom.xml modified: ext/metainf-services/pom.xml modified: ext/microprofile/mp-config/pom.xml modified: ext/microprofile/mp-rest-client/pom.xml modified: ext/microprofile/pom.xml modified: ext/mvc-bean-validation/pom.xml modified: ext/mvc-freemarker/pom.xml modified: ext/mvc-jsp/pom.xml modified: ext/mvc-mustache/pom.xml modified: ext/mvc/pom.xml modified: ext/pom.xml modified: ext/proxy-client/pom.xml modified: ext/rx/pom.xml modified: ext/rx/rx-client-guava/pom.xml modified: ext/rx/rx-client-rxjava/pom.xml modified: ext/rx/rx-client-rxjava2/pom.xml modified: ext/servlet-portability/pom.xml modified: ext/spring4/pom.xml modified: ext/spring5/pom.xml modified: ext/wadl-doclet/pom.xml modified: incubator/cdi-inject-weld/pom.xml modified: incubator/declarative-linking/pom.xml modified: incubator/gae-integration/pom.xml modified: incubator/html-json/pom.xml modified: incubator/kryo/pom.xml modified: incubator/open-tracing/pom.xml modified: incubator/pom.xml modified: inject/cdi2-se/pom.xml modified: inject/hk2/pom.xml modified: inject/pom.xml modified: media/jaxb/pom.xml modified: media/json-binding/pom.xml modified: media/json-jackson/pom.xml modified: media/json-jackson1/pom.xml modified: media/json-jettison/pom.xml modified: media/json-processing/pom.xml modified: media/moxy/pom.xml modified: media/multipart/pom.xml modified: media/pom.xml modified: media/sse/pom.xml modified: pom.xml modified: security/oauth1-client/pom.xml modified: security/oauth1-server/pom.xml modified: security/oauth1-signature/pom.xml modified: security/oauth2-client/pom.xml modified: security/pom.xml modified: test-framework/core/pom.xml modified: test-framework/maven/container-runner-maven-plugin/pom.xml modified: test-framework/maven/custom-enforcer-rules/pom.xml modified: test-framework/maven/pom.xml modified: test-framework/memleak-test-common/pom.xml modified: test-framework/pom.xml modified: test-framework/providers/bundle/pom.xml modified: test-framework/providers/external/pom.xml modified: test-framework/providers/grizzly2/pom.xml modified: test-framework/providers/inmemory/pom.xml modified: test-framework/providers/jdk-http/pom.xml modified: test-framework/providers/jetty/pom.xml modified: test-framework/providers/netty/pom.xml modified: test-framework/providers/pom.xml modified: test-framework/providers/simple/pom.xml modified: test-framework/util/pom.xml modified: tests/e2e-client/pom.xml modified: tests/e2e-core-common/pom.xml modified: tests/e2e-entity/pom.xml modified: tests/e2e-inject/cdi-inject-weld/pom.xml modified: tests/e2e-inject/cdi2-se/pom.xml modified: tests/e2e-inject/hk2/pom.xml modified: tests/e2e-inject/pom.xml modified: tests/e2e-server/pom.xml modified: tests/e2e-testng/pom.xml modified: tests/e2e/pom.xml modified: tests/integration/asm/pom.xml modified: tests/integration/async-jersey-filter/pom.xml modified: tests/integration/cdi-integration/cdi-beanvalidation-webapp/pom.xml modified: tests/integration/cdi-integration/cdi-client-on-server/pom.xml modified: tests/integration/cdi-integration/cdi-client/pom.xml modified: tests/integration/cdi-integration/cdi-ejb-test-webapp/pom.xml modified: tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/pom.xml modified: tests/integration/cdi-integration/cdi-log-check/pom.xml modified: tests/integration/cdi-integration/cdi-manually-bound/pom.xml modified: tests/integration/cdi-integration/cdi-multimodule/ear/pom.xml modified: tests/integration/cdi-integration/cdi-multimodule/lib/pom.xml modified: tests/integration/cdi-integration/cdi-multimodule/pom.xml modified: tests/integration/cdi-integration/cdi-multimodule/war1/pom.xml modified: tests/integration/cdi-integration/cdi-multimodule/war2/pom.xml modified: tests/integration/cdi-integration/cdi-multipart-webapp/pom.xml modified: tests/integration/cdi-integration/cdi-resource-with-at-context/pom.xml modified: tests/integration/cdi-integration/cdi-singleton/pom.xml modified: tests/integration/cdi-integration/cdi-test-webapp/pom.xml modified: tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/pom.xml modified: tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/pom.xml modified: tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/pom.xml modified: tests/integration/cdi-integration/context-inject-on-server/pom.xml modified: tests/integration/cdi-integration/pom.xml modified: tests/integration/client-connector-provider/pom.xml modified: tests/integration/ejb-multimodule-reload/ear/pom.xml modified: tests/integration/ejb-multimodule-reload/lib/pom.xml modified: tests/integration/ejb-multimodule-reload/pom.xml modified: tests/integration/ejb-multimodule-reload/war1/pom.xml modified: tests/integration/ejb-multimodule-reload/war2/pom.xml modified: tests/integration/ejb-multimodule/ear/pom.xml modified: tests/integration/ejb-multimodule/lib/pom.xml modified: tests/integration/ejb-multimodule/pom.xml modified: tests/integration/ejb-multimodule/war/pom.xml modified: tests/integration/ejb-test-webapp/pom.xml modified: tests/integration/externalproperties/pom.xml modified: tests/integration/j-376/pom.xml modified: tests/integration/j-441/ear/pom.xml modified: tests/integration/j-441/pom.xml modified: tests/integration/j-441/war1/pom.xml modified: tests/integration/j-441/war2/pom.xml modified: tests/integration/j-59/ear/pom.xml modified: tests/integration/j-59/lib/pom.xml modified: tests/integration/j-59/pom.xml modified: tests/integration/j-59/war/pom.xml modified: tests/integration/jaxrs-component-inject/pom.xml modified: tests/integration/jersey-1107/pom.xml modified: tests/integration/jersey-1223/pom.xml modified: tests/integration/jersey-1604/pom.xml modified: tests/integration/jersey-1667/pom.xml modified: tests/integration/jersey-1829/pom.xml modified: tests/integration/jersey-1883/pom.xml modified: tests/integration/jersey-1928/pom.xml modified: tests/integration/jersey-1960/pom.xml modified: tests/integration/jersey-1964/pom.xml modified: tests/integration/jersey-2031/pom.xml modified: tests/integration/jersey-2136/pom.xml modified: tests/integration/jersey-2137/pom.xml modified: tests/integration/jersey-2154/pom.xml modified: tests/integration/jersey-2160/pom.xml modified: tests/integration/jersey-2164/pom.xml modified: tests/integration/jersey-2167/pom.xml modified: tests/integration/jersey-2176/pom.xml modified: tests/integration/jersey-2184/pom.xml modified: tests/integration/jersey-2255/pom.xml modified: tests/integration/jersey-2322/pom.xml modified: tests/integration/jersey-2335/pom.xml modified: tests/integration/jersey-2421/pom.xml modified: tests/integration/jersey-2551/pom.xml modified: tests/integration/jersey-2612/pom.xml modified: tests/integration/jersey-2637/pom.xml modified: tests/integration/jersey-2654/pom.xml modified: tests/integration/jersey-2673/pom.xml modified: tests/integration/jersey-2689/pom.xml modified: tests/integration/jersey-2704/pom.xml modified: tests/integration/jersey-2776/pom.xml modified: tests/integration/jersey-2794/pom.xml modified: tests/integration/jersey-2846/pom.xml modified: tests/integration/jersey-2878/pom.xml modified: tests/integration/jersey-2892/pom.xml modified: tests/integration/jersey-3662/pom.xml modified: tests/integration/jersey-3670/pom.xml modified: tests/integration/jersey-3796/pom.xml modified: tests/integration/jersey-3992/pom.xml modified: tests/integration/jersey-4003/pom.xml modified: tests/integration/jersey-4099/pom.xml modified: tests/integration/jersey-4321/pom.xml modified: tests/integration/jersey-4507/pom.xml modified: tests/integration/jersey-4542/pom.xml modified: tests/integration/jersey-4697/pom.xml modified: tests/integration/jersey-4722/pom.xml modified: tests/integration/jersey-4949/pom.xml modified: tests/integration/jersey-780/pom.xml modified: tests/integration/jetty-response-close/pom.xml modified: tests/integration/microprofile/config/helidon/pom.xml modified: tests/integration/microprofile/config/pom.xml modified: tests/integration/microprofile/config/webapp/pom.xml modified: tests/integration/microprofile/pom.xml modified: tests/integration/microprofile/rest-client/pom.xml modified: tests/integration/microprofile/rest-client14-compatibility/pom.xml modified: tests/integration/pom.xml modified: tests/integration/portability-jersey-1/pom.xml modified: tests/integration/portability-jersey-2/pom.xml modified: tests/integration/property-check/pom.xml modified: tests/integration/reactive-streams/pom.xml modified: tests/integration/reactive-streams/sse/pom.xml modified: tests/integration/security-digest/pom.xml modified: tests/integration/servlet-2.5-autodiscovery-1/pom.xml modified: tests/integration/servlet-2.5-autodiscovery-2/pom.xml modified: tests/integration/servlet-2.5-filter/pom.xml modified: tests/integration/servlet-2.5-inflector-1/pom.xml modified: tests/integration/servlet-2.5-init-1/pom.xml modified: tests/integration/servlet-2.5-init-2/pom.xml modified: tests/integration/servlet-2.5-init-3/pom.xml modified: tests/integration/servlet-2.5-init-4/pom.xml modified: tests/integration/servlet-2.5-init-5/pom.xml modified: tests/integration/servlet-2.5-init-6/pom.xml modified: tests/integration/servlet-2.5-init-7/pom.xml modified: tests/integration/servlet-2.5-init-8/pom.xml modified: tests/integration/servlet-2.5-mvc-1/pom.xml modified: tests/integration/servlet-2.5-mvc-2/pom.xml modified: tests/integration/servlet-2.5-mvc-3/pom.xml modified: tests/integration/servlet-2.5-reload/pom.xml modified: tests/integration/servlet-3-async/pom.xml modified: tests/integration/servlet-3-chunked-io/pom.xml modified: tests/integration/servlet-3-filter/pom.xml modified: tests/integration/servlet-3-gf-async/pom.xml modified: tests/integration/servlet-3-inflector-1/pom.xml modified: tests/integration/servlet-3-init-1/pom.xml modified: tests/integration/servlet-3-init-2/pom.xml modified: tests/integration/servlet-3-init-3/pom.xml modified: tests/integration/servlet-3-init-4/pom.xml modified: tests/integration/servlet-3-init-5/pom.xml modified: tests/integration/servlet-3-init-6/pom.xml modified: tests/integration/servlet-3-init-7/pom.xml modified: tests/integration/servlet-3-init-8/pom.xml modified: tests/integration/servlet-3-init-9/pom.xml modified: tests/integration/servlet-3-init-provider/pom.xml modified: tests/integration/servlet-3-params/pom.xml modified: tests/integration/servlet-3-sse-1/pom.xml modified: tests/integration/servlet-4.0-mvc-1/pom.xml modified: tests/integration/servlet-request-wrapper-binding-2/pom.xml modified: tests/integration/servlet-request-wrapper-binding/pom.xml modified: tests/integration/servlet-tests/pom.xml modified: tests/integration/sonar-test/pom.xml modified: tests/integration/spring4/pom.xml modified: tests/integration/spring5/pom.xml modified: tests/integration/tracing-support/pom.xml modified: tests/jmockit/pom.xml modified: tests/mem-leaks/pom.xml modified: tests/mem-leaks/redeployment/pom.xml modified: tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/pom.xml modified: tests/mem-leaks/redeployment/redeployment-leaking-test-app/pom.xml modified: tests/mem-leaks/redeployment/redeployment-no-jersey-app/pom.xml modified: tests/mem-leaks/redeployment/redeployment-threadlocals-app/pom.xml modified: tests/mem-leaks/test-cases/bean-param-leak/pom.xml modified: tests/mem-leaks/test-cases/leaking-test-app/pom.xml modified: tests/mem-leaks/test-cases/pom.xml modified: tests/mem-leaks/test-cases/shutdown-hook-leak-client/pom.xml modified: tests/mem-leaks/test-cases/shutdown-hook-leak/pom.xml modified: tests/osgi/functional/pom.xml modified: tests/osgi/pom.xml modified: tests/performance/benchmarks/pom.xml modified: tests/performance/pom.xml modified: tests/performance/runners/jersey-grizzly-runner/pom.xml modified: tests/performance/runners/pom.xml modified: tests/performance/test-cases/assemblies/pom.xml modified: tests/performance/test-cases/filter-dynamic/pom.xml modified: tests/performance/test-cases/filter-global/pom.xml modified: tests/performance/test-cases/filter-name/pom.xml modified: tests/performance/test-cases/interceptor-dynamic/pom.xml modified: tests/performance/test-cases/interceptor-global/pom.xml modified: tests/performance/test-cases/interceptor-name/pom.xml modified: tests/performance/test-cases/mbw-custom-provider/pom.xml modified: tests/performance/test-cases/mbw-json-jackson/pom.xml modified: tests/performance/test-cases/mbw-json-moxy/pom.xml modified: tests/performance/test-cases/mbw-kryo/pom.xml modified: tests/performance/test-cases/mbw-text-plain/pom.xml modified: tests/performance/test-cases/mbw-xml-jaxb/pom.xml modified: tests/performance/test-cases/mbw-xml-moxy/pom.xml modified: tests/performance/test-cases/param-srl/pom.xml modified: tests/performance/test-cases/pom.xml modified: tests/performance/test-cases/proxy-injection/pom.xml modified: tests/performance/tools/pom.xml modified: tests/pom.xml modified: tests/stress/pom.xml Untracked files: (use "git add ..." to include in what will be committed) list_of_poms.txt modified_pom.log no changes added to commit (use "git add" and/or "git commit -a") Archiving artifacts Finished: SUCCESS