Skip to content
Aborted

Console Output

Push event to branch 3.1
04:01:16 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained etc/jenkins/Jenkinsfile_ci_build from d49a6021da350266e07de7bb880715e1910f86c0
[Pipeline] Start of Pipeline
[Pipeline] timeout
Timeout set to expire after 1 day 6 hr without activity
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Jersey build)
[Pipeline] parallel
[Pipeline] { (Branch: JDK 11)
[Pipeline] { (Branch: JDK 21)
[Pipeline] stage
[Pipeline] { (JDK 11)
[Pipeline] stage
[Pipeline] { (JDK 21)
[Pipeline] node
[Pipeline] node
Agent centos-7-93f1d is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-93f1d"
  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: "centos-7-93f1d"
    - 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: "centos-7-93f1d"
    - 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-centos-7:remoting-3160.vd76b_9ddd10cc"
    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"

Running on centos-7-93f1d in /home/jenkins/agent/workspace/ci-cd-integration_3.1
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: git
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse-ee4j/jersey.git
 > git init /home/jenkins/agent/workspace/ci-cd-integration_3.1 # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/jersey.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-ee4j/jersey.git +refs/heads/3.1:refs/remotes/origin/3.1 # timeout=10
Avoid second fetch
Checking out Revision d49a6021da350266e07de7bb880715e1910f86c0 (3.1)
 > git config remote.origin.url https://github.com/eclipse-ee4j/jersey.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/3.1:refs/remotes/origin/3.1 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d49a6021da350266e07de7bb880715e1910f86c0 # timeout=10
Commit message: "merge of the actual 3.0 into the 3.1"
 > git rev-list --no-walk 9b9e4941c5a16f1c3820d93fb826a9241f3f77fe # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ bash /home/jenkins/agent/workspace/ci-cd-integration_3.1/etc/jenkins/jenkins_build.sh
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
Still waiting to schedule task
Waiting for next available executor on ‘centos-7[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
Agent centos-7-lpt3w is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-lpt3w"
  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: "centos-7-lpt3w"
    - 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: "centos-7-lpt3w"
    - 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-centos-7:remoting-3160.vd76b_9ddd10cc"
    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"

Running on centos-7-lpt3w in /home/jenkins/agent/workspace/ci-cd-integration_3.1
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: git
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse-ee4j/jersey.git
 > git init /home/jenkins/agent/workspace/ci-cd-integration_3.1 # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/jersey.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-ee4j/jersey.git +refs/heads/3.1:refs/remotes/origin/3.1 # timeout=10
Avoid second fetch
Checking out Revision d49a6021da350266e07de7bb880715e1910f86c0 (3.1)
 > git config remote.origin.url https://github.com/eclipse-ee4j/jersey.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/3.1:refs/remotes/origin/3.1 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d49a6021da350266e07de7bb880715e1910f86c0 # timeout=10
Commit message: "merge of the actual 3.0 into the 3.1"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ bash /home/jenkins/agent/workspace/ci-cd-integration_3.1/etc/jenkins/jenkins_build.sh
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 21.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-21/21.0.2
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.glassfish.jersey.archetypes:project:pom:3.1.99-SNAPSHOT
[WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-compiler-plugin @ org.glassfish.jersey:project:3.1.99-SNAPSHOT, /home/jenkins/agent/workspace/ci-cd-integration_3.1/pom.xml, line 818, column 25
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.glassfish.jersey:project:pom:3.1.99-SNAPSHOT
[WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-compiler-plugin @ line 818, column 25
[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-connectors-netty                                            [jar]
[INFO] jersey-container-netty-http                                        [jar]
[INFO] jersey-test-framework-provider-netty                               [jar]
[INFO] jersey-container-jetty-http                                        [jar]
[INFO] jersey-test-framework-provider-jetty                               [jar]
[INFO] jersey-test-framework-provider-bundle                              [pom]
[INFO] jersey-connectors-grizzly                                          [jar]
[INFO] jersey-media-sse                                                   [jar]
[INFO] jersey-connectors-helidon                                          [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-connectors-jetty-http2                                      [jar]
[INFO] jersey-connectors-jetty11                                          [jar]
[INFO] jersey-connectors-jnh                                              [jar]
[INFO] jersey-cdi-support                                                 [pom]
[INFO] jersey-ext-cdi1x                                                   [jar]
[INFO] jersey-glassfish-support                                           [pom]
[INFO] jersey-gf-ejb                                                      [jar]
[INFO] jersey-container-jetty11-http                                      [jar]
[INFO] jersey-container-jetty-http2                                       [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-micrometer                                                  [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-spring6                                                     [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-inject-injectless-client                                    [jar]
[INFO] jersey-media-kryo                                                  [jar]
[INFO] jersey-open-tracing                                                [jar]
[INFO] jersey-inject-cdi2-se                                              [jar]
[INFO] jersey-media-json-gson                                             [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-e2e-tls                                               [jar]
[INFO] jersey-tests-integration                                           [pom]
[INFO] jersey-asm-integration                                             [jar]
[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-singleton                                                      [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] jersey-tests-glassfish-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] 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-compatibility-jackson14                                     [jar]
[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-2421                               [war]
[INFO] jersey-tests-integration-jersey-2776                               [war]
[INFO] jersey-3662                                                        [jar]
[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-bundles                                                     [pom]
[INFO] jersey-bundles-jaxrs-ri                                         [bundle]
[INFO] jersey-tests-integration-jersey-5087                               [war]
[INFO] microprofile-integration-project                                   [pom]
[INFO] microprofile-config-project                                        [pom]
[INFO] config-webapp                                                      [jar]
[INFO] helidon-config-webapp                                              [war]
[INFO] jersey-rest-client                                                 [jar]
[INFO] jersey-rest-client-tck                                             [jar]
[INFO] jersey-tests-integration-property-check                            [jar]
[INFO] reactive-streams-integration-project                               [pom]
[INFO] sse-reactive-streams-tck                                           [jar]
[INFO] jersey-tests-integration-servlet-2.5-reload                        [war]
[INFO] jersey-tests-integration-servlet-3-gf-async                        [war]
[INFO] jersey-tests-integration-servlet-3-sse-1                           [war]
[INFO] jersey-thin-server                                                 [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-release-test                                                [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-configured-client                                  [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-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-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-micrometer-example-webapp                                   [jar]
[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] oauth-client-twitter                                               [jar]
[INFO] jersey-examples-reload                                             [jar]
[INFO] jersey-examples-multipart-webapp                                   [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-provider-jetty-http2                         [jar]
[INFO] jersey-test-framework-maven-custom-enforcer-rules                  [jar]
[INFO] 
[INFO] --------------------< org.glassfish.jersey:project >--------------------
[INFO] Building jersey 3.1.99-SNAPSHOT                                  [1/303]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ project ---
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.glassfish.jersey.archetypes:project:pom:3.1.99-SNAPSHOT
[WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-compiler-plugin @ org.glassfish.jersey:project:3.1.99-SNAPSHOT, /home/jenkins/agent/workspace/ci-cd-integration_3.1/pom.xml, line 818, column 25
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.glassfish.jersey:project:pom:3.1.99-SNAPSHOT
[WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-compiler-plugin @ line 818, column 25
[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-connectors-netty                                            [jar]
[INFO] jersey-container-netty-http                                        [jar]
[INFO] jersey-test-framework-provider-netty                               [jar]
[INFO] jersey-container-jetty-http                                        [jar]
[INFO] jersey-test-framework-provider-jetty                               [jar]
[INFO] jersey-test-framework-provider-bundle                              [pom]
[INFO] jersey-connectors-grizzly                                          [jar]
[INFO] jersey-media-sse                                                   [jar]
[INFO] jersey-connectors-helidon                                          [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-container-jetty-http2                                       [jar]
[INFO] jersey-test-framework-provider-jetty-http2                         [jar]
[INFO] jersey-connectors-jetty-http2                                      [jar]
[INFO] jersey-connectors-jetty11                                          [jar]
[INFO] jersey-connectors-jnh                                              [jar]
[INFO] jersey-cdi-support                                                 [pom]
[INFO] jersey-ext-cdi1x                                                   [jar]
[INFO] jersey-glassfish-support                                           [pom]
[INFO] jersey-gf-ejb                                                      [jar]
[INFO] jersey-container-jetty11-http                                      [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-micrometer                                                  [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-spring6                                                     [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-inject-injectless-client                                    [jar]
[INFO] jersey-media-kryo                                                  [jar]
[INFO] jersey-open-tracing                                                [jar]
[INFO] jersey-inject-cdi2-se                                              [jar]
[INFO] jersey-media-json-gson                                             [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-e2e-tls                                               [jar]
[INFO] jersey-tests-integration                                           [pom]
[INFO] jersey-asm-integration                                             [jar]
[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-singleton                                                      [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] jersey-tests-glassfish-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] 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-compatibility-jackson14                                     [jar]
[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-2421                               [war]
[INFO] jersey-tests-integration-jersey-2776                               [war]
[INFO] jersey-3662                                                        [jar]
[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-bundles                                                     [pom]
[INFO] jersey-bundles-jaxrs-ri                                         [bundle]
[INFO] jersey-tests-integration-jersey-5087                               [war]
[INFO] microprofile-integration-project                                   [pom]
[INFO] microprofile-config-project                                        [pom]
[INFO] config-webapp                                                      [jar]
[INFO] helidon-config-webapp                                              [war]
[INFO] jersey-rest-client                                                 [jar]
[INFO] jersey-rest-client-tck                                             [jar]
[INFO] jersey-tests-integration-property-check                            [jar]
[INFO] reactive-streams-integration-project                               [pom]
[INFO] sse-reactive-streams-tck                                           [jar]
[INFO] jersey-tests-integration-servlet-2.5-reload                        [war]
[INFO] jersey-tests-integration-servlet-3-gf-async                        [war]
[INFO] jersey-tests-integration-servlet-3-sse-1                           [war]
[INFO] jersey-thin-server                                                 [jar]
[INFO] jersey-tests-integration-jersey-async-filter                       [war]
[INFO] jersey-tests-externalproperties                                    [jar]
[INFO] jersey-tests-component-inject                                      [war]
[INFO] jersey-tests-integration-jersey-780                                [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-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-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-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-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-tests-integration-jersey-3796                               [war]
[INFO] jersey-tests-integration-jersey-4949                               [war]
[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-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-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-4.0-mvc-1                         [war]
[INFO] jersey-tests-integration-servlet-tests                             [war]
[INFO] jersey-tests-integration-servlet-request-wrapper-binding           [war]
[INFO] jersey-tests-integration-servlet-request-wrapper-binding-2         [war]
[INFO] jersey-tests-integration-sonar-test                                [war]
[INFO] jersey-tests-integration-spring6                                   [war]
[INFO] jersey-tests-integration-tracing-support                           [war]
[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-release-test                                                [jar]
[INFO] jersey-agnostic-test                                               [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-configured-client                                  [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-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-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-micrometer-example-webapp                                   [jar]
[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] oauth-client-twitter                                               [jar]
[INFO] jersey-examples-reload                                             [jar]
[INFO] jersey-examples-multipart-webapp                                   [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-examples-helloworld-spring-webapp                           [war]
[INFO] helloworld-spring-annotations                                      [jar]
[INFO] jersey-test-framework-maven-custom-enforcer-rules                  [jar]
[INFO] 
[INFO] --------------------< org.glassfish.jersey:project >--------------------
[INFO] Building jersey 3.1.99-SNAPSHOT                                  [1/378]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ project ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources from  to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources from  to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources from  to target/legal/META-INF
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ project ---
[INFO] Reserved port 46221 for jersey.config.test.container.port
[INFO] Reserved port 43975 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ project ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources from  to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources from  to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources from  to target/legal/META-INF
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ project ---
[INFO] Reserved port 35605 for jersey.config.test.container.port
[INFO] Reserved port 38063 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project ---
[INFO] CycloneDX: Resolving Aggregated Dependencies
[INFO] CycloneDX: Resolving Aggregated Dependencies
[WARNING] BOM dependency listed but is not depended upon: pkg:maven/org.glassfish.jersey/jersey-bom@3.1.99-SNAPSHOT?type=pom
[WARNING] BOM dependency listed but is not depended upon: pkg:maven/org.eclipse.jetty/jetty-client@12.0.7?type=jar
[WARNING] BOM dependency listed but is not depended upon: pkg:maven/org.slf4j/slf4j-api@2.0.9?type=jar
[WARNING] BOM dependency listed but is not depended upon: pkg:maven/commons-codec/commons-codec@1.11?type=jar
[WARNING] BOM dependency listed but is not depended upon: pkg:maven/org.eclipse.jetty.toolchain/jetty-jakarta-servlet-api@5.0.2?type=jar
[WARNING] BOM dependency listed but is not depended upon: pkg:maven/org.ow2.asm/asm@9.6?type=jar
[WARNING] BOM dependency listed but is not depended upon: pkg:maven/commons-io/commons-io@2.2?type=jar
[INFO] CycloneDX: Creating BOM version 1.4 with 801 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/target/bom.xml
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/target/bom.json
[WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ project ---
[INFO] 
[INFO] --------------< org.glassfish.jersey.archetypes:project >---------------
[INFO] Building jersey-archetypes 3.1.99-SNAPSHOT                       [2/303]
[INFO]   from archetypes/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ project ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources from .. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources from .. to target/legal/META-INF
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ project ---
[INFO] Reserved port 42327 for jersey.config.test.container.port
[INFO] Reserved port 41999 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/target/bom.xml
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/target/bom.json
[WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ project ---
[INFO] 
[INFO] --------< org.glassfish.jersey.archetypes:jersey-heroku-webapp >--------
[INFO] Building jersey-archetype-heroku-webapp 3.1.99-SNAPSHOT          [3/303]
[INFO]   from archetypes/jersey-heroku-webapp/pom.xml
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-heroku-webapp ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-heroku-webapp ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-heroku-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-heroku-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-heroku-webapp ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-heroku-webapp ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-heroku-webapp/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:2.5:copy-resources (copy-legaldocs) @ jersey-heroku-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- resources:2.5:copy-resources (copy-legaldocs-to-sources) @ jersey-heroku-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- resources:2.5:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-heroku-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ jersey-heroku-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ jersey-heroku-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-heroku-webapp/src/test/resources
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-heroku-webapp ---
[INFO] Reserved port 36643 for jersey.config.test.container.port
[INFO] Reserved port 33879 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- archetype:3.2.1:jar (default-jar) @ jersey-heroku-webapp ---
[INFO] Building archetype jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.1.99-SNAPSHOT.jar
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-heroku-webapp ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-heroku-webapp/target/bom.xml
[INFO]            attaching as jersey-heroku-webapp-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-heroku-webapp/target/bom.json
[WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword
[INFO]            attaching as jersey-heroku-webapp-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-heroku-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- archetype:3.2.1:integration-test (default-integration-test) @ jersey-heroku-webapp ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-heroku-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-heroku-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/3.1.99-SNAPSHOT/jersey-heroku-webapp-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/3.1.99-SNAPSHOT/jersey-heroku-webapp-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-heroku-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/3.1.99-SNAPSHOT/jersey-heroku-webapp-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-heroku-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/3.1.99-SNAPSHOT/jersey-heroku-webapp-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/3.1.99-SNAPSHOT/jersey-heroku-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- archetype:3.2.1:update-local-catalog (default-update-local-catalog) @ jersey-heroku-webapp ---
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-heroku-webapp ---
[INFO] 
[INFO] -----< org.glassfish.jersey.archetypes:jersey-quickstart-grizzly2 >-----
[INFO] Building jersey-archetype-grizzly2 3.1.99-SNAPSHOT               [4/303]
[INFO]   from archetypes/jersey-quickstart-grizzly2/pom.xml
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-quickstart-grizzly2 ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-quickstart-grizzly2 ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-quickstart-grizzly2 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-quickstart-grizzly2 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-quickstart-grizzly2 ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-quickstart-grizzly2 ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-grizzly2/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:2.5:copy-resources (copy-legaldocs) @ jersey-quickstart-grizzly2 ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- resources:2.5:copy-resources (copy-legaldocs-to-sources) @ jersey-quickstart-grizzly2 ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- resources:2.5:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-quickstart-grizzly2 ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ jersey-quickstart-grizzly2 ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ jersey-quickstart-grizzly2 ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-grizzly2/src/test/resources
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-quickstart-grizzly2 ---
[INFO] Reserved port 44715 for jersey.config.test.container.port
[INFO] Reserved port 44295 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- archetype:3.2.1:jar (default-jar) @ jersey-quickstart-grizzly2 ---
[INFO] Building archetype jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.1.99-SNAPSHOT.jar
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.1.99-SNAPSHOT.jar
[WARNING] Building an Old (1.x) Archetype: consider migrating it to current 2.x Archetype.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-quickstart-grizzly2 ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-grizzly2/target/bom.xml
[INFO]            attaching as jersey-quickstart-grizzly2-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-grizzly2/target/bom.json
[INFO]            attaching as jersey-quickstart-grizzly2-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-quickstart-grizzly2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- archetype:3.2.1:integration-test (default-integration-test) @ jersey-quickstart-grizzly2 ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-quickstart-grizzly2 ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-grizzly2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/3.1.99-SNAPSHOT/jersey-quickstart-grizzly2-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/3.1.99-SNAPSHOT/jersey-quickstart-grizzly2-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-grizzly2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/3.1.99-SNAPSHOT/jersey-quickstart-grizzly2-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-grizzly2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/3.1.99-SNAPSHOT/jersey-quickstart-grizzly2-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/3.1.99-SNAPSHOT/jersey-quickstart-grizzly2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- archetype:3.2.1:update-local-catalog (default-update-local-catalog) @ jersey-quickstart-grizzly2 ---
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-quickstart-grizzly2 ---
[INFO] 
[INFO] ------< org.glassfish.jersey.archetypes:jersey-quickstart-webapp >------
[INFO] Building jersey-archetype-webapp 3.1.99-SNAPSHOT                 [5/303]
[INFO]   from archetypes/jersey-quickstart-webapp/pom.xml
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-quickstart-webapp ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-quickstart-webapp ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-quickstart-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-quickstart-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-quickstart-webapp ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-quickstart-webapp ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-webapp/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:2.5:copy-resources (copy-legaldocs) @ jersey-quickstart-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- resources:2.5:copy-resources (copy-legaldocs-to-sources) @ jersey-quickstart-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- resources:2.5:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-quickstart-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ jersey-quickstart-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ jersey-quickstart-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-webapp/src/test/resources
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-quickstart-webapp ---
[INFO] Reserved port 37277 for jersey.config.test.container.port
[INFO] Reserved port 43553 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- archetype:3.2.1:jar (default-jar) @ jersey-quickstart-webapp ---
[INFO] Building archetype jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.1.99-SNAPSHOT.jar
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.1.99-SNAPSHOT.jar
[WARNING] Building an Old (1.x) Archetype: consider migrating it to current 2.x Archetype.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-quickstart-webapp ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-webapp/target/bom.xml
[INFO]            attaching as jersey-quickstart-webapp-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-webapp/target/bom.json
[INFO]            attaching as jersey-quickstart-webapp-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-quickstart-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- archetype:3.2.1:integration-test (default-integration-test) @ jersey-quickstart-webapp ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-quickstart-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/3.1.99-SNAPSHOT/jersey-quickstart-webapp-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/3.1.99-SNAPSHOT/jersey-quickstart-webapp-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/3.1.99-SNAPSHOT/jersey-quickstart-webapp-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/3.1.99-SNAPSHOT/jersey-quickstart-webapp-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/3.1.99-SNAPSHOT/jersey-quickstart-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- archetype:3.2.1:update-local-catalog (default-update-local-catalog) @ jersey-quickstart-webapp ---
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-quickstart-webapp ---
[INFO] 
[INFO] ----< org.glassfish.jersey.archetypes:jersey-example-java8-webapp >-----
[INFO] Building jersey-example-java8-webapp 3.1.99-SNAPSHOT             [6/303]
[INFO]   from archetypes/jersey-example-java8-webapp/pom.xml
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-example-java8-webapp ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-example-java8-webapp ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-example-java8-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-example-java8-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-example-java8-webapp ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-example-java8-webapp ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-example-java8-webapp/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-example-java8-webapp ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-example-java8-webapp ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-example-java8-webapp ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-example-java8-webapp ---
[INFO] Copying 5 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-example-java8-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-example-java8-webapp/src/test/resources
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-example-java8-webapp ---
[INFO] Reserved port 42263 for jersey.config.test.container.port
[INFO] Reserved port 33683 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- archetype:3.2.1:jar (default-jar) @ jersey-example-java8-webapp ---
[INFO] Building archetype jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.1.99-SNAPSHOT.jar
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-example-java8-webapp ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-example-java8-webapp/target/bom.xml
[INFO]            attaching as jersey-example-java8-webapp-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-example-java8-webapp/target/bom.json
[INFO]            attaching as jersey-example-java8-webapp-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-example-java8-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- archetype:3.2.1:integration-test (default-integration-test) @ jersey-example-java8-webapp ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-example-java8-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-example-java8-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/3.1.99-SNAPSHOT/jersey-example-java8-webapp-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/3.1.99-SNAPSHOT/jersey-example-java8-webapp-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-example-java8-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/3.1.99-SNAPSHOT/jersey-example-java8-webapp-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-example-java8-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/3.1.99-SNAPSHOT/jersey-example-java8-webapp-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/3.1.99-SNAPSHOT/jersey-example-java8-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- archetype:3.2.1:update-local-catalog (default-update-local-catalog) @ jersey-example-java8-webapp ---
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-example-java8-webapp ---
[INFO] 
[INFO] ------------------< org.glassfish.jersey:jersey-bom >-------------------
[INFO] Building jersey-bom 3.1.99-SNAPSHOT                              [7/303]
[INFO]   from bom/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ jersey-bom ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-bom ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/bom/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/jersey-bom/3.1.99-SNAPSHOT/jersey-bom-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-bom ---
[INFO] 
[INFO] --------------< org.glassfish.jersey.core:jersey-common >---------------
[INFO] Building jersey-core-common 3.1.99-SNAPSHOT                      [8/303]
[INFO]   from core-common/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-common ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-common ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-common ---
[WARNING] BOM dependency listed but is not depended upon: pkg:maven/org.glassfish.jersey/jersey-bom@3.1.99-SNAPSHOT?type=pom
[WARNING] BOM dependency listed but is not depended upon: pkg:maven/commons-codec/commons-codec@1.11?type=jar
[WARNING] BOM dependency listed but is not depended upon: pkg:maven/org.ow2.asm/asm@9.6?type=jar
[WARNING] BOM dependency listed but is not depended upon: pkg:maven/commons-io/commons-io@2.2?type=jar
[WARNING] BOM dependency listed but is not depended upon: pkg:maven/org.glassfish.jersey.tests/version-agnostic@1.0.9?type=jar
[INFO] CycloneDX: Creating BOM version 1.4 with 876 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/target/bom.xml
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/target/bom.json
[WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ project ---
[INFO] 
[INFO] --------------< org.glassfish.jersey.archetypes:project >---------------
[INFO] Building jersey-archetypes 3.1.99-SNAPSHOT                       [2/378]
[INFO]   from archetypes/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ project ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources from .. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources from .. to target/legal/META-INF
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ project ---
[INFO] Reserved port 39911 for jersey.config.test.container.port
[INFO] Reserved port 44221 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/target/bom.xml
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/target/bom.json
[WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ project ---
[INFO] 
[INFO] --------< org.glassfish.jersey.archetypes:jersey-heroku-webapp >--------
[INFO] Building jersey-archetype-heroku-webapp 3.1.99-SNAPSHOT          [3/378]
[INFO]   from archetypes/jersey-heroku-webapp/pom.xml
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-heroku-webapp ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-heroku-webapp ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-heroku-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-heroku-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-heroku-webapp ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-heroku-webapp ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-heroku-webapp/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:2.5:copy-resources (copy-legaldocs) @ jersey-heroku-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- resources:2.5:copy-resources (copy-legaldocs-to-sources) @ jersey-heroku-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- resources:2.5:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-heroku-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ jersey-heroku-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ jersey-heroku-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-heroku-webapp/src/test/resources
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-heroku-webapp ---
[INFO] Reserved port 40649 for jersey.config.test.container.port
[INFO] Reserved port 40373 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- archetype:3.2.1:jar (default-jar) @ jersey-heroku-webapp ---
[INFO] Building archetype jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.1.99-SNAPSHOT.jar
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-heroku-webapp ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-heroku-webapp/target/bom.xml
[INFO]            attaching as jersey-heroku-webapp-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-heroku-webapp/target/bom.json
[WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword
[INFO]            attaching as jersey-heroku-webapp-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-heroku-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- archetype:3.2.1:integration-test (default-integration-test) @ jersey-heroku-webapp ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-heroku-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-heroku-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/3.1.99-SNAPSHOT/jersey-heroku-webapp-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/3.1.99-SNAPSHOT/jersey-heroku-webapp-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-heroku-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/3.1.99-SNAPSHOT/jersey-heroku-webapp-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-heroku-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/3.1.99-SNAPSHOT/jersey-heroku-webapp-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/3.1.99-SNAPSHOT/jersey-heroku-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- archetype:3.2.1:update-local-catalog (default-update-local-catalog) @ jersey-heroku-webapp ---
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-heroku-webapp ---
[INFO] 
[INFO] -----< org.glassfish.jersey.archetypes:jersey-quickstart-grizzly2 >-----
[INFO] Building jersey-archetype-grizzly2 3.1.99-SNAPSHOT               [4/378]
[INFO]   from archetypes/jersey-quickstart-grizzly2/pom.xml
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-quickstart-grizzly2 ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-quickstart-grizzly2 ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-quickstart-grizzly2 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-quickstart-grizzly2 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-quickstart-grizzly2 ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-quickstart-grizzly2 ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-grizzly2/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:2.5:copy-resources (copy-legaldocs) @ jersey-quickstart-grizzly2 ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- resources:2.5:copy-resources (copy-legaldocs-to-sources) @ jersey-quickstart-grizzly2 ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- resources:2.5:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-quickstart-grizzly2 ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ jersey-quickstart-grizzly2 ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ jersey-quickstart-grizzly2 ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-grizzly2/src/test/resources
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-quickstart-grizzly2 ---
[INFO] Reserved port 41267 for jersey.config.test.container.port
[INFO] Reserved port 34171 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- archetype:3.2.1:jar (default-jar) @ jersey-quickstart-grizzly2 ---
[INFO] Building archetype jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.1.99-SNAPSHOT.jar
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.1.99-SNAPSHOT.jar
[WARNING] Building an Old (1.x) Archetype: consider migrating it to current 2.x Archetype.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-quickstart-grizzly2 ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-grizzly2/target/bom.xml
[INFO]            attaching as jersey-quickstart-grizzly2-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-grizzly2/target/bom.json
[INFO]            attaching as jersey-quickstart-grizzly2-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-quickstart-grizzly2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- archetype:3.2.1:integration-test (default-integration-test) @ jersey-quickstart-grizzly2 ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-quickstart-grizzly2 ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-grizzly2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/3.1.99-SNAPSHOT/jersey-quickstart-grizzly2-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/3.1.99-SNAPSHOT/jersey-quickstart-grizzly2-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-grizzly2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/3.1.99-SNAPSHOT/jersey-quickstart-grizzly2-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-grizzly2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/3.1.99-SNAPSHOT/jersey-quickstart-grizzly2-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/3.1.99-SNAPSHOT/jersey-quickstart-grizzly2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- archetype:3.2.1:update-local-catalog (default-update-local-catalog) @ jersey-quickstart-grizzly2 ---
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-quickstart-grizzly2 ---
[INFO] 
[INFO] ------< org.glassfish.jersey.archetypes:jersey-quickstart-webapp >------
[INFO] Building jersey-archetype-webapp 3.1.99-SNAPSHOT                 [5/378]
[INFO]   from archetypes/jersey-quickstart-webapp/pom.xml
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-quickstart-webapp ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-quickstart-webapp ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-quickstart-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-quickstart-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-quickstart-webapp ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-quickstart-webapp ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-webapp/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:2.5:copy-resources (copy-legaldocs) @ jersey-quickstart-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- resources:2.5:copy-resources (copy-legaldocs-to-sources) @ jersey-quickstart-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- resources:2.5:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-quickstart-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ jersey-quickstart-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ jersey-quickstart-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-webapp/src/test/resources
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-quickstart-webapp ---
[INFO] Reserved port 42071 for jersey.config.test.container.port
[INFO] Reserved port 44971 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- archetype:3.2.1:jar (default-jar) @ jersey-quickstart-webapp ---
[INFO] Building archetype jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.1.99-SNAPSHOT.jar
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.1.99-SNAPSHOT.jar
[WARNING] Building an Old (1.x) Archetype: consider migrating it to current 2.x Archetype.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-quickstart-webapp ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-webapp/target/bom.xml
[INFO]            attaching as jersey-quickstart-webapp-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-webapp/target/bom.json
[INFO]            attaching as jersey-quickstart-webapp-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-quickstart-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- archetype:3.2.1:integration-test (default-integration-test) @ jersey-quickstart-webapp ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-quickstart-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/3.1.99-SNAPSHOT/jersey-quickstart-webapp-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/3.1.99-SNAPSHOT/jersey-quickstart-webapp-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/3.1.99-SNAPSHOT/jersey-quickstart-webapp-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/3.1.99-SNAPSHOT/jersey-quickstart-webapp-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/3.1.99-SNAPSHOT/jersey-quickstart-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- archetype:3.2.1:update-local-catalog (default-update-local-catalog) @ jersey-quickstart-webapp ---
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-quickstart-webapp ---
[INFO] 
[INFO] ----< org.glassfish.jersey.archetypes:jersey-example-java8-webapp >-----
[INFO] Building jersey-example-java8-webapp 3.1.99-SNAPSHOT             [6/378]
[INFO]   from archetypes/jersey-example-java8-webapp/pom.xml
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-example-java8-webapp ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-example-java8-webapp ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-example-java8-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-example-java8-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-example-java8-webapp ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-example-java8-webapp ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-example-java8-webapp/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-example-java8-webapp ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-example-java8-webapp ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-example-java8-webapp ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-example-java8-webapp ---
[INFO] Copying 5 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-example-java8-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-example-java8-webapp/src/test/resources
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-example-java8-webapp ---
[INFO] Reserved port 43263 for jersey.config.test.container.port
[INFO] Reserved port 38409 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- archetype:3.2.1:jar (default-jar) @ jersey-example-java8-webapp ---
[INFO] Building archetype jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.1.99-SNAPSHOT.jar
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-example-java8-webapp ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-example-java8-webapp/target/bom.xml
[INFO]            attaching as jersey-example-java8-webapp-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-example-java8-webapp/target/bom.json
[INFO]            attaching as jersey-example-java8-webapp-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-example-java8-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- archetype:3.2.1:integration-test (default-integration-test) @ jersey-example-java8-webapp ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-example-java8-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-example-java8-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/3.1.99-SNAPSHOT/jersey-example-java8-webapp-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/3.1.99-SNAPSHOT/jersey-example-java8-webapp-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-example-java8-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/3.1.99-SNAPSHOT/jersey-example-java8-webapp-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-example-java8-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/3.1.99-SNAPSHOT/jersey-example-java8-webapp-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/3.1.99-SNAPSHOT/jersey-example-java8-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- archetype:3.2.1:update-local-catalog (default-update-local-catalog) @ jersey-example-java8-webapp ---
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-example-java8-webapp ---
[INFO] 
[INFO] ------------------< org.glassfish.jersey:jersey-bom >-------------------
[INFO] Building jersey-bom 3.1.99-SNAPSHOT                              [7/378]
[INFO]   from bom/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ jersey-bom ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-bom ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/bom/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/jersey-bom/3.1.99-SNAPSHOT/jersey-bom-3.1.99-SNAPSHOT.pom
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-bom ---
[INFO] 
[INFO] --------------< org.glassfish.jersey.core:jersey-common >---------------
[INFO] Building jersey-core-common 3.1.99-SNAPSHOT                      [8/378]
[INFO]   from core-common/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-common ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-common ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-common ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- buildnumber:3.2.0:create (default) @ jersey-common ---
[INFO] Storing buildNumber: 2024-04-04 08:04:27 at timestamp: 1712217867881
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-common ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-common ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-common ---
[INFO] Resources:
[INFO] org/glassfish/jersey/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/src/main/resources/org/glassfish/jersey/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-common ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-common ---
[INFO] Copying 2 resources from .. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-common ---
[INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-common ---
[INFO] Copying 2 resources from .. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-common ---
[INFO] Copying 7 resources from src/main/resources to target/classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- compiler:3.9.0:compile (default-compile) @ jersey-common ---
[WARNING]  Parameter 'compilerArguments' is deprecated: use {@link #compilerArgs} instead.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 381 source files to /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/classes
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- buildnumber:3.2.0:create (default) @ jersey-common ---
[INFO] Storing buildNumber: 2024-04-04 08:04:30 at timestamp: 1712217870561
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-common ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-common ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-common ---
[INFO] Resources:
[INFO] org/glassfish/jersey/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/src/main/resources/org/glassfish/jersey/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-common ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-common ---
[INFO] Copying 2 resources from .. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-common ---
[INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-common ---
[INFO] Copying 2 resources from .. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-common ---
[INFO] Copying 7 resources from src/main/resources to target/classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- compiler:3.9.0:compile (default-compile) @ jersey-common ---
[WARNING]  Parameter 'compilerArguments' is deprecated: use {@link #compilerArgs} instead.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 381 source files to /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/src/main/java/org/glassfish/jersey/message/internal/CookiesParser.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/src/main/java/org/glassfish/jersey/message/internal/CookiesParser.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/src/main/java/org/glassfish/jersey/spi/AbstractThreadPoolProvider.java: Some input files use or override a deprecated API that is marked for removal.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/src/main/java/org/glassfish/jersey/spi/AbstractThreadPoolProvider.java: Recompile with -Xlint:removal for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/src/main/java/org/glassfish/jersey/AbstractFeatureConfigurator.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/src/main/java/org/glassfish/jersey/AbstractFeatureConfigurator.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.9.0:compile (base-compile) @ jersey-common ---
[WARNING]  Parameter 'compilerArguments' is deprecated: use {@link #compilerArgs} instead.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 381 source files to /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/src/main/java/org/glassfish/jersey/message/internal/CookiesParser.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/src/main/java/org/glassfish/jersey/message/internal/CookiesParser.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/src/main/java/org/glassfish/jersey/AbstractFeatureConfigurator.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/src/main/java/org/glassfish/jersey/AbstractFeatureConfigurator.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.9.0:compile (base-compile) @ jersey-common ---
[WARNING]  Parameter 'compilerArguments' is deprecated: use {@link #compilerArgs} instead.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 381 source files to /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/src/main/java/org/glassfish/jersey/message/internal/CookiesParser.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/src/main/java/org/glassfish/jersey/message/internal/CookiesParser.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/src/main/java/org/glassfish/jersey/spi/AbstractThreadPoolProvider.java: Some input files use or override a deprecated API that is marked for removal.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/src/main/java/org/glassfish/jersey/spi/AbstractThreadPoolProvider.java: Recompile with -Xlint:removal for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/src/main/java/org/glassfish/jersey/AbstractFeatureConfigurator.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/src/main/java/org/glassfish/jersey/AbstractFeatureConfigurator.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-common ---
[INFO] Copying 4 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.9.0:testCompile (default-testCompile) @ jersey-common ---
[WARNING]  Parameter 'compilerArguments' is deprecated: use {@link #compilerArgs} instead.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 42 source files to /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/test-classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/src/test/java/org/glassfish/jersey/logging/LoggingInterceptorTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/src/test/java/org/glassfish/jersey/logging/LoggingInterceptorTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/src/test/java/org/glassfish/jersey/SecurityManagerConfiguredTest.java: Some input files use or override a deprecated API that is marked for removal.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/src/test/java/org/glassfish/jersey/SecurityManagerConfiguredTest.java: Recompile with -Xlint:removal for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-common ---
[INFO] Reserved port 39547 for jersey.config.test.container.port
[INFO] Reserved port 35349 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-common ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
WARNING: A command line option has enabled the Security Manager
WARNING: The Security Manager is deprecated and will be removed in a future release
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/src/main/java/org/glassfish/jersey/message/internal/CookiesParser.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/src/main/java/org/glassfish/jersey/message/internal/CookiesParser.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/src/main/java/org/glassfish/jersey/AbstractFeatureConfigurator.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/src/main/java/org/glassfish/jersey/AbstractFeatureConfigurator.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-common ---
[INFO] Copying 4 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.9.0:testCompile (default-testCompile) @ jersey-common ---
[WARNING]  Parameter 'compilerArguments' is deprecated: use {@link #compilerArgs} instead.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 42 source files to /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/test-classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/src/test/java/org/glassfish/jersey/logging/LoggingInterceptorTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/src/test/java/org/glassfish/jersey/logging/LoggingInterceptorTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-common ---
[INFO] Reserved port 36279 for jersey.config.test.container.port
[INFO] Reserved port 44611 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-common ---
[INFO] Running org.glassfish.jersey.message.internal.NewCookieProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.180 s -- in org.glassfish.jersey.message.internal.NewCookieProviderTest
[INFO] Running org.glassfish.jersey.message.internal.FormMultivaluedMapProviderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.glassfish.jersey.message.internal.FormMultivaluedMapProviderTest
[INFO] Running org.glassfish.jersey.message.internal.LanguageTagTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.glassfish.jersey.message.internal.LanguageTagTest
[INFO] Running org.glassfish.jersey.message.internal.FormProviderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.message.internal.FormProviderTest
[INFO] Running org.glassfish.jersey.message.internal.ResponseTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.glassfish.jersey.message.internal.ResponseTest
[INFO] Running org.glassfish.jersey.message.internal.DateProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.160 s -- in org.glassfish.jersey.message.internal.DateProviderTest
[INFO] Running org.glassfish.jersey.message.internal.QualityTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.glassfish.jersey.message.internal.QualityTest
[INFO] Running org.glassfish.jersey.message.internal.VariantListBuilderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.message.internal.VariantListBuilderTest
[INFO] Running org.glassfish.jersey.message.internal.StringBuilderUtilsTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.glassfish.jersey.message.internal.StringBuilderUtilsTest
[INFO] Running org.glassfish.jersey.message.internal.MessageBodyFactoryTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.jersey.message.internal.MessageBodyFactoryTest
[INFO] Running org.glassfish.jersey.message.internal.UtilsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.glassfish.jersey.message.internal.UtilsTest
[INFO] Running org.glassfish.jersey.message.DeflateEncodingTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.jersey.message.DeflateEncodingTest
[INFO] Running org.glassfish.jersey.message.GZipEncodingTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.message.GZipEncodingTest
[INFO] Running org.glassfish.jersey.logging.LoggingInterceptorTest
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.473 s -- in org.glassfish.jersey.logging.LoggingInterceptorTest
[INFO] Running org.glassfish.jersey.logging.HasEntityTimeoutTest
Apr 04, 2024 8:04:41 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread ForkJoinPool-1-worker-1null1 > GET http://localhost:8080/getnull
Apr 04, 2024 8:04:41 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread ForkJoinPool-1-worker-1null1 < 200null
Apr 04, 2024 8:04:41 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Client response received on thread ForkJoinPool-1-worker-1null1 < 200null
Apr 04, 2024 8:04:41 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Sending client request on thread ForkJoinPool-1-worker-1null1 > GET http://localhost:8080null
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.glassfish.jersey.logging.HasEntityTimeoutTest
[INFO] Running org.glassfish.jersey.internal.inject.ProvidersTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.internal.inject.ProvidersTest
[INFO] Running org.glassfish.jersey.internal.routing.CombinedMediaTypeTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.glassfish.jersey.internal.routing.CombinedMediaTypeTest
[INFO] Running org.glassfish.jersey.internal.util.OsgiRegistryTest
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.glassfish.jersey.internal.util.OsgiRegistryTest
[INFO] Running org.glassfish.jersey.internal.util.TokenizerTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.jersey.internal.util.TokenizerTest
[INFO] Running org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMapTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMapTest
[INFO] Running org.glassfish.jersey.internal.util.collection.KeyComparatorHashMapTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.internal.util.collection.KeyComparatorHashMapTest
[INFO] Running org.glassfish.jersey.internal.util.collection.ViewsTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.glassfish.jersey.internal.util.collection.ViewsTest
[INFO] Running org.glassfish.jersey.internal.util.PropertiesHelperTest
Apr 04, 2024 8:04:41 AM org.glassfish.jersey.internal.util.PropertiesHelper convertValue
WARNING: There is no way how to transform value "true" [java.lang.Boolean] to type [java.lang.Integer].
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.glassfish.jersey.internal.util.PropertiesHelperTest
[INFO] Running org.glassfish.jersey.internal.util.JdkVersionCompareTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.internal.util.JdkVersionCompareTest
[INFO] Running org.glassfish.jersey.internal.util.ReflectionHelperTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.glassfish.jersey.internal.util.ReflectionHelperTest
[INFO] Running org.glassfish.jersey.internal.util.JerseyPublisherTest
[INFO] Running org.glassfish.jersey.message.internal.NewCookieProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 s -- in org.glassfish.jersey.message.internal.NewCookieProviderTest
[INFO] Running org.glassfish.jersey.message.internal.FormMultivaluedMapProviderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.glassfish.jersey.message.internal.FormMultivaluedMapProviderTest
[INFO] Running org.glassfish.jersey.message.internal.LanguageTagTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.glassfish.jersey.message.internal.LanguageTagTest
[INFO] Running org.glassfish.jersey.message.internal.FormProviderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.message.internal.FormProviderTest
[INFO] Running org.glassfish.jersey.message.internal.ResponseTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.glassfish.jersey.message.internal.ResponseTest
[INFO] Running org.glassfish.jersey.message.internal.DateProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.message.internal.DateProviderTest
[INFO] Running org.glassfish.jersey.message.internal.QualityTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in org.glassfish.jersey.message.internal.QualityTest
[INFO] Running org.glassfish.jersey.message.internal.VariantListBuilderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.message.internal.VariantListBuilderTest
[INFO] Running org.glassfish.jersey.message.internal.StringBuilderUtilsTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.jersey.message.internal.StringBuilderUtilsTest
[INFO] Running org.glassfish.jersey.message.internal.MessageBodyFactoryTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.glassfish.jersey.message.internal.MessageBodyFactoryTest
[INFO] Running org.glassfish.jersey.message.internal.UtilsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.glassfish.jersey.message.internal.UtilsTest
[INFO] Running org.glassfish.jersey.message.DeflateEncodingTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.glassfish.jersey.message.DeflateEncodingTest
[INFO] Running org.glassfish.jersey.message.GZipEncodingTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.jersey.message.GZipEncodingTest
[INFO] Running org.glassfish.jersey.logging.LoggingInterceptorTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.553 s -- in org.glassfish.jersey.logging.LoggingInterceptorTest
[INFO] Running org.glassfish.jersey.logging.HasEntityTimeoutTest
Apr 04, 2024 8:04:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread ForkJoinPool-1-worker-3null1 > GET http://localhost:8080/getnull
Apr 04, 2024 8:04:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread ForkJoinPool-1-worker-3null1 < 200null
Apr 04, 2024 8:04:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Client response received on thread ForkJoinPool-1-worker-3null1 < 200null
Apr 04, 2024 8:04:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Sending client request on thread ForkJoinPool-1-worker-3null1 > GET http://localhost:8080null
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s -- in org.glassfish.jersey.logging.HasEntityTimeoutTest
[INFO] Running org.glassfish.jersey.internal.inject.ProvidersTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.internal.inject.ProvidersTest
[INFO] Running org.glassfish.jersey.internal.routing.CombinedMediaTypeTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.glassfish.jersey.internal.routing.CombinedMediaTypeTest
[INFO] Running org.glassfish.jersey.internal.util.OsgiRegistryTest
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in org.glassfish.jersey.internal.util.OsgiRegistryTest
[INFO] Running org.glassfish.jersey.internal.util.TokenizerTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.internal.util.TokenizerTest
[INFO] Running org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMapTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMapTest
[INFO] Running org.glassfish.jersey.internal.util.collection.KeyComparatorHashMapTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.internal.util.collection.KeyComparatorHashMapTest
[INFO] Running org.glassfish.jersey.internal.util.collection.ViewsTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.glassfish.jersey.internal.util.collection.ViewsTest
[INFO] Running org.glassfish.jersey.internal.util.PropertiesHelperTest
Apr 04, 2024 8:04:43 AM org.glassfish.jersey.internal.util.PropertiesHelper convertValue
WARNING: There is no way how to transform value "true" [java.lang.Boolean] to type [java.lang.Integer].
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.glassfish.jersey.internal.util.PropertiesHelperTest
[INFO] Running org.glassfish.jersey.internal.util.JdkVersionCompareTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.internal.util.JdkVersionCompareTest
[INFO] Running org.glassfish.jersey.internal.util.ReflectionHelperTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.glassfish.jersey.internal.util.ReflectionHelperTest
[INFO] Running org.glassfish.jersey.internal.util.JerseyPublisherTest
java.lang.IllegalStateException: Slow Subscriber. Subscription will be canceled. Item MSG-256 and all the items sent after will not be received.
	at org.glassfish.jersey.internal.util.JerseyPublisher.onDrop(JerseyPublisher.java:279)
	at org.glassfish.jersey.internal.jsr166.SubmissionPublisher$2.test(SubmissionPublisher.java:305)
	at org.glassfish.jersey.internal.jsr166.SubmissionPublisher$2.test(SubmissionPublisher.java:302)
	at java.base/java.util.concurrent.SubmissionPublisher.retryOffer(SubmissionPublisher.java:457)
	at java.base/java.util.concurrent.SubmissionPublisher.doOffer(SubmissionPublisher.java:432)
	at java.base/java.util.concurrent.SubmissionPublisher.offer(SubmissionPublisher.java:562)
	at org.glassfish.jersey.internal.jsr166.SubmissionPublisher.offer(SubmissionPublisher.java:271)
	at org.glassfish.jersey.internal.util.JerseyPublisher.publish(JerseyPublisher.java:310)
	at org.glassfish.jersey.internal.util.JerseyPublisherTest.lambda$testNonBlocking$0(JerseyPublisherTest.java:149)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.base/java.lang.Thread.run(Thread.java:1583)
java.lang.IllegalStateException: Slow Subscriber. Subscription will be canceled. Item MSG-256 and all the items sent after will not be received.
	at org.glassfish.jersey.internal.util.JerseyPublisher.onDrop(JerseyPublisher.java:279)
	at org.glassfish.jersey.internal.jsr166.SubmissionPublisher$2.test(SubmissionPublisher.java:305)
	at org.glassfish.jersey.internal.jsr166.SubmissionPublisher$2.test(SubmissionPublisher.java:302)
	at java.base/java.util.concurrent.SubmissionPublisher.retryOffer(SubmissionPublisher.java:445)
	at java.base/java.util.concurrent.SubmissionPublisher.doOffer(SubmissionPublisher.java:422)
	at java.base/java.util.concurrent.SubmissionPublisher.offer(SubmissionPublisher.java:550)
	at org.glassfish.jersey.internal.jsr166.SubmissionPublisher.offer(SubmissionPublisher.java:271)
	at org.glassfish.jersey.internal.util.JerseyPublisher.publish(JerseyPublisher.java:310)
	at org.glassfish.jersey.internal.util.JerseyPublisherTest.lambda$testNonBlocking$0(JerseyPublisherTest.java:149)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.168 s -- in org.glassfish.jersey.internal.util.JerseyPublisherTest
[INFO] Running org.glassfish.jersey.internal.util.JdkVersionParseTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.glassfish.jersey.internal.util.JdkVersionParseTest
[INFO] Running org.glassfish.jersey.internal.util.Base64Test
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.glassfish.jersey.internal.util.Base64Test
[INFO] Running org.glassfish.jersey.internal.config.AdditionalSystemPropertiesTest
Apr 04, 2024 8:04:46 AM org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel getProperties
WARNING: Could not read system properties
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.jersey.internal.config.AdditionalSystemPropertiesTest
[INFO] Running org.glassfish.jersey.internal.config.DisabledProvidersTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.jersey.internal.config.DisabledProvidersTest
[INFO] Running org.glassfish.jersey.internal.config.ExternalPropertiesConfigurationFactoryTest
Apr 04, 2024 8:04:46 AM org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel getProperties
WARNING: Could not read system properties
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.jersey.internal.config.ExternalPropertiesConfigurationFactoryTest
[INFO] Running org.glassfish.jersey.internal.sonar.SonarJerseyCommonTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.internal.sonar.SonarJerseyCommonTest
[INFO] Running org.glassfish.jersey.SecurityManagerConfiguredTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.SecurityManagerConfiguredTest
[INFO] Running org.glassfish.jersey.uri.internal.PathTemplateTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.glassfish.jersey.uri.internal.PathTemplateTest
[INFO] Running org.glassfish.jersey.uri.UriComponentTest
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.glassfish.jersey.uri.UriComponentTest
[INFO] Running org.glassfish.jersey.uri.UriTemplateTest
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.glassfish.jersey.uri.UriTemplateTest
[INFO] Running org.glassfish.jersey.uri.PathPatternTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.jersey.uri.PathPatternTest
[INFO] Running org.glassfish.jersey.process.internal.RankedComparatorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.process.internal.RankedComparatorTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 224, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:3.2.5:test (tests-with-additional-permissions) @ jersey-common ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.internal.util.collection.ByteBufferInputStreamTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.168 s -- in org.glassfish.jersey.internal.util.JerseyPublisherTest
[INFO] Running org.glassfish.jersey.internal.util.JdkVersionParseTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.glassfish.jersey.internal.util.JdkVersionParseTest
[INFO] Running org.glassfish.jersey.internal.util.Base64Test
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.jersey.internal.util.Base64Test
[INFO] Running org.glassfish.jersey.internal.config.AdditionalSystemPropertiesTest
Apr 04, 2024 8:04:49 AM org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel getProperties
WARNING: Could not read system properties
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.jersey.internal.config.AdditionalSystemPropertiesTest
[INFO] Running org.glassfish.jersey.internal.config.DisabledProvidersTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.jersey.internal.config.DisabledProvidersTest
[INFO] Running org.glassfish.jersey.internal.config.ExternalPropertiesConfigurationFactoryTest
Apr 04, 2024 8:04:49 AM org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel getProperties
WARNING: Could not read system properties
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.glassfish.jersey.internal.config.ExternalPropertiesConfigurationFactoryTest
[INFO] Running org.glassfish.jersey.internal.sonar.SonarJerseyCommonTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.internal.sonar.SonarJerseyCommonTest
[INFO] Running org.glassfish.jersey.SecurityManagerConfiguredTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.SecurityManagerConfiguredTest
[INFO] Running org.glassfish.jersey.uri.internal.PathTemplateTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in org.glassfish.jersey.uri.internal.PathTemplateTest
[INFO] Running org.glassfish.jersey.uri.UriComponentTest
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.glassfish.jersey.uri.UriComponentTest
[INFO] Running org.glassfish.jersey.uri.UriTemplateTest
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 s -- in org.glassfish.jersey.uri.UriTemplateTest
[INFO] Running org.glassfish.jersey.uri.PathPatternTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.glassfish.jersey.uri.PathPatternTest
[INFO] Running org.glassfish.jersey.process.internal.RankedComparatorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.process.internal.RankedComparatorTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 224, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:3.2.5:test (tests-with-additional-permissions) @ jersey-common ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.internal.util.collection.ByteBufferInputStreamTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.926 s -- in org.glassfish.jersey.internal.util.collection.ByteBufferInputStreamTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/jersey-common-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-common ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 7 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/bom.xml
[INFO]            attaching as jersey-common-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/bom.json
[WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword
[INFO]            attaching as jersey-common-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/jersey-common-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-common ---
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.900 s -- in org.glassfish.jersey.internal.util.collection.ByteBufferInputStreamTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-common ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/jersey-common-3.1.99-SNAPSHOT.jar
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/jersey-common-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-common ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-common ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.1.99-SNAPSHOT/jersey-common-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/jersey-common-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.1.99-SNAPSHOT/jersey-common-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.1.99-SNAPSHOT/jersey-common-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.1.99-SNAPSHOT/jersey-common-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/jersey-common-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.1.99-SNAPSHOT/jersey-common-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-common ---
[INFO] CycloneDX: Creating BOM version 1.4 with 7 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/bom.xml
[INFO]            attaching as jersey-common-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/bom.json
[WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword
[INFO]            attaching as jersey-common-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/jersey-common-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-common ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/jersey-common-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-common ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.1.99-SNAPSHOT/jersey-common-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/jersey-common-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.1.99-SNAPSHOT/jersey-common-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.1.99-SNAPSHOT/jersey-common-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.1.99-SNAPSHOT/jersey-common-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/jersey-common-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.1.99-SNAPSHOT/jersey-common-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-common ---
[INFO] 
[INFO] ----------------< org.glassfish.jersey.inject:project >-----------------
[INFO] Building jersey-inject 3.1.99-SNAPSHOT                           [9/378]
[INFO]   from inject/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ project ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources from .. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources from .. to target/legal/META-INF
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ project ---
[INFO] Reserved port 44737 for jersey.config.test.container.port
[INFO] Reserved port 46403 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/target/bom.xml
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/target/bom.json
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ project ---
[INFO] 
[INFO] ---------------< org.glassfish.jersey.inject:jersey-hk2 >---------------
[INFO] Building jersey-inject-hk2 3.1.99-SNAPSHOT                      [10/378]
[INFO]   from inject/hk2/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-hk2 ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-hk2 ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-hk2 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-hk2 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-hk2 ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-hk2 ---
[INFO] Resources:
[INFO] org/glassfish/jersey/inject/hk2/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/src/main/resources/org/glassfish/jersey/inject/hk2/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-hk2 ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-hk2 ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-hk2 ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-hk2 ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-hk2 ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-hk2 ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 16 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/JerseyClassAnalyzer.java:[148,47] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/Hk2InjectionManagerFactory.java:[87,24] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/ImmediateHk2InjectionManager.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/ImmediateHk2InjectionManager.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-hk2 ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 16 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/JerseyClassAnalyzer.java:[148,47] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/Hk2InjectionManagerFactory.java:[87,24] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/ImmediateHk2InjectionManager.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/ImmediateHk2InjectionManager.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-hk2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-hk2 ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 18 source files with javac [debug target 11] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-hk2 ---
[INFO] Reserved port 40427 for jersey.config.test.container.port
[INFO] Reserved port 42409 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-hk2 ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.inject.hk2.InjectionManagerTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 s -- in org.glassfish.jersey.inject.hk2.InjectionManagerTest
[INFO] Running org.glassfish.jersey.inject.hk2.DisposableSupplierTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s -- in org.glassfish.jersey.inject.hk2.DisposableSupplierTest
[INFO] Running org.glassfish.jersey.inject.hk2.SupplierProxyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.glassfish.jersey.inject.hk2.SupplierProxyTest
[INFO] Running org.glassfish.jersey.inject.hk2.SupplierClassBindingTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s -- in org.glassfish.jersey.inject.hk2.SupplierClassBindingTest
[INFO] Running org.glassfish.jersey.inject.hk2.SupplierContractsTest
Apr 04, 2024 8:05:08 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope.
WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.hk2.api.UnsatisfiedDependencyException: There was no object available in __HK2_Generated_32 for injection at SystemInjecteeImpl(requiredType=Greeting,parent=Conversation,qualifiers={},position=-1,optional=false,self=false,unqualified=null,1852723323)
	at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:52)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.lambda$testFailsImplementationButInterfaceExpected$14(SupplierContractsTest.java:230)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35)
	at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3115)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testFailsImplementationButInterfaceExpected(SupplierContractsTest.java:224)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.inject.hk2.Conversation errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.lambda$testFailsImplementationButInterfaceExpected$14(SupplierContractsTest.java:230)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35)
	at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3115)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testFailsImplementationButInterfaceExpected(SupplierContractsTest.java:224)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.inject.hk2.Conversation
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.lambda$testFailsImplementationButInterfaceExpected$14(SupplierContractsTest.java:230)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35)
	at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3115)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testFailsImplementationButInterfaceExpected(SupplierContractsTest.java:224)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)


Apr 04, 2024 8:05:08 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope.
WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.hk2.api.UnsatisfiedDependencyException: There was no object available in __HK2_Generated_39 for injection at SystemInjecteeImpl(requiredType=Greeting,parent=Conversation,qualifiers={},position=-1,optional=false,self=false,unqualified=null,719520236)
	at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:52)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.lambda$testInstanceFactoryFailsWrongImplementation$12(SupplierContractsTest.java:218)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35)
	at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3115)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testInstanceFactoryFailsWrongImplementation(SupplierContractsTest.java:212)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.inject.hk2.Conversation errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.lambda$testInstanceFactoryFailsWrongImplementation$12(SupplierContractsTest.java:218)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35)
	at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3115)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testInstanceFactoryFailsWrongImplementation(SupplierContractsTest.java:212)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.inject.hk2.Conversation
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.lambda$testInstanceFactoryFailsWrongImplementation$12(SupplierContractsTest.java:218)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35)
	at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3115)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testInstanceFactoryFailsWrongImplementation(SupplierContractsTest.java:212)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)


Apr 04, 2024 8:05:08 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope.
WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.hk2.api.UnsatisfiedDependencyException: There was no object available in __HK2_Generated_43 for injection at SystemInjecteeImpl(requiredType=Greeting,parent=Conversation,qualifiers={},position=-1,optional=false,self=false,unqualified=null,1037149047)
	at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:52)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.lambda$testClassFactoryFailedWrongImplementation$10(SupplierContractsTest.java:206)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35)
	at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3115)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testClassFactoryFailedWrongImplementation(SupplierContractsTest.java:200)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.inject.hk2.Conversation errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.lambda$testClassFactoryFailedWrongImplementation$10(SupplierContractsTest.java:206)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35)
	at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3115)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testClassFactoryFailedWrongImplementation(SupplierContractsTest.java:200)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.inject.hk2.Conversation
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.lambda$testClassFactoryFailedWrongImplementation$10(SupplierContractsTest.java:206)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35)
	at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3115)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testClassFactoryFailedWrongImplementation(SupplierContractsTest.java:200)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)


[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 s -- in org.glassfish.jersey.inject.hk2.SupplierContractsTest
[INFO] Running org.glassfish.jersey.inject.hk2.SupplierInstanceBindingTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in org.glassfish.jersey.inject.hk2.SupplierInstanceBindingTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-hk2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/target/jersey-hk2-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-hk2 ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/target/bom.xml
[INFO]            attaching as jersey-hk2-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/target/bom.json
[INFO]            attaching as jersey-hk2-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-hk2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/target/jersey-hk2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-hk2 ---
[WARNING] Bundle org.glassfish.jersey.inject:jersey-hk2:jar:3.1.99-SNAPSHOT : Unused Import-Package instructions: [sun.misc.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/target/jersey-hk2-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-hk2 ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.1.99-SNAPSHOT/jersey-hk2-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/target/jersey-hk2-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.1.99-SNAPSHOT/jersey-hk2-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.1.99-SNAPSHOT/jersey-hk2-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.1.99-SNAPSHOT/jersey-hk2-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/target/jersey-hk2-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.1.99-SNAPSHOT/jersey-hk2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-hk2 ---
[INFO] 
[INFO] ----------------< org.glassfish.jersey.inject:project >-----------------
[INFO] Building jersey-inject 3.1.99-SNAPSHOT                           [9/303]
[INFO]   from inject/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ project ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources from .. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources from .. to target/legal/META-INF
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ project ---
[INFO] Reserved port 37119 for jersey.config.test.container.port
[INFO] Reserved port 45443 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/target/bom.xml
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/target/bom.json
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ project ---
[INFO] 
[INFO] ---------------< org.glassfish.jersey.inject:jersey-hk2 >---------------
[INFO] Building jersey-inject-hk2 3.1.99-SNAPSHOT                      [10/303]
[INFO]   from inject/hk2/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-hk2 ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-hk2 ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-hk2 ---
[INFO] 
[INFO] --------------< org.glassfish.jersey.core:jersey-client >---------------
[INFO] Building jersey-core-client 3.1.99-SNAPSHOT                     [11/378]
[INFO]   from core-client/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-client ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-client ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-client ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-hk2 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-hk2 ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-hk2 ---
[INFO] Resources:
[INFO] org/glassfish/jersey/inject/hk2/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/src/main/resources/org/glassfish/jersey/inject/hk2/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-hk2 ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-hk2 ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-hk2 ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-hk2 ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-hk2 ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-hk2 ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 16 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/ImmediateHk2InjectionManager.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/ImmediateHk2InjectionManager.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-hk2 ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 16 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/ImmediateHk2InjectionManager.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/ImmediateHk2InjectionManager.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-hk2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-hk2 ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 18 source files with javac [debug target 11] to target/test-classes
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-hk2 ---
[INFO] Reserved port 39983 for jersey.config.test.container.port
[INFO] Reserved port 42201 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-hk2 ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.inject.hk2.InjectionManagerTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.310 s -- in org.glassfish.jersey.inject.hk2.InjectionManagerTest
[INFO] Running org.glassfish.jersey.inject.hk2.DisposableSupplierTest
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-client ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-client ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-client ---
[INFO] Resources:
[INFO] org/glassfish/jersey/client/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/src/main/resources/org/glassfish/jersey/client/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-client ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-client ---
[INFO] Copying 2 resources from .. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-client ---
[INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-client ---
[INFO] Copying 2 resources from .. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-client ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-client ---
[WARNING]  Parameter 'compilerArguments' is deprecated: use compilerArgs instead.
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 92 source files with javac [debug target 11] to target/classes
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 s -- in org.glassfish.jersey.inject.hk2.DisposableSupplierTest
[INFO] Running org.glassfish.jersey.inject.hk2.SupplierProxyTest
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/src/main/java/org/glassfish/jersey/client/JerseyInvocation.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/src/main/java/org/glassfish/jersey/client/JerseyInvocation.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/src/main/java/org/glassfish/jersey/client/ClientRuntime.java: Some input files use or override a deprecated API that is marked for removal.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/src/main/java/org/glassfish/jersey/client/ClientRuntime.java: Recompile with -Xlint:removal for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/src/main/java/org/glassfish/jersey/client/InvocationBuilderListenerStage.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/src/main/java/org/glassfish/jersey/client/InvocationBuilderListenerStage.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-client ---
[WARNING]  Parameter 'compilerArguments' is deprecated: use compilerArgs instead.
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 92 source files with javac [debug target 11] to target/classes
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.glassfish.jersey.inject.hk2.SupplierProxyTest
[INFO] Running org.glassfish.jersey.inject.hk2.SupplierClassBindingTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.glassfish.jersey.inject.hk2.SupplierClassBindingTest
[INFO] Running org.glassfish.jersey.inject.hk2.SupplierContractsTest
Apr 04, 2024 8:05:13 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope.
WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.hk2.api.UnsatisfiedDependencyException: There was no object available in __HK2_Generated_32 for injection at SystemInjecteeImpl(requiredType=Greeting,parent=Conversation,qualifiers={},position=-1,optional=false,self=false,unqualified=null,1300048328)
	at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:52)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.lambda$testFailsImplementationButInterfaceExpected$14(SupplierContractsTest.java:230)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35)
	at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3115)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testFailsImplementationButInterfaceExpected(SupplierContractsTest.java:224)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.inject.hk2.Conversation errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.lambda$testFailsImplementationButInterfaceExpected$14(SupplierContractsTest.java:230)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35)
	at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3115)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testFailsImplementationButInterfaceExpected(SupplierContractsTest.java:224)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.inject.hk2.Conversation
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.lambda$testFailsImplementationButInterfaceExpected$14(SupplierContractsTest.java:230)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35)
	at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3115)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testFailsImplementationButInterfaceExpected(SupplierContractsTest.java:224)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)


Apr 04, 2024 8:05:13 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope.
WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.hk2.api.UnsatisfiedDependencyException: There was no object available in __HK2_Generated_39 for injection at SystemInjecteeImpl(requiredType=Greeting,parent=Conversation,qualifiers={},position=-1,optional=false,self=false,unqualified=null,1570207590)
	at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:52)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.lambda$testInstanceFactoryFailsWrongImplementation$12(SupplierContractsTest.java:218)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35)
	at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3115)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testInstanceFactoryFailsWrongImplementation(SupplierContractsTest.java:212)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.inject.hk2.Conversation errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.lambda$testInstanceFactoryFailsWrongImplementation$12(SupplierContractsTest.java:218)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35)
	at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3115)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testInstanceFactoryFailsWrongImplementation(SupplierContractsTest.java:212)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.inject.hk2.Conversation
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.lambda$testInstanceFactoryFailsWrongImplementation$12(SupplierContractsTest.java:218)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35)
	at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3115)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testInstanceFactoryFailsWrongImplementation(SupplierContractsTest.java:212)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)


Apr 04, 2024 8:05:13 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope.
WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.hk2.api.UnsatisfiedDependencyException: There was no object available in __HK2_Generated_43 for injection at SystemInjecteeImpl(requiredType=Greeting,parent=Conversation,qualifiers={},position=-1,optional=false,self=false,unqualified=null,104566956)
	at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:52)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.lambda$testClassFactoryFailedWrongImplementation$10(SupplierContractsTest.java:206)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35)
	at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3115)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testClassFactoryFailedWrongImplementation(SupplierContractsTest.java:200)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.inject.hk2.Conversation errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.lambda$testClassFactoryFailedWrongImplementation$10(SupplierContractsTest.java:206)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35)
	at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3115)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testClassFactoryFailedWrongImplementation(SupplierContractsTest.java:200)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.inject.hk2.Conversation
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.lambda$testClassFactoryFailedWrongImplementation$10(SupplierContractsTest.java:206)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35)
	at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3115)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testClassFactoryFailedWrongImplementation(SupplierContractsTest.java:200)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)


[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 s -- in org.glassfish.jersey.inject.hk2.SupplierContractsTest
[INFO] Running org.glassfish.jersey.inject.hk2.SupplierInstanceBindingTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in org.glassfish.jersey.inject.hk2.SupplierInstanceBindingTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-hk2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/target/jersey-hk2-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-hk2 ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/src/main/java/org/glassfish/jersey/client/JerseyInvocation.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/src/main/java/org/glassfish/jersey/client/JerseyInvocation.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/src/main/java/org/glassfish/jersey/client/ClientRuntime.java: Some input files use or override a deprecated API that is marked for removal.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/src/main/java/org/glassfish/jersey/client/ClientRuntime.java: Recompile with -Xlint:removal for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/src/main/java/org/glassfish/jersey/client/InvocationBuilderListenerStage.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/src/main/java/org/glassfish/jersey/client/InvocationBuilderListenerStage.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-client ---
[INFO] Copying 3 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-client ---
[WARNING]  Parameter 'compilerArguments' is deprecated: use compilerArgs instead.
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 30 source files with javac [debug target 11] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/src/test/java/org/glassfish/jersey/client/ClientRequestTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/src/test/java/org/glassfish/jersey/client/ClientRequestTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/src/test/java/org/glassfish/jersey/client/spi/InvocationBuilderListenerTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/src/test/java/org/glassfish/jersey/client/spi/InvocationBuilderListenerTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-client ---
[INFO] Reserved port 38583 for jersey.config.test.container.port
[INFO] Reserved port 36987 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-client ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/target/bom.xml
[INFO]            attaching as jersey-hk2-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/target/bom.json
[INFO]            attaching as jersey-hk2-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-hk2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/target/jersey-hk2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-hk2 ---
[WARNING] Bundle org.glassfish.jersey.inject:jersey-hk2:jar:3.1.99-SNAPSHOT : Unused Import-Package instructions: [sun.misc.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/target/jersey-hk2-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-hk2 ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.1.99-SNAPSHOT/jersey-hk2-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/target/jersey-hk2-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.1.99-SNAPSHOT/jersey-hk2-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.1.99-SNAPSHOT/jersey-hk2-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.1.99-SNAPSHOT/jersey-hk2-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/target/jersey-hk2-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.1.99-SNAPSHOT/jersey-hk2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-hk2 ---
[INFO] Running org.glassfish.jersey.client.filter.ClientProviderInstanceInjectionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.370 s -- in org.glassfish.jersey.client.filter.ClientProviderInstanceInjectionTest
[INFO] Running org.glassfish.jersey.client.filter.CsrfProtectionFilterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.glassfish.jersey.client.filter.CsrfProtectionFilterTest
[INFO] Running org.glassfish.jersey.client.filter.HttpBasicAuthFilterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.glassfish.jersey.client.filter.HttpBasicAuthFilterTest
[INFO] Running org.glassfish.jersey.client.filter.EncodingFilterTest
Apr 04, 2024 8:05:16 AM org.glassfish.jersey.client.filter.EncodingFilter filter
WARNING: Value non-gzip of jersey.config.client.useEncoding client property will be ignored as it is not a valid supported encoding. Valid supported encodings are: [deflate, gzip, x-gzip]
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 s -- in org.glassfish.jersey.client.filter.EncodingFilterTest
[INFO] Running org.glassfish.jersey.client.AutoDiscoverableClientTest
[WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.197 s -- in org.glassfish.jersey.client.AutoDiscoverableClientTest
[INFO] Running org.glassfish.jersey.client.spi.PostInvocationInterceptorTest
Apr 04, 2024 8:05:16 AM org.glassfish.jersey.client.InvocationInterceptorStages$PostInvocationExceptionContext resolve
WARNING: ExceptionContext#resolve has been utilized multiple times.
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.259 s -- in org.glassfish.jersey.client.spi.PostInvocationInterceptorTest
[INFO] Running org.glassfish.jersey.client.spi.InvocationBuilderListenerTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in org.glassfish.jersey.client.spi.InvocationBuilderListenerTest
[INFO] Running org.glassfish.jersey.client.spi.CachingConnectorProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.glassfish.jersey.client.spi.CachingConnectorProviderTest
[INFO] Running org.glassfish.jersey.client.spi.ClientBuilderListenerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.client.spi.ClientBuilderListenerTest
[INFO] Running org.glassfish.jersey.client.spi.PreInvocationInterceptorTest
Apr 04, 2024 8:05:16 AM org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext abortWith
WARNING: ClientRequestContext#abortWith has been utilized multiple times.
[INFO] 
[INFO] --------------< org.glassfish.jersey.core:jersey-client >---------------
[INFO] Building jersey-core-client 3.1.99-SNAPSHOT                     [11/303]
[INFO]   from core-client/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-client ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-client ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-client ---
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.140 s -- in org.glassfish.jersey.client.spi.PreInvocationInterceptorTest
[INFO] Running org.glassfish.jersey.client.FixedMultiBoundaryParserTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.jersey.client.FixedMultiBoundaryParserTest
[INFO] Running org.glassfish.jersey.client.ShutdownHookLeakTest
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-client ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-client ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-client ---
[INFO] Resources:
[INFO] org/glassfish/jersey/client/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/src/main/resources/org/glassfish/jersey/client/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-client ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-client ---
[INFO] Copying 2 resources from .. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-client ---
[INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-client ---
[INFO] Copying 2 resources from .. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-client ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-client ---
[WARNING]  Parameter 'compilerArguments' is deprecated: use compilerArgs instead.
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 92 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/src/main/java/org/glassfish/jersey/client/ClientRuntime.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/src/main/java/org/glassfish/jersey/client/ClientRuntime.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/src/main/java/org/glassfish/jersey/client/InvocationBuilderListenerStage.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/src/main/java/org/glassfish/jersey/client/InvocationBuilderListenerStage.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-client ---
[WARNING]  Parameter 'compilerArguments' is deprecated: use compilerArgs instead.
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 92 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/src/main/java/org/glassfish/jersey/client/ClientRuntime.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/src/main/java/org/glassfish/jersey/client/ClientRuntime.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/src/main/java/org/glassfish/jersey/client/InvocationBuilderListenerStage.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/src/main/java/org/glassfish/jersey/client/InvocationBuilderListenerStage.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-client ---
[INFO] Copying 3 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-client ---
[WARNING]  Parameter 'compilerArguments' is deprecated: use compilerArgs instead.
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 30 source files with javac [debug target 11] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/src/test/java/org/glassfish/jersey/client/ClientRequestTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/src/test/java/org/glassfish/jersey/client/ClientRequestTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/src/test/java/org/glassfish/jersey/client/spi/InvocationBuilderListenerTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/src/test/java/org/glassfish/jersey/client/spi/InvocationBuilderListenerTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-client ---
[INFO] Reserved port 42515 for jersey.config.test.container.port
[INFO] Reserved port 43739 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-client ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.client.filter.ClientProviderInstanceInjectionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.518 s -- in org.glassfish.jersey.client.filter.ClientProviderInstanceInjectionTest
[INFO] Running org.glassfish.jersey.client.filter.CsrfProtectionFilterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s -- in org.glassfish.jersey.client.filter.CsrfProtectionFilterTest
[INFO] Running org.glassfish.jersey.client.filter.HttpBasicAuthFilterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.glassfish.jersey.client.filter.HttpBasicAuthFilterTest
[INFO] Running org.glassfish.jersey.client.filter.EncodingFilterTest
Apr 04, 2024 8:05:23 AM org.glassfish.jersey.client.filter.EncodingFilter filter
WARNING: Value non-gzip of jersey.config.client.useEncoding client property will be ignored as it is not a valid supported encoding. Valid supported encodings are: [deflate, gzip, x-gzip]
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.298 s -- in org.glassfish.jersey.client.filter.EncodingFilterTest
[INFO] Running org.glassfish.jersey.client.AutoDiscoverableClientTest
[WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.184 s -- in org.glassfish.jersey.client.AutoDiscoverableClientTest
[INFO] Running org.glassfish.jersey.client.spi.PostInvocationInterceptorTest
Apr 04, 2024 8:05:23 AM org.glassfish.jersey.client.InvocationInterceptorStages$PostInvocationExceptionContext resolve
WARNING: ExceptionContext#resolve has been utilized multiple times.
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.267 s -- in org.glassfish.jersey.client.spi.PostInvocationInterceptorTest
[INFO] Running org.glassfish.jersey.client.spi.InvocationBuilderListenerTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.glassfish.jersey.client.spi.InvocationBuilderListenerTest
[INFO] Running org.glassfish.jersey.client.spi.CachingConnectorProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.glassfish.jersey.client.spi.CachingConnectorProviderTest
[INFO] Running org.glassfish.jersey.client.spi.ClientBuilderListenerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.client.spi.ClientBuilderListenerTest
[INFO] Running org.glassfish.jersey.client.spi.PreInvocationInterceptorTest
Apr 04, 2024 8:05:24 AM org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext abortWith
WARNING: ClientRequestContext#abortWith has been utilized multiple times.
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 s -- in org.glassfish.jersey.client.spi.PreInvocationInterceptorTest
[INFO] Running org.glassfish.jersey.client.FixedMultiBoundaryParserTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.glassfish.jersey.client.FixedMultiBoundaryParserTest
[INFO] Running org.glassfish.jersey.client.ShutdownHookLeakTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.38 s -- in org.glassfish.jersey.client.ShutdownHookLeakTest
[INFO] Running org.glassfish.jersey.client.DefaultSslContextProviderTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 s -- in org.glassfish.jersey.client.DefaultSslContextProviderTest
[INFO] Running org.glassfish.jersey.client.WebTargetPropertiesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.client.WebTargetPropertiesTest
[INFO] Running org.glassfish.jersey.client.FixedBoundaryParserTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.client.FixedBoundaryParserTest
[INFO] Running org.glassfish.jersey.client.JaxRsFeatureRegistrationClientTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.glassfish.jersey.client.JaxRsFeatureRegistrationClientTest
[INFO] Running org.glassfish.jersey.client.HttpUrlConnectorTest
[WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.072 s -- in org.glassfish.jersey.client.HttpUrlConnectorTest
[INFO] Running org.glassfish.jersey.client.JerseyCompletionStageRxInvokerTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.glassfish.jersey.client.JerseyCompletionStageRxInvokerTest
[INFO] Running org.glassfish.jersey.client.ClientResponseTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.jersey.client.ClientResponseTest
[INFO] Running org.glassfish.jersey.client.JerseyInvocationTest
Apr 04, 2024 8:05:29 AM org.glassfish.jersey.client.JerseyInvocation validateHttpMethodAndEntity
WARNING: Entity must be null for http method DELETE.
Apr 04, 2024 8:05:29 AM org.glassfish.jersey.client.JerseyInvocation validateHttpMethodAndEntity
WARNING: Entity must be null for http method DELETE.
Apr 04, 2024 8:05:29 AM org.glassfish.jersey.client.JerseyInvocation validateHttpMethodAndEntity
WARNING: Entity must be null for http method DELETE.
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.glassfish.jersey.client.JerseyInvocationTest
[INFO] Running org.glassfish.jersey.client.JerseyClientBuilderTest
Apr 04, 2024 8:05:29 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract class java.lang.Object can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported.
WARNING: Contract class java.lang.String can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported.
WARNING: Contract class java.lang.String can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract not assignable to component.

Apr 04, 2024 8:05:29 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract class java.lang.Object can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported.
WARNING: Contract class java.lang.String can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported.
WARNING: Contract class java.lang.String can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract not assignable to component.

[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.glassfish.jersey.client.JerseyClientBuilderTest
[INFO] Running org.glassfish.jersey.client.LinkTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.glassfish.jersey.client.LinkTest
[INFO] Running org.glassfish.jersey.client.ClientConfigTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.glassfish.jersey.client.ClientConfigTest
[INFO] Running org.glassfish.jersey.client.JerseyWebTargetTest
Apr 04, 2024 8:05:29 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyWebTargetTest$TestProvider to null or empty array of contracts  is ignored.
Apr 04, 2024 8:05:29 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyWebTargetTest$TestProvider to null or empty array of contracts  is ignored.
Apr 04, 2024 8:05:29 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyWebTargetTest$TestProvider to null or empty array of contracts  is ignored.
Apr 04, 2024 8:05:29 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyWebTargetTest$TestProvider to null or empty array of contracts  is ignored.
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.glassfish.jersey.client.JerseyWebTargetTest
[INFO] Running org.glassfish.jersey.client.CustomConnectorTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.glassfish.jersey.client.CustomConnectorTest
[INFO] Running org.glassfish.jersey.client.ClientRequestTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.367 s -- in org.glassfish.jersey.client.ClientRequestTest
[INFO] Running org.glassfish.jersey.client.ClientRxTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.glassfish.jersey.client.ClientRxTest
[INFO] Running org.glassfish.jersey.client.JerseyClientTest
Apr 04, 2024 8:05:30 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyClientTest$TestProvider to null or empty array of contracts  is ignored.
Apr 04, 2024 8:05:30 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyClientTest$TestProvider to null or empty array of contracts  is ignored.
Apr 04, 2024 8:05:30 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyClientTest$TestProvider to null or empty array of contracts  is ignored.
Apr 04, 2024 8:05:30 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyClientTest$TestProvider to null or empty array of contracts  is ignored.
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.glassfish.jersey.client.JerseyClientTest
[INFO] Running org.glassfish.jersey.client.authentication.HttpDigestAuthFilterTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.jersey.client.authentication.HttpDigestAuthFilterTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 173, Failures: 0, Errors: 0, Skipped: 3
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/target/jersey-client-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-client ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/target/bom.xml
[INFO]            attaching as jersey-client-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/target/bom.json
[INFO]            attaching as jersey-client-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/target/jersey-client-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-client ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/target/jersey-client-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-client ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.1.99-SNAPSHOT/jersey-client-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/target/jersey-client-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.1.99-SNAPSHOT/jersey-client-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.1.99-SNAPSHOT/jersey-client-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.1.99-SNAPSHOT/jersey-client-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/target/jersey-client-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.1.99-SNAPSHOT/jersey-client-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-client ---
[INFO] 
[INFO] -----------------< org.glassfish.jersey.media:project >-----------------
[INFO] Building jersey-media 3.1.99-SNAPSHOT                           [12/378]
[INFO]   from media/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ project ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources from .. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources from .. to target/legal/META-INF
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ project ---
[INFO] Reserved port 44927 for jersey.config.test.container.port
[INFO] Reserved port 40515 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/target/bom.xml
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/target/bom.json
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ project ---
[INFO] 
[INFO] ------------< org.glassfish.jersey.media:jersey-media-jaxb >------------
[INFO] Building jersey-media-jaxb 3.1.99-SNAPSHOT                      [13/378]
[INFO]   from media/jaxb/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-media-jaxb ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-jaxb ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-jaxb ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-jaxb ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-media-jaxb ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-jaxb ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jaxb/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/jaxb/src/main/resources/org/glassfish/jersey/jaxb/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-media-jaxb ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/jaxb/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- jflex:1.4.3:generate (default) @ jersey-media-jaxb ---
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-jaxb ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-jaxb ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-jaxb ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-jaxb ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-jaxb ---
[WARNING]  Parameter 'compilerArguments' is deprecated: use compilerArgs instead.
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 24 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-jaxb ---
[WARNING]  Parameter 'compilerArguments' is deprecated: use compilerArgs instead.
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 24 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-jaxb ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/jaxb/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-jaxb ---
[WARNING]  Parameter 'compilerArguments' is deprecated: use compilerArgs instead.
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug target 11] to target/test-classes
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-media-jaxb ---
[INFO] Reserved port 33393 for jersey.config.test.container.port
[INFO] Reserved port 43549 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-media-jaxb ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/jaxb/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.jaxb.internal.JaxbStringReaderProviderTest
[INFO] Running org.glassfish.jersey.jaxb.internal.FeatureAndPropertySupplierTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.395 s -- in org.glassfish.jersey.jaxb.internal.JaxbStringReaderProviderTest
[INFO] Running org.glassfish.jersey.jaxb.internal.AbstractJaxbProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.488 s -- in org.glassfish.jersey.jaxb.internal.AbstractJaxbProviderTest
[INFO] Running org.glassfish.jersey.jaxb.internal.SaxParserFactoryInjectionProviderTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.897 s -- in org.glassfish.jersey.jaxb.internal.FeatureAndPropertySupplierTest
[INFO] Running org.glassfish.jersey.jaxb.internal.SourceProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.53 s -- in org.glassfish.jersey.client.ShutdownHookLeakTest
[INFO] Running org.glassfish.jersey.client.DefaultSslContextProviderTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s -- in org.glassfish.jersey.client.DefaultSslContextProviderTest
[INFO] Running org.glassfish.jersey.client.WebTargetPropertiesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.client.WebTargetPropertiesTest
[INFO] Running org.glassfish.jersey.client.FixedBoundaryParserTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.jersey.client.FixedBoundaryParserTest
[INFO] Running org.glassfish.jersey.client.JaxRsFeatureRegistrationClientTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.glassfish.jersey.client.JaxRsFeatureRegistrationClientTest
[INFO] Running org.glassfish.jersey.client.HttpUrlConnectorTest
[WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.035 s -- in org.glassfish.jersey.client.HttpUrlConnectorTest
[INFO] Running org.glassfish.jersey.client.JerseyCompletionStageRxInvokerTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.glassfish.jersey.client.JerseyCompletionStageRxInvokerTest
[INFO] Running org.glassfish.jersey.client.ClientResponseTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.glassfish.jersey.client.ClientResponseTest
[INFO] Running org.glassfish.jersey.client.JerseyInvocationTest
Apr 04, 2024 8:05:39 AM org.glassfish.jersey.client.JerseyInvocation validateHttpMethodAndEntity
WARNING: Entity must be null for http method DELETE.
Apr 04, 2024 8:05:39 AM org.glassfish.jersey.client.JerseyInvocation validateHttpMethodAndEntity
WARNING: Entity must be null for http method DELETE.
Apr 04, 2024 8:05:39 AM org.glassfish.jersey.client.JerseyInvocation validateHttpMethodAndEntity
WARNING: Entity must be null for http method DELETE.
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s -- in org.glassfish.jersey.client.JerseyInvocationTest
[INFO] Running org.glassfish.jersey.client.JerseyClientBuilderTest
Apr 04, 2024 8:05:39 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract class java.lang.Object can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported.
WARNING: Contract class java.lang.String can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported.
WARNING: Contract class java.lang.String can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract not assignable to component.

Apr 04, 2024 8:05:39 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract class java.lang.Object can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported.
WARNING: Contract class java.lang.String can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported.
WARNING: Contract class java.lang.String can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract not assignable to component.

[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 s -- in org.glassfish.jersey.jaxb.internal.SaxParserFactoryInjectionProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 s -- in org.glassfish.jersey.jaxb.internal.SourceProviderTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-jaxb ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/jaxb/target/jersey-media-jaxb-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-jaxb ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.glassfish.jersey.client.JerseyClientBuilderTest
[INFO] Running org.glassfish.jersey.client.LinkTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.glassfish.jersey.client.LinkTest
[INFO] Running org.glassfish.jersey.client.ClientConfigTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.glassfish.jersey.client.ClientConfigTest
[INFO] Running org.glassfish.jersey.client.JerseyWebTargetTest
Apr 04, 2024 8:05:39 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyWebTargetTest$TestProvider to null or empty array of contracts  is ignored.
Apr 04, 2024 8:05:39 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyWebTargetTest$TestProvider to null or empty array of contracts  is ignored.
Apr 04, 2024 8:05:39 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyWebTargetTest$TestProvider to null or empty array of contracts  is ignored.
Apr 04, 2024 8:05:39 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyWebTargetTest$TestProvider to null or empty array of contracts  is ignored.
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.glassfish.jersey.client.JerseyWebTargetTest
[INFO] Running org.glassfish.jersey.client.CustomConnectorTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.glassfish.jersey.client.CustomConnectorTest
[INFO] Running org.glassfish.jersey.client.ClientRequestTest
[INFO] CycloneDX: Creating BOM version 1.4 with 7 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/jaxb/target/bom.xml
[INFO]            attaching as jersey-media-jaxb-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/jaxb/target/bom.json
[INFO]            attaching as jersey-media-jaxb-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-jaxb ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/jaxb/target/jersey-media-jaxb-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-jaxb ---
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.527 s -- in org.glassfish.jersey.client.ClientRequestTest
[INFO] Running org.glassfish.jersey.client.ClientRxTest
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/jaxb/target/jersey-media-jaxb-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/jaxb/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-media-jaxb ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/jaxb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.1.99-SNAPSHOT/jersey-media-jaxb-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/jaxb/target/jersey-media-jaxb-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.1.99-SNAPSHOT/jersey-media-jaxb-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/jaxb/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.1.99-SNAPSHOT/jersey-media-jaxb-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/jaxb/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.1.99-SNAPSHOT/jersey-media-jaxb-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/jaxb/target/jersey-media-jaxb-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.1.99-SNAPSHOT/jersey-media-jaxb-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-jaxb ---
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in org.glassfish.jersey.client.ClientRxTest
[INFO] Running org.glassfish.jersey.client.JerseyClientTest
Apr 04, 2024 8:05:40 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyClientTest$TestProvider to null or empty array of contracts  is ignored.
Apr 04, 2024 8:05:40 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyClientTest$TestProvider to null or empty array of contracts  is ignored.
Apr 04, 2024 8:05:40 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyClientTest$TestProvider to null or empty array of contracts  is ignored.
Apr 04, 2024 8:05:40 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyClientTest$TestProvider to null or empty array of contracts  is ignored.
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.glassfish.jersey.client.JerseyClientTest
[INFO] Running org.glassfish.jersey.client.authentication.HttpDigestAuthFilterTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.jersey.client.authentication.HttpDigestAuthFilterTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 173, Failures: 0, Errors: 0, Skipped: 3
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/target/jersey-client-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-client ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] 
[INFO] --------------< org.glassfish.jersey.core:jersey-server >---------------
[INFO] Building jersey-core-server 3.1.99-SNAPSHOT                     [14/378]
[INFO]   from core-server/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-server ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-server ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-server ---
[INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/target/bom.xml
[INFO]            attaching as jersey-client-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/target/bom.json
[INFO]            attaching as jersey-client-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/target/jersey-client-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-client ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/target/jersey-client-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-client ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.1.99-SNAPSHOT/jersey-client-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/target/jersey-client-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.1.99-SNAPSHOT/jersey-client-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.1.99-SNAPSHOT/jersey-client-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.1.99-SNAPSHOT/jersey-client-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/target/jersey-client-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.1.99-SNAPSHOT/jersey-client-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-client ---
[INFO] 
[INFO] -----------------< org.glassfish.jersey.media:project >-----------------
[INFO] Building jersey-media 3.1.99-SNAPSHOT                           [12/303]
[INFO]   from media/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ project ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources from .. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources from .. to target/legal/META-INF
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ project ---
[INFO] Reserved port 39339 for jersey.config.test.container.port
[INFO] Reserved port 34479 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/target/bom.xml
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/target/bom.json
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ project ---
[INFO] 
[INFO] ------------< org.glassfish.jersey.media:jersey-media-jaxb >------------
[INFO] Building jersey-media-jaxb 3.1.99-SNAPSHOT                      [13/303]
[INFO]   from media/jaxb/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-media-jaxb ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-jaxb ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-jaxb ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-jaxb ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-media-jaxb ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-jaxb ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jaxb/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/jaxb/src/main/resources/org/glassfish/jersey/jaxb/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-media-jaxb ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/jaxb/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- jflex:1.4.3:generate (default) @ jersey-media-jaxb ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-server ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-server ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-server ---
[INFO] Resources:
[INFO] org/glassfish/jersey/server/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/resources/org/glassfish/jersey/server/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-server ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-server ---
[INFO] Copying 2 resources from .. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-server ---
[INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-server ---
[INFO] Copying 2 resources from .. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-server ---
[INFO] Copying 8 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-server ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 375 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-jaxb ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-jaxb ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-jaxb ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-jaxb ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-jaxb ---
[WARNING]  Parameter 'compilerArguments' is deprecated: use compilerArgs instead.
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 24 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-jaxb ---
[WARNING]  Parameter 'compilerArguments' is deprecated: use compilerArgs instead.
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 24 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-jaxb ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/jaxb/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-jaxb ---
[WARNING]  Parameter 'compilerArguments' is deprecated: use compilerArgs instead.
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug target 11] to target/test-classes
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-media-jaxb ---
[INFO] Reserved port 46025 for jersey.config.test.container.port
[INFO] Reserved port 35131 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-media-jaxb ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/jaxb/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/model/Parameter.java:[191,32] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/model/Parameter.java:[203,44] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/core/ReservoirConstants.java:[59,34] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/ResourceConfig.java:[98,32] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/AnnotationAcceptingListener.java:[107,14] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/AnnotationAcceptingListener.java:[292,28] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/WebTargetValueParamProvider.java:[366,22] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/PackageNamesScanner.java:[90,14] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/PackageNamesScanner.java:[230,19] java.lang.SecurityManager in java.lang has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/PackageNamesScanner.java:[230,52] getSecurityManager() in java.lang.System has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/VfsSchemeResourceFinderFactory.java:[92,23] getSecurityManager() in java.lang.System has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/VfsSchemeResourceFinderFactory.java:[93,17] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/model/IntrospectionModeller.java:[204,28] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/model/IntrospectionModeller.java:[231,9] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/model/MethodList.java:[79,22] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/wadl/config/WadlGeneratorConfigLoader.java:[78,35] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/FormParamValueParamProvider.java:[248,25] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/MultivaluedParameterExtractorFactory.java:[169,36] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/wadl/internal/WadlApplicationContextImpl.java:[108,48] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/wadl/internal/WadlApplicationContextImpl.java:[117,21] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/wadl/internal/WadlApplicationContextImpl.java:[119,13] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/wadl/internal/WadlApplicationContextImpl.java:[132,13] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/wadl/internal/generators/WadlGeneratorJAXBGrammarGenerator.java:[394,33] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/model/internal/SseTypeResolver.java:[37,26] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/MonitoringStatisticsImpl.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/MonitoringStatisticsImpl.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/filter/UriConnegFilter.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/filter/UriConnegFilter.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-server ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 375 source files with javac [debug target 11] to target/classes
[INFO] Running org.glassfish.jersey.jaxb.internal.JaxbStringReaderProviderTest
[INFO] Running org.glassfish.jersey.jaxb.internal.FeatureAndPropertySupplierTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.472 s -- in org.glassfish.jersey.jaxb.internal.JaxbStringReaderProviderTest
[INFO] Running org.glassfish.jersey.jaxb.internal.AbstractJaxbProviderTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.025 s -- in org.glassfish.jersey.jaxb.internal.FeatureAndPropertySupplierTest
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/model/Parameter.java:[191,32] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/model/Parameter.java:[203,44] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/core/ReservoirConstants.java:[59,34] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/ResourceConfig.java:[98,32] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/AnnotationAcceptingListener.java:[107,14] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/AnnotationAcceptingListener.java:[292,28] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/WebTargetValueParamProvider.java:[366,22] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/PackageNamesScanner.java:[90,14] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/PackageNamesScanner.java:[230,19] java.lang.SecurityManager in java.lang has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/PackageNamesScanner.java:[230,52] getSecurityManager() in java.lang.System has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/VfsSchemeResourceFinderFactory.java:[92,23] getSecurityManager() in java.lang.System has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/VfsSchemeResourceFinderFactory.java:[93,17] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/model/IntrospectionModeller.java:[204,28] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/model/IntrospectionModeller.java:[231,9] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/model/MethodList.java:[79,22] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/wadl/config/WadlGeneratorConfigLoader.java:[78,35] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/FormParamValueParamProvider.java:[248,25] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/MultivaluedParameterExtractorFactory.java:[169,36] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/wadl/internal/WadlApplicationContextImpl.java:[108,48] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/wadl/internal/WadlApplicationContextImpl.java:[117,21] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/wadl/internal/WadlApplicationContextImpl.java:[119,13] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/wadl/internal/WadlApplicationContextImpl.java:[132,13] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/wadl/internal/generators/WadlGeneratorJAXBGrammarGenerator.java:[394,33] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/model/internal/SseTypeResolver.java:[37,26] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/MonitoringStatisticsImpl.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/MonitoringStatisticsImpl.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/filter/UriConnegFilter.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/filter/UriConnegFilter.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-server ---
[INFO] Copying 6 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-server ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 149 source files with javac [debug target 11] to target/test-classes
[INFO] Running org.glassfish.jersey.jaxb.internal.SaxParserFactoryInjectionProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.790 s -- in org.glassfish.jersey.jaxb.internal.AbstractJaxbProviderTest
[INFO] Running org.glassfish.jersey.jaxb.internal.SourceProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s -- in org.glassfish.jersey.jaxb.internal.SourceProviderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s -- in org.glassfish.jersey.jaxb.internal.SaxParserFactoryInjectionProviderTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-jaxb ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/jaxb/target/jersey-media-jaxb-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-jaxb ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 7 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/jaxb/target/bom.xml
[INFO]            attaching as jersey-media-jaxb-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/jaxb/target/bom.json
[INFO]            attaching as jersey-media-jaxb-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-jaxb ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/jaxb/target/jersey-media-jaxb-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-jaxb ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/jaxb/target/jersey-media-jaxb-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/jaxb/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-media-jaxb ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/jaxb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.1.99-SNAPSHOT/jersey-media-jaxb-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/jaxb/target/jersey-media-jaxb-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.1.99-SNAPSHOT/jersey-media-jaxb-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/jaxb/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.1.99-SNAPSHOT/jersey-media-jaxb-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/jaxb/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.1.99-SNAPSHOT/jersey-media-jaxb-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/jaxb/target/jersey-media-jaxb-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.1.99-SNAPSHOT/jersey-media-jaxb-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-jaxb ---
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/test/java/org/glassfish/jersey/server/SecurityManagerConfiguredTest.java:[33,29] getSecurityManager() in java.lang.System has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/test/java/org/glassfish/jersey/server/AsyncCallbackServerTest.java:[198,68] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to java.lang.Class<?> for a varargs call
  cast to java.lang.Class<?>[] for a non-varargs call and to suppress this warning
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/test/java/org/glassfish/jersey/server/AsyncCallbackServerTest.java:[233,79] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to java.lang.Object for a varargs call
  cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/test/java/org/glassfish/jersey/server/AsyncApplicationBuildingTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/test/java/org/glassfish/jersey/server/AsyncApplicationBuildingTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/AbstractNanosReservoirTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/AbstractNanosReservoirTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-server ---
[INFO] Reserved port 43385 for jersey.config.test.container.port
[INFO] Reserved port 42311 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-server ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] --------------< org.glassfish.jersey.core:jersey-server >---------------
[INFO] Building jersey-core-server 3.1.99-SNAPSHOT                     [14/303]
[INFO]   from core-server/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-server ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-server ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-server ---
WARNING: A command line option has enabled the Security Manager
WARNING: The Security Manager is deprecated and will be removed in a future release
WARNING: A command line option has enabled the Security Manager
WARNING: The Security Manager is deprecated and will be removed in a future release
[INFO] Running org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest
[INFO] Running org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigurationLoaderTest
Apr 04, 2024 8:05:54 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator3
Apr 04, 2024 8:05:54 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigurationLoaderTest$MyWadlGenerator
Apr 04, 2024 8:05:54 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator
Apr 04, 2024 8:05:54 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator
Apr 04, 2024 8:05:54 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator2
Apr 04, 2024 8:05:54 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigurationLoaderTest$MyWadlGenerator
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.909 s -- in org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigurationLoaderTest
[INFO] Running org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest
Apr 04, 2024 8:05:54 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator
Apr 04, 2024 8:05:54 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator2
Apr 04, 2024 8:05:55 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2
Apr 04, 2024 8:05:55 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader setProperty
WARNING: Configuring the MyWadlGenerator2 with the file based property testFile is deprecated and will be removed in future versions of jersey! You should use the InputStream based property instead.
Apr 04, 2024 8:05:55 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator
Apr 04, 2024 8:05:55 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator2
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.099 s -- in org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest
[INFO] Running org.glassfish.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupportTest
Apr 04, 2024 8:05:55 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2
Apr 04, 2024 8:05:55 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2
Apr 04, 2024 8:05:55 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader setProperty
WARNING: Configuring the MyWadlGenerator2 with the file based property testFile is deprecated and will be removed in future versions of jersey! You should use the InputStream based property instead.
Apr 04, 2024 8:05:55 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2
Apr 04, 2024 8:05:55 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader setProperty
WARNING: Configuring the MyWadlGenerator2 with the file based property testFile is deprecated and will be removed in future versions of jersey! You should use the InputStream based property instead.
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.315 s -- in org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest
[INFO] Running org.glassfish.jersey.server.model.MethodListTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.glassfish.jersey.server.model.MethodListTest
[INFO] Running org.glassfish.jersey.server.model.AsyncContentAndEntityTypeTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.420 s -- in org.glassfish.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupportTest
[INFO] Running org.glassfish.jersey.server.model.AcceptTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.987 s -- in org.glassfish.jersey.server.model.AsyncContentAndEntityTypeTest
[INFO] Running org.glassfish.jersey.server.model.AcceptWriterTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 s -- in org.glassfish.jersey.server.model.AcceptWriterTest
[INFO] Running org.glassfish.jersey.server.model.ResourceModelTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.glassfish.jersey.server.model.ResourceModelTest
[INFO] Running org.glassfish.jersey.server.model.internal.ChildResourceTest
template: /http\://localhost/([^/]+)/aa/f
pattern: /http\://localhost/([^/]+)/aa/f(/.*)?
template: /http\://localhost/([^/]+)/aa/f
pattern: /http\://localhost/([^/]+)/aa/f(/.*)?
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.486 s -- in org.glassfish.jersey.server.model.internal.ChildResourceTest
[INFO] Running org.glassfish.jersey.server.model.internal.ResourceMethodDispatcherFactoryTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.glassfish.jersey.server.model.internal.ResourceMethodDispatcherFactoryTest
[INFO] Running org.glassfish.jersey.server.model.internal.ModelHelperTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.glassfish.jersey.server.model.internal.ModelHelperTest
[INFO] Running org.glassfish.jersey.server.model.OptionsTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.791 s -- in org.glassfish.jersey.server.model.AcceptTest
[INFO] Running org.glassfish.jersey.server.model.MixedResourceConfigurationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s -- in org.glassfish.jersey.server.model.MixedResourceConfigurationTest
[INFO] Running org.glassfish.jersey.server.model.ValidatorTest
Apr 04, 2024 8:05:57 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: Method public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$AmbiguousParameterResource.moreNonAnnotatedParameters(java.lang.String,java.lang.String,java.lang.String) on resource class org.glassfish.jersey.server.model.ValidatorTest$AmbiguousParameterResource contains multiple parameters with no annotation. Unable to resolve the injection source.

Apr 04, 2024 8:05:57 AM org.glassfish.jersey.server.model.ValidatorTest testGetSRMConsumingFormParam
INFO: An issue should be reported if a get method consumes a form param:
Apr 04, 2024 8:05:57 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetSRMConsumingFormParam.getMethod(java.lang.String), should not consume any form parameter.

Apr 04, 2024 8:05:57 AM org.glassfish.jersey.server.model.ValidatorTest testSingletonMethodParamsInjection
INFO: An issue should not be reported as injections into the methods are allowed.
Apr 04, 2024 8:05:57 AM org.glassfish.jersey.server.model.ValidatorTest testSRLReturningVoid
INFO: An issue should be reported if a sub-resource locator returns void:
Apr 04, 2024 8:05:57 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A sub-resource model, public void org.glassfish.jersey.server.model.ValidatorTest$TestSRLReturningVoid.srLocator(), MUST return a non-void type.

Apr 04, 2024 8:05:57 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.server.model.ValidatorTest$MyBeanParam registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ValidatorTest$MyBeanParam will be ignored. 
Apr 04, 2024 8:05:57 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: Both resources, resource Builder{names=[[unnamed], [unnamed]], path='a', methodBuilders=[], childResourceBuilders=[], childResources=[], resourceMethods=[], subResourceLocator=httpMethod=null, consumedTypes=[], producedTypes=[], suspended=false, suspendTimeout=0, suspendTimeoutUnit=MILLISECONDS, invocable=Invocable{handler=ClassBasedMethodHandler{handlerClass=class org.glassfish.jersey.server.model.ValidatorTest$TwoLocatorsResource, handlerConstructors=[org.glassfish.jersey.server.model.HandlerConstructor@3f0efc63]}, definitionMethod=public org.glassfish.jersey.server.model.ValidatorTest$SubResource org.glassfish.jersey.server.model.ValidatorTest$TwoLocatorsResource.locator(), parameters=[], responseType=class org.glassfish.jersey.server.model.ValidatorTest$SubResource}, nameBindings=[], handlerClasses=[class org.glassfish.jersey.server.model.ValidatorTest$TwoLocatorsResource], handlerInstances=[], parentResource=<no parent>, extended=false} and resource Resource{"a", 0 child resources, 0 resource methods, 1 sub-resource locator, 1 method handler classes, 0 method handler instances}, contains sub resource locators on the same path a.
WARNING: A (sub-)resource method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestMultipleHttpMethodDesignatorsSRM.postPutIt(), should have only one HTTP method designator. It currently has the following designators defined: [@jakarta.ws.rs.POST(), @jakarta.ws.rs.PUT()]
WARNING: A sub-resource model, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestEntityParamOnSRL.locator(java.lang.String), can not have an entity parameter. Try to move the parameter to the corresponding resource method.
WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetSRMConsumingFormParam.getMethod(java.lang.String), should not consume any form parameter.
WARNING: (Sub)resource method query in org.glassfish.jersey.server.model.ValidatorTest$ResourceWithParamOnResourcePathAnnotatedMethod contains unexpected annotation jakarta.ws.rs.QueryParam.
WARNING: A resource, class org.glassfish.jersey.server.model.ValidatorTest$ResourceWithMultipleScopes, is annotated with multiple scope annotations. Only one scope annotation is allowed for the resource.
WARNING: A sub-resource model, public void org.glassfish.jersey.server.model.ValidatorTest$TestSRLReturningVoid.srLocator(), MUST return a non-void type.
WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingFormParam.getMethod(java.lang.String,java.lang.String), should not consume any form parameter.
WARNING: (Sub)resource method get in org.glassfish.jersey.server.model.ValidatorTest$ResourceGETMethodFails contains unexpected annotation jakarta.ws.rs.QueryParam.
WARNING: Method public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$AmbiguousParameterResource.moreNonAnnotatedParameters(java.lang.String,java.lang.String,java.lang.String) on resource class org.glassfish.jersey.server.model.ValidatorTest$AmbiguousParameterResource contains multiple parameters with no annotation. Unable to resolve the injection source.
WARNING: A (sub-)resource method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestMultipleHttpMethodDesignatorsRM.getPutIt(), should have only one HTTP method designator. It currently has the following designators defined: [@jakarta.ws.rs.GET(), @jakarta.ws.rs.PUT()]
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedCaseSensitiveTest.notEncoded() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedCaseSensitiveTest.percent() at matching regular expression /%5[bB]%5[dD]. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedTest.notEncoded() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedTest.percent() at matching regular expression /%5[bB]%5[dD]. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingEntity.getMethod(java.lang.Object) and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingFormParam.getMethod(java.lang.String,java.lang.String) at matching regular expression /test. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$ResourceRoot.get() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$ResourceRootNotUnique.get() at matching regular expression /sub\-root. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$AmbiguousResource1.get() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$AmbiguousResource2.get() at matching regular expression /x. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous sub-resource locators on path pattern /([^/]+)/x.
WARNING: Parameter 1 of type V[] from public void org.glassfish.jersey.server.model.ValidatorTest$GenericArrayResource.set(V[]) is not resolvable to a concrete type.
WARNING: Parameter fieldV of type V[] from V[] org.glassfish.jersey.server.model.ValidatorTest$GenericArrayResource.fieldV is not resolvable to a concrete type.
WARNING: Parameter 1 of public void org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.setB(java.lang.String) MUST be only one of a path, query, matrix or header parameter.
WARNING: Parameter a of private int org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.a MUST be only one of a path, query, matrix or header parameter.
WARNING: Parameter 1 of type V from public void org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.set(V) is not resolvable to a concrete type.
WARNING: Parameter fieldV of type V from V org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.fieldV is not resolvable to a concrete type.
WARNING: Parameter 1 of type java.util.List<java.util.List<V>> from public void org.glassfish.jersey.server.model.ValidatorTest$ParameterizedTypeResource.set(java.util.List<java.util.List<V>>) is not resolvable to a concrete type.
WARNING: Parameter fieldV of type java.util.Collection<V> from java.util.Collection<V> org.glassfish.jersey.server.model.ValidatorTest$ParameterizedTypeResource.fieldV is not resolvable to a concrete type.
WARNING: A resource method, private java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestNonPublicRM.privateGet(), MUST be public scoped otherwise the method is ignored
WARNING: The resource (or sub resource) Resource{"failRoot", 1 child resources, 4 resource methods, 1 sub-resource locator, 5 method handler classes, 0 method handler instances} with path "failRoot" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.
WARNING: The resource (or sub resource) Resource{"a", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "a" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.
WARNING: A resource, class org.glassfish.jersey.server.model.ValidatorTest$ResourceAsProvider, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton.
WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetSRMConsumingEntity.getMethod(java.lang.Object), should not consume any entity.
WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingEntity.getMethod(java.lang.Object), should not consume any entity.
WARNING: The resource (or sub resource) Resource{"x", 0 child resources, 4 resource methods, 1 sub-resource locator, 5 method handler classes, 0 method handler instances} with path "x" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.
WARNING: The resource (or sub resource) Resource{"x", 0 child resources, 1 resource methods, 1 sub-resource locator, 2 method handler classes, 0 method handler instances} with path "x" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.
WARNING: The (sub)resource method get in org.glassfish.jersey.server.model.ValidatorTest$TestEmptyPathSegment contains empty path annotation.
WARNING: Parameter 1 of public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.get(java.lang.String) MUST be only one of a path, query, matrix or header parameter.
WARNING: Parameter 1 of public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.getSub(java.lang.String,int) MUST be only one of a path, query, matrix or header parameter.
WARNING: Parameter 2 of public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.getSub(java.lang.String,int) MUST be only one of a path, query, matrix or header parameter.
WARNING: Parameter 1 of public java.lang.Object org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.getSubLoc(java.lang.String) MUST be only one of a path, query, matrix or header parameter.
HINT: A HTTP GET method, public void org.glassfish.jersey.server.model.ValidatorTest$TestGetSRMReturningVoid.getSRMethod(), returns a void type. It can be intentional and perfectly fine, but it is a little uncommon that GET method returns always "204 No Content".
HINT: A HTTP GET method, public void org.glassfish.jersey.server.model.ValidatorTest$TestGetRMReturningVoid.getMethod(), returns a void type. It can be intentional and perfectly fine, but it is a little uncommon that GET method returns always "204 No Content".
HINT: A HTTP GET method, public void org.glassfish.jersey.server.model.ValidatorTest$ResourceMethodWithVoidReturnType.error(), returns a void type. It can be intentional and perfectly fine, but it is a little uncommon that GET method returns always "204 No Content".
HINT: A resource model has ambiguous (sub-)resource method for HTTP method GET and output mime-types as defined by @Produces annotation at Java methods public void org.glassfish.jersey.server.model.ValidatorTest$TestGetRMReturningVoid.getMethod() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingEntity.getMethod(java.lang.Object) at matching path pattern /test.
HINT: A resource model has ambiguous (sub-)resource method for HTTP method GET and output mime-types as defined by @Produces annotation at Java methods public void org.glassfish.jersey.server.model.ValidatorTest$TestGetRMReturningVoid.getMethod() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingFormParam.getMethod(java.lang.String,java.lang.String) at matching path pattern /test.

Apr 04, 2024 8:05:57 AM org.glassfish.jersey.server.model.ValidatorTest testLocatorPathValidationFail
INFO: Should report error during validation as Resource cannot have ambiguous sub resource locators.
Apr 04, 2024 8:05:57 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: Both resources, resource Builder{names=[[unnamed], [unnamed]], path='a', methodBuilders=[], childResourceBuilders=[], childResources=[], resourceMethods=[], subResourceLocator=httpMethod=null, consumedTypes=[], producedTypes=[], suspended=false, suspendTimeout=0, suspendTimeoutUnit=MILLISECONDS, invocable=Invocable{handler=ClassBasedMethodHandler{handlerClass=class org.glassfish.jersey.server.model.ValidatorTest$TwoLocatorsResource, handlerConstructors=[org.glassfish.jersey.server.model.HandlerConstructor@8d67e3c]}, definitionMethod=public org.glassfish.jersey.server.model.ValidatorTest$SubResource org.glassfish.jersey.server.model.ValidatorTest$TwoLocatorsResource.locator(), parameters=[], responseType=class org.glassfish.jersey.server.model.ValidatorTest$SubResource}, nameBindings=[], handlerClasses=[class org.glassfish.jersey.server.model.ValidatorTest$TwoLocatorsResource], handlerInstances=[], parentResource=<no parent>, extended=false} and resource Resource{"a", 0 child resources, 0 resource methods, 1 sub-resource locator, 1 method handler classes, 0 method handler instances}, contains sub resource locators on the same path a.

Apr 04, 2024 8:05:57 AM org.glassfish.jersey.server.model.ValidatorTest testParamOnResourcePathAnnotatedMethodFails
INFO: Should report fatal during validation as @Path method should not be annotated with parameter annotation
Apr 04, 2024 8:05:57 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: (Sub)resource method query in org.glassfish.jersey.server.model.ValidatorTest$ResourceWithParamOnResourcePathAnnotatedMethod contains unexpected annotation jakarta.ws.rs.QueryParam.

Apr 04, 2024 8:05:57 AM org.glassfish.jersey.server.model.ValidatorTest testAmbiguousResources
INFO: Should report warning during validation error as resource path patterns are ambiguous ({abc} and {def} results into same path pattern).
Apr 04, 2024 8:05:58 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$AmbiguousResource1.get() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$AmbiguousResource2.get() at matching regular expression /x. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.

Apr 04, 2024 8:05:58 AM org.glassfish.jersey.server.model.ValidatorTest testEmptyResourcel
INFO: Should report warning during validation as Resource cannot have resource method and sub resource locators on the same path.
Apr 04, 2024 8:05:58 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource, Resource{"root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.

Apr 04, 2024 8:05:58 AM org.glassfish.jersey.server.model.ValidatorTest testRelaxedProducesConsumesParserRules
INFO: An issue should not be reported with the relaxed Produces/Consumes values parser.
Apr 04, 2024 8:05:58 AM org.glassfish.jersey.server.model.ValidatorTest testAmbiguousResourceLocators
INFO: Should report warning during validation error as resource path patterns are ambiguous ({abc} and {def} results into same path pattern).
Apr 04, 2024 8:05:58 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous sub-resource locators on path pattern /([^/]+)/x.

Apr 04, 2024 8:05:58 AM org.glassfish.jersey.server.model.ValidatorTest testGetSRMConsumingEntity
INFO: An issue should be reported if a get method consumes an entity:
Apr 04, 2024 8:05:58 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetSRMConsumingEntity.getMethod(java.lang.Object), should not consume any entity.

Apr 04, 2024 8:05:58 AM org.glassfish.jersey.server.model.ValidatorTest testNonPublicRM
INFO: An issue should be reported if a resource method is not public:
Apr 04, 2024 8:05:58 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource method, private java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestNonPublicRM.privateGet(), MUST be public scoped otherwise the method is ignored

Apr 04, 2024 8:05:58 AM org.glassfish.jersey.server.model.ValidatorTest testGenericArrayResource
INFO: 
Apr 04, 2024 8:05:58 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedTest.notEncoded() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedTest.percent() at matching regular expression /%5[bB]%5[dD]. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.

Apr 04, 2024 8:05:58 AM org.glassfish.jersey.server.model.ValidatorTest testResourceAsProvider
INFO: An issue should be reported as resource implements provider but does not define scope.
Apr 04, 2024 8:05:58 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.server.model.ValidatorTest$ResourceAsProvider, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton.

Apr 04, 2024 8:05:58 AM org.glassfish.jersey.server.model.ValidatorTest testRootResourceNonAmbigConstructors
INFO: No issue should be reported if more public ctors exists with the same number of params, but another just one is presented with more params at a root resource:
Apr 04, 2024 8:05:58 AM org.glassfish.jersey.server.model.ValidatorTest testEmptyPathSegment
INFO: A warning should be reported if @Path with "/" or empty string value is seen
Apr 04, 2024 8:05:58 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: The (sub)resource method get in org.glassfish.jersey.server.model.ValidatorTest$TestEmptyPathSegment contains empty path annotation.

Apr 04, 2024 8:05:58 AM org.glassfish.jersey.server.model.ValidatorTest testMultipleHttpMethodDesignatorsRM
INFO: An issue should be reported if more than one HTTP method designator exist on a resource method:
Apr 04, 2024 8:05:58 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A (sub-)resource method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestMultipleHttpMethodDesignatorsRM.getPutIt(), should have only one HTTP method designator. It currently has the following designators defined: [@jakarta.ws.rs.GET(), @jakarta.ws.rs.PUT()]

Apr 04, 2024 8:05:58 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedCaseSensitiveTest.notEncoded() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedCaseSensitiveTest.percent() at matching regular expression /%5[bB]%5[dD]. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.

Apr 04, 2024 8:05:58 AM org.glassfish.jersey.server.model.ValidatorTest testEntityParamOnSRL
INFO: An issue should be reported if an entity parameter exists on a sub-resource locator:
Apr 04, 2024 8:05:58 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A sub-resource model, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestEntityParamOnSRL.locator(java.lang.String), can not have an entity parameter. Try to move the parameter to the corresponding resource method.

Apr 04, 2024 8:05:58 AM org.glassfish.jersey.server.model.ValidatorTest testGetSRMReturningVoid
INFO: An issue should be reported if a get sub-resource method returns void:
Apr 04, 2024 8:05:58 AM org.glassfish.jersey.server.model.ValidatorTest testProviderFieldsInjection
INFO: An issue should be reported if injection is required for a class which is provider and therefore singleton:
Apr 04, 2024 8:05:58 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: Parameter matrixParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.matrixParam cannot be injected into singleton resource.
WARNING: Parameter queryParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.queryParam cannot be injected into singleton resource.
WARNING: Parameter pParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.pParam cannot be injected into singleton resource.
WARNING: Parameter cParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.cParam cannot be injected into singleton resource.
WARNING: Parameter hParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.hParam cannot be injected into singleton resource.
WARNING: Parameter beanParam of org.glassfish.jersey.server.model.ValidatorTest$MyBeanParam org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.beanParam cannot be injected into singleton resource.
WARNING: A resource, class org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton.

Apr 04, 2024 8:05:58 AM org.glassfish.jersey.server.model.ValidatorTest testCantReturnFromEventSinkInjectedMethod
INFO: An issue should be reported if method with injected SseEventSink parameter does not return void.
Apr 04, 2024 8:05:58 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A HTTP GET method public jakarta.ws.rs.sse.SseEventSink org.glassfish.jersey.server.model.ValidatorTest$TestSseEventSinkValidations.nonVoidReturnType(jakarta.ws.rs.sse.SseEventSink) that is being injected with SseEventSink should return void. The output will propagate automatically.
WARNING: A HTTP GET method public void org.glassfish.jersey.server.model.ValidatorTest$TestSseEventSinkValidations.multipleInjection(jakarta.ws.rs.sse.SseEventSink,jakarta.ws.rs.sse.SseEventSink) defines to SseEventSink parameters to be injected. Only one of the injected event sinks will be connected to the output.

Apr 04, 2024 8:05:58 AM org.glassfish.jersey.server.model.ValidatorTest testLocatorAndMethod2Validation
INFO: Should report warning during validation as Resource cannot have resource method and sub resource locators on the same path.
Apr 04, 2024 8:05:58 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"a", 0 child resources, 1 resource methods, 1 sub-resource locator, 1 method handler classes, 0 method handler instances} with path "a" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.

Apr 04, 2024 8:05:58 AM org.glassfish.jersey.server.model.ValidatorTest testGetRMReturningVoid
INFO: An issue should be reported if a non-async get method returns void:
Apr 04, 2024 8:05:58 AM org.glassfish.jersey.server.model.ValidatorTest testParamOnResourceGETMethodFails
INFO: Should report fatal during validation as @GET method should not be annotated with parameter annotation
Apr 04, 2024 8:05:58 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: (Sub)resource method get in org.glassfish.jersey.server.model.ValidatorTest$ResourceGETMethodFails contains unexpected annotation jakarta.ws.rs.QueryParam.

Apr 04, 2024 8:05:58 AM org.glassfish.jersey.server.model.ValidatorTest testParamOnSetterIsOk
INFO: Validation should report no issues.
Apr 04, 2024 8:05:58 AM org.glassfish.jersey.server.model.ValidatorTest testNonConflictingHttpMethodDelete
INFO: No issue should be reported if produced mime types differ
Apr 04, 2024 8:05:58 AM org.glassfish.jersey.server.model.ValidatorTest testMultipleHttpMethodDesignatorsSRM
INFO: An issue should be reported if more than one HTTP method designator exist on a sub-resource method:
Apr 04, 2024 8:05:58 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A (sub-)resource method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestMultipleHttpMethodDesignatorsSRM.postPutIt(), should have only one HTTP method designator. It currently has the following designators defined: [@jakarta.ws.rs.POST(), @jakarta.ws.rs.PUT()]

Apr 04, 2024 8:05:58 AM org.glassfish.jersey.server.model.ValidatorTest testSingletonFieldsInjection
INFO: An issue should be reported if injection is required for a singleton life-cycle:
Apr 04, 2024 8:05:58 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: Parameter matrixParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.matrixParam cannot be injected into singleton resource.
WARNING: Parameter queryParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.queryParam cannot be injected into singleton resource.
WARNING: Parameter pParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.pParam cannot be injected into singleton resource.
WARNING: Parameter cParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.cParam cannot be injected into singleton resource.
WARNING: Parameter hParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.hParam cannot be injected into singleton resource.
WARNING: Parameter beanParam of org.glassfish.jersey.server.model.ValidatorTest$MyBeanParam org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.beanParam cannot be injected into singleton resource.

Apr 04, 2024 8:05:58 AM org.glassfish.jersey.server.model.ValidatorTest testAmbiguousParams
INFO: A warning should be reported if ambiguous source of a parameter is seen
Apr 04, 2024 8:05:58 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Parameter 1 of public void org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.setB(java.lang.String) MUST be only one of a path, query, matrix or header parameter.
WARNING: Parameter a of private int org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.a MUST be only one of a path, query, matrix or header parameter.
WARNING: Parameter 1 of public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.get(java.lang.String) MUST be only one of a path, query, matrix or header parameter.
WARNING: Parameter 1 of public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.getSub(java.lang.String,int) MUST be only one of a path, query, matrix or header parameter.
WARNING: Parameter 2 of public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.getSub(java.lang.String,int) MUST be only one of a path, query, matrix or header parameter.
WARNING: Parameter 1 of public java.lang.Object org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.getSubLoc(java.lang.String) MUST be only one of a path, query, matrix or header parameter.

Apr 04, 2024 8:05:58 AM org.glassfish.jersey.server.model.ValidatorTest testTypeVariableResource
INFO: 
Apr 04, 2024 8:05:58 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Parameter 1 of type V from public void org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.set(V) is not resolvable to a concrete type.
WARNING: Parameter fieldV of type V from V org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.fieldV is not resolvable to a concrete type.
WARNING: Parameter 1 of type T from public T org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.postSub(T) is not resolvable to a concrete type.
WARNING: Return type, T, of method, public T org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.postSub(T), is not resolvable to a concrete type.
WARNING: Parameter 1 of type V from public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.get(V) is not resolvable to a concrete type.
WARNING: Parameter 1 of type T from public T org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.post(T) is not resolvable to a concrete type.
WARNING: Return type, T, of method, public T org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.post(T), is not resolvable to a concrete type.

Apr 04, 2024 8:05:58 AM org.glassfish.jersey.server.model.ValidatorTest testResourceWithMultipleScopes
INFO: An issue should not be reported as resource defines multiple scopes.
Apr 04, 2024 8:05:58 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource, class org.glassfish.jersey.server.model.ValidatorTest$ResourceWithMultipleScopes, is annotated with multiple scope annotations. Only one scope annotation is allowed for the resource.

Apr 04, 2024 8:05:58 AM org.glassfish.jersey.server.model.ValidatorTest testVoidReturnType
INFO: Should report hint during validation as @GET resource method returns void.
Apr 04, 2024 8:05:58 AM org.glassfish.jersey.server.model.ValidatorTest testParameterizedTypeResource
INFO: 
Apr 04, 2024 8:05:58 AM org.glassfish.jersey.server.model.ValidatorTest testGetRMConsumingEntity
INFO: An issue should be reported if a get method consumes an entity:
Apr 04, 2024 8:05:58 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingEntity.getMethod(java.lang.Object), should not consume any entity.

Apr 04, 2024 8:05:58 AM org.glassfish.jersey.server.model.ValidatorTest testSingletonConstructorParamsInjection
INFO: An issue should be reported if injection is required for a singleton life-cycle:
Apr 04, 2024 8:05:58 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: Parameter 1 of public org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectConstructorParamsForSingleton(java.lang.String) cannot be injected into singleton resource.

Apr 04, 2024 8:05:58 AM org.glassfish.jersey.server.model.ValidatorTest testLocatorAndMethodValidation
INFO: Should report warning during validation as Resource cannot have resource method and sub resource locators on the same path.
Apr 04, 2024 8:05:58 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"failRoot", 0 child resources, 1 resource methods, 1 sub-resource locator, 1 method handler classes, 0 method handler instances} with path "failRoot" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.

Apr 04, 2024 8:05:58 AM org.glassfish.jersey.server.model.ValidatorTest testGetRMConsumingFormParam
INFO: An issue should be reported if a get method consumes a form param:
Apr 04, 2024 8:05:58 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingFormParam.getMethod(java.lang.String,java.lang.String), should not consume any form parameter.

Apr 04, 2024 8:05:58 AM org.glassfish.jersey.server.model.ValidatorTest testAsyncGetRMReturningVoid
INFO: An issue should NOT be reported if a async get method returns void:
[WARNING] Tests run: 44, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 1.004 s -- in org.glassfish.jersey.server.model.ValidatorTest
[INFO] Running org.glassfish.jersey.server.model.SubResourceNullTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.309 s -- in org.glassfish.jersey.server.model.OptionsTest
[INFO] Running org.glassfish.jersey.server.model.ResourcePathOverrideTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s -- in org.glassfish.jersey.server.model.SubResourceNullTest
[INFO] Running org.glassfish.jersey.server.model.AcceptQsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.glassfish.jersey.server.model.ResourcePathOverrideTest
[INFO] Running org.glassfish.jersey.server.model.ConsumeProduceSimpleTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.516 s -- in org.glassfish.jersey.server.model.ConsumeProduceSimpleTest
[INFO] Running org.glassfish.jersey.server.model.GenericMethodListTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.server.model.GenericMethodListTest
[INFO] Running org.glassfish.jersey.server.model.ProgrammaticResourceMethodsTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.328 s -- in org.glassfish.jersey.server.model.ProgrammaticResourceMethodsTest
[INFO] Running org.glassfish.jersey.server.model.ExceptionMapperPriorityTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 s -- in org.glassfish.jersey.server.model.ExceptionMapperPriorityTest
[INFO] Running org.glassfish.jersey.server.model.HeadTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.128 s -- in org.glassfish.jersey.server.model.AcceptQsTest
[INFO] Running org.glassfish.jersey.server.model.SubResourceClassDynamicTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 s -- in org.glassfish.jersey.server.model.SubResourceClassDynamicTest
[INFO] Running org.glassfish.jersey.server.model.SubResourceDynamicWithDuplicateTemplateNamesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.glassfish.jersey.server.model.SubResourceDynamicWithDuplicateTemplateNamesTest
[INFO] Running org.glassfish.jersey.server.model.SubResourceProgrammaticTest
Apr 04, 2024 8:06:00 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
org.glassfish.jersey.server.model.ModelValidationException: Model validation error(s) found in sub resource returned by sub resource locator.
[[FATAL] A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.SubResourceProgrammaticTest$InvalidSubResource.get1() and public java.lang.String org.glassfish.jersey.server.model.SubResourceProgrammaticTest$InvalidSubResource.get2() at matching regular expression null. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.; source='org.glassfish.jersey.server.model.RuntimeResource@c87f2ae']
	at org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder$2.run(RuntimeLocatorModelBuilder.java:236)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder.validateResource(RuntimeLocatorModelBuilder.java:228)
	at org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder.buildRouting(RuntimeLocatorModelBuilder.java:215)
	at org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder.getRouting(RuntimeLocatorModelBuilder.java:185)
	at org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.apply(SubResourceLocatorRouter.java:98)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589)
	at org.glassfish.jersey.server.model.SubResourceProgrammaticTest.testInvalidSubResource(SubResourceProgrammaticTest.java:250)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

Apr 04, 2024 8:06:00 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.SubResourceProgrammaticTest$InvalidSubResource.get1() and public java.lang.String org.glassfish.jersey.server.model.SubResourceProgrammaticTest$InvalidSubResource.get2() at matching regular expression null. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.

[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.513 s -- in org.glassfish.jersey.server.model.HeadTest
[INFO] Running org.glassfish.jersey.server.model.SubResourceDynamicTest
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-server ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-server ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-server ---
[INFO] Resources:
[INFO] org/glassfish/jersey/server/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/resources/org/glassfish/jersey/server/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-server ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-server ---
[INFO] Copying 2 resources from .. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-server ---
[INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-server ---
[INFO] Copying 2 resources from .. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-server ---
[INFO] Copying 8 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-server ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 375 source files with javac [debug target 11] to target/classes
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 s -- in org.glassfish.jersey.server.model.SubResourceDynamicTest
[INFO] Running org.glassfish.jersey.server.model.AmbiguousTemplateTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.594 s -- in org.glassfish.jersey.server.model.SubResourceProgrammaticTest
[INFO] Running org.glassfish.jersey.server.model.ResourceInfoTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.579 s -- in org.glassfish.jersey.server.model.ResourceInfoTest
[INFO] Running org.glassfish.jersey.server.model.AncestorsTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.975 s -- in org.glassfish.jersey.server.model.AmbiguousTemplateTest
[INFO] Running org.glassfish.jersey.server.model.ConsumeProduceWildcardTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.glassfish.jersey.server.model.ConsumeProduceWildcardTest
[INFO] Running org.glassfish.jersey.server.model.AcceptAnnotatedReaderWriterTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.434 s -- in org.glassfish.jersey.server.model.AncestorsTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.289 s -- in org.glassfish.jersey.server.model.AcceptAnnotatedReaderWriterTest
[INFO] Running org.glassfish.jersey.server.model.ParameterTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.server.model.ParameterTest
[INFO] Running org.glassfish.jersey.server.model.SubResourceHttpMethodsTest
[INFO] Running org.glassfish.jersey.server.model.DynamicFeatureTest
one
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.

Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
org.glassfish.jersey.server.model.DynamicFeatureTest$CustomException: error
	at org.glassfish.jersey.server.model.DynamicFeatureTest$Resource.getProvidersError(DynamicFeatureTest.java:101)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589)
	at org.glassfish.jersey.server.model.DynamicFeatureTest.testNegativeSupportedProvidersFeature(DynamicFeatureTest.java:255)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/MonitoringStatisticsImpl.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/MonitoringStatisticsImpl.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/filter/UriConnegFilter.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/filter/UriConnegFilter.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-server ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 375 source files with javac [debug target 11] to target/classes
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"foo", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "foo" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.

[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.696 s -- in org.glassfish.jersey.server.model.SubResourceHttpMethodsTest
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.

[INFO] Running org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.703 s -- in org.glassfish.jersey.server.model.DynamicFeatureTest
[INFO] Running org.glassfish.jersey.server.model.OptionsSubResourceMethodTest
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method POST and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousClassProducingWarnings.postB() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousClassProducingWarnings.postA() at matching regular expression /test. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
HINT: A resource model has ambiguous (sub-)resource method for HTTP method GET and output mime-types as defined by @Produces annotation at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousClassProducingWarnings.getHtml() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousClassProducingWarnings.getAllPossible() at matching path pattern /test.

Apr 04, 2024 8:06:02 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous sub-resource locators on path pattern //([^/]+).

Apr 04, 2024 8:06:02 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsProducesGET.getText3() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsProducesGET.getText1() at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsProducesGET.getText3() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsProducesGET.getText2() at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsProducesGET.getText1() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsProducesGET.getText2() at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.

Apr 04, 2024 8:06:02 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get1() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get2() at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get1() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get3() at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get2() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get3() at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.

Apr 04, 2024 8:06:02 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method PUT and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public void org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsConsumesPUT.put2(java.lang.Object) and public void org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsConsumesPUT.put3(java.lang.Object) at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.

Apr 04, 2024 8:06:02 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousPostClassProducingWarnings.getPlain() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousPostClassProducingWarnings.getPlain2() at matching regular expression /test2. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
HINT: A resource model has ambiguous (sub-)resource method for HTTP method POST and output mime-types as defined by @Produces annotation at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousPostClassProducingWarnings.postB() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousPostClassProducingWarnings.postA() at matching path pattern /test2.

[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.305 s -- in org.glassfish.jersey.server.model.OptionsSubResourceMethodTest
[INFO] Running org.glassfish.jersey.server.model.ConstrainedToServerTest
Apr 04, 2024 8:06:02 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsProducesGET.getText3() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsProducesGET.getText1() at matching regular expression /x. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsProducesGET.getText3() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsProducesGET.getText2() at matching regular expression /x. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsProducesGET.getText1() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsProducesGET.getText2() at matching regular expression /x. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.

Apr 04, 2024 8:06:03 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerAndClientFilter constrained (via @ConstrainedTo) to SERVER runtime implements interface jakarta.ws.rs.client.ClientResponseFilter which is only usable in a CLIENT runtime context. 
Apr 04, 2024 8:06:03 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get3() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get4() at matching regular expression /([^/]+). These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get3() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get2() at matching regular expression /([^/]+). These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get3() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get1() at matching regular expression /([^/]+). These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get4() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get2() at matching regular expression /([^/]+). These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get4() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get1() at matching regular expression /([^/]+). These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get2() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get1() at matching regular expression /([^/]+). These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.

[WARNING] Tests run: 12, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.404 s -- in org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest
[INFO] Running org.glassfish.jersey.server.model.ResourceNotFoundTest
Apr 04, 2024 8:06:03 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient constrained (via @ConstrainedTo) to CLIENT runtime implements interface jakarta.ws.rs.container.ContainerResponseFilter which is only usable in a SERVER runtime context. A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient is constrained (via @ConstrainedTo) to CLIENT runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the implementations of providers in the resource class org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient will be ignored. However, the resource class will be loaded and used as an resource. 
Apr 04, 2024 8:06:03 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient constrained (via @ConstrainedTo) to CLIENT runtime implements interface jakarta.ws.rs.container.ContainerResponseFilter which is only usable in a SERVER runtime context. A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient is constrained (via @ConstrainedTo) to CLIENT runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the implementations of providers in the resource class org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient will be ignored. However, the resource class will be loaded and used as an resource. 
Apr 04, 2024 8:06:03 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient, implements provider interface [interface jakarta.ws.rs.container.ContainerResponseFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton.

Apr 04, 2024 8:06:03 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter constrained (via @ConstrainedTo) to CLIENT runtime implements interface jakarta.ws.rs.container.ContainerResponseFilter which is only usable in a SERVER runtime context. A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter is constrained (via @ConstrainedTo) to CLIENT runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter will be ignored. 
Apr 04, 2024 8:06:03 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter registered in SERVER runtime is constrained (via @ConstrainedTo) to CLIENT runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter will be ignored. A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter will be ignored. 
Apr 04, 2024 8:06:03 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter2 constrained (via @ConstrainedTo) to CLIENT runtime implements interface jakarta.ws.rs.container.ContainerResponseFilter which is only usable in a SERVER runtime context. A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter2 is constrained (via @ConstrainedTo) to CLIENT runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter2 will be ignored. 
Apr 04, 2024 8:06:03 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToServer, implements provider interface [interface jakarta.ws.rs.container.ContainerResponseFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton.

Apr 04, 2024 8:06:03 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientUnConstrainedFilter registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientUnConstrainedFilter will be ignored. 
Apr 04, 2024 8:06:03 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerAndClientContrainedToClientFilter constrained (via @ConstrainedTo) to CLIENT runtime implements interface jakarta.ws.rs.container.ContainerResponseFilter which is only usable in a SERVER runtime context. A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerAndClientContrainedToClientFilter registered in SERVER runtime is constrained (via @ConstrainedTo) to CLIENT runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerAndClientContrainedToClientFilter will be ignored. 
Apr 04, 2024 8:06:03 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter constrained (via @ConstrainedTo) to CLIENT runtime implements interface jakarta.ws.rs.container.ContainerResponseFilter which is only usable in a SERVER runtime context. A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter is constrained (via @ConstrainedTo) to CLIENT runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter will be ignored. 
Apr 04, 2024 8:06:03 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter registered in SERVER runtime is constrained (via @ConstrainedTo) to CLIENT runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter will be ignored. A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter will be ignored. 
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 s -- in org.glassfish.jersey.server.model.ResourceNotFoundTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.379 s -- in org.glassfish.jersey.server.model.ConstrainedToServerTest
[INFO] Running org.glassfish.jersey.server.model.InnerClassWithGenericTypeTest
[INFO] Running org.glassfish.jersey.server.model.SubResourceDynamicWithParametersTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.glassfish.jersey.server.model.InnerClassWithGenericTypeTest
[INFO] Running org.glassfish.jersey.server.model.ParameterWithMultipleAnnotationsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.server.model.ParameterWithMultipleAnnotationsTest
[INFO] Running org.glassfish.jersey.server.model.ResourceMethodDispatcherInheritanceTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 s -- in org.glassfish.jersey.server.model.SubResourceDynamicWithParametersTest
[INFO] Running org.glassfish.jersey.server.model.HeadSubResourceMethodTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 s -- in org.glassfish.jersey.server.model.ResourceMethodDispatcherInheritanceTest
[INFO] Running org.glassfish.jersey.server.model.RMBuilderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 s -- in org.glassfish.jersey.server.model.RMBuilderTest
[INFO] Running org.glassfish.jersey.server.AsyncApplicationBuildingTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.300 s -- in org.glassfish.jersey.server.model.HeadSubResourceMethodTest
[INFO] Running org.glassfish.jersey.server.filter.FilterSetMethodTest
Apr 04, 2024 8:06:03 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method POST and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.AsyncApplicationBuildingTest$ErrornousResource.postOne(java.lang.String) and public java.lang.String org.glassfish.jersey.server.AsyncApplicationBuildingTest$ErrornousResource.postTwo(java.lang.String) at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.

[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/MonitoringStatisticsImpl.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/MonitoringStatisticsImpl.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/filter/UriConnegFilter.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/main/java/org/glassfish/jersey/server/filter/UriConnegFilter.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-server ---
[INFO] Copying 6 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-server ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 149 source files with javac [debug target 11] to target/test-classes
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.229 s -- in org.glassfish.jersey.server.filter.FilterSetMethodTest
[INFO] Running org.glassfish.jersey.server.filter.HttpMethodOverrideFilterTest
Apr 04, 2024 8:06:04 AM org.glassfish.jersey.server.filter.HttpMethodOverrideFilter parseConfig
WARNING: Invalid value for jersey.config.server.httpMethodOverride configuration property: foo
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.180 s -- in org.glassfish.jersey.server.filter.HttpMethodOverrideFilterTest
[INFO] Running org.glassfish.jersey.server.filter.ContainerResponseFilterOrderingTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.glassfish.jersey.server.filter.ContainerResponseFilterOrderingTest
[INFO] Running org.glassfish.jersey.server.filter.LayeredFiltersTest
[WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.103 s -- in org.glassfish.jersey.server.filter.LayeredFiltersTest
[INFO] Running org.glassfish.jersey.server.filter.UriModificationFilterTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.glassfish.jersey.server.filter.UriModificationFilterTest
[INFO] Running org.glassfish.jersey.server.filter.ApplicationFilterTest
Apr 04, 2024 8:06:04 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
java.io.IOException: test
	at org.glassfish.jersey.server.filter.ApplicationFilterTest$ExceptionFilter.filter(ApplicationFilterTest.java:298)
	at org.glassfish.jersey.server.ContainerFilteringStage.apply(ContainerFilteringStage.java:108)
	at org.glassfish.jersey.server.ContainerFilteringStage.apply(ContainerFilteringStage.java:44)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589)
	at org.glassfish.jersey.server.filter.ApplicationFilterTest.testFilterExceptionHandling(ApplicationFilterTest.java:322)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 s -- in org.glassfish.jersey.server.filter.ApplicationFilterTest
[INFO] Running org.glassfish.jersey.server.filter.EncodingFilterTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.304 s -- in org.glassfish.jersey.server.AsyncApplicationBuildingTest
[INFO] Running org.glassfish.jersey.server.filter.EntityTypeFilterTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.glassfish.jersey.server.filter.EntityTypeFilterTest
[INFO] Running org.glassfish.jersey.server.filter.UriConnegFilterTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.485 s -- in org.glassfish.jersey.server.filter.EncodingFilterTest
[INFO] Running org.glassfish.jersey.server.filter.CsrfProtectionFilterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.glassfish.jersey.server.filter.UriConnegFilterTest
[INFO] Running org.glassfish.jersey.server.AutoDiscoverableServerTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.200 s -- in org.glassfish.jersey.server.filter.CsrfProtectionFilterTest
[INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsPrimitiveTest
### 200
### 200
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.419 s -- in org.glassfish.jersey.server.AutoDiscoverableServerTest
[INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsSortedSetPrimitiveTest
### 200
### 200
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/test/java/org/glassfish/jersey/server/AsyncCallbackServerTest.java:[198,68] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to java.lang.Class<?> for a varargs call
  cast to java.lang.Class<?>[] for a non-varargs call and to suppress this warning
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/test/java/org/glassfish/jersey/server/AsyncCallbackServerTest.java:[233,79] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to java.lang.Object for a varargs call
  cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/test/java/org/glassfish/jersey/server/AsyncApplicationBuildingTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/test/java/org/glassfish/jersey/server/AsyncApplicationBuildingTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/AbstractNanosReservoirTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/AbstractNanosReservoirTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-server ---
[INFO] Reserved port 39009 for jersey.config.test.container.port
[INFO] Reserved port 42593 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-server ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
### 200
### 200
### 200
### 200
### 200
### 200
### 200
### 200
### 200
### 200
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.387 s -- in org.glassfish.jersey.server.internal.inject.QueryParamAsSortedSetPrimitiveTest
[INFO] Running org.glassfish.jersey.server.internal.inject.HeaderParamAsPrimitiveTest
### 200
### 200
### 200
### 200
### 200
### 200
### 200
### 200
### 200
[INFO] Running org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigurationLoaderTest
[INFO] Running org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest
### 200
[INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.023 s -- in org.glassfish.jersey.server.internal.inject.QueryParamAsPrimitiveTest
[INFO] Running org.glassfish.jersey.server.internal.inject.FormParamTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.822 s -- in org.glassfish.jersey.server.internal.inject.FormParamTest
[INFO] Running org.glassfish.jersey.server.internal.inject.CookieParamAsCookieTest
Apr 04, 2024 8:06:09 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigurationLoaderTest$MyWadlGenerator
Apr 04, 2024 8:06:09 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigurationLoaderTest$MyWadlGenerator
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.213 s -- in org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigurationLoaderTest
[INFO] Running org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.glassfish.jersey.server.internal.inject.CookieParamAsCookieTest
[INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamFromStringTest
[afromString, fromString, bfromString]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.120 s -- in org.glassfish.jersey.server.internal.inject.QueryParamFromStringTest
[INFO] Running org.glassfish.jersey.server.internal.inject.PathParamDefaultValueTest
Apr 04, 2024 8:06:09 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2
Apr 04, 2024 8:06:09 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader setProperty
WARNING: Configuring the MyWadlGenerator2 with the file based property testFile is deprecated and will be removed in future versions of jersey! You should use the InputStream based property instead.
Apr 04, 2024 8:06:09 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator3
Apr 04, 2024 8:06:09 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2
Apr 04, 2024 8:06:09 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2
Apr 04, 2024 8:06:09 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader setProperty
WARNING: Configuring the MyWadlGenerator2 with the file based property testFile is deprecated and will be removed in future versions of jersey! You should use the InputStream based property instead.
Apr 04, 2024 8:06:09 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator
Apr 04, 2024 8:06:09 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator
Apr 04, 2024 8:06:09 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator2
Apr 04, 2024 8:06:10 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator
Apr 04, 2024 8:06:10 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator2
Apr 04, 2024 8:06:10 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2
Apr 04, 2024 8:06:10 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader setProperty
WARNING: Configuring the MyWadlGenerator2 with the file based property testFile is deprecated and will be removed in future versions of jersey! You should use the InputStream based property instead.
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.561 s -- in org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest
[INFO] Running org.glassfish.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupportTest
Apr 04, 2024 8:06:10 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator
Apr 04, 2024 8:06:10 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator2
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.784 s -- in org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest
[INFO] Running org.glassfish.jersey.server.model.MethodListTest
[INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.004 s -- in org.glassfish.jersey.server.internal.inject.HeaderParamAsPrimitiveTest
[INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsSortedSetStringTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.505 s -- in org.glassfish.jersey.server.internal.inject.PathParamDefaultValueTest
[INFO] Running org.glassfish.jersey.server.internal.inject.PathParamAsPrimitiveTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.glassfish.jersey.server.model.MethodListTest
[INFO] Running org.glassfish.jersey.server.model.AsyncContentAndEntityTypeTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.328 s -- in org.glassfish.jersey.server.internal.inject.QueryParamAsSortedSetStringTest
[INFO] Running org.glassfish.jersey.server.internal.inject.PathParamAsPathSegmentTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.612 s -- in org.glassfish.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupportTest
[INFO] Running org.glassfish.jersey.server.model.AcceptTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.616 s -- in org.glassfish.jersey.server.internal.inject.PathParamAsPrimitiveTest
[INFO] Running org.glassfish.jersey.server.internal.inject.ContextBasedInjectionTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.397 s -- in org.glassfish.jersey.server.internal.inject.PathParamAsPathSegmentTest
[INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsSetPrimitiveTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.932 s -- in org.glassfish.jersey.server.model.AsyncContentAndEntityTypeTest
[INFO] Running org.glassfish.jersey.server.model.AcceptWriterTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 s -- in org.glassfish.jersey.server.model.AcceptWriterTest
[INFO] Running org.glassfish.jersey.server.model.ResourceModelTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.546 s -- in org.glassfish.jersey.server.internal.inject.QueryParamAsSetPrimitiveTest
[INFO] Running org.glassfish.jersey.server.internal.inject.HeaderParamAsStringTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s -- in org.glassfish.jersey.server.model.ResourceModelTest
[INFO] Running org.glassfish.jersey.server.model.internal.ChildResourceTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.366 s -- in org.glassfish.jersey.server.internal.inject.HeaderParamAsStringTest
[INFO] Running org.glassfish.jersey.server.internal.inject.MatrixParamAsStringTest
template: /http\://localhost/([^/]+)/aa/f
pattern: /http\://localhost/([^/]+)/aa/f(/.*)?
template: /http\://localhost/([^/]+)/aa/f
pattern: /http\://localhost/([^/]+)/aa/f(/.*)?
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.196 s -- in org.glassfish.jersey.server.internal.inject.ContextBasedInjectionTest
[INFO] Running org.glassfish.jersey.server.internal.inject.ActiveBindingBindingTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.glassfish.jersey.server.internal.inject.ActiveBindingBindingTest
[INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamStringConstructorTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.601 s -- in org.glassfish.jersey.server.model.internal.ChildResourceTest
[INFO] Running org.glassfish.jersey.server.model.internal.ResourceMethodDispatcherFactoryTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.glassfish.jersey.server.model.internal.ResourceMethodDispatcherFactoryTest
[INFO] Running org.glassfish.jersey.server.model.internal.ModelHelperTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.glassfish.jersey.server.model.internal.ModelHelperTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.433 s -- in org.glassfish.jersey.server.internal.inject.MatrixParamAsStringTest
[INFO] Running org.glassfish.jersey.server.internal.inject.ParamExceptionMappingTest
[INFO] Running org.glassfish.jersey.server.model.OptionsTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 s -- in org.glassfish.jersey.server.internal.inject.ParamExceptionMappingTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.486 s -- in org.glassfish.jersey.server.internal.inject.QueryParamStringConstructorTest
[INFO] Running org.glassfish.jersey.server.internal.inject.CookieParamAsPrimitiveTest
[INFO] Running org.glassfish.jersey.server.internal.inject.ParamConverterDateTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.123 s -- in org.glassfish.jersey.server.model.AcceptTest
[INFO] Running org.glassfish.jersey.server.model.MixedResourceConfigurationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 s -- in org.glassfish.jersey.server.model.MixedResourceConfigurationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.365 s -- in org.glassfish.jersey.server.internal.inject.ParamConverterDateTest
[INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamEnumTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.glassfish.jersey.server.internal.inject.QueryParamEnumTest
[INFO] Running org.glassfish.jersey.server.internal.inject.PathParamAsStringTest
[INFO] Running org.glassfish.jersey.server.model.ValidatorTest
Apr 04, 2024 8:06:13 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: Method public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$AmbiguousParameterResource.moreNonAnnotatedParameters(java.lang.String,java.lang.String,java.lang.String) on resource class org.glassfish.jersey.server.model.ValidatorTest$AmbiguousParameterResource contains multiple parameters with no annotation. Unable to resolve the injection source.

Apr 04, 2024 8:06:13 AM org.glassfish.jersey.server.model.ValidatorTest testGetSRMConsumingFormParam
INFO: An issue should be reported if a get method consumes a form param:
Apr 04, 2024 8:06:13 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetSRMConsumingFormParam.getMethod(java.lang.String), should not consume any form parameter.

Apr 04, 2024 8:06:13 AM org.glassfish.jersey.server.model.ValidatorTest testSingletonMethodParamsInjection
INFO: An issue should not be reported as injections into the methods are allowed.
Apr 04, 2024 8:06:13 AM org.glassfish.jersey.server.model.ValidatorTest testSRLReturningVoid
INFO: An issue should be reported if a sub-resource locator returns void:
Apr 04, 2024 8:06:13 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A sub-resource model, public void org.glassfish.jersey.server.model.ValidatorTest$TestSRLReturningVoid.srLocator(), MUST return a non-void type.

[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.200 s -- in org.glassfish.jersey.server.internal.inject.PathParamAsStringTest
[INFO] Running org.glassfish.jersey.server.internal.inject.UriTest
Apr 04, 2024 8:06:13 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.server.model.ValidatorTest$MyBeanParam registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ValidatorTest$MyBeanParam will be ignored. 
Apr 04, 2024 8:06:13 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: Both resources, resource Builder{names=[[unnamed], [unnamed]], path='a', methodBuilders=[], childResourceBuilders=[], childResources=[], resourceMethods=[], subResourceLocator=httpMethod=null, consumedTypes=[], producedTypes=[], suspended=false, suspendTimeout=0, suspendTimeoutUnit=MILLISECONDS, invocable=Invocable{handler=ClassBasedMethodHandler{handlerClass=class org.glassfish.jersey.server.model.ValidatorTest$TwoLocatorsResource, handlerConstructors=[org.glassfish.jersey.server.model.HandlerConstructor@6fb852b6]}, definitionMethod=public org.glassfish.jersey.server.model.ValidatorTest$SubResource org.glassfish.jersey.server.model.ValidatorTest$TwoLocatorsResource.locator(), parameters=[], responseType=class org.glassfish.jersey.server.model.ValidatorTest$SubResource}, nameBindings=[], handlerClasses=[class org.glassfish.jersey.server.model.ValidatorTest$TwoLocatorsResource], handlerInstances=[], parentResource=<no parent>, extended=false} and resource Resource{"a", 0 child resources, 0 resource methods, 1 sub-resource locator, 1 method handler classes, 0 method handler instances}, contains sub resource locators on the same path a.
WARNING: A (sub-)resource method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestMultipleHttpMethodDesignatorsSRM.postPutIt(), should have only one HTTP method designator. It currently has the following designators defined: [@jakarta.ws.rs.POST(), @jakarta.ws.rs.PUT()]
WARNING: A sub-resource model, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestEntityParamOnSRL.locator(java.lang.String), can not have an entity parameter. Try to move the parameter to the corresponding resource method.
WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetSRMConsumingFormParam.getMethod(java.lang.String), should not consume any form parameter.
WARNING: (Sub)resource method query in org.glassfish.jersey.server.model.ValidatorTest$ResourceWithParamOnResourcePathAnnotatedMethod contains unexpected annotation jakarta.ws.rs.QueryParam.
WARNING: A resource, class org.glassfish.jersey.server.model.ValidatorTest$ResourceWithMultipleScopes, is annotated with multiple scope annotations. Only one scope annotation is allowed for the resource.
WARNING: A sub-resource model, public void org.glassfish.jersey.server.model.ValidatorTest$TestSRLReturningVoid.srLocator(), MUST return a non-void type.
WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingFormParam.getMethod(java.lang.String,java.lang.String), should not consume any form parameter.
WARNING: (Sub)resource method get in org.glassfish.jersey.server.model.ValidatorTest$ResourceGETMethodFails contains unexpected annotation jakarta.ws.rs.QueryParam.
WARNING: Method public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$AmbiguousParameterResource.moreNonAnnotatedParameters(java.lang.String,java.lang.String,java.lang.String) on resource class org.glassfish.jersey.server.model.ValidatorTest$AmbiguousParameterResource contains multiple parameters with no annotation. Unable to resolve the injection source.
WARNING: A (sub-)resource method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestMultipleHttpMethodDesignatorsRM.getPutIt(), should have only one HTTP method designator. It currently has the following designators defined: [@jakarta.ws.rs.GET(), @jakarta.ws.rs.PUT()]
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedCaseSensitiveTest.notEncoded() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedCaseSensitiveTest.percent() at matching regular expression /%5[bB]%5[dD]. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedTest.notEncoded() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedTest.percent() at matching regular expression /%5[bB]%5[dD]. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingFormParam.getMethod(java.lang.String,java.lang.String) and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingEntity.getMethod(java.lang.Object) at matching regular expression /test. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$ResourceRootNotUnique.get() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$ResourceRoot.get() at matching regular expression /sub\-root. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$AmbiguousResource1.get() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$AmbiguousResource2.get() at matching regular expression /x. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous sub-resource locators on path pattern /([^/]+)/x.
WARNING: Parameter 1 of public void org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.setB(java.lang.String) MUST be only one of a path, query, matrix or header parameter.
WARNING: Parameter a of private int org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.a MUST be only one of a path, query, matrix or header parameter.
WARNING: A resource method, private java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestNonPublicRM.privateGet(), MUST be public scoped otherwise the method is ignored
WARNING: Parameter 1 of type V[] from public void org.glassfish.jersey.server.model.ValidatorTest$GenericArrayResource.set(V[]) is not resolvable to a concrete type.
WARNING: Parameter fieldV of type V[] from V[] org.glassfish.jersey.server.model.ValidatorTest$GenericArrayResource.fieldV is not resolvable to a concrete type.
WARNING: Parameter 1 of type V from public void org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.set(V) is not resolvable to a concrete type.
WARNING: Parameter fieldV of type V from V org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.fieldV is not resolvable to a concrete type.
WARNING: Parameter 1 of type java.util.List<java.util.List<V>> from public void org.glassfish.jersey.server.model.ValidatorTest$ParameterizedTypeResource.set(java.util.List<java.util.List<V>>) is not resolvable to a concrete type.
WARNING: Parameter fieldV of type java.util.Collection<V> from java.util.Collection<V> org.glassfish.jersey.server.model.ValidatorTest$ParameterizedTypeResource.fieldV is not resolvable to a concrete type.
WARNING: The resource (or sub resource) Resource{"failRoot", 1 child resources, 4 resource methods, 1 sub-resource locator, 5 method handler classes, 0 method handler instances} with path "failRoot" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.
WARNING: The resource (or sub resource) Resource{"a", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "a" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.
WARNING: A resource, class org.glassfish.jersey.server.model.ValidatorTest$ResourceAsProvider, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton.
WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetSRMConsumingEntity.getMethod(java.lang.Object), should not consume any entity.
WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingEntity.getMethod(java.lang.Object), should not consume any entity.
WARNING: The resource (or sub resource) Resource{"x", 0 child resources, 4 resource methods, 1 sub-resource locator, 5 method handler classes, 0 method handler instances} with path "x" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.
WARNING: The resource (or sub resource) Resource{"x", 0 child resources, 1 resource methods, 1 sub-resource locator, 2 method handler classes, 0 method handler instances} with path "x" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.
WARNING: Parameter 1 of public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.get(java.lang.String) MUST be only one of a path, query, matrix or header parameter.
WARNING: Parameter 1 of public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.getSub(java.lang.String,int) MUST be only one of a path, query, matrix or header parameter.
WARNING: Parameter 2 of public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.getSub(java.lang.String,int) MUST be only one of a path, query, matrix or header parameter.
WARNING: Parameter 1 of public java.lang.Object org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.getSubLoc(java.lang.String) MUST be only one of a path, query, matrix or header parameter.
WARNING: The (sub)resource method get in org.glassfish.jersey.server.model.ValidatorTest$TestEmptyPathSegment contains empty path annotation.
HINT: A HTTP GET method, public void org.glassfish.jersey.server.model.ValidatorTest$TestGetSRMReturningVoid.getSRMethod(), returns a void type. It can be intentional and perfectly fine, but it is a little uncommon that GET method returns always "204 No Content".
HINT: A HTTP GET method, public void org.glassfish.jersey.server.model.ValidatorTest$TestGetRMReturningVoid.getMethod(), returns a void type. It can be intentional and perfectly fine, but it is a little uncommon that GET method returns always "204 No Content".
HINT: A HTTP GET method, public void org.glassfish.jersey.server.model.ValidatorTest$ResourceMethodWithVoidReturnType.error(), returns a void type. It can be intentional and perfectly fine, but it is a little uncommon that GET method returns always "204 No Content".
HINT: A resource model has ambiguous (sub-)resource method for HTTP method GET and output mime-types as defined by @Produces annotation at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingFormParam.getMethod(java.lang.String,java.lang.String) and public void org.glassfish.jersey.server.model.ValidatorTest$TestGetRMReturningVoid.getMethod() at matching path pattern /test.
HINT: A resource model has ambiguous (sub-)resource method for HTTP method GET and output mime-types as defined by @Produces annotation at Java methods public void org.glassfish.jersey.server.model.ValidatorTest$TestGetRMReturningVoid.getMethod() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingEntity.getMethod(java.lang.Object) at matching path pattern /test.

Apr 04, 2024 8:06:13 AM org.glassfish.jersey.server.model.ValidatorTest testLocatorPathValidationFail
INFO: Should report error during validation as Resource cannot have ambiguous sub resource locators.
Apr 04, 2024 8:06:13 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: Both resources, resource Builder{names=[[unnamed], [unnamed]], path='a', methodBuilders=[], childResourceBuilders=[], childResources=[], resourceMethods=[], subResourceLocator=httpMethod=null, consumedTypes=[], producedTypes=[], suspended=false, suspendTimeout=0, suspendTimeoutUnit=MILLISECONDS, invocable=Invocable{handler=ClassBasedMethodHandler{handlerClass=class org.glassfish.jersey.server.model.ValidatorTest$TwoLocatorsResource, handlerConstructors=[org.glassfish.jersey.server.model.HandlerConstructor@6624670]}, definitionMethod=public org.glassfish.jersey.server.model.ValidatorTest$SubResource org.glassfish.jersey.server.model.ValidatorTest$TwoLocatorsResource.locator(), parameters=[], responseType=class org.glassfish.jersey.server.model.ValidatorTest$SubResource}, nameBindings=[], handlerClasses=[class org.glassfish.jersey.server.model.ValidatorTest$TwoLocatorsResource], handlerInstances=[], parentResource=<no parent>, extended=false} and resource Resource{"a", 0 child resources, 0 resource methods, 1 sub-resource locator, 1 method handler classes, 0 method handler instances}, contains sub resource locators on the same path a.

Apr 04, 2024 8:06:13 AM org.glassfish.jersey.server.model.ValidatorTest testParamOnResourcePathAnnotatedMethodFails
INFO: Should report fatal during validation as @Path method should not be annotated with parameter annotation
Apr 04, 2024 8:06:13 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: (Sub)resource method query in org.glassfish.jersey.server.model.ValidatorTest$ResourceWithParamOnResourcePathAnnotatedMethod contains unexpected annotation jakarta.ws.rs.QueryParam.

Apr 04, 2024 8:06:13 AM org.glassfish.jersey.server.model.ValidatorTest testAmbiguousResources
INFO: Should report warning during validation error as resource path patterns are ambiguous ({abc} and {def} results into same path pattern).
Apr 04, 2024 8:06:13 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$AmbiguousResource1.get() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$AmbiguousResource2.get() at matching regular expression /x. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.

Apr 04, 2024 8:06:13 AM org.glassfish.jersey.server.model.ValidatorTest testEmptyResourcel
INFO: Should report warning during validation as Resource cannot have resource method and sub resource locators on the same path.
Apr 04, 2024 8:06:13 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource, Resource{"root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.

Apr 04, 2024 8:06:13 AM org.glassfish.jersey.server.model.ValidatorTest testRelaxedProducesConsumesParserRules
INFO: An issue should not be reported with the relaxed Produces/Consumes values parser.
Apr 04, 2024 8:06:13 AM org.glassfish.jersey.server.model.ValidatorTest testAmbiguousResourceLocators
INFO: Should report warning during validation error as resource path patterns are ambiguous ({abc} and {def} results into same path pattern).
Apr 04, 2024 8:06:13 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous sub-resource locators on path pattern /([^/]+)/x.

[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.205 s -- in org.glassfish.jersey.server.model.OptionsTest
Apr 04, 2024 8:06:13 AM org.glassfish.jersey.server.model.ValidatorTest testGetSRMConsumingEntity
INFO: An issue should be reported if a get method consumes an entity:
Apr 04, 2024 8:06:13 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetSRMConsumingEntity.getMethod(java.lang.Object), should not consume any entity.

Apr 04, 2024 8:06:13 AM org.glassfish.jersey.server.model.ValidatorTest testNonPublicRM
INFO: An issue should be reported if a resource method is not public:
Apr 04, 2024 8:06:13 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource method, private java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestNonPublicRM.privateGet(), MUST be public scoped otherwise the method is ignored

[INFO] Running org.glassfish.jersey.server.model.SubResourceNullTest
Apr 04, 2024 8:06:13 AM org.glassfish.jersey.server.model.ValidatorTest testGenericArrayResource
INFO: 
Apr 04, 2024 8:06:13 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedTest.notEncoded() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedTest.percent() at matching regular expression /%5[bB]%5[dD]. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.

Apr 04, 2024 8:06:13 AM org.glassfish.jersey.server.model.ValidatorTest testResourceAsProvider
INFO: An issue should be reported as resource implements provider but does not define scope.
Apr 04, 2024 8:06:13 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.server.model.ValidatorTest$ResourceAsProvider, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton.

Apr 04, 2024 8:06:13 AM org.glassfish.jersey.server.model.ValidatorTest testRootResourceNonAmbigConstructors
INFO: No issue should be reported if more public ctors exists with the same number of params, but another just one is presented with more params at a root resource:
Apr 04, 2024 8:06:13 AM org.glassfish.jersey.server.model.ValidatorTest testEmptyPathSegment
INFO: A warning should be reported if @Path with "/" or empty string value is seen
Apr 04, 2024 8:06:13 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: The (sub)resource method get in org.glassfish.jersey.server.model.ValidatorTest$TestEmptyPathSegment contains empty path annotation.

Apr 04, 2024 8:06:13 AM org.glassfish.jersey.server.model.ValidatorTest testMultipleHttpMethodDesignatorsRM
INFO: An issue should be reported if more than one HTTP method designator exist on a resource method:
Apr 04, 2024 8:06:13 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A (sub-)resource method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestMultipleHttpMethodDesignatorsRM.getPutIt(), should have only one HTTP method designator. It currently has the following designators defined: [@jakarta.ws.rs.GET(), @jakarta.ws.rs.PUT()]

Apr 04, 2024 8:06:13 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedCaseSensitiveTest.notEncoded() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedCaseSensitiveTest.percent() at matching regular expression /%5[bB]%5[dD]. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.

Apr 04, 2024 8:06:13 AM org.glassfish.jersey.server.model.ValidatorTest testEntityParamOnSRL
INFO: An issue should be reported if an entity parameter exists on a sub-resource locator:
Apr 04, 2024 8:06:13 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A sub-resource model, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestEntityParamOnSRL.locator(java.lang.String), can not have an entity parameter. Try to move the parameter to the corresponding resource method.

Apr 04, 2024 8:06:13 AM org.glassfish.jersey.server.model.ValidatorTest testGetSRMReturningVoid
INFO: An issue should be reported if a get sub-resource method returns void:
Apr 04, 2024 8:06:13 AM org.glassfish.jersey.server.model.ValidatorTest testProviderFieldsInjection
INFO: An issue should be reported if injection is required for a class which is provider and therefore singleton:
Apr 04, 2024 8:06:13 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: Parameter matrixParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.matrixParam cannot be injected into singleton resource.
WARNING: Parameter queryParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.queryParam cannot be injected into singleton resource.
WARNING: Parameter pParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.pParam cannot be injected into singleton resource.
WARNING: Parameter cParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.cParam cannot be injected into singleton resource.
WARNING: Parameter hParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.hParam cannot be injected into singleton resource.
WARNING: Parameter beanParam of org.glassfish.jersey.server.model.ValidatorTest$MyBeanParam org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.beanParam cannot be injected into singleton resource.
WARNING: A resource, class org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton.

[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s -- in org.glassfish.jersey.server.model.SubResourceNullTest
Apr 04, 2024 8:06:13 AM org.glassfish.jersey.server.model.ValidatorTest testCantReturnFromEventSinkInjectedMethod
INFO: An issue should be reported if method with injected SseEventSink parameter does not return void.
[INFO] Running org.glassfish.jersey.server.model.ResourcePathOverrideTest
Apr 04, 2024 8:06:13 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A HTTP GET method public jakarta.ws.rs.sse.SseEventSink org.glassfish.jersey.server.model.ValidatorTest$TestSseEventSinkValidations.nonVoidReturnType(jakarta.ws.rs.sse.SseEventSink) that is being injected with SseEventSink should return void. The output will propagate automatically.
WARNING: A HTTP GET method public void org.glassfish.jersey.server.model.ValidatorTest$TestSseEventSinkValidations.multipleInjection(jakarta.ws.rs.sse.SseEventSink,jakarta.ws.rs.sse.SseEventSink) defines to SseEventSink parameters to be injected. Only one of the injected event sinks will be connected to the output.

Apr 04, 2024 8:06:13 AM org.glassfish.jersey.server.model.ValidatorTest testLocatorAndMethod2Validation
INFO: Should report warning during validation as Resource cannot have resource method and sub resource locators on the same path.
Apr 04, 2024 8:06:13 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"a", 0 child resources, 1 resource methods, 1 sub-resource locator, 1 method handler classes, 0 method handler instances} with path "a" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.

Apr 04, 2024 8:06:13 AM org.glassfish.jersey.server.model.ValidatorTest testGetRMReturningVoid
INFO: An issue should be reported if a non-async get method returns void:
Apr 04, 2024 8:06:14 AM org.glassfish.jersey.server.model.ValidatorTest testParamOnResourceGETMethodFails
INFO: Should report fatal during validation as @GET method should not be annotated with parameter annotation
Apr 04, 2024 8:06:14 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: (Sub)resource method get in org.glassfish.jersey.server.model.ValidatorTest$ResourceGETMethodFails contains unexpected annotation jakarta.ws.rs.QueryParam.

Apr 04, 2024 8:06:14 AM org.glassfish.jersey.server.model.ValidatorTest testParamOnSetterIsOk
INFO: Validation should report no issues.
Apr 04, 2024 8:06:14 AM org.glassfish.jersey.server.model.ValidatorTest testNonConflictingHttpMethodDelete
INFO: No issue should be reported if produced mime types differ
Apr 04, 2024 8:06:14 AM org.glassfish.jersey.server.model.ValidatorTest testMultipleHttpMethodDesignatorsSRM
INFO: An issue should be reported if more than one HTTP method designator exist on a sub-resource method:
Apr 04, 2024 8:06:14 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A (sub-)resource method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestMultipleHttpMethodDesignatorsSRM.postPutIt(), should have only one HTTP method designator. It currently has the following designators defined: [@jakarta.ws.rs.POST(), @jakarta.ws.rs.PUT()]

Apr 04, 2024 8:06:14 AM org.glassfish.jersey.server.model.ValidatorTest testSingletonFieldsInjection
INFO: An issue should be reported if injection is required for a singleton life-cycle:
Apr 04, 2024 8:06:14 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: Parameter matrixParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.matrixParam cannot be injected into singleton resource.
WARNING: Parameter queryParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.queryParam cannot be injected into singleton resource.
WARNING: Parameter pParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.pParam cannot be injected into singleton resource.
WARNING: Parameter cParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.cParam cannot be injected into singleton resource.
WARNING: Parameter hParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.hParam cannot be injected into singleton resource.
WARNING: Parameter beanParam of org.glassfish.jersey.server.model.ValidatorTest$MyBeanParam org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.beanParam cannot be injected into singleton resource.

Apr 04, 2024 8:06:14 AM org.glassfish.jersey.server.model.ValidatorTest testAmbiguousParams
INFO: A warning should be reported if ambiguous source of a parameter is seen
Apr 04, 2024 8:06:14 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Parameter 1 of public void org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.setB(java.lang.String) MUST be only one of a path, query, matrix or header parameter.
WARNING: Parameter a of private int org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.a MUST be only one of a path, query, matrix or header parameter.
WARNING: Parameter 1 of public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.get(java.lang.String) MUST be only one of a path, query, matrix or header parameter.
WARNING: Parameter 1 of public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.getSub(java.lang.String,int) MUST be only one of a path, query, matrix or header parameter.
WARNING: Parameter 2 of public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.getSub(java.lang.String,int) MUST be only one of a path, query, matrix or header parameter.
WARNING: Parameter 1 of public java.lang.Object org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.getSubLoc(java.lang.String) MUST be only one of a path, query, matrix or header parameter.

[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.glassfish.jersey.server.model.ResourcePathOverrideTest
Apr 04, 2024 8:06:14 AM org.glassfish.jersey.server.model.ValidatorTest testTypeVariableResource
INFO: 
Apr 04, 2024 8:06:14 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Parameter 1 of type V from public void org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.set(V) is not resolvable to a concrete type.
WARNING: Parameter fieldV of type V from V org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.fieldV is not resolvable to a concrete type.
WARNING: Parameter 1 of type T from public T org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.postSub(T) is not resolvable to a concrete type.
WARNING: Return type, T, of method, public T org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.postSub(T), is not resolvable to a concrete type.
WARNING: Parameter 1 of type T from public T org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.post(T) is not resolvable to a concrete type.
WARNING: Return type, T, of method, public T org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.post(T), is not resolvable to a concrete type.
WARNING: Parameter 1 of type V from public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.get(V) is not resolvable to a concrete type.

Apr 04, 2024 8:06:13 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
java.lang.IllegalStateException: The template variable 'param' has no value
	at org.glassfish.jersey.client.JerseyWebTarget.getUri(JerseyWebTarget.java:113)
	at org.glassfish.jersey.server.internal.inject.UriTest$Resource3.doGet1(UriTest.java:93)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589)
	at org.glassfish.jersey.server.internal.inject.AbstractTest.apply(AbstractTest.java:56)
	at org.glassfish.jersey.server.internal.inject.UriTest.testGetRelative1(UriTest.java:196)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
Caused by: java.lang.IllegalArgumentException: The template variable 'param' has no value
	at org.glassfish.jersey.uri.UriTemplate$1ValuesFromArrayStrategy.valueFor(UriTemplate.java:941)
	at org.glassfish.jersey.uri.UriTemplate.resolveTemplate(UriTemplate.java:641)
	at org.glassfish.jersey.uri.UriTemplate.createUriComponent(UriTemplate.java:947)
	at org.glassfish.jersey.uri.UriTemplate.createURI(UriTemplate.java:880)
	at org.glassfish.jersey.uri.UriTemplate.createURI(UriTemplate.java:787)
	at org.glassfish.jersey.uri.internal.JerseyUriBuilder._build(JerseyUriBuilder.java:972)
	at org.glassfish.jersey.uri.internal.JerseyUriBuilder.build(JerseyUriBuilder.java:886)
	at org.glassfish.jersey.client.JerseyWebTarget.getUri(JerseyWebTarget.java:111)
	... 81 more

Apr 04, 2024 8:06:14 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
java.lang.IllegalStateException: The template variable 'param' has no value
	at org.glassfish.jersey.client.JerseyWebTarget.getUri(JerseyWebTarget.java:113)
	at org.glassfish.jersey.server.internal.inject.UriTest$Resource2.doGet1(UriTest.java:74)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589)
	at org.glassfish.jersey.server.internal.inject.AbstractTest.apply(AbstractTest.java:56)
	at org.glassfish.jersey.server.internal.inject.UriTest.testGetParam1(UriTest.java:167)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
Caused by: java.lang.IllegalArgumentException: The template variable 'param' has no value
	at org.glassfish.jersey.uri.UriTemplate$1ValuesFromArrayStrategy.valueFor(UriTemplate.java:941)
	at org.glassfish.jersey.uri.UriTemplate.resolveTemplate(UriTemplate.java:641)
	at org.glassfish.jersey.uri.UriTemplate.createUriComponent(UriTemplate.java:947)
	at org.glassfish.jersey.uri.UriTemplate.createURI(UriTemplate.java:880)
	at org.glassfish.jersey.uri.UriTemplate.createURI(UriTemplate.java:787)
	at org.glassfish.jersey.uri.internal.JerseyUriBuilder._build(JerseyUriBuilder.java:972)
	at org.glassfish.jersey.uri.internal.JerseyUriBuilder.build(JerseyUriBuilder.java:886)
	at org.glassfish.jersey.client.JerseyWebTarget.getUri(JerseyWebTarget.java:111)
	... 81 more

[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.727 s -- in org.glassfish.jersey.server.internal.inject.UriTest
[INFO] Running org.glassfish.jersey.server.internal.inject.BeanParamMemoryLeakTest
Apr 04, 2024 8:06:14 AM org.glassfish.jersey.server.model.ValidatorTest testResourceWithMultipleScopes
INFO: An issue should not be reported as resource defines multiple scopes.
Apr 04, 2024 8:06:14 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource, class org.glassfish.jersey.server.model.ValidatorTest$ResourceWithMultipleScopes, is annotated with multiple scope annotations. Only one scope annotation is allowed for the resource.

[INFO] Running org.glassfish.jersey.server.model.AcceptQsTest
Apr 04, 2024 8:06:14 AM org.glassfish.jersey.server.model.ValidatorTest testVoidReturnType
INFO: Should report hint during validation as @GET resource method returns void.
Apr 04, 2024 8:06:14 AM org.glassfish.jersey.server.model.ValidatorTest testParameterizedTypeResource
INFO: 
Apr 04, 2024 8:06:14 AM org.glassfish.jersey.server.model.ValidatorTest testGetRMConsumingEntity
INFO: An issue should be reported if a get method consumes an entity:
Apr 04, 2024 8:06:14 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingEntity.getMethod(java.lang.Object), should not consume any entity.

Apr 04, 2024 8:06:14 AM org.glassfish.jersey.server.model.ValidatorTest testSingletonConstructorParamsInjection
INFO: An issue should be reported if injection is required for a singleton life-cycle:
Apr 04, 2024 8:06:14 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: Parameter 1 of public org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectConstructorParamsForSingleton(java.lang.String) cannot be injected into singleton resource.

Apr 04, 2024 8:06:14 AM org.glassfish.jersey.server.model.ValidatorTest testLocatorAndMethodValidation
INFO: Should report warning during validation as Resource cannot have resource method and sub resource locators on the same path.
Apr 04, 2024 8:06:14 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"failRoot", 0 child resources, 1 resource methods, 1 sub-resource locator, 1 method handler classes, 0 method handler instances} with path "failRoot" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.

Apr 04, 2024 8:06:14 AM org.glassfish.jersey.server.model.ValidatorTest testGetRMConsumingFormParam
INFO: An issue should be reported if a get method consumes a form param:
Apr 04, 2024 8:06:14 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingFormParam.getMethod(java.lang.String,java.lang.String), should not consume any form parameter.

Apr 04, 2024 8:06:14 AM org.glassfish.jersey.server.model.ValidatorTest testAsyncGetRMReturningVoid
INFO: An issue should NOT be reported if a async get method returns void:
[WARNING] Tests run: 44, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.999 s -- in org.glassfish.jersey.server.model.ValidatorTest
[INFO] Running org.glassfish.jersey.server.model.ConsumeProduceSimpleTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.glassfish.jersey.server.internal.inject.BeanParamMemoryLeakTest
[INFO] Running org.glassfish.jersey.server.internal.inject.PathParamStringConstructorTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.glassfish.jersey.server.internal.inject.PathParamStringConstructorTest
[INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamSortedSetStringConstructorTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s -- in org.glassfish.jersey.server.internal.inject.QueryParamSortedSetStringConstructorTest
[INFO] Running org.glassfish.jersey.server.internal.inject.ParamConverterInternalTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.332 s -- in org.glassfish.jersey.server.internal.inject.ParamConverterInternalTest
[INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.100 s -- in org.glassfish.jersey.server.internal.inject.CookieParamAsPrimitiveTest
[INFO] Running org.glassfish.jersey.server.internal.inject.EncodedParamsTest
[INFO] Running org.glassfish.jersey.server.internal.inject.InvalidParamsTest
Apr 04, 2024 8:06:14 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.jersey.server.ParamException$QueryParamException: HTTP 404 Not Found
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:81)
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589)
	at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldISE(InvalidParamsTest.java:174)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
Caused by: org.glassfish.jersey.internal.inject.ExtractorException: java.lang.IllegalStateException: error
	at org.glassfish.jersey.internal.inject.ParamConverters$AbstractStringReader.fromString(ParamConverters.java:102)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78)
	... 93 more
Caused by: java.lang.IllegalStateException: error
	at org.glassfish.jersey.server.internal.inject.InvalidParamsTest$FaultyParamEntityISE.fromString(InvalidParamsTest.java:153)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.glassfish.jersey.internal.inject.ParamConverters$TypeFromString$1._fromString(ParamConverters.java:200)
	at org.glassfish.jersey.internal.inject.ParamConverters$AbstractStringReader.fromString(ParamConverters.java:92)
	... 97 more
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.server.internal.inject.InvalidParamsTest$ResourceWithFaultyParamEntityFieldISE errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589)
	at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldISE(InvalidParamsTest.java:174)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.server.internal.inject.InvalidParamsTest$ResourceWithFaultyParamEntityFieldISE
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589)
	at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldISE(InvalidParamsTest.java:174)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)


Apr 04, 2024 8:06:14 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
jakarta.ws.rs.WebApplicationException: HTTP 500 Internal Server Error
	at org.glassfish.jersey.server.internal.inject.InvalidParamsTest$FaultyParamEntityWAE.fromString(InvalidParamsTest.java:93)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.glassfish.jersey.internal.inject.ParamConverters$TypeFromString$1._fromString(ParamConverters.java:200)
	at org.glassfish.jersey.internal.inject.ParamConverters$AbstractStringReader.fromString(ParamConverters.java:92)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78)
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589)
	at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldWAE(InvalidParamsTest.java:144)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.server.internal.inject.InvalidParamsTest$ResourceWithFaultyParamEntityFieldWAE errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589)
	at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldWAE(InvalidParamsTest.java:144)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.server.internal.inject.InvalidParamsTest$ResourceWithFaultyParamEntityFieldWAE
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589)
	at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldWAE(InvalidParamsTest.java:144)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)


[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.260 s -- in org.glassfish.jersey.server.internal.inject.InvalidParamsTest
[INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsSetStringTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.371 s -- in org.glassfish.jersey.server.internal.inject.EncodedParamsTest
[INFO] Running org.glassfish.jersey.server.internal.inject.MatrixParamAsPrimitiveTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.809 s -- in org.glassfish.jersey.server.model.ConsumeProduceSimpleTest
[INFO] Running org.glassfish.jersey.server.model.GenericMethodListTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.server.model.GenericMethodListTest
[INFO] Running org.glassfish.jersey.server.model.ProgrammaticResourceMethodsTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.196 s -- in org.glassfish.jersey.server.model.AcceptQsTest
[INFO] Running org.glassfish.jersey.server.model.ExceptionMapperPriorityTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s -- in org.glassfish.jersey.server.model.ExceptionMapperPriorityTest
[INFO] Running org.glassfish.jersey.server.model.HeadTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.414 s -- in org.glassfish.jersey.server.model.ProgrammaticResourceMethodsTest
[INFO] Running org.glassfish.jersey.server.model.SubResourceClassDynamicTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.328 s -- in org.glassfish.jersey.server.internal.inject.QueryParamAsSetStringTest
[INFO] Running org.glassfish.jersey.server.internal.inject.ConstructorParameterInjectionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s -- in org.glassfish.jersey.server.internal.inject.ConstructorParameterInjectionTest
[INFO] Running org.glassfish.jersey.server.internal.inject.JaxRsInjectablesTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.282 s -- in org.glassfish.jersey.server.model.SubResourceClassDynamicTest
[INFO] Running org.glassfish.jersey.server.model.SubResourceDynamicWithDuplicateTemplateNamesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.glassfish.jersey.server.model.SubResourceDynamicWithDuplicateTemplateNamesTest
[INFO] Running org.glassfish.jersey.server.model.SubResourceProgrammaticTest
Apr 04, 2024 8:06:16 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
org.glassfish.jersey.server.model.ModelValidationException: Model validation error(s) found in sub resource returned by sub resource locator.
[[FATAL] A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.SubResourceProgrammaticTest$InvalidSubResource.get1() and public java.lang.String org.glassfish.jersey.server.model.SubResourceProgrammaticTest$InvalidSubResource.get2() at matching regular expression null. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.; source='org.glassfish.jersey.server.model.RuntimeResource@73797846']
	at org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder$2.run(RuntimeLocatorModelBuilder.java:236)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder.validateResource(RuntimeLocatorModelBuilder.java:228)
	at org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder.buildRouting(RuntimeLocatorModelBuilder.java:215)
	at org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder.getRouting(RuntimeLocatorModelBuilder.java:185)
	at org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.apply(SubResourceLocatorRouter.java:98)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589)
	at org.glassfish.jersey.server.model.SubResourceProgrammaticTest.testInvalidSubResource(SubResourceProgrammaticTest.java:250)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)

Apr 04, 2024 8:06:16 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.SubResourceProgrammaticTest$InvalidSubResource.get1() and public java.lang.String org.glassfish.jersey.server.model.SubResourceProgrammaticTest$InvalidSubResource.get2() at matching regular expression null. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.

[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.597 s -- in org.glassfish.jersey.server.model.HeadTest
[INFO] Running org.glassfish.jersey.server.model.SubResourceDynamicTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.516 s -- in org.glassfish.jersey.server.internal.inject.JaxRsInjectablesTest
[INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamSetStringConstructorTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.278 s -- in org.glassfish.jersey.server.model.SubResourceDynamicTest
[INFO] Running org.glassfish.jersey.server.model.AmbiguousTemplateTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s -- in org.glassfish.jersey.server.internal.inject.QueryParamSetStringConstructorTest
[INFO] Running org.glassfish.jersey.server.internal.inject.MatrixParamStringConstructorTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.701 s -- in org.glassfish.jersey.server.model.SubResourceProgrammaticTest
[INFO] Running org.glassfish.jersey.server.model.ResourceInfoTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.404 s -- in org.glassfish.jersey.server.internal.inject.MatrixParamStringConstructorTest
[INFO] Running org.glassfish.jersey.server.internal.inject.CookieParamAsStringTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.019 s -- in org.glassfish.jersey.server.model.AmbiguousTemplateTest
[INFO] Running org.glassfish.jersey.server.model.AncestorsTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.568 s -- in org.glassfish.jersey.server.internal.inject.CookieParamAsStringTest
[INFO] Running org.glassfish.jersey.server.internal.inject.CookieParamStringConstructorTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.978 s -- in org.glassfish.jersey.server.model.ResourceInfoTest
[INFO] Running org.glassfish.jersey.server.model.ConsumeProduceWildcardTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.glassfish.jersey.server.model.ConsumeProduceWildcardTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.325 s -- in org.glassfish.jersey.server.internal.inject.CookieParamStringConstructorTest
[INFO] Running org.glassfish.jersey.server.internal.inject.HeaderParamStringConstructorTest
[INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.488 s -- in org.glassfish.jersey.server.internal.inject.MatrixParamAsPrimitiveTest
[INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsStringTest
[INFO] Running org.glassfish.jersey.server.model.AcceptAnnotatedReaderWriterTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.400 s -- in org.glassfish.jersey.server.model.AncestorsTest
[INFO] Running org.glassfish.jersey.server.model.ParameterTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.server.model.ParameterTest
[INFO] Running org.glassfish.jersey.server.model.SubResourceHttpMethodsTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s -- in org.glassfish.jersey.server.model.AcceptAnnotatedReaderWriterTest
[INFO] Running org.glassfish.jersey.server.model.DynamicFeatureTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.373 s -- in org.glassfish.jersey.server.internal.inject.HeaderParamStringConstructorTest
[INFO] Running org.glassfish.jersey.server.internal.scanning.BundleSchemeScannerTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.server.internal.scanning.BundleSchemeScannerTest
[INFO] Running org.glassfish.jersey.server.internal.scanning.CompositeResourceFinderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.server.internal.scanning.CompositeResourceFinderTest
[INFO] Running org.glassfish.jersey.server.internal.scanning.VFSSchemeResourceFinderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 s -- in org.glassfish.jersey.server.internal.scanning.VFSSchemeResourceFinderTest
[INFO] Running org.glassfish.jersey.server.internal.scanning.JarFileScannerTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.592 s -- in org.glassfish.jersey.server.internal.inject.QueryParamAsStringTest
[INFO] Running org.glassfish.jersey.server.internal.monitoring.SlidingWindowTimeReservoirAggregatingTrimmerTest
one
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"foo", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "foo" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.

[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.617 s -- in org.glassfish.jersey.server.model.SubResourceHttpMethodsTest
[INFO] Running org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.

Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
org.glassfish.jersey.server.model.DynamicFeatureTest$CustomException: error
	at org.glassfish.jersey.server.model.DynamicFeatureTest$Resource.getProvidersError(DynamicFeatureTest.java:101)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589)
	at org.glassfish.jersey.server.model.DynamicFeatureTest.testNegativeSupportedProvidersFeature(DynamicFeatureTest.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)

Apr 04, 2024 8:06:18 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method POST and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousClassProducingWarnings.postB() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousClassProducingWarnings.postA() at matching regular expression /test. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
HINT: A resource model has ambiguous (sub-)resource method for HTTP method GET and output mime-types as defined by @Produces annotation at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousClassProducingWarnings.getHtml() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousClassProducingWarnings.getAllPossible() at matching path pattern /test.

[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in org.glassfish.jersey.server.internal.monitoring.SlidingWindowTimeReservoirAggregatingTrimmerTest
[INFO] Running org.glassfish.jersey.server.internal.monitoring.SlidingWindowTimeReservoirTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.glassfish.jersey.server.internal.monitoring.SlidingWindowTimeReservoirTest
[INFO] Running org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImplTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 s -- in org.glassfish.jersey.server.internal.scanning.JarFileScannerTest
[INFO] Running org.glassfish.jersey.server.internal.monitoring.MonitoringUtilsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.server.internal.monitoring.MonitoringUtilsTest
[INFO] Running org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImplTest
[INFO] Running org.glassfish.jersey.server.internal.monitoring.ResponseStatisticsImplTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.server.internal.monitoring.ResponseStatisticsImplTest
[INFO] Running org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmerTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsTest
[INFO] Running org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmerZeroTimeTest
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous sub-resource locators on path pattern //([^/]+).

Apr 04, 2024 8:06:18 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsProducesGET.getText1() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsProducesGET.getText2() at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsProducesGET.getText1() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsProducesGET.getText3() at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsProducesGET.getText2() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsProducesGET.getText3() at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.

Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.

[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.778 s -- in org.glassfish.jersey.server.model.DynamicFeatureTest
[INFO] Running org.glassfish.jersey.server.model.OptionsSubResourceMethodTest
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get1() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get2() at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get1() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get3() at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get2() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get3() at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.

Apr 04, 2024 8:06:18 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method PUT and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public void org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsConsumesPUT.put3(java.lang.Object) and public void org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsConsumesPUT.put2(java.lang.Object) at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.

Apr 04, 2024 8:06:18 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousPostClassProducingWarnings.getPlain2() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousPostClassProducingWarnings.getPlain() at matching regular expression /test2. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
HINT: A resource model has ambiguous (sub-)resource method for HTTP method POST and output mime-types as defined by @Produces annotation at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousPostClassProducingWarnings.postB() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousPostClassProducingWarnings.postA() at matching path pattern /test2.

Apr 04, 2024 8:06:18 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsProducesGET.getText1() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsProducesGET.getText2() at matching regular expression /x. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsProducesGET.getText1() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsProducesGET.getText3() at matching regular expression /x. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsProducesGET.getText2() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsProducesGET.getText3() at matching regular expression /x. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.

Apr 04, 2024 8:06:18 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get3() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get4() at matching regular expression /([^/]+). These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get3() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get2() at matching regular expression /([^/]+). These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get3() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get1() at matching regular expression /([^/]+). These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get4() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get2() at matching regular expression /([^/]+). These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get4() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get1() at matching regular expression /([^/]+). These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get2() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get1() at matching regular expression /([^/]+). These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.

[WARNING] Tests run: 12, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.409 s -- in org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest
[INFO] Running org.glassfish.jersey.server.model.ConstrainedToServerTest
Apr 04, 2024 8:06:18 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerAndClientFilter constrained (via @ConstrainedTo) to SERVER runtime implements interface jakarta.ws.rs.client.ClientResponseFilter which is only usable in a CLIENT runtime context. 
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.301 s -- in org.glassfish.jersey.server.model.OptionsSubResourceMethodTest
[INFO] Running org.glassfish.jersey.server.model.ResourceNotFoundTest
Apr 04, 2024 8:06:19 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient constrained (via @ConstrainedTo) to CLIENT runtime implements interface jakarta.ws.rs.container.ContainerResponseFilter which is only usable in a SERVER runtime context. A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient is constrained (via @ConstrainedTo) to CLIENT runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the implementations of providers in the resource class org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient will be ignored. However, the resource class will be loaded and used as an resource. 
Apr 04, 2024 8:06:19 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient constrained (via @ConstrainedTo) to CLIENT runtime implements interface jakarta.ws.rs.container.ContainerResponseFilter which is only usable in a SERVER runtime context. A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient is constrained (via @ConstrainedTo) to CLIENT runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the implementations of providers in the resource class org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient will be ignored. However, the resource class will be loaded and used as an resource. 
Apr 04, 2024 8:06:19 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient, implements provider interface [interface jakarta.ws.rs.container.ContainerResponseFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton.

[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.640 s -- in org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmerZeroTimeTest
[INFO] Running org.glassfish.jersey.server.internal.routing.ExtendedUriInfoTest
Apr 04, 2024 8:06:19 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter registered in SERVER runtime is constrained (via @ConstrainedTo) to CLIENT runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter will be ignored. A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter will be ignored. 
Apr 04, 2024 8:06:19 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter constrained (via @ConstrainedTo) to CLIENT runtime implements interface jakarta.ws.rs.container.ContainerResponseFilter which is only usable in a SERVER runtime context. A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter is constrained (via @ConstrainedTo) to CLIENT runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter will be ignored. 
Apr 04, 2024 8:06:19 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter2 constrained (via @ConstrainedTo) to CLIENT runtime implements interface jakarta.ws.rs.container.ContainerResponseFilter which is only usable in a SERVER runtime context. A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter2 is constrained (via @ConstrainedTo) to CLIENT runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter2 will be ignored. 
Apr 04, 2024 8:06:19 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToServer, implements provider interface [interface jakarta.ws.rs.container.ContainerResponseFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton.

Apr 04, 2024 8:06:19 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientUnConstrainedFilter registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientUnConstrainedFilter will be ignored. 
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.898 s -- in org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmerTest
[INFO] Running org.glassfish.jersey.server.internal.routing.ResponseMediaTypeFromProvidersTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.glassfish.jersey.server.internal.routing.ResponseMediaTypeFromProvidersTest
[INFO] Running org.glassfish.jersey.server.internal.routing.SubResourceLocatorCachingTest
Apr 04, 2024 8:06:19 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerAndClientContrainedToClientFilter constrained (via @ConstrainedTo) to CLIENT runtime implements interface jakarta.ws.rs.container.ContainerResponseFilter which is only usable in a SERVER runtime context. A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerAndClientContrainedToClientFilter registered in SERVER runtime is constrained (via @ConstrainedTo) to CLIENT runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerAndClientContrainedToClientFilter will be ignored. 
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.305 s -- in org.glassfish.jersey.server.model.ResourceNotFoundTest
[INFO] Running org.glassfish.jersey.server.model.InnerClassWithGenericTypeTest
Apr 04, 2024 8:06:19 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter registered in SERVER runtime is constrained (via @ConstrainedTo) to CLIENT runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter will be ignored. A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter will be ignored. 
Apr 04, 2024 8:06:19 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter constrained (via @ConstrainedTo) to CLIENT runtime implements interface jakarta.ws.rs.container.ContainerResponseFilter which is only usable in a SERVER runtime context. A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter is constrained (via @ConstrainedTo) to CLIENT runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter will be ignored. 
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.510 s -- in org.glassfish.jersey.server.model.ConstrainedToServerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.glassfish.jersey.server.model.InnerClassWithGenericTypeTest
[INFO] Running org.glassfish.jersey.server.model.SubResourceDynamicWithParametersTest
[INFO] Running org.glassfish.jersey.server.model.ParameterWithMultipleAnnotationsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.server.model.ParameterWithMultipleAnnotationsTest
[INFO] Running org.glassfish.jersey.server.model.ResourceMethodDispatcherInheritanceTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.glassfish.jersey.server.model.ResourceMethodDispatcherInheritanceTest
[INFO] Running org.glassfish.jersey.server.model.HeadSubResourceMethodTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s -- in org.glassfish.jersey.server.model.SubResourceDynamicWithParametersTest
[INFO] Running org.glassfish.jersey.server.model.RMBuilderTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.356 s -- in org.glassfish.jersey.server.internal.routing.ExtendedUriInfoTest
[INFO] Running org.glassfish.jersey.server.internal.routing.SubResourceValidationTest
Apr 04, 2024 8:06:19 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
org.glassfish.jersey.internal.guava.UncheckedExecutionException: org.glassfish.jersey.server.model.ModelValidationException: Model validation error(s) found in sub resource returned by sub resource locator.
[[FATAL] A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.internal.routing.SubResourceValidationTest$InvalidSubResource.aget() and public java.lang.String org.glassfish.jersey.server.internal.routing.SubResourceValidationTest$InvalidSubResource.aget2() at matching regular expression /aaa. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.; source='org.glassfish.jersey.server.model.RuntimeResource@11c0403f']
	at org.glassfish.jersey.internal.guava.LocalCache$Segment.get(LocalCache.java:2183)
	at org.glassfish.jersey.internal.guava.LocalCache.get(LocalCache.java:605)
	at org.glassfish.jersey.internal.guava.LocalCache.getOrLoad(LocalCache.java:609)
	at org.glassfish.jersey.internal.guava.LocalCache$LocalLoadingCache.get(LocalCache.java:3797)
	at org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder.getRouting(RuntimeLocatorModelBuilder.java:162)
	at org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.apply(SubResourceLocatorRouter.java:114)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589)
	at org.glassfish.jersey.server.internal.routing.SubResourceValidationTest.testEnable(SubResourceValidationTest.java:81)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
Caused by: org.glassfish.jersey.server.model.ModelValidationException: Model validation error(s) found in sub resource returned by sub resource locator.
[[FATAL] A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.internal.routing.SubResourceValidationTest$InvalidSubResource.aget() and public java.lang.String org.glassfish.jersey.server.internal.routing.SubResourceValidationTest$InvalidSubResource.aget2() at matching regular expression /aaa. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.; source='org.glassfish.jersey.server.model.RuntimeResource@11c0403f']
	at org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder$2.run(RuntimeLocatorModelBuilder.java:236)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder.validateResource(RuntimeLocatorModelBuilder.java:228)
	at org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder.buildRouting(RuntimeLocatorModelBuilder.java:215)
	at org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder.createRouting(RuntimeLocatorModelBuilder.java:207)
	at org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder$1.load(RuntimeLocatorModelBuilder.java:139)
	at org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder$1.load(RuntimeLocatorModelBuilder.java:136)
	at org.glassfish.jersey.internal.guava.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3429)
	at org.glassfish.jersey.internal.guava.LocalCache$Segment.loadSync(LocalCache.java:2291)
	at org.glassfish.jersey.internal.guava.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2260)
	at org.glassfish.jersey.internal.guava.LocalCache$Segment.get(LocalCache.java:2177)
	... 82 more

Apr 04, 2024 8:06:19 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.internal.routing.SubResourceValidationTest$InvalidSubResource.aget() and public java.lang.String org.glassfish.jersey.server.internal.routing.SubResourceValidationTest$InvalidSubResource.aget2() at matching regular expression /aaa. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.

[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.glassfish.jersey.server.internal.routing.SubResourceValidationTest
[INFO] Running org.glassfish.jersey.server.internal.routing.UriRoutingContextTest
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.glassfish.jersey.server.internal.routing.UriRoutingContextTest
[INFO] Running org.glassfish.jersey.server.internal.sonar.SonarJerseyServerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.server.internal.sonar.SonarJerseyServerTest
[INFO] Running org.glassfish.jersey.server.internal.ServiceFinderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.jersey.server.internal.ServiceFinderTest
[INFO] Running org.glassfish.jersey.server.internal.ResourceContextTest
Apr 04, 2024 8:06:19 AM org.glassfish.jersey.server.internal.JerseyResourceContext getResource
WARNING: Lookup and initialization failed for a resource class: class org.glassfish.jersey.server.internal.ResourceContextTest$NotInstantiable.
MultiException stack 1 of 1
java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.server.internal.ResourceContextTest$NotInstantiable class. Instantiation of non-static member classes is not supported.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1043)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:984)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1088)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1080)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:199)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:123)
	at org.glassfish.jersey.server.JerseyResourceContextConfigurator.lambda$init$0(JerseyResourceContextConfigurator.java:45)
	at org.glassfish.jersey.server.internal.JerseyResourceContext.getResource(JerseyResourceContext.java:85)
	at org.glassfish.jersey.server.internal.ResourceContextTest$ResourceA.isNull(ResourceContextTest.java:64)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589)
	at org.glassfish.jersey.server.internal.ResourceContextTest.testGetResource(ResourceContextTest.java:112)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

Apr 04, 2024 8:06:19 AM org.glassfish.jersey.server.internal.JerseyResourceContext getResource
WARNING: Lookup and initialization failed for a resource class: class org.glassfish.jersey.server.internal.ResourceContextTest$NotInstantiable.
MultiException stack 1 of 1
java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.server.internal.ResourceContextTest$NotInstantiable class. Instantiation of non-static member classes is not supported.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1043)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:984)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1088)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1080)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:199)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:123)
	at org.glassfish.jersey.server.JerseyResourceContextConfigurator.lambda$init$0(JerseyResourceContextConfigurator.java:45)
	at org.glassfish.jersey.server.internal.JerseyResourceContext.getResource(JerseyResourceContext.java:85)
	at org.glassfish.jersey.server.internal.ResourceContextTest$ResourceA.notInstantiable(ResourceContextTest.java:70)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.lambda$getResource$0(SubResourceLocatorRouter.java:132)
	at org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.getResource(SubResourceLocatorRouter.java:150)
	at org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.apply(SubResourceLocatorRouter.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589)
	at org.glassfish.jersey.server.internal.ResourceContextTest.testGetResource(ResourceContextTest.java:115)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.glassfish.jersey.server.internal.ResourceContextTest
[INFO] Running org.glassfish.jersey.server.internal.BackgroundSchedulerProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.glassfish.jersey.server.internal.BackgroundSchedulerProviderTest
[INFO] Running org.glassfish.jersey.server.internal.RuntimeDelegateImplTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s -- in org.glassfish.jersey.server.model.RMBuilderTest
[INFO] Running org.glassfish.jersey.server.AsyncApplicationBuildingTest
Apr 04, 2024 8:06:19 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method POST and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.AsyncApplicationBuildingTest$ErrornousResource.postOne(java.lang.String) and public java.lang.String org.glassfish.jersey.server.AsyncApplicationBuildingTest$ErrornousResource.postTwo(java.lang.String) at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.

[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 s -- in org.glassfish.jersey.server.model.HeadSubResourceMethodTest
[INFO] Running org.glassfish.jersey.server.filter.FilterSetMethodTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s -- in org.glassfish.jersey.server.internal.RuntimeDelegateImplTest
[INFO] Running org.glassfish.jersey.server.internal.process.ProxyInjectablesTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s -- in org.glassfish.jersey.server.internal.process.ProxyInjectablesTest
[INFO] Running org.glassfish.jersey.server.internal.ContainerUtilsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.server.internal.ContainerUtilsTest
[INFO] Running org.glassfish.jersey.server.ResourceMergeTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.265 s -- in org.glassfish.jersey.server.filter.FilterSetMethodTest
[INFO] Running org.glassfish.jersey.server.filter.HttpMethodOverrideFilterTest
Apr 04, 2024 8:06:20 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: Both resources, resource Builder{names=[[unnamed], [unnamed]], path='child', methodBuilders=[], childResourceBuilders=[], childResources=[], resourceMethods=[], subResourceLocator=httpMethod=null, consumedTypes=[application/xml], producedTypes=[], suspended=false, suspendTimeout=0, suspendTimeoutUnit=MILLISECONDS, invocable=Invocable{handler=InstanceBasedMethodHandler{handler=org.glassfish.jersey.server.ResourceMergeTest$MyInflector@7bb2225a, handlerClass=class org.glassfish.jersey.server.ResourceMergeTest$MyInflector}, definitionMethod=public abstract java.lang.Object org.glassfish.jersey.process.Inflector.apply(java.lang.Object), parameters=[Parameter [type=interface jakarta.ws.rs.container.ContainerRequestContext, source=null, defaultValue=null]], responseType=class java.lang.Object}, nameBindings=[], handlerClasses=[], handlerInstances=[org.glassfish.jersey.server.ResourceMergeTest$MyInflector@7bb2225a], parentResource=<no parent>, extended=false} and resource Resource{"child", 0 child resources, 0 resource methods, 1 sub-resource locator, 0 method handler classes, 1 method handler instances}, contains sub resource locators on the same path child.

[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.jersey.server.ResourceMergeTest
[INFO] Running org.glassfish.jersey.server.UriInfoMatchedUrisTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.glassfish.jersey.server.UriInfoMatchedUrisTest
[INFO] Running org.glassfish.jersey.server.ApplicationTest
Apr 04, 2024 8:06:20 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Component of class null cannot be instantiated and will be ignored.

Apr 04, 2024 8:06:20 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.server.ApplicationTest$DummyResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.ApplicationTest$DummyResource will be ignored. 
Apr 04, 2024 8:06:20 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.

Apr 04, 2024 8:06:20 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Component of class null cannot be instantiated and will be ignored.

Apr 04, 2024 8:06:20 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.

[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s -- in org.glassfish.jersey.server.ApplicationTest
[INFO] Running org.glassfish.jersey.server.spi.WebServerProviderTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.server.spi.WebServerProviderTest
[INFO] Running org.glassfish.jersey.server.ApplicationHandlerTest
Apr 04, 2024 8:06:20 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo
SEVERE: MessageBodyWriter not found for media type=application/json, type=class org.glassfish.jersey.server.ApplicationHandlerTest$ResponseErrorEntity, genericType=class org.glassfish.jersey.server.ApplicationHandlerTest$ResponseErrorEntity.
Apr 04, 2024 8:06:20 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.server.ApplicationHandlerTest$SingletonResourceAndProvider, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton.

Apr 04, 2024 8:06:20 AM org.glassfish.jersey.server.filter.HttpMethodOverrideFilter parseConfig
WARNING: Invalid value for jersey.config.server.httpMethodOverride configuration property: foo
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 s -- in org.glassfish.jersey.server.filter.HttpMethodOverrideFilterTest
[INFO] Running org.glassfish.jersey.server.filter.ContainerResponseFilterOrderingTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.glassfish.jersey.server.filter.ContainerResponseFilterOrderingTest
[INFO] Running org.glassfish.jersey.server.filter.LayeredFiltersTest
[WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.067 s -- in org.glassfish.jersey.server.filter.LayeredFiltersTest
[INFO] Running org.glassfish.jersey.server.filter.UriModificationFilterTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in org.glassfish.jersey.server.filter.UriModificationFilterTest
Apr 04, 2024 8:06:20 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
java.lang.RuntimeException: Cannot do that!
	at org.glassfish.jersey.server.ApplicationHandlerTest$ResponseErrorEntityWriter.writeTo(ApplicationHandlerTest.java:523)
	at org.glassfish.jersey.server.ApplicationHandlerTest$ResponseErrorEntityWriter.writeTo(ApplicationHandlerTest.java:504)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:266)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589)
	at org.glassfish.jersey.server.ApplicationHandlerTest.lambda$testMapCyclicResponseErrorForMbw$0(ApplicationHandlerTest.java:568)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35)
	at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3115)
	at org.glassfish.jersey.server.ApplicationHandlerTest.testMapCyclicResponseErrorForMbw(ApplicationHandlerTest.java:563)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

Apr 04, 2024 8:06:20 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.ApplicationHandlerTest$MergedA.doGet() and public java.lang.String org.glassfish.jersey.server.ApplicationHandlerTest$MergedA1.doGet() at matching regular expression /merged. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.

[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 s -- in org.glassfish.jersey.server.ApplicationHandlerTest
[INFO] Running org.glassfish.jersey.server.modelapi.annotation.IntrospectionModellerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.server.modelapi.annotation.IntrospectionModellerTest
[INFO] Running org.glassfish.jersey.server.ModelProcessorScopeTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 s -- in org.glassfish.jersey.server.ModelProcessorScopeTest
[INFO] Running org.glassfish.jersey.server.DefaultExceptionMapperTest
Apr 04, 2024 8:06:20 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.server.DefaultExceptionMapperTest$IOExThrowingResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.DefaultExceptionMapperTest$IOExThrowingResource will be ignored. 
Apr 04, 2024 8:06:20 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
java.io.IOException: DefaultExceptionMapperTest I/O Exception
	at org.glassfish.jersey.server.DefaultExceptionMapperTest$IOExThrowingResource.doGet(DefaultExceptionMapperTest.java:86)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589)
	at org.glassfish.jersey.server.DefaultExceptionMapperTest.testCompletionCallback(DefaultExceptionMapperTest.java:56)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s -- in org.glassfish.jersey.server.DefaultExceptionMapperTest
[INFO] Running org.glassfish.jersey.server.ResourceConfigTest
[]
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.glassfish.jersey.server.ResourceConfigTest
[INFO] Running org.glassfish.jersey.server.SecurityManagerConfiguredTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.glassfish.jersey.server.SecurityManagerConfiguredTest
[INFO] Running org.glassfish.jersey.server.ExtendedResourceContextTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.glassfish.jersey.server.ExtendedResourceContextTest
[INFO] Running org.glassfish.jersey.server.monitoring.MonitoringFeatureTest
[INFO] Running org.glassfish.jersey.server.filter.ApplicationFilterTest
Apr 04, 2024 8:06:20 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
java.io.IOException: test
	at org.glassfish.jersey.server.filter.ApplicationFilterTest$ExceptionFilter.filter(ApplicationFilterTest.java:298)
	at org.glassfish.jersey.server.ContainerFilteringStage.apply(ContainerFilteringStage.java:108)
	at org.glassfish.jersey.server.ContainerFilteringStage.apply(ContainerFilteringStage.java:44)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589)
	at org.glassfish.jersey.server.filter.ApplicationFilterTest.testFilterExceptionHandling(ApplicationFilterTest.java:322)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)

Apr 04, 2024 8:06:20 AM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure
WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value.
Apr 04, 2024 8:06:20 AM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure
WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value.
Apr 04, 2024 8:06:20 AM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure
WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. Monitoring statistics will be disabled. The configuration is inconsistent and may produce unwanted behaviour. Disable MBeans exposure or enable monitoring statistics.
Apr 04, 2024 8:06:20 AM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure
WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. Monitoring statistics will be disabled. The configuration is inconsistent and may produce unwanted behaviour. Disable MBeans exposure or enable monitoring statistics.
Apr 04, 2024 8:06:20 AM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure
WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value.
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.416 s -- in org.glassfish.jersey.server.filter.ApplicationFilterTest
[INFO] Running org.glassfish.jersey.server.filter.EncodingFilterTest
Apr 04, 2024 8:06:21 AM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure
WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value.
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.348 s -- in org.glassfish.jersey.server.monitoring.MonitoringFeatureTest
[INFO] Running org.glassfish.jersey.server.JaxRsFeatureRegistrationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.glassfish.jersey.server.JaxRsFeatureRegistrationTest
[INFO] Running org.glassfish.jersey.server.UriInfoMatchedResourcesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.glassfish.jersey.server.UriInfoMatchedResourcesTest
[INFO] Running org.glassfish.jersey.server.AsyncCallbackServerTest
Apr 04, 2024 8:06:21 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.server.AsyncCallbackServerTest$CompletionResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.AsyncCallbackServerTest$CompletionResource will be ignored. 
Apr 04, 2024 8:06:21 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
java.lang.RuntimeException: test-exception
	at org.glassfish.jersey.server.AsyncCallbackServerTest$CompletionResource.onError(AsyncCallbackServerTest.java:170)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$VoidOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:159)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589)
	at org.glassfish.jersey.server.AsyncCallbackServerTest.testCompletionFail(AsyncCallbackServerTest.java:82)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

Apr 04, 2024 8:06:21 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.server.AsyncCallbackServerTest$CompletionResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.AsyncCallbackServerTest$CompletionResource will be ignored. 
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.glassfish.jersey.server.AsyncCallbackServerTest
[INFO] Running org.glassfish.jersey.server.AnnotatedEntityTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.313 s -- in org.glassfish.jersey.server.AsyncApplicationBuildingTest
[INFO] Running org.glassfish.jersey.server.filter.EntityTypeFilterTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.glassfish.jersey.server.filter.EntityTypeFilterTest
[INFO] Running org.glassfish.jersey.server.filter.UriConnegFilterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.glassfish.jersey.server.filter.UriConnegFilterTest
[INFO] Running org.glassfish.jersey.server.filter.CsrfProtectionFilterTest
Apr 04, 2024 8:06:21 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: No injection source found for a parameter of type public java.lang.String org.glassfish.jersey.server.AnnotatedEntityTest$WrongResource.postEntityAnnotated(java.lang.String,java.lang.String,java.lang.String,java.lang.String) at index 1.

[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in org.glassfish.jersey.server.AnnotatedEntityTest
[INFO] Running org.glassfish.jersey.server.ContainerRequestTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.glassfish.jersey.server.ContainerRequestTest
[INFO] Running org.glassfish.jersey.server.SecurityContextTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.glassfish.jersey.server.SecurityContextTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 s -- in org.glassfish.jersey.server.filter.CsrfProtectionFilterTest
[INFO] Running org.glassfish.jersey.server.AutoDiscoverableServerTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.665 s -- in org.glassfish.jersey.server.filter.EncodingFilterTest
[INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsPrimitiveTest
### 200
### 200
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.506 s -- in org.glassfish.jersey.server.AutoDiscoverableServerTest
[INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsSortedSetPrimitiveTest
### 200
### 200
### 200
### 200
### 200
### 200
### 200
### 200
### 200
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.008 s -- in org.glassfish.jersey.server.internal.inject.QueryParamAsSortedSetPrimitiveTest
[INFO] Running org.glassfish.jersey.server.internal.inject.HeaderParamAsPrimitiveTest
### 200
### 200
Apr 04, 2024 8:06:22 AM org.glassfish.jersey.internal.util.PropertiesHelper convertValue
WARNING: There is no way how to transform value "foo" [java.lang.String] to type [java.lang.Integer].
### 200
### 200
### 200
### 200
### 200
### 200
### 200
### 200
### 200
### 200
### 200
[INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.412 s -- in org.glassfish.jersey.server.internal.inject.QueryParamAsPrimitiveTest
[INFO] Running org.glassfish.jersey.server.internal.inject.FormParamTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.741 s -- in org.glassfish.jersey.server.internal.inject.FormParamTest
[INFO] Running org.glassfish.jersey.server.internal.inject.CookieParamAsCookieTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.glassfish.jersey.server.internal.inject.CookieParamAsCookieTest
[INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamFromStringTest
[afromString, fromString, bfromString]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s -- in org.glassfish.jersey.server.internal.inject.QueryParamFromStringTest
[INFO] Running org.glassfish.jersey.server.internal.inject.PathParamDefaultValueTest
[INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.190 s -- in org.glassfish.jersey.server.internal.inject.HeaderParamAsPrimitiveTest
[INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsSortedSetStringTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.862 s -- in org.glassfish.jersey.server.internal.routing.SubResourceLocatorCachingTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 936, Failures: 0, Errors: 0, Skipped: 11
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/target/jersey-server-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-server ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.496 s -- in org.glassfish.jersey.server.internal.inject.PathParamDefaultValueTest
[INFO] Running org.glassfish.jersey.server.internal.inject.PathParamAsPrimitiveTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.390 s -- in org.glassfish.jersey.server.internal.inject.QueryParamAsSortedSetStringTest
[INFO] Running org.glassfish.jersey.server.internal.inject.PathParamAsPathSegmentTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.398 s -- in org.glassfish.jersey.server.internal.inject.PathParamAsPathSegmentTest
[INFO] Running org.glassfish.jersey.server.internal.inject.ContextBasedInjectionTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.603 s -- in org.glassfish.jersey.server.internal.inject.PathParamAsPrimitiveTest
[INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsSetPrimitiveTest
[INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/target/bom.xml
[INFO]            attaching as jersey-server-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/target/bom.json
[INFO]            attaching as jersey-server-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/target/jersey-server-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-server ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/target/jersey-server-3.1.99-SNAPSHOT.jar
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.714 s -- in org.glassfish.jersey.server.internal.inject.QueryParamAsSetPrimitiveTest
[INFO] Running org.glassfish.jersey.server.internal.inject.HeaderParamAsStringTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.145 s -- in org.glassfish.jersey.server.internal.inject.ContextBasedInjectionTest
[INFO] Running org.glassfish.jersey.server.internal.inject.MatrixParamAsStringTest
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-server ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.1.99-SNAPSHOT/jersey-server-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/target/jersey-server-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.1.99-SNAPSHOT/jersey-server-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.1.99-SNAPSHOT/jersey-server-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.1.99-SNAPSHOT/jersey-server-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/target/jersey-server-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.1.99-SNAPSHOT/jersey-server-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-server ---
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.561 s -- in org.glassfish.jersey.server.internal.inject.HeaderParamAsStringTest
[INFO] Running org.glassfish.jersey.server.internal.inject.ActiveBindingBindingTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.glassfish.jersey.server.internal.inject.ActiveBindingBindingTest
[INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamStringConstructorTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.762 s -- in org.glassfish.jersey.server.internal.inject.MatrixParamAsStringTest
[INFO] Running org.glassfish.jersey.server.internal.inject.ParamExceptionMappingTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.609 s -- in org.glassfish.jersey.server.internal.inject.QueryParamStringConstructorTest
[INFO] Running org.glassfish.jersey.server.internal.inject.CookieParamAsPrimitiveTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.274 s -- in org.glassfish.jersey.server.internal.inject.ParamExceptionMappingTest
[INFO] Running org.glassfish.jersey.server.internal.inject.ParamConverterDateTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s -- in org.glassfish.jersey.server.internal.inject.ParamConverterDateTest
[INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamEnumTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in org.glassfish.jersey.server.internal.inject.QueryParamEnumTest
[INFO] Running org.glassfish.jersey.server.internal.inject.PathParamAsStringTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s -- in org.glassfish.jersey.server.internal.inject.PathParamAsStringTest
[INFO] Running org.glassfish.jersey.server.internal.inject.UriTest
Apr 04, 2024 8:06:30 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
java.lang.IllegalStateException: The template variable 'param' has no value
	at org.glassfish.jersey.client.JerseyWebTarget.getUri(JerseyWebTarget.java:113)
	at org.glassfish.jersey.server.internal.inject.UriTest$Resource3.doGet1(UriTest.java:93)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589)
	at org.glassfish.jersey.server.internal.inject.AbstractTest.apply(AbstractTest.java:56)
	at org.glassfish.jersey.server.internal.inject.UriTest.testGetRelative1(UriTest.java:196)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
Caused by: java.lang.IllegalArgumentException: The template variable 'param' has no value
	at org.glassfish.jersey.uri.UriTemplate$1ValuesFromArrayStrategy.valueFor(UriTemplate.java:941)
	at org.glassfish.jersey.uri.UriTemplate.resolveTemplate(UriTemplate.java:641)
	at org.glassfish.jersey.uri.UriTemplate.createUriComponent(UriTemplate.java:947)
	at org.glassfish.jersey.uri.UriTemplate.createURI(UriTemplate.java:880)
	at org.glassfish.jersey.uri.UriTemplate.createURI(UriTemplate.java:787)
	at org.glassfish.jersey.uri.internal.JerseyUriBuilder._build(JerseyUriBuilder.java:972)
	at org.glassfish.jersey.uri.internal.JerseyUriBuilder.build(JerseyUriBuilder.java:886)
	at org.glassfish.jersey.client.JerseyWebTarget.getUri(JerseyWebTarget.java:111)
	... 85 more

Apr 04, 2024 8:06:30 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
java.lang.IllegalStateException: The template variable 'param' has no value
	at org.glassfish.jersey.client.JerseyWebTarget.getUri(JerseyWebTarget.java:113)
	at org.glassfish.jersey.server.internal.inject.UriTest$Resource2.doGet1(UriTest.java:74)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589)
	at org.glassfish.jersey.server.internal.inject.AbstractTest.apply(AbstractTest.java:56)
	at org.glassfish.jersey.server.internal.inject.UriTest.testGetParam1(UriTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
Caused by: java.lang.IllegalArgumentException: The template variable 'param' has no value
	at org.glassfish.jersey.uri.UriTemplate$1ValuesFromArrayStrategy.valueFor(UriTemplate.java:941)
	at org.glassfish.jersey.uri.UriTemplate.resolveTemplate(UriTemplate.java:641)
	at org.glassfish.jersey.uri.UriTemplate.createUriComponent(UriTemplate.java:947)
	at org.glassfish.jersey.uri.UriTemplate.createURI(UriTemplate.java:880)
	at org.glassfish.jersey.uri.UriTemplate.createURI(UriTemplate.java:787)
	at org.glassfish.jersey.uri.internal.JerseyUriBuilder._build(JerseyUriBuilder.java:972)
	at org.glassfish.jersey.uri.internal.JerseyUriBuilder.build(JerseyUriBuilder.java:886)
	at org.glassfish.jersey.client.JerseyWebTarget.getUri(JerseyWebTarget.java:111)
	... 85 more

[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.613 s -- in org.glassfish.jersey.server.internal.inject.UriTest
[INFO] Running org.glassfish.jersey.server.internal.inject.BeanParamMemoryLeakTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.glassfish.jersey.server.internal.inject.BeanParamMemoryLeakTest
[INFO] Running org.glassfish.jersey.server.internal.inject.PathParamStringConstructorTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s -- in org.glassfish.jersey.server.internal.inject.PathParamStringConstructorTest
[INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamSortedSetStringConstructorTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 s -- in org.glassfish.jersey.server.internal.inject.QueryParamSortedSetStringConstructorTest
[INFO] Running org.glassfish.jersey.server.internal.inject.ParamConverterInternalTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.511 s -- in org.glassfish.jersey.server.internal.inject.ParamConverterInternalTest
[INFO] Running org.glassfish.jersey.server.internal.inject.EncodedParamsTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.338 s -- in org.glassfish.jersey.server.internal.inject.EncodedParamsTest
[INFO] Running org.glassfish.jersey.server.internal.inject.InvalidParamsTest
[INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.684 s -- in org.glassfish.jersey.server.internal.inject.CookieParamAsPrimitiveTest
[INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsSetStringTest
Apr 04, 2024 8:06:32 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.jersey.server.ParamException$QueryParamException: HTTP 404 Not Found
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:81)
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589)
	at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldISE(InvalidParamsTest.java:174)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
Caused by: org.glassfish.jersey.internal.inject.ExtractorException: java.lang.IllegalStateException: error
	at org.glassfish.jersey.internal.inject.ParamConverters$AbstractStringReader.fromString(ParamConverters.java:102)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78)
	... 95 more
Caused by: java.lang.IllegalStateException: error
	at org.glassfish.jersey.server.internal.inject.InvalidParamsTest$FaultyParamEntityISE.fromString(InvalidParamsTest.java:153)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.glassfish.jersey.internal.inject.ParamConverters$TypeFromString$1._fromString(ParamConverters.java:200)
	at org.glassfish.jersey.internal.inject.ParamConverters$AbstractStringReader.fromString(ParamConverters.java:92)
	... 99 more
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.server.internal.inject.InvalidParamsTest$ResourceWithFaultyParamEntityFieldISE errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589)
	at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldISE(InvalidParamsTest.java:174)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.server.internal.inject.InvalidParamsTest$ResourceWithFaultyParamEntityFieldISE
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589)
	at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldISE(InvalidParamsTest.java:174)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)


Apr 04, 2024 8:06:32 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
jakarta.ws.rs.WebApplicationException: HTTP 500 Internal Server Error
	at org.glassfish.jersey.server.internal.inject.InvalidParamsTest$FaultyParamEntityWAE.fromString(InvalidParamsTest.java:93)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.glassfish.jersey.internal.inject.ParamConverters$TypeFromString$1._fromString(ParamConverters.java:200)
	at org.glassfish.jersey.internal.inject.ParamConverters$AbstractStringReader.fromString(ParamConverters.java:92)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78)
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589)
	at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldWAE(InvalidParamsTest.java:144)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.server.internal.inject.InvalidParamsTest$ResourceWithFaultyParamEntityFieldWAE errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589)
	at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldWAE(InvalidParamsTest.java:144)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.server.internal.inject.InvalidParamsTest$ResourceWithFaultyParamEntityFieldWAE
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589)
	at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldWAE(InvalidParamsTest.java:144)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)


[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.301 s -- in org.glassfish.jersey.server.internal.inject.InvalidParamsTest
[INFO] Running org.glassfish.jersey.server.internal.inject.MatrixParamAsPrimitiveTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.385 s -- in org.glassfish.jersey.server.internal.inject.QueryParamAsSetStringTest
[INFO] Running org.glassfish.jersey.server.internal.inject.ConstructorParameterInjectionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s -- in org.glassfish.jersey.server.internal.inject.ConstructorParameterInjectionTest
[INFO] Running org.glassfish.jersey.server.internal.inject.JaxRsInjectablesTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.595 s -- in org.glassfish.jersey.server.internal.inject.JaxRsInjectablesTest
[INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamSetStringConstructorTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.120 s -- in org.glassfish.jersey.server.internal.inject.QueryParamSetStringConstructorTest
[INFO] Running org.glassfish.jersey.server.internal.inject.MatrixParamStringConstructorTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.391 s -- in org.glassfish.jersey.server.internal.inject.MatrixParamStringConstructorTest
[INFO] Running org.glassfish.jersey.server.internal.inject.CookieParamAsStringTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.598 s -- in org.glassfish.jersey.server.internal.inject.CookieParamAsStringTest
[INFO] Running org.glassfish.jersey.server.internal.inject.CookieParamStringConstructorTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.382 s -- in org.glassfish.jersey.server.internal.inject.CookieParamStringConstructorTest
[INFO] Running org.glassfish.jersey.server.internal.inject.HeaderParamStringConstructorTest
[INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.620 s -- in org.glassfish.jersey.server.internal.inject.MatrixParamAsPrimitiveTest
[INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsStringTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.397 s -- in org.glassfish.jersey.server.internal.inject.HeaderParamStringConstructorTest
[INFO] Running org.glassfish.jersey.server.internal.scanning.BundleSchemeScannerTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.jersey.server.internal.scanning.BundleSchemeScannerTest
[INFO] Running org.glassfish.jersey.server.internal.scanning.CompositeResourceFinderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.server.internal.scanning.CompositeResourceFinderTest
[INFO] Running org.glassfish.jersey.server.internal.scanning.VFSSchemeResourceFinderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s -- in org.glassfish.jersey.server.internal.scanning.VFSSchemeResourceFinderTest
[INFO] Running org.glassfish.jersey.server.internal.scanning.JarFileScannerTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.602 s -- in org.glassfish.jersey.server.internal.inject.QueryParamAsStringTest
[INFO] Running org.glassfish.jersey.server.internal.monitoring.SlidingWindowTimeReservoirAggregatingTrimmerTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 s -- in org.glassfish.jersey.server.internal.scanning.JarFileScannerTest
[INFO] Running org.glassfish.jersey.server.internal.monitoring.SlidingWindowTimeReservoirTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s -- in org.glassfish.jersey.server.internal.monitoring.SlidingWindowTimeReservoirAggregatingTrimmerTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s -- in org.glassfish.jersey.server.internal.monitoring.SlidingWindowTimeReservoirTest
[INFO] Running org.glassfish.jersey.server.internal.monitoring.MonitoringUtilsTest
[INFO] Running org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImplTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.glassfish.jersey.server.internal.monitoring.MonitoringUtilsTest
[INFO] Running org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s -- in org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s -- in org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsTest
[INFO] Running org.glassfish.jersey.server.internal.monitoring.ResponseStatisticsImplTest
[INFO] Running org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmerTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.server.internal.monitoring.ResponseStatisticsImplTest
[INFO] Running org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmerZeroTimeTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.875 s -- in org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmerZeroTimeTest
[INFO] Running org.glassfish.jersey.server.internal.routing.ExtendedUriInfoTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.111 s -- in org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmerTest
[INFO] Running org.glassfish.jersey.server.internal.routing.ResponseMediaTypeFromProvidersTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s -- in org.glassfish.jersey.server.internal.routing.ResponseMediaTypeFromProvidersTest
[INFO] Running org.glassfish.jersey.server.internal.routing.SubResourceLocatorCachingTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 s -- in org.glassfish.jersey.server.internal.routing.ExtendedUriInfoTest
[INFO] Running org.glassfish.jersey.server.internal.routing.SubResourceValidationTest
Apr 04, 2024 8:06:37 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
org.glassfish.jersey.internal.guava.UncheckedExecutionException: org.glassfish.jersey.server.model.ModelValidationException: Model validation error(s) found in sub resource returned by sub resource locator.
[[FATAL] A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.internal.routing.SubResourceValidationTest$InvalidSubResource.aget() and public java.lang.String org.glassfish.jersey.server.internal.routing.SubResourceValidationTest$InvalidSubResource.aget2() at matching regular expression /aaa. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.; source='org.glassfish.jersey.server.model.RuntimeResource@68f677cd']
	at org.glassfish.jersey.internal.guava.LocalCache$Segment.get(LocalCache.java:2183)
	at org.glassfish.jersey.internal.guava.LocalCache.get(LocalCache.java:605)
	at org.glassfish.jersey.internal.guava.LocalCache.getOrLoad(LocalCache.java:609)
	at org.glassfish.jersey.internal.guava.LocalCache$LocalLoadingCache.get(LocalCache.java:3797)
	at org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder.getRouting(RuntimeLocatorModelBuilder.java:162)
	at org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.apply(SubResourceLocatorRouter.java:114)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589)
	at org.glassfish.jersey.server.internal.routing.SubResourceValidationTest.testEnable(SubResourceValidationTest.java:81)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
Caused by: org.glassfish.jersey.server.model.ModelValidationException: Model validation error(s) found in sub resource returned by sub resource locator.
[[FATAL] A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.internal.routing.SubResourceValidationTest$InvalidSubResource.aget() and public java.lang.String org.glassfish.jersey.server.internal.routing.SubResourceValidationTest$InvalidSubResource.aget2() at matching regular expression /aaa. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.; source='org.glassfish.jersey.server.model.RuntimeResource@68f677cd']
	at org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder$2.run(RuntimeLocatorModelBuilder.java:236)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder.validateResource(RuntimeLocatorModelBuilder.java:228)
	at org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder.buildRouting(RuntimeLocatorModelBuilder.java:215)
	at org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder.createRouting(RuntimeLocatorModelBuilder.java:207)
	at org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder$1.load(RuntimeLocatorModelBuilder.java:139)
	at org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder$1.load(RuntimeLocatorModelBuilder.java:136)
	at org.glassfish.jersey.internal.guava.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3429)
	at org.glassfish.jersey.internal.guava.LocalCache$Segment.loadSync(LocalCache.java:2291)
	at org.glassfish.jersey.internal.guava.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2260)
	at org.glassfish.jersey.internal.guava.LocalCache$Segment.get(LocalCache.java:2177)
	... 84 more

Apr 04, 2024 8:06:37 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.internal.routing.SubResourceValidationTest$InvalidSubResource.aget() and public java.lang.String org.glassfish.jersey.server.internal.routing.SubResourceValidationTest$InvalidSubResource.aget2() at matching regular expression /aaa. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.

[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in org.glassfish.jersey.server.internal.routing.SubResourceValidationTest
[INFO] Running org.glassfish.jersey.server.internal.routing.UriRoutingContextTest
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.glassfish.jersey.server.internal.routing.UriRoutingContextTest
[INFO] Running org.glassfish.jersey.server.internal.sonar.SonarJerseyServerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.glassfish.jersey.server.internal.sonar.SonarJerseyServerTest
[INFO] Running org.glassfish.jersey.server.internal.ServiceFinderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.glassfish.jersey.server.internal.ServiceFinderTest
[INFO] Running org.glassfish.jersey.server.internal.ResourceContextTest
Apr 04, 2024 8:06:37 AM org.glassfish.jersey.server.internal.JerseyResourceContext getResource
WARNING: Lookup and initialization failed for a resource class: class org.glassfish.jersey.server.internal.ResourceContextTest$NotInstantiable.
MultiException stack 1 of 1
java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.server.internal.ResourceContextTest$NotInstantiable class. Instantiation of non-static member classes is not supported.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1043)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:984)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1088)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1080)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:199)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:123)
	at org.glassfish.jersey.server.JerseyResourceContextConfigurator.lambda$init$0(JerseyResourceContextConfigurator.java:45)
	at org.glassfish.jersey.server.internal.JerseyResourceContext.getResource(JerseyResourceContext.java:85)
	at org.glassfish.jersey.server.internal.ResourceContextTest$ResourceA.isNull(ResourceContextTest.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589)
	at org.glassfish.jersey.server.internal.ResourceContextTest.testGetResource(ResourceContextTest.java:112)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)

Apr 04, 2024 8:06:37 AM org.glassfish.jersey.server.internal.JerseyResourceContext getResource
WARNING: Lookup and initialization failed for a resource class: class org.glassfish.jersey.server.internal.ResourceContextTest$NotInstantiable.
MultiException stack 1 of 1
java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.server.internal.ResourceContextTest$NotInstantiable class. Instantiation of non-static member classes is not supported.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1043)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:984)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1088)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1080)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:199)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:123)
	at org.glassfish.jersey.server.JerseyResourceContextConfigurator.lambda$init$0(JerseyResourceContextConfigurator.java:45)
	at org.glassfish.jersey.server.internal.JerseyResourceContext.getResource(JerseyResourceContext.java:85)
	at org.glassfish.jersey.server.internal.ResourceContextTest$ResourceA.notInstantiable(ResourceContextTest.java:70)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.lambda$getResource$0(SubResourceLocatorRouter.java:132)
	at org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.getResource(SubResourceLocatorRouter.java:150)
	at org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.apply(SubResourceLocatorRouter.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589)
	at org.glassfish.jersey.server.internal.ResourceContextTest.testGetResource(ResourceContextTest.java:115)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)

[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.glassfish.jersey.server.internal.ResourceContextTest
[INFO] Running org.glassfish.jersey.server.internal.BackgroundSchedulerProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.glassfish.jersey.server.internal.BackgroundSchedulerProviderTest
[INFO] Running org.glassfish.jersey.server.internal.RuntimeDelegateImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 s -- in org.glassfish.jersey.server.internal.RuntimeDelegateImplTest
[INFO] Running org.glassfish.jersey.server.internal.process.ProxyInjectablesTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.210 s -- in org.glassfish.jersey.server.internal.process.ProxyInjectablesTest
[INFO] Running org.glassfish.jersey.server.internal.ContainerUtilsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.server.internal.ContainerUtilsTest
[INFO] Running org.glassfish.jersey.server.ResourceMergeTest
Apr 04, 2024 8:06:37 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: Both resources, resource Builder{names=[[unnamed], [unnamed]], path='child', methodBuilders=[], childResourceBuilders=[], childResources=[], resourceMethods=[], subResourceLocator=httpMethod=null, consumedTypes=[application/xml], producedTypes=[], suspended=false, suspendTimeout=0, suspendTimeoutUnit=MILLISECONDS, invocable=Invocable{handler=InstanceBasedMethodHandler{handler=org.glassfish.jersey.server.ResourceMergeTest$MyInflector@7f4a72a7, handlerClass=class org.glassfish.jersey.server.ResourceMergeTest$MyInflector}, definitionMethod=public abstract java.lang.Object org.glassfish.jersey.process.Inflector.apply(java.lang.Object), parameters=[Parameter [type=interface jakarta.ws.rs.container.ContainerRequestContext, source=null, defaultValue=null]], responseType=class java.lang.Object}, nameBindings=[], handlerClasses=[], handlerInstances=[org.glassfish.jersey.server.ResourceMergeTest$MyInflector@7f4a72a7], parentResource=<no parent>, extended=false} and resource Resource{"child", 0 child resources, 0 resource methods, 1 sub-resource locator, 0 method handler classes, 1 method handler instances}, contains sub resource locators on the same path child.

[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.glassfish.jersey.server.ResourceMergeTest
[INFO] Running org.glassfish.jersey.server.UriInfoMatchedUrisTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s -- in org.glassfish.jersey.server.UriInfoMatchedUrisTest
[INFO] Running org.glassfish.jersey.server.ApplicationTest
Apr 04, 2024 8:06:37 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Component of class null cannot be instantiated and will be ignored.

Apr 04, 2024 8:06:37 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.server.ApplicationTest$DummyResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.ApplicationTest$DummyResource will be ignored. 
Apr 04, 2024 8:06:37 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.

Apr 04, 2024 8:06:38 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Component of class null cannot be instantiated and will be ignored.

Apr 04, 2024 8:06:38 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.

[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s -- in org.glassfish.jersey.server.ApplicationTest
[INFO] Running org.glassfish.jersey.server.spi.WebServerProviderTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.server.spi.WebServerProviderTest
[INFO] Running org.glassfish.jersey.server.ApplicationHandlerTest
Apr 04, 2024 8:06:38 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo
SEVERE: MessageBodyWriter not found for media type=application/json, type=class org.glassfish.jersey.server.ApplicationHandlerTest$ResponseErrorEntity, genericType=class org.glassfish.jersey.server.ApplicationHandlerTest$ResponseErrorEntity.
Apr 04, 2024 8:06:38 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.server.ApplicationHandlerTest$SingletonResourceAndProvider, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton.

Apr 04, 2024 8:06:38 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
java.lang.RuntimeException: Cannot do that!
	at org.glassfish.jersey.server.ApplicationHandlerTest$ResponseErrorEntityWriter.writeTo(ApplicationHandlerTest.java:523)
	at org.glassfish.jersey.server.ApplicationHandlerTest$ResponseErrorEntityWriter.writeTo(ApplicationHandlerTest.java:504)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:266)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589)
	at org.glassfish.jersey.server.ApplicationHandlerTest.lambda$testMapCyclicResponseErrorForMbw$0(ApplicationHandlerTest.java:568)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35)
	at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3115)
	at org.glassfish.jersey.server.ApplicationHandlerTest.testMapCyclicResponseErrorForMbw(ApplicationHandlerTest.java:563)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)

Apr 04, 2024 8:06:38 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.ApplicationHandlerTest$MergedA1.doGet() and public java.lang.String org.glassfish.jersey.server.ApplicationHandlerTest$MergedA.doGet() at matching regular expression /merged. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.

[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.226 s -- in org.glassfish.jersey.server.ApplicationHandlerTest
[INFO] Running org.glassfish.jersey.server.modelapi.annotation.IntrospectionModellerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.server.modelapi.annotation.IntrospectionModellerTest
[INFO] Running org.glassfish.jersey.server.ModelProcessorScopeTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 s -- in org.glassfish.jersey.server.ModelProcessorScopeTest
[INFO] Running org.glassfish.jersey.server.DefaultExceptionMapperTest
Apr 04, 2024 8:06:38 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.server.DefaultExceptionMapperTest$IOExThrowingResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.DefaultExceptionMapperTest$IOExThrowingResource will be ignored. 
Apr 04, 2024 8:06:38 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
java.io.IOException: DefaultExceptionMapperTest I/O Exception
	at org.glassfish.jersey.server.DefaultExceptionMapperTest$IOExThrowingResource.doGet(DefaultExceptionMapperTest.java:86)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589)
	at org.glassfish.jersey.server.DefaultExceptionMapperTest.testCompletionCallback(DefaultExceptionMapperTest.java:56)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)

[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.glassfish.jersey.server.DefaultExceptionMapperTest
[INFO] Running org.glassfish.jersey.server.ResourceConfigTest
[]
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s -- in org.glassfish.jersey.server.ResourceConfigTest
[INFO] Running org.glassfish.jersey.server.SecurityManagerConfiguredTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.server.SecurityManagerConfiguredTest
[INFO] Running org.glassfish.jersey.server.ExtendedResourceContextTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.glassfish.jersey.server.ExtendedResourceContextTest
[INFO] Running org.glassfish.jersey.server.monitoring.MonitoringFeatureTest
Apr 04, 2024 8:06:38 AM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure
WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value.
Apr 04, 2024 8:06:38 AM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure
WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value.
Apr 04, 2024 8:06:38 AM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure
WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. Monitoring statistics will be disabled. The configuration is inconsistent and may produce unwanted behaviour. Disable MBeans exposure or enable monitoring statistics.
Apr 04, 2024 8:06:38 AM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure
WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. Monitoring statistics will be disabled. The configuration is inconsistent and may produce unwanted behaviour. Disable MBeans exposure or enable monitoring statistics.
Apr 04, 2024 8:06:39 AM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure
WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value.
Apr 04, 2024 8:06:39 AM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure
WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value.
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.462 s -- in org.glassfish.jersey.server.monitoring.MonitoringFeatureTest
[INFO] Running org.glassfish.jersey.server.JaxRsFeatureRegistrationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.glassfish.jersey.server.JaxRsFeatureRegistrationTest
[INFO] Running org.glassfish.jersey.server.UriInfoMatchedResourcesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.glassfish.jersey.server.UriInfoMatchedResourcesTest
[INFO] Running org.glassfish.jersey.server.AsyncCallbackServerTest
Apr 04, 2024 8:06:39 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.server.AsyncCallbackServerTest$CompletionResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.AsyncCallbackServerTest$CompletionResource will be ignored. 
Apr 04, 2024 8:06:39 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
java.lang.RuntimeException: test-exception
	at org.glassfish.jersey.server.AsyncCallbackServerTest$CompletionResource.onError(AsyncCallbackServerTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$VoidOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:159)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589)
	at org.glassfish.jersey.server.AsyncCallbackServerTest.testCompletionFail(AsyncCallbackServerTest.java:82)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)

Apr 04, 2024 8:06:39 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.server.AsyncCallbackServerTest$CompletionResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.AsyncCallbackServerTest$CompletionResource will be ignored. 
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.glassfish.jersey.server.AsyncCallbackServerTest
[INFO] Running org.glassfish.jersey.server.AnnotatedEntityTest
Apr 04, 2024 8:06:39 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: No injection source found for a parameter of type public java.lang.String org.glassfish.jersey.server.AnnotatedEntityTest$WrongResource.postEntityAnnotated(java.lang.String,java.lang.String,java.lang.String,java.lang.String) at index 1.

[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in org.glassfish.jersey.server.AnnotatedEntityTest
[INFO] Running org.glassfish.jersey.server.ContainerRequestTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.glassfish.jersey.server.ContainerRequestTest
[INFO] Running org.glassfish.jersey.server.SecurityContextTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in org.glassfish.jersey.server.SecurityContextTest
Apr 04, 2024 8:06:40 AM org.glassfish.jersey.internal.util.PropertiesHelper convertValue
WARNING: There is no way how to transform value "foo" [java.lang.String] to type [java.lang.Integer].
[INFO] 
[INFO] --------------< org.glassfish.jersey.containers:project >---------------
[INFO] Building jersey-containers 3.1.99-SNAPSHOT                      [15/378]
[INFO]   from containers/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ project ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources from .. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources from .. to target/legal/META-INF
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ project ---
[INFO] Reserved port 33313 for jersey.config.test.container.port
[INFO] Reserved port 40133 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/target/bom.xml
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/target/bom.json
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ project ---
[INFO] 
[INFO] ---< org.glassfish.jersey.containers:jersey-container-grizzly2-http >---
[INFO] Building jersey-container-grizzly2-http 3.1.99-SNAPSHOT         [16/378]
[INFO]   from containers/grizzly2-http/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-container-grizzly2-http ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-grizzly2-http ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-grizzly2-http ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-grizzly2-http ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-container-grizzly2-http ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-container-grizzly2-http ---
[INFO] Resources:
[INFO] org/glassfish/jersey/grizzly2/httpserver/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/src/main/resources/org/glassfish/jersey/grizzly2/httpserver/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-container-grizzly2-http ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-grizzly2-http ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-grizzly2-http ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-grizzly2-http ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-grizzly2-http ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-grizzly2-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 8 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-grizzly2-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 8 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-grizzly2-http ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-grizzly2-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 10 source files with javac [debug target 11] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/src/test/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerProviderTest.java:[132,30] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/src/test/java/org/glassfish/jersey/grizzly2/httpserver/test/tools/ServerManager.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/src/test/java/org/glassfish/jersey/grizzly2/httpserver/test/tools/ServerManager.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/src/test/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerProviderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/src/test/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerProviderTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/src/test/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerProviderTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-container-grizzly2-http ---
[INFO] Reserved port 40733 for jersey.config.test.container.port
[INFO] Reserved port 41995 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-container-grizzly2-http ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerTest
Client implementation: org.glassfish.jersey.grizzly2.httpserver.test.tools.JdkHttpClientThread
Count of clients: 30
Test duration: 10 s
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.824 s -- in org.glassfish.jersey.server.internal.routing.SubResourceLocatorCachingTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 936, Failures: 0, Errors: 0, Skipped: 11
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/target/jersey-server-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-server ---
[INFO] CycloneDX: Resolving Dependencies
Apr 04, 2024 8:06:44 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder
WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter<jakarta.activation.DataSource> was not found. The provider is not available.
Apr 04, 2024 8:06:44 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:06:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [centos-7-lpt3w:39469]
Apr 04, 2024 8:06:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
[INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/target/bom.xml
[INFO]            attaching as jersey-server-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/target/bom.json
[INFO]            attaching as jersey-server-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/target/jersey-server-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-server ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/target/jersey-server-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-server ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.1.99-SNAPSHOT/jersey-server-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/target/jersey-server-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.1.99-SNAPSHOT/jersey-server-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.1.99-SNAPSHOT/jersey-server-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.1.99-SNAPSHOT/jersey-server-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-server/target/jersey-server-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.1.99-SNAPSHOT/jersey-server-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-server ---
Server processed 3165 requests of test https2().
Apr 04, 2024 8:06:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [centos-7-lpt3w:39469]
Apr 04, 2024 8:06:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:06:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [centos-7-lpt3w:43641]
Apr 04, 2024 8:06:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
[INFO] 
[INFO] --------------< org.glassfish.jersey.containers:project >---------------
[INFO] Building jersey-containers 3.1.99-SNAPSHOT                      [15/303]
[INFO]   from containers/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ project ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources from .. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources from .. to target/legal/META-INF
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ project ---
[INFO] Reserved port 41097 for jersey.config.test.container.port
[INFO] Reserved port 33849 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/target/bom.xml
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/target/bom.json
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ project ---
[INFO] 
[INFO] ---< org.glassfish.jersey.containers:jersey-container-grizzly2-http >---
[INFO] Building jersey-container-grizzly2-http 3.1.99-SNAPSHOT         [16/303]
[INFO]   from containers/grizzly2-http/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-container-grizzly2-http ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-grizzly2-http ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-grizzly2-http ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-grizzly2-http ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-container-grizzly2-http ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-container-grizzly2-http ---
[INFO] Resources:
[INFO] org/glassfish/jersey/grizzly2/httpserver/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/src/main/resources/org/glassfish/jersey/grizzly2/httpserver/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-container-grizzly2-http ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-grizzly2-http ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-grizzly2-http ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-grizzly2-http ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-grizzly2-http ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-grizzly2-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 8 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-grizzly2-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 8 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-grizzly2-http ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-grizzly2-http ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-container-grizzly2-http ---
[INFO] Reserved port 32893 for jersey.config.test.container.port
[INFO] Reserved port 40363 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-container-grizzly2-http ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-grizzly2-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/target/jersey-container-grizzly2-http-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-grizzly2-http ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/target/bom.xml
[INFO]            attaching as jersey-container-grizzly2-http-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/target/bom.json
[INFO]            attaching as jersey-container-grizzly2-http-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-grizzly2-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/target/jersey-container-grizzly2-http-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-grizzly2-http ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/target/jersey-container-grizzly2-http-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-container-grizzly2-http ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.1.99-SNAPSHOT/jersey-container-grizzly2-http-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/target/jersey-container-grizzly2-http-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.1.99-SNAPSHOT/jersey-container-grizzly2-http-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.1.99-SNAPSHOT/jersey-container-grizzly2-http-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.1.99-SNAPSHOT/jersey-container-grizzly2-http-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/target/jersey-container-grizzly2-http-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.1.99-SNAPSHOT/jersey-container-grizzly2-http-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-grizzly2-http ---
[INFO] 
[INFO] ---< org.glassfish.jersey.containers:jersey-container-servlet-core >----
[INFO] Building jersey-container-servlet-core 3.1.99-SNAPSHOT          [17/303]
[INFO]   from containers/jersey-servlet-core/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-container-servlet-core ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-servlet-core ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-servlet-core ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-servlet-core ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-container-servlet-core ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-container-servlet-core ---
[INFO] Resources:
[INFO] org/glassfish/jersey/servlet/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet-core/src/main/resources/org/glassfish/jersey/servlet/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-container-servlet-core ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet-core/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-servlet-core ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-servlet-core ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-servlet-core ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-servlet-core ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-servlet-core ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 27 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-servlet-core ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 27 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-servlet-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet-core/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-servlet-core ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/test-classes
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-container-servlet-core ---
[INFO] Reserved port 38385 for jersey.config.test.container.port
[INFO] Reserved port 35335 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-container-servlet-core ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet-core/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.servlet.internal.ThreadLocalInvokerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s -- in org.glassfish.jersey.servlet.internal.ThreadLocalInvokerTest
[INFO] Running org.glassfish.jersey.servlet.internal.ContextPathEncodingTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.glassfish.jersey.servlet.internal.ContextPathEncodingTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-servlet-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet-core/target/jersey-container-servlet-core-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-servlet-core ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet-core/target/bom.xml
[INFO]            attaching as jersey-container-servlet-core-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet-core/target/bom.json
[INFO]            attaching as jersey-container-servlet-core-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-servlet-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet-core/target/jersey-container-servlet-core-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-servlet-core ---
[WARNING] Bundle org.glassfish.jersey.containers:jersey-container-servlet-core:jar:3.1.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.annotation.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet-core/target/jersey-container-servlet-core-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet-core/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-container-servlet-core ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet-core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.1.99-SNAPSHOT/jersey-container-servlet-core-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet-core/target/jersey-container-servlet-core-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.1.99-SNAPSHOT/jersey-container-servlet-core-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet-core/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.1.99-SNAPSHOT/jersey-container-servlet-core-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet-core/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.1.99-SNAPSHOT/jersey-container-servlet-core-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet-core/target/jersey-container-servlet-core-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.1.99-SNAPSHOT/jersey-container-servlet-core-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-servlet-core ---
Server processed 11051 requests of test http().
Apr 04, 2024 8:07:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [centos-7-lpt3w:43641]
Server processed 0 requests of test http2().
Apr 04, 2024 8:07:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:07:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [centos-7-lpt3w:45747]
Apr 04, 2024 8:07:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
[INFO] 
[INFO] ------------< org.glassfish.jersey.test-framework:project >-------------
[INFO] Building jersey-test-framework 3.1.99-SNAPSHOT                  [18/303]
[INFO]   from test-framework/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ project ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources from .. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources from .. to target/legal/META-INF
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ project ---
[INFO] Reserved port 44553 for jersey.config.test.container.port
[INFO] Reserved port 44957 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/target/bom.xml
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/target/bom.json
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ project ---
[INFO] 
[INFO] ---< org.glassfish.jersey.test-framework:jersey-test-framework-core >---
[INFO] Building jersey-test-framework-core 3.1.99-SNAPSHOT             [19/303]
[INFO]   from test-framework/core/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-core ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-core ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-core ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-core ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-test-framework-core ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-test-framework-core ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-core ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-core ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-core ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/src/main/resources
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-core ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 16 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-core ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 16 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-core ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug target 11] to target/test-classes
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-test-framework-core ---
[INFO] Reserved port 33759 for jersey.config.test.container.port
[INFO] Reserved port 42993 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-test-framework-core ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.test.JerseyTestTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s -- in org.glassfish.jersey.test.JerseyTestTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/target/jersey-test-framework-core-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-core ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 28 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/target/bom.xml
[INFO]            attaching as jersey-test-framework-core-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/target/bom.json
[INFO]            attaching as jersey-test-framework-core-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/target/jersey-test-framework-core-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-core ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-core/3.1.99-SNAPSHOT/jersey-test-framework-core-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/target/jersey-test-framework-core-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-core/3.1.99-SNAPSHOT/jersey-test-framework-core-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-core/3.1.99-SNAPSHOT/jersey-test-framework-core-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-core/3.1.99-SNAPSHOT/jersey-test-framework-core-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/target/jersey-test-framework-core-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-core/3.1.99-SNAPSHOT/jersey-test-framework-core-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-core ---
[INFO] 
[INFO] ------< org.glassfish.jersey.containers:jersey-container-servlet >------
[INFO] Building jersey-container-servlet 3.1.99-SNAPSHOT               [20/303]
[INFO]   from containers/jersey-servlet/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-container-servlet ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-servlet ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-servlet ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-servlet ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-container-servlet ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-container-servlet ---
[INFO] Resources:
[INFO] org/glassfish/jersey/servlet/init/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet/src/main/resources/org/glassfish/jersey/servlet/init/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-container-servlet ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-servlet ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-servlet ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-servlet ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-servlet ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-servlet ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-servlet ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-servlet ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-servlet ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-container-servlet ---
[INFO] Reserved port 36775 for jersey.config.test.container.port
[INFO] Reserved port 45423 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-container-servlet ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet/target/jersey-container-servlet-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-servlet ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet/target/bom.xml
[INFO]            attaching as jersey-container-servlet-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet/target/bom.json
[INFO]            attaching as jersey-container-servlet-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet/target/jersey-container-servlet-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-servlet ---
[WARNING] Bundle org.glassfish.jersey.containers:jersey-container-servlet:jar:3.1.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.annotation.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet/target/jersey-container-servlet-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-container-servlet ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.1.99-SNAPSHOT/jersey-container-servlet-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet/target/jersey-container-servlet-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.1.99-SNAPSHOT/jersey-container-servlet-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.1.99-SNAPSHOT/jersey-container-servlet-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.1.99-SNAPSHOT/jersey-container-servlet-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet/target/jersey-container-servlet-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.1.99-SNAPSHOT/jersey-container-servlet-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-servlet ---
[INFO] 
[INFO] --< org.glassfish.jersey.containers:jersey-container-grizzly2-servlet >--
[INFO] Building jersey-container-grizzly2-servlet 3.1.99-SNAPSHOT      [21/303]
[INFO]   from containers/grizzly2-servlet/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-container-grizzly2-servlet ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-grizzly2-servlet ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-grizzly2-servlet ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-grizzly2-servlet ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-container-grizzly2-servlet ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-container-grizzly2-servlet ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-servlet/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-grizzly2-servlet ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-grizzly2-servlet ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-grizzly2-servlet ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-grizzly2-servlet ---
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-grizzly2-servlet ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-grizzly2-servlet ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-grizzly2-servlet ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-servlet/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-grizzly2-servlet ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-container-grizzly2-servlet ---
[INFO] Reserved port 34049 for jersey.config.test.container.port
[INFO] Reserved port 46643 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-container-grizzly2-servlet ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-grizzly2-servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-grizzly2-servlet ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-servlet/target/bom.xml
[INFO]            attaching as jersey-container-grizzly2-servlet-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-servlet/target/bom.json
[INFO]            attaching as jersey-container-grizzly2-servlet-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-grizzly2-servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-grizzly2-servlet ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-servlet/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-container-grizzly2-servlet ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/3.1.99-SNAPSHOT/jersey-container-grizzly2-servlet-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/3.1.99-SNAPSHOT/jersey-container-grizzly2-servlet-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-servlet/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/3.1.99-SNAPSHOT/jersey-container-grizzly2-servlet-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-servlet/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/3.1.99-SNAPSHOT/jersey-container-grizzly2-servlet-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/3.1.99-SNAPSHOT/jersey-container-grizzly2-servlet-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-grizzly2-servlet ---
[INFO] 
[INFO] -------< org.glassfish.jersey.test-framework.providers:project >--------
[INFO] Building jersey-test-framework-providers 3.1.99-SNAPSHOT        [22/303]
[INFO]   from test-framework/providers/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ project ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ project ---
[INFO] Reserved port 35853 for jersey.config.test.container.port
[INFO] Reserved port 34003 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/target/bom.xml
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/target/bom.json
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ project ---
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2 >--
[INFO] Building jersey-test-framework-provider-grizzly2 3.1.99-SNAPSHOT [23/303]
[INFO]   from test-framework/providers/grizzly2/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-grizzly2 ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-test-framework-provider-grizzly2 ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/grizzly2/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Copying 4 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 13 source files with javac [debug target 11] to target/test-classes
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Reserved port 34221 for jersey.config.test.container.port
[INFO] Reserved port 42755 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-test-framework-provider-grizzly2 ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/grizzly2/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
Server processed 12306 requests of test https().
Apr 04, 2024 8:07:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [centos-7-lpt3w:45747]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.55 s -- in org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerTest
[INFO] Running org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerProviderTest
Apr 04, 2024 8:07:15 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:07:15 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerProviderTest$Resource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerProviderTest$Resource will be ignored. 
Apr 04, 2024 8:07:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:40733]
Apr 04, 2024 8:07:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:07:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:40733]
Apr 04, 2024 8:07:15 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:07:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:6245]
Apr 04, 2024 8:07:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:07:15 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:07:15 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerProviderTest$Resource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerProviderTest$Resource will be ignored. 
Apr 04, 2024 8:07:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:40733]
Apr 04, 2024 8:07:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:07:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:40733]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.243 s -- in org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerProviderTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-grizzly2-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/target/jersey-container-grizzly2-http-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-grizzly2-http ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] Running org.glassfish.jersey.test.grizzly.web.context.GrizzlyWebContextPathTest
Apr 04, 2024 8:07:17 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:34221/
Apr 04, 2024 8:07:17 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Apr 04, 2024 8:07:17 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Apr 04, 2024 8:07:17 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [/context].
Apr 04, 2024 8:07:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:34221]
Apr 04, 2024 8:07:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
[INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/target/bom.xml
[INFO]            attaching as jersey-container-grizzly2-http-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/target/bom.json
[INFO]            attaching as jersey-container-grizzly2-http-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-grizzly2-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/target/jersey-container-grizzly2-http-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-grizzly2-http ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/target/jersey-container-grizzly2-http-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-container-grizzly2-http ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.1.99-SNAPSHOT/jersey-container-grizzly2-http-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/target/jersey-container-grizzly2-http-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.1.99-SNAPSHOT/jersey-container-grizzly2-http-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.1.99-SNAPSHOT/jersey-container-grizzly2-http-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.1.99-SNAPSHOT/jersey-container-grizzly2-http-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-http/target/jersey-container-grizzly2-http-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.1.99-SNAPSHOT/jersey-container-grizzly2-http-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-grizzly2-http ---
Apr 04, 2024 8:07:17 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
Apr 04, 2024 8:07:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
[INFO] 
[INFO] ---< org.glassfish.jersey.containers:jersey-container-servlet-core >----
[INFO] Building jersey-container-servlet-core 3.1.99-SNAPSHOT          [17/378]
[INFO]   from containers/jersey-servlet-core/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-container-servlet-core ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-servlet-core ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-servlet-core ---
Apr 04, 2024 8:07:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:34221]
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-servlet-core ---
Apr 04, 2024 8:07:18 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:34221/
Apr 04, 2024 8:07:18 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Apr 04, 2024 8:07:18 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Apr 04, 2024 8:07:18 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [/context].
Apr 04, 2024 8:07:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:34221]
Apr 04, 2024 8:07:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:07:18 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
Apr 04, 2024 8:07:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:34221]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.370 s -- in org.glassfish.jersey.test.grizzly.web.context.GrizzlyWebContextPathTest
[INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest
Apr 04, 2024 8:07:18 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:34221/
Apr 04, 2024 8:07:18 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Apr 04, 2024 8:07:18 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest$MyServlet] registered for url pattern(s) [[/*]].
Apr 04, 2024 8:07:18 AM org.glassfish.grizzly.servlet.WebappContext initFilters
INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest$MyFilter1] registered for url pattern(s) [[/*]] and servlet name(s) [[]]
Apr 04, 2024 8:07:18 AM org.glassfish.grizzly.servlet.WebappContext initFilters
INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest$MyFilter2] registered for url pattern(s) [[/*]] and servlet name(s) [[]]
Apr 04, 2024 8:07:18 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Apr 04, 2024 8:07:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:34221]
Apr 04, 2024 8:07:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:07:18 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest$MyServlet
Apr 04, 2024 8:07:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:34221]
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-container-servlet-core ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-container-servlet-core ---
[INFO] Resources:
[INFO] org/glassfish/jersey/servlet/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet-core/src/main/resources/org/glassfish/jersey/servlet/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-container-servlet-core ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet-core/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-servlet-core ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-servlet-core ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-servlet-core ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-servlet-core ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-servlet-core ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 27 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/WebComponent.java:[508,91] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-servlet-core ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 27 source files with javac [debug target 11] to target/classes
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 s -- in org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest
[INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest
Apr 04, 2024 8:07:18 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:34221/
Apr 04, 2024 8:07:18 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Apr 04, 2024 8:07:18 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$RequestDispatcherServlet] registered for url pattern(s) [[/*]].
Apr 04, 2024 8:07:18 AM org.glassfish.grizzly.servlet.WebappContext initFilters
INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$ForwardFilter] registered for url pattern(s) [[/*]] and servlet name(s) [[]]
Apr 04, 2024 8:07:18 AM org.glassfish.grizzly.servlet.WebappContext initFilters
INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$IncludeFilter] registered for url pattern(s) [[/*]] and servlet name(s) [[]]
Apr 04, 2024 8:07:18 AM org.glassfish.grizzly.servlet.WebappContext initFilters
INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$RegularFilter] registered for url pattern(s) [[/*]] and servlet name(s) [[]]
Apr 04, 2024 8:07:18 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Apr 04, 2024 8:07:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:34221]
Apr 04, 2024 8:07:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:07:18 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$RequestDispatcherServlet
Apr 04, 2024 8:07:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:34221]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 s -- in org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest
[INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyWebTest
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/WebComponent.java:[508,91] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-servlet-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet-core/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-servlet-core ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-container-servlet-core ---
[INFO] Reserved port 35967 for jersey.config.test.container.port
[INFO] Reserved port 46795 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-container-servlet-core ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet-core/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
Apr 04, 2024 8:07:18 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:34221/
Apr 04, 2024 8:07:18 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Apr 04, 2024 8:07:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:18 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Apr 04, 2024 8:07:18 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Apr 04, 2024 8:07:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:34221]
Apr 04, 2024 8:07:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:07:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:34221]
Apr 04, 2024 8:07:18 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:34221/
Apr 04, 2024 8:07:18 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Apr 04, 2024 8:07:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:18 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Apr 04, 2024 8:07:18 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Apr 04, 2024 8:07:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:34221]
Apr 04, 2024 8:07:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:07:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:34221]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 s -- in org.glassfish.jersey.test.grizzly.web.GrizzlyWebTest
[INFO] Running org.glassfish.jersey.test.grizzly.web.ssl.GrizzlyOneWaySslWebTest
[INFO] Running org.glassfish.jersey.servlet.internal.ThreadLocalInvokerTest
Apr 04, 2024 8:07:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:34221
Apr 04, 2024 8:07:19 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:34221]
Apr 04, 2024 8:07:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.glassfish.jersey.servlet.internal.ThreadLocalInvokerTest
[INFO] Running org.glassfish.jersey.servlet.internal.ContextPathEncodingTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.glassfish.jersey.servlet.internal.ContextPathEncodingTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-servlet-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet-core/target/jersey-container-servlet-core-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-servlet-core ---
[INFO] CycloneDX: Resolving Dependencies
Apr 04, 2024 8:07:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:34221]
Apr 04, 2024 8:07:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:34221
Apr 04, 2024 8:07:19 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:34221]
Apr 04, 2024 8:07:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 8:07:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:34221]
Apr 04, 2024 8:07:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:34221
Apr 04, 2024 8:07:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:34221]
Apr 04, 2024 8:07:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Apr 04, 2024 8:07:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:34221]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.326 s -- in org.glassfish.jersey.test.grizzly.web.ssl.GrizzlyOneWaySslWebTest
[INFO] Running org.glassfish.jersey.test.grizzly.web.ssl.GrizzlyTwoWaySslWebTest
[INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet-core/target/bom.xml
[INFO]            attaching as jersey-container-servlet-core-3.1.99-SNAPSHOT-cyclonedx.xml
Apr 04, 2024 8:07:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:34221
Apr 04, 2024 8:07:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:34221]
Apr 04, 2024 8:07:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet-core/target/bom.json
[INFO]            attaching as jersey-container-servlet-core-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-servlet-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet-core/target/jersey-container-servlet-core-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-servlet-core ---
[WARNING] Bundle org.glassfish.jersey.containers:jersey-container-servlet-core:jar:3.1.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.annotation.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet-core/target/jersey-container-servlet-core-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet-core/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-container-servlet-core ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet-core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.1.99-SNAPSHOT/jersey-container-servlet-core-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet-core/target/jersey-container-servlet-core-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.1.99-SNAPSHOT/jersey-container-servlet-core-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet-core/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.1.99-SNAPSHOT/jersey-container-servlet-core-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet-core/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.1.99-SNAPSHOT/jersey-container-servlet-core-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet-core/target/jersey-container-servlet-core-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.1.99-SNAPSHOT/jersey-container-servlet-core-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-servlet-core ---
Apr 04, 2024 8:07:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:34221]
Apr 04, 2024 8:07:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:34221
Apr 04, 2024 8:07:21 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:34221]
Apr 04, 2024 8:07:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Apr 04, 2024 8:07:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:34221]
Apr 04, 2024 8:07:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:34221
Apr 04, 2024 8:07:21 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:34221]
Apr 04, 2024 8:07:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Apr 04, 2024 8:07:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:34221]
Apr 04, 2024 8:07:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:34221
Apr 04, 2024 8:07:21 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:34221]
Apr 04, 2024 8:07:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Apr 04, 2024 8:07:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:34221]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.593 s -- in org.glassfish.jersey.test.grizzly.web.ssl.GrizzlyTwoWaySslWebTest
[INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyWebFixedRequestSizeTest
[INFO] 
[INFO] ------------< org.glassfish.jersey.test-framework:project >-------------
[INFO] Building jersey-test-framework 3.1.99-SNAPSHOT                  [18/378]
[INFO]   from test-framework/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ project ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources from .. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources from .. to target/legal/META-INF
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ project ---
[INFO] Reserved port 40717 for jersey.config.test.container.port
[INFO] Reserved port 44117 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project ---
[INFO] CycloneDX: Resolving Dependencies
Apr 04, 2024 8:07:21 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:34221/
Apr 04, 2024 8:07:21 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Apr 04, 2024 8:07:21 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:21 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Apr 04, 2024 8:07:21 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Apr 04, 2024 8:07:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:34221]
Apr 04, 2024 8:07:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Apr 04, 2024 8:07:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:34221]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.glassfish.jersey.test.grizzly.web.GrizzlyWebFixedRequestSizeTest
[INFO] Running org.glassfish.jersey.test.grizzly.web.AvailablePortGrizzlyWebTest
Apr 04, 2024 8:07:21 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Apr 04, 2024 8:07:21 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Apr 04, 2024 8:07:21 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:21 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Apr 04, 2024 8:07:21 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Apr 04, 2024 8:07:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45959]
Apr 04, 2024 8:07:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Apr 04, 2024 8:07:21 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer start
INFO: Started GrizzlyWebTestContainer at the base URI http://localhost:45959/
Apr 04, 2024 8:07:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45959]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s -- in org.glassfish.jersey.test.grizzly.web.AvailablePortGrizzlyWebTest
[INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyWebInjectionTest
Apr 04, 2024 8:07:22 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:34221/
Apr 04, 2024 8:07:22 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Apr 04, 2024 8:07:22 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Apr 04, 2024 8:07:22 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Apr 04, 2024 8:07:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:34221]
Apr 04, 2024 8:07:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Apr 04, 2024 8:07:22 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
Apr 04, 2024 8:07:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:34221]
[INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/target/bom.xml
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/target/bom.json
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ project ---
[INFO] 
[INFO] ---< org.glassfish.jersey.test-framework:jersey-test-framework-core >---
[INFO] Building jersey-test-framework-core 3.1.99-SNAPSHOT             [19/378]
[INFO]   from test-framework/core/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-core ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-core ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-core ---
Apr 04, 2024 8:07:22 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:34221/
Apr 04, 2024 8:07:22 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Apr 04, 2024 8:07:22 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Apr 04, 2024 8:07:22 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Apr 04, 2024 8:07:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:34221]
Apr 04, 2024 8:07:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Apr 04, 2024 8:07:22 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
Apr 04, 2024 8:07:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:34221]
Apr 04, 2024 8:07:22 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:34221/
Apr 04, 2024 8:07:22 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Apr 04, 2024 8:07:22 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Apr 04, 2024 8:07:22 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Apr 04, 2024 8:07:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:34221]
Apr 04, 2024 8:07:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Apr 04, 2024 8:07:22 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
Apr 04, 2024 8:07:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:34221]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.288 s -- in org.glassfish.jersey.test.grizzly.web.GrizzlyWebInjectionTest
[INFO] Running org.glassfish.jersey.test.grizzly.AvailablePortGrizzlyTest
Apr 04, 2024 8:07:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Apr 04, 2024 8:07:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36967]
Apr 04, 2024 8:07:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Apr 04, 2024 8:07:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:36967/
Apr 04, 2024 8:07:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36967]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.glassfish.jersey.test.grizzly.AvailablePortGrizzlyTest
[INFO] Running org.glassfish.jersey.test.grizzly.pckg.GrizzlyPackageTest
Apr 04, 2024 8:07:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34221/
Apr 04, 2024 8:07:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:34221]
Apr 04, 2024 8:07:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Apr 04, 2024 8:07:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:34221]
Apr 04, 2024 8:07:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34221/
Apr 04, 2024 8:07:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:34221]
Apr 04, 2024 8:07:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Apr 04, 2024 8:07:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:34221]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.120 s -- in org.glassfish.jersey.test.grizzly.pckg.GrizzlyPackageTest
[INFO] Running org.glassfish.jersey.test.grizzly.BaseUriTest
Apr 04, 2024 8:07:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34221/
Apr 04, 2024 8:07:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:34221]
Apr 04, 2024 8:07:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Apr 04, 2024 8:07:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:34221]
Apr 04, 2024 8:07:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34221/
Apr 04, 2024 8:07:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:34221]
Apr 04, 2024 8:07:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Apr 04, 2024 8:07:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:34221]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s -- in org.glassfish.jersey.test.grizzly.BaseUriTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/grizzly2/target/jersey-test-framework-provider-grizzly2-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-grizzly2 ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-core ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-test-framework-core ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-test-framework-core ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-core ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-core ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-core ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/src/main/resources
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-core ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 16 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java:[355,45] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java:[368,45] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java:[557,43] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-core ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 16 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java:[355,45] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java:[368,45] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java:[557,43] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-core ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug target 11] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/src/test/java/org/glassfish/jersey/test/JerseyTestTest.java:[117,28] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-test-framework-core ---
[INFO] Reserved port 39565 for jersey.config.test.container.port
[INFO] Reserved port 42845 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-test-framework-core ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] CycloneDX: Creating BOM version 1.4 with 29 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/grizzly2/target/bom.xml
[INFO]            attaching as jersey-test-framework-provider-grizzly2-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/grizzly2/target/bom.json
[INFO]            attaching as jersey-test-framework-provider-grizzly2-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/grizzly2/target/jersey-test-framework-provider-grizzly2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/grizzly2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-grizzly2/3.1.99-SNAPSHOT/jersey-test-framework-provider-grizzly2-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/grizzly2/target/jersey-test-framework-provider-grizzly2-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-grizzly2/3.1.99-SNAPSHOT/jersey-test-framework-provider-grizzly2-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/grizzly2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-grizzly2/3.1.99-SNAPSHOT/jersey-test-framework-provider-grizzly2-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/grizzly2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-grizzly2/3.1.99-SNAPSHOT/jersey-test-framework-provider-grizzly2-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/grizzly2/target/jersey-test-framework-provider-grizzly2-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-grizzly2/3.1.99-SNAPSHOT/jersey-test-framework-provider-grizzly2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Running org.glassfish.jersey.test.JerseyTestTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.glassfish.jersey.test.JerseyTestTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/target/jersey-test-framework-core-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-core ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] 
[INFO] --------------< org.glassfish.jersey.connectors:project >---------------
[INFO] Building jersey-connectors 3.1.99-SNAPSHOT                      [24/303]
[INFO]   from connectors/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ project ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources from .. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources from .. to target/legal/META-INF
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ project ---
[INFO] Reserved port 35663 for jersey.config.test.container.port
[INFO] Reserved port 39121 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 28 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/target/bom.xml
[INFO]            attaching as jersey-test-framework-core-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/target/bom.json
[INFO]            attaching as jersey-test-framework-core-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/target/jersey-test-framework-core-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-core ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-core/3.1.99-SNAPSHOT/jersey-test-framework-core-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/target/jersey-test-framework-core-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-core/3.1.99-SNAPSHOT/jersey-test-framework-core-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-core/3.1.99-SNAPSHOT/jersey-test-framework-core-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-core/3.1.99-SNAPSHOT/jersey-test-framework-core-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/core/target/jersey-test-framework-core-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-core/3.1.99-SNAPSHOT/jersey-test-framework-core-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-core ---
[INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/target/bom.xml
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/target/bom.json
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ project ---
[INFO] 
[INFO] ------< org.glassfish.jersey.connectors:jersey-apache-connector >-------
[INFO] Building jersey-connectors-apache 3.1.99-SNAPSHOT               [25/303]
[INFO]   from connectors/apache-connector/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-apache-connector ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-apache-connector ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-apache-connector ---
[INFO] 
[INFO] ------< org.glassfish.jersey.containers:jersey-container-servlet >------
[INFO] Building jersey-container-servlet 3.1.99-SNAPSHOT               [20/378]
[INFO]   from containers/jersey-servlet/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-container-servlet ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-servlet ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-servlet ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-servlet ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-container-servlet ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-container-servlet ---
[INFO] Resources:
[INFO] org/glassfish/jersey/servlet/init/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet/src/main/resources/org/glassfish/jersey/servlet/init/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-container-servlet ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-servlet ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-servlet ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-servlet ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-servlet ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-servlet ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-servlet ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-servlet ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-servlet ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-container-servlet ---
[INFO] Reserved port 34765 for jersey.config.test.container.port
[INFO] Reserved port 33647 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-container-servlet ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet/target/jersey-container-servlet-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-servlet ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-apache-connector ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-apache-connector ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-apache-connector ---
[INFO] Resources:
[INFO] org/glassfish/jersey/apache/connector/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache-connector/src/main/resources/org/glassfish/jersey/apache/connector/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-apache-connector ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache-connector/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-apache-connector ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-apache-connector ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-apache-connector ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-apache-connector ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-apache-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-apache-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-apache-connector ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache-connector/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-apache-connector ---
[INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet/target/bom.xml
[INFO]            attaching as jersey-container-servlet-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet/target/bom.json
[INFO]            attaching as jersey-container-servlet-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet/target/jersey-container-servlet-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-servlet ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 22 source files with javac [debug target 11] to target/test-classes
[WARNING] Bundle org.glassfish.jersey.containers:jersey-container-servlet:jar:3.1.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.annotation.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet/target/jersey-container-servlet-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-container-servlet ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.1.99-SNAPSHOT/jersey-container-servlet-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet/target/jersey-container-servlet-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.1.99-SNAPSHOT/jersey-container-servlet-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.1.99-SNAPSHOT/jersey-container-servlet-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.1.99-SNAPSHOT/jersey-container-servlet-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jersey-servlet/target/jersey-container-servlet-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.1.99-SNAPSHOT/jersey-container-servlet-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-servlet ---
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/CookieTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/CookieTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-apache-connector ---
[INFO] Reserved port 38077 for jersey.config.test.container.port
[INFO] Reserved port 32813 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-apache-connector ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache-connector/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] --< org.glassfish.jersey.containers:jersey-container-grizzly2-servlet >--
[INFO] Building jersey-container-grizzly2-servlet 3.1.99-SNAPSHOT      [21/378]
[INFO]   from containers/grizzly2-servlet/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-container-grizzly2-servlet ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-grizzly2-servlet ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-grizzly2-servlet ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-grizzly2-servlet ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-container-grizzly2-servlet ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-container-grizzly2-servlet ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-servlet/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-grizzly2-servlet ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-grizzly2-servlet ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-grizzly2-servlet ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-grizzly2-servlet ---
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-grizzly2-servlet ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-grizzly2-servlet ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-grizzly2-servlet ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-servlet/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-grizzly2-servlet ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-container-grizzly2-servlet ---
[INFO] Reserved port 32845 for jersey.config.test.container.port
[INFO] Reserved port 46101 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-container-grizzly2-servlet ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-grizzly2-servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-grizzly2-servlet ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] Running org.glassfish.jersey.apache.connector.ManagedClientTest
[INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-servlet/target/bom.xml
[INFO]            attaching as jersey-container-grizzly2-servlet-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-servlet/target/bom.json
[INFO]            attaching as jersey-container-grizzly2-servlet-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-grizzly2-servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-grizzly2-servlet ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-servlet/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-container-grizzly2-servlet ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/3.1.99-SNAPSHOT/jersey-container-grizzly2-servlet-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/3.1.99-SNAPSHOT/jersey-container-grizzly2-servlet-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-servlet/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/3.1.99-SNAPSHOT/jersey-container-grizzly2-servlet-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-servlet/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/3.1.99-SNAPSHOT/jersey-container-grizzly2-servlet-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/3.1.99-SNAPSHOT/jersey-container-grizzly2-servlet-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-grizzly2-servlet ---
[INFO] 
[INFO] -------< org.glassfish.jersey.test-framework.providers:project >--------
[INFO] Building jersey-test-framework-providers 3.1.99-SNAPSHOT        [22/378]
[INFO]   from test-framework/providers/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ project ---
Apr 04, 2024 8:07:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ project ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ project ---
[INFO] Reserved port 43959 for jersey.config.test.container.port
[INFO] Reserved port 35411 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/target/bom.xml
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/target/bom.json
Apr 04, 2024 8:07:28 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ project ---
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2 >--
[INFO] Building jersey-test-framework-provider-grizzly2 3.1.99-SNAPSHOT [23/378]
[INFO]   from test-framework/providers/grizzly2/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-grizzly2 ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-grizzly2 ---
Apr 04, 2024 8:07:28 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.apache.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method.
Apr 04, 2024 8:07:28 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.apache.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method.
Apr 04, 2024 8:07:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-test-framework-provider-grizzly2 ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/grizzly2/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Copying 4 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 13 source files with javac [debug target 11] to target/test-classes
Apr 04, 2024 8:07:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.673 s -- in org.glassfish.jersey.apache.connector.ManagedClientTest
[INFO] Running org.glassfish.jersey.apache.connector.AsyncTest
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Reserved port 32847 for jersey.config.test.container.port
[INFO] Reserved port 42331 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-test-framework-provider-grizzly2 ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/grizzly2/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
Apr 04, 2024 8:07:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:07:29 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 1 on thread grizzly-http-server-1
Apr 04, 2024 8:07:29 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 2 on thread grizzly-http-server-0
[INFO] Running org.glassfish.jersey.test.grizzly.web.context.GrizzlyWebContextPathTest
Apr 04, 2024 8:07:30 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:32847/
Apr 04, 2024 8:07:30 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Apr 04, 2024 8:07:30 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Apr 04, 2024 8:07:30 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [/context].
Apr 04, 2024 8:07:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:32847]
Apr 04, 2024 8:07:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:07:30 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
Apr 04, 2024 8:07:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:32847]
Apr 04, 2024 8:07:30 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-2
Apr 04, 2024 8:07:30 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-1
Apr 04, 2024 8:07:30 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 3 on thread grizzly-http-server-2
Apr 04, 2024 8:07:31 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:32847/
Apr 04, 2024 8:07:31 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Apr 04, 2024 8:07:31 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Apr 04, 2024 8:07:31 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [/context].
Apr 04, 2024 8:07:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:32847]
Apr 04, 2024 8:07:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:07:31 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
Apr 04, 2024 8:07:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:32847]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.912 s -- in org.glassfish.jersey.test.grizzly.web.context.GrizzlyWebContextPathTest
[INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest
Apr 04, 2024 8:07:31 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:32847/
Apr 04, 2024 8:07:31 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Apr 04, 2024 8:07:31 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest$MyServlet] registered for url pattern(s) [[/*]].
Apr 04, 2024 8:07:31 AM org.glassfish.grizzly.servlet.WebappContext initFilters
INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest$MyFilter1] registered for url pattern(s) [[/*]] and servlet name(s) [[]]
Apr 04, 2024 8:07:31 AM org.glassfish.grizzly.servlet.WebappContext initFilters
INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest$MyFilter2] registered for url pattern(s) [[/*]] and servlet name(s) [[]]
Apr 04, 2024 8:07:31 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Apr 04, 2024 8:07:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:32847]
Apr 04, 2024 8:07:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:07:31 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest$MyServlet
Apr 04, 2024 8:07:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:32847]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 s -- in org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest
[INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest
Apr 04, 2024 8:07:31 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:32847/
Apr 04, 2024 8:07:31 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Apr 04, 2024 8:07:31 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$RequestDispatcherServlet] registered for url pattern(s) [[/*]].
Apr 04, 2024 8:07:31 AM org.glassfish.grizzly.servlet.WebappContext initFilters
INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$ForwardFilter] registered for url pattern(s) [[/*]] and servlet name(s) [[]]
Apr 04, 2024 8:07:31 AM org.glassfish.grizzly.servlet.WebappContext initFilters
INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$IncludeFilter] registered for url pattern(s) [[/*]] and servlet name(s) [[]]
Apr 04, 2024 8:07:31 AM org.glassfish.grizzly.servlet.WebappContext initFilters
INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$RegularFilter] registered for url pattern(s) [[/*]] and servlet name(s) [[]]
Apr 04, 2024 8:07:31 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Apr 04, 2024 8:07:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:32847]
Apr 04, 2024 8:07:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:07:31 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$RequestDispatcherServlet
Apr 04, 2024 8:07:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:32847]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 s -- in org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest
[INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyWebTest
Apr 04, 2024 8:07:31 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:32847/
Apr 04, 2024 8:07:31 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Apr 04, 2024 8:07:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:31 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Apr 04, 2024 8:07:31 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Apr 04, 2024 8:07:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:32847]
Apr 04, 2024 8:07:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:07:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:32847]
Apr 04, 2024 8:07:31 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:32847/
Apr 04, 2024 8:07:31 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Apr 04, 2024 8:07:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:31 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Apr 04, 2024 8:07:31 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Apr 04, 2024 8:07:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:32847]
Apr 04, 2024 8:07:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:07:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:32847]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 s -- in org.glassfish.jersey.test.grizzly.web.GrizzlyWebTest
[INFO] Running org.glassfish.jersey.test.grizzly.web.ssl.GrizzlyOneWaySslWebTest
Apr 04, 2024 8:07:31 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-3
Apr 04, 2024 8:07:31 AM org.glassfish.jersey.apache.connector.AsyncTest testAsyncPost
INFO: Using async timeout multiplier: 1
Apr 04, 2024 8:07:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:07:31 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncGetWithTimeout
INFO: Async long-running get with timeout called on thread grizzly-http-server-0
Apr 04, 2024 8:07:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:32847
Apr 04, 2024 8:07:32 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:32847]
Apr 04, 2024 8:07:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 8:07:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:32847]
Apr 04, 2024 8:07:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:32847
Apr 04, 2024 8:07:32 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:32847]
Apr 04, 2024 8:07:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 8:07:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:32847]
Apr 04, 2024 8:07:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:32847
Apr 04, 2024 8:07:32 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:32847]
Apr 04, 2024 8:07:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Apr 04, 2024 8:07:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:32847]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.092 s -- in org.glassfish.jersey.test.grizzly.web.ssl.GrizzlyOneWaySslWebTest
[INFO] Running org.glassfish.jersey.test.grizzly.web.ssl.GrizzlyTwoWaySslWebTest
Apr 04, 2024 8:07:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:32847
Apr 04, 2024 8:07:32 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:32847]
Apr 04, 2024 8:07:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Apr 04, 2024 8:07:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:32847]
Apr 04, 2024 8:07:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:32847
Apr 04, 2024 8:07:33 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:32847]
Apr 04, 2024 8:07:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Apr 04, 2024 8:07:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:32847]
Apr 04, 2024 8:07:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:32847
Apr 04, 2024 8:07:33 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:32847]
Apr 04, 2024 8:07:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Apr 04, 2024 8:07:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:32847]
Apr 04, 2024 8:07:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:32847
Apr 04, 2024 8:07:33 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:32847]
Apr 04, 2024 8:07:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Apr 04, 2024 8:07:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:32847]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.125 s -- in org.glassfish.jersey.test.grizzly.web.ssl.GrizzlyTwoWaySslWebTest
[INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyWebFixedRequestSizeTest
Apr 04, 2024 8:07:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.249 s -- in org.glassfish.jersey.apache.connector.AsyncTest
[INFO] Running org.glassfish.jersey.apache.connector.StreamingTest
Apr 04, 2024 8:07:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:33 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:07:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:33 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:07:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:33 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:32847/
Apr 04, 2024 8:07:33 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Apr 04, 2024 8:07:33 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:33 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Apr 04, 2024 8:07:33 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Apr 04, 2024 8:07:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:32847]
Apr 04, 2024 8:07:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Apr 04, 2024 8:07:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:32847]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.glassfish.jersey.test.grizzly.web.GrizzlyWebFixedRequestSizeTest
[INFO] Running org.glassfish.jersey.test.grizzly.web.AvailablePortGrizzlyWebTest
Apr 04, 2024 8:07:33 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Apr 04, 2024 8:07:33 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Apr 04, 2024 8:07:33 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:33 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Apr 04, 2024 8:07:33 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Apr 04, 2024 8:07:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:46335]
Apr 04, 2024 8:07:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Apr 04, 2024 8:07:33 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer start
INFO: Started GrizzlyWebTestContainer at the base URI http://localhost:46335/
Apr 04, 2024 8:07:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:46335]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.glassfish.jersey.test.grizzly.web.AvailablePortGrizzlyWebTest
[INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyWebInjectionTest
Apr 04, 2024 8:07:33 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:32847/
Apr 04, 2024 8:07:33 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Apr 04, 2024 8:07:33 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Apr 04, 2024 8:07:33 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Apr 04, 2024 8:07:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:32847]
Apr 04, 2024 8:07:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Apr 04, 2024 8:07:33 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
Apr 04, 2024 8:07:33 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:32847]
Apr 04, 2024 8:07:34 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:32847/
Apr 04, 2024 8:07:34 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Apr 04, 2024 8:07:34 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Apr 04, 2024 8:07:34 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Apr 04, 2024 8:07:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:32847]
Apr 04, 2024 8:07:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Apr 04, 2024 8:07:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:33 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:07:34 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
Apr 04, 2024 8:07:34 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:32847]
Apr 04, 2024 8:07:34 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:32847/
Apr 04, 2024 8:07:34 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Apr 04, 2024 8:07:34 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Apr 04, 2024 8:07:34 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Apr 04, 2024 8:07:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:32847]
Apr 04, 2024 8:07:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Apr 04, 2024 8:07:34 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
Apr 04, 2024 8:07:34 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:32847]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 s -- in org.glassfish.jersey.test.grizzly.web.GrizzlyWebInjectionTest
[INFO] Running org.glassfish.jersey.test.grizzly.AvailablePortGrizzlyTest
Apr 04, 2024 8:07:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Apr 04, 2024 8:07:34 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45071]
Apr 04, 2024 8:07:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Apr 04, 2024 8:07:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:45071/
Apr 04, 2024 8:07:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45071]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.glassfish.jersey.test.grizzly.AvailablePortGrizzlyTest
[INFO] Running org.glassfish.jersey.test.grizzly.pckg.GrizzlyPackageTest
Apr 04, 2024 8:07:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32847/
Apr 04, 2024 8:07:34 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:32847]
Apr 04, 2024 8:07:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Apr 04, 2024 8:07:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:32847]
Apr 04, 2024 8:07:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32847/
Apr 04, 2024 8:07:34 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:32847]
Apr 04, 2024 8:07:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Apr 04, 2024 8:07:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:32847]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.glassfish.jersey.test.grizzly.pckg.GrizzlyPackageTest
[INFO] Running org.glassfish.jersey.test.grizzly.BaseUriTest
Apr 04, 2024 8:07:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32847/
Apr 04, 2024 8:07:34 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:32847]
Apr 04, 2024 8:07:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Apr 04, 2024 8:07:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:32847]
Apr 04, 2024 8:07:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32847/
Apr 04, 2024 8:07:34 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:32847]
Apr 04, 2024 8:07:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Apr 04, 2024 8:07:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:32847]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.glassfish.jersey.test.grizzly.BaseUriTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/grizzly2/target/jersey-test-framework-provider-grizzly2-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-grizzly2 ---
[INFO] CycloneDX: Resolving Dependencies
Apr 04, 2024 8:07:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:34 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 8:07:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.344 s -- in org.glassfish.jersey.apache.connector.StreamingTest
[INFO] Running org.glassfish.jersey.apache.connector.DisableContentEncodingTest
Apr 04, 2024 8:07:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:35 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
[INFO] CycloneDX: Creating BOM version 1.4 with 29 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/grizzly2/target/bom.xml
[INFO]            attaching as jersey-test-framework-provider-grizzly2-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/grizzly2/target/bom.json
[INFO]            attaching as jersey-test-framework-provider-grizzly2-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-grizzly2 ---
Apr 04, 2024 8:07:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 8:07:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:35 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Apr 04, 2024 8:07:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:35 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Apr 04, 2024 8:07:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/grizzly2/target/jersey-test-framework-provider-grizzly2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/grizzly2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-grizzly2/3.1.99-SNAPSHOT/jersey-test-framework-provider-grizzly2-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/grizzly2/target/jersey-test-framework-provider-grizzly2-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-grizzly2/3.1.99-SNAPSHOT/jersey-test-framework-provider-grizzly2-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/grizzly2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-grizzly2/3.1.99-SNAPSHOT/jersey-test-framework-provider-grizzly2-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/grizzly2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-grizzly2/3.1.99-SNAPSHOT/jersey-test-framework-provider-grizzly2-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/grizzly2/target/jersey-test-framework-provider-grizzly2-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-grizzly2/3.1.99-SNAPSHOT/jersey-test-framework-provider-grizzly2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-grizzly2 ---
Apr 04, 2024 8:07:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:35 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Apr 04, 2024 8:07:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.305 s -- in org.glassfish.jersey.apache.connector.DisableContentEncodingTest
[INFO] Running org.glassfish.jersey.apache.connector.HttpMethodTest
Apr 04, 2024 8:07:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:35 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Apr 04, 2024 8:07:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:35 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
[INFO] 
[INFO] --------------< org.glassfish.jersey.connectors:project >---------------
[INFO] Building jersey-connectors 3.1.99-SNAPSHOT                      [24/378]
[INFO]   from connectors/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ project ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources from .. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources from .. to target/legal/META-INF
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ project ---
[INFO] Reserved port 43173 for jersey.config.test.container.port
[INFO] Reserved port 45799 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project ---
[INFO] CycloneDX: Resolving Dependencies
Apr 04, 2024 8:07:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:35 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Apr 04, 2024 8:07:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:35 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Apr 04, 2024 8:07:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Apr 04, 2024 8:07:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
[INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/target/bom.xml
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/target/bom.json
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ project ---
[INFO] 
[INFO] ------< org.glassfish.jersey.connectors:jersey-apache-connector >-------
[INFO] Building jersey-connectors-apache 3.1.99-SNAPSHOT               [25/378]
[INFO]   from connectors/apache-connector/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-apache-connector ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-apache-connector ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-apache-connector ---
Apr 04, 2024 8:07:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Apr 04, 2024 8:07:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Apr 04, 2024 8:07:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Apr 04, 2024 8:07:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Apr 04, 2024 8:07:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-apache-connector ---
Apr 04, 2024 8:07:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-apache-connector ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-apache-connector ---
[INFO] Resources:
[INFO] org/glassfish/jersey/apache/connector/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache-connector/src/main/resources/org/glassfish/jersey/apache/connector/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-apache-connector ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache-connector/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-apache-connector ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-apache-connector ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-apache-connector ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-apache-connector ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-apache-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-apache-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-apache-connector ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache-connector/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-apache-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 22 source files with javac [debug target 11] to target/test-classes
Apr 04, 2024 8:07:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:36 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$3 veryExpensiveOperation
INFO: Async long-running get with timeout finished on thread Thread-1
Apr 04, 2024 8:07:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Apr 04, 2024 8:07:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Apr 04, 2024 8:07:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Apr 04, 2024 8:07:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/CookieTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/CookieTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-apache-connector ---
[INFO] Reserved port 35741 for jersey.config.test.container.port
[INFO] Reserved port 41623 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-apache-connector ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache-connector/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
Apr 04, 2024 8:07:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Apr 04, 2024 8:07:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Apr 04, 2024 8:07:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.007 s -- in org.glassfish.jersey.apache.connector.HttpMethodTest
[INFO] Running org.glassfish.jersey.apache.connector.LargeDataTest
Apr 04, 2024 8:07:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
[INFO] Running org.glassfish.jersey.apache.connector.ManagedClientTest
Apr 04, 2024 8:07:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.522 s -- in org.glassfish.jersey.apache.connector.LargeDataTest
[INFO] Running org.glassfish.jersey.apache.connector.SpecialHeaderTest
Apr 04, 2024 8:07:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Apr 04, 2024 8:07:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
[WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.050 s -- in org.glassfish.jersey.apache.connector.SpecialHeaderTest
[INFO] Running org.glassfish.jersey.apache.connector.GZIPContentEncodingTest
Apr 04, 2024 8:07:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Apr 04, 2024 8:07:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:38 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Apr 04, 2024 8:07:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s -- in org.glassfish.jersey.apache.connector.GZIPContentEncodingTest
[INFO] Running org.glassfish.jersey.apache.connector.NoEntityTest
Apr 04, 2024 8:07:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:38 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Apr 04, 2024 8:07:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:38 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Apr 04, 2024 8:07:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:38 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Apr 04, 2024 8:07:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:38 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Apr 04, 2024 8:07:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 s -- in org.glassfish.jersey.apache.connector.NoEntityTest
[INFO] Running org.glassfish.jersey.apache.connector.FollowRedirectsTest
Apr 04, 2024 8:07:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:38 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Apr 04, 2024 8:07:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:38 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.apache.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method.
Apr 04, 2024 8:07:38 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.apache.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method.
Apr 04, 2024 8:07:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:07:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:38 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
Apr 04, 2024 8:07:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.glassfish.jersey.apache.connector.FollowRedirectsTest
[INFO] Running org.glassfish.jersey.apache.connector.HttpHeadersTest
Apr 04, 2024 8:07:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:38 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-36] Started.
Apr 04, 2024 8:07:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:38 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-37] Started.
Apr 04, 2024 8:07:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.glassfish.jersey.apache.connector.HttpHeadersTest
[INFO] Running org.glassfish.jersey.apache.connector.TimeoutTest
Apr 04, 2024 8:07:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:38 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-38] Started.
Apr 04, 2024 8:07:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:38 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-39] Started.
Apr 04, 2024 8:07:38 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:38 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.232 s -- in org.glassfish.jersey.apache.connector.ManagedClientTest
[INFO] Running org.glassfish.jersey.apache.connector.AsyncTest
Apr 04, 2024 8:07:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:38 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:07:39 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 2 on thread grizzly-http-server-1
Apr 04, 2024 8:07:39 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 3 on thread grizzly-http-server-0
Apr 04, 2024 8:07:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:39 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-40] Started.
Apr 04, 2024 8:07:40 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-2
Apr 04, 2024 8:07:40 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-3
Apr 04, 2024 8:07:40 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 1 on thread grizzly-http-server-2
Apr 04, 2024 8:07:41 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-1
Apr 04, 2024 8:07:41 AM org.glassfish.jersey.apache.connector.AsyncTest testAsyncPost
INFO: Using async timeout multiplier: 1
Apr 04, 2024 8:07:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:41 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:07:41 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncGetWithTimeout
INFO: Async long-running get with timeout called on thread grizzly-http-server-0
Apr 04, 2024 8:07:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.125 s -- in org.glassfish.jersey.apache.connector.TimeoutTest
[INFO] Running org.glassfish.jersey.apache.connector.AuthTest
Apr 04, 2024 8:07:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:41 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-41] Started.
Apr 04, 2024 8:07:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:41 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-42] Started.
Apr 04, 2024 8:07:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:41 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-43] Started.
Apr 04, 2024 8:07:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:41 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-44] Started.
Apr 04, 2024 8:07:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:41 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-45] Started.
Apr 04, 2024 8:07:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:41 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-46] Started.
Apr 04, 2024 8:07:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:41 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-47] Started.
Apr 04, 2024 8:07:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:41 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-48] Started.
Apr 04, 2024 8:07:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:41 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-49] Started.
Apr 04, 2024 8:07:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:41 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-50] Started.
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-51] Started.
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-52] Started.
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-53] Started.
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-54] Started.
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-55] Started.
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-56] Started.
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-57] Started.
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
[WARNING] Tests run: 19, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.833 s -- in org.glassfish.jersey.apache.connector.AuthTest
[INFO] Running org.glassfish.jersey.apache.connector.CookieTest
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-58] Started.
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-59] Started.
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-60] Started.
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s -- in org.glassfish.jersey.apache.connector.CookieTest
[INFO] Running org.glassfish.jersey.apache.connector.TraceSupportTest
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-61] Started.
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-62] Started.
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-63] Started.
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-64] Started.
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-65] Started.
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-66] Started.
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 s -- in org.glassfish.jersey.apache.connector.TraceSupportTest
[INFO] Running org.glassfish.jersey.apache.connector.HelloWorldTest
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-67] Started.
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:38077/helloworld
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:38077
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:42 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-68] Started.
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:38077/helloworld
1 > accept: text/plain
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:38077
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:42 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-69] Started.
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:38077/helloworld
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:38077
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:42 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:42 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 2 * Server has received a request on thread grizzly-http-server-1
2 > GET http://localhost:38077/helloworld
2 > accept-encoding: gzip,deflate
2 > connection: Keep-Alive
2 > host: localhost:38077
2 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:42 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 2 * Server responded with a response on thread grizzly-http-server-1
2 < 200
2 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-70] Started.
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > OPTIONS http://localhost:38077/helloworld
1 > accept: text/plain
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:38077
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:42 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Allow: HEAD,GET,OPTIONS
1 < Content-Type: text/plain
HEAD, GET, OPTIONS

Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-71] Started.
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.apache.connector.ApacheConnector <init>
WARNING: Ignoring value of property "jersey.config.apache.client.connectionManager" ("org.glassfish.jersey.apache.connector.HelloWorldTest$2") - not instance of "org.apache.http.conn.HttpClientConnectionManager".
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.apache.connector.ApacheConnector getConnectionManager
WARNING: Ignoring value of property "jersey.config.apache.client.connectionManager" ("org.glassfish.jersey.apache.connector.HelloWorldTest$2") - not instance of "org.apache.http.conn.HttpClientConnectionManager".
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:38077/helloworld/error
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:38077
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:42 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 500
1 < Content-Type: text/plain
Error.

Apr 04, 2024 8:07:42 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 2 * Server has received a request on thread grizzly-http-server-1
2 > GET http://localhost:38077/helloworld/error2
2 > accept-encoding: gzip,deflate
2 > connection: Keep-Alive
2 > host: localhost:38077
2 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:42 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 2 * Server responded with a response on thread grizzly-http-server-1
2 < 500
2 < Content-Type: text/plain
Error2.

Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-72] Started.
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > HEAD http://localhost:38077/helloworld
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:38077
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:42 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-73] Started.
CustomLoggingFilter.preFilter called
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:38077/helloworld
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:38077
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:42 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
Hello World!

CustomLoggingFilter.postFilter called
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-74] Started.
CustomLoggingFilter.preFilter called
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:38077/helloworld
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:38077
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:42 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
Hello World!

CustomLoggingFilter.postFilter called
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-75] Started.
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > OPTIONS http://localhost:38077/helloworld
1 > accept: foo/bar
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:38077
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Allow: HEAD,GET,OPTIONS
1 < Content-Length: 0
1 < Content-Type: foo/bar

Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-76] Started.
CustomLoggingFilter.preFilter called
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.173 s -- in org.glassfish.jersey.apache.connector.AsyncTest
[INFO] Running org.glassfish.jersey.apache.connector.StreamingTest
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:38077/helloworld
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:38077
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
Hello World!

CustomLoggingFilter.postFilter called
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-77] Started.
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:38077/helloworld
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:38077
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 2 * Server has received a request on thread grizzly-http-server-1
2 > GET http://localhost:38077/helloworld
2 > accept-encoding: gzip,deflate
2 > connection: Keep-Alive
2 > host: localhost:38077
2 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 2 * Server responded with a response on thread grizzly-http-server-1
2 < 200
2 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 4 * Server has received a request on thread grizzly-http-server-3
4 > GET http://localhost:38077/helloworld
4 > accept-encoding: gzip,deflate
4 > connection: Keep-Alive
4 > host: localhost:38077
4 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 3 * Server has received a request on thread grizzly-http-server-2
3 > GET http://localhost:38077/helloworld
3 > accept-encoding: gzip,deflate
3 > connection: Keep-Alive
3 > host: localhost:38077
3 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 4 * Server responded with a response on thread grizzly-http-server-3
4 < 200
4 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 3 * Server responded with a response on thread grizzly-http-server-2
3 < 200
3 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 5 * Server has received a request on thread grizzly-http-server-1
5 > GET http://localhost:38077/helloworld
5 > accept-encoding: gzip,deflate
5 > connection: Keep-Alive
5 > host: localhost:38077
5 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 6 * Server has received a request on thread grizzly-http-server-0
6 > GET http://localhost:38077/helloworld
6 > accept-encoding: gzip,deflate
6 > connection: Keep-Alive
6 > host: localhost:38077
6 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 5 * Server responded with a response on thread grizzly-http-server-1
5 < 200
5 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 6 * Server responded with a response on thread grizzly-http-server-0
6 < 200
6 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 7 * Server has received a request on thread grizzly-http-server-3
7 > GET http://localhost:38077/helloworld
7 > accept-encoding: gzip,deflate
7 > connection: Keep-Alive
7 > host: localhost:38077
7 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 8 * Server has received a request on thread grizzly-http-server-2
8 > GET http://localhost:38077/helloworld
8 > accept-encoding: gzip,deflate
8 > connection: Keep-Alive
8 > host: localhost:38077
8 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 8 * Server responded with a response on thread grizzly-http-server-2
8 < 200
8 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 9 * Server has received a request on thread grizzly-http-server-1
9 > GET http://localhost:38077/helloworld
9 > accept-encoding: gzip,deflate
9 > connection: Keep-Alive
9 > host: localhost:38077
9 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 7 * Server responded with a response on thread grizzly-http-server-3
7 < 200
7 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 9 * Server responded with a response on thread grizzly-http-server-1
9 < 200
9 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 10 * Server has received a request on thread grizzly-http-server-0
10 > GET http://localhost:38077/helloworld
10 > accept-encoding: gzip,deflate
10 > connection: Keep-Alive
10 > host: localhost:38077
10 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 11 * Server has received a request on thread grizzly-http-server-2
11 > GET http://localhost:38077/helloworld
11 > accept-encoding: gzip,deflate
11 > connection: Keep-Alive
11 > host: localhost:38077
11 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 10 * Server responded with a response on thread grizzly-http-server-0
10 < 200
10 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 11 * Server responded with a response on thread grizzly-http-server-2
11 < 200
11 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 12 * Server has received a request on thread grizzly-http-server-1
12 > GET http://localhost:38077/helloworld
12 > accept-encoding: gzip,deflate
12 > connection: Keep-Alive
12 > host: localhost:38077
12 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 13 * Server has received a request on thread grizzly-http-server-3
13 > GET http://localhost:38077/helloworld
13 > accept-encoding: gzip,deflate
13 > connection: Keep-Alive
13 > host: localhost:38077
13 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 12 * Server responded with a response on thread grizzly-http-server-1
12 < 200
12 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 13 * Server responded with a response on thread grizzly-http-server-3
13 < 200
13 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 14 * Server has received a request on thread grizzly-http-server-0
14 > GET http://localhost:38077/helloworld
14 > accept-encoding: gzip,deflate
14 > connection: Keep-Alive
14 > host: localhost:38077
14 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 15 * Server has received a request on thread grizzly-http-server-2
15 > GET http://localhost:38077/helloworld
15 > accept-encoding: gzip,deflate
15 > connection: Keep-Alive
15 > host: localhost:38077
15 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 15 * Server responded with a response on thread grizzly-http-server-2
15 < 200
15 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 14 * Server responded with a response on thread grizzly-http-server-0
14 < 200
14 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 16 * Server has received a request on thread grizzly-http-server-1
16 > GET http://localhost:38077/helloworld
16 > accept-encoding: gzip,deflate
16 > connection: Keep-Alive
16 > host: localhost:38077
16 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 17 * Server has received a request on thread grizzly-http-server-3
17 > GET http://localhost:38077/helloworld
17 > accept-encoding: gzip,deflate
17 > connection: Keep-Alive
17 > host: localhost:38077
17 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 17 * Server responded with a response on thread grizzly-http-server-3
17 < 200
17 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 16 * Server responded with a response on thread grizzly-http-server-1
16 < 200
16 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 18 * Server has received a request on thread grizzly-http-server-2
18 > GET http://localhost:38077/helloworld
18 > accept-encoding: gzip,deflate
18 > connection: Keep-Alive
18 > host: localhost:38077
18 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 19 * Server has received a request on thread grizzly-http-server-0
19 > GET http://localhost:38077/helloworld
19 > accept-encoding: gzip,deflate
19 > connection: Keep-Alive
19 > host: localhost:38077
19 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 18 * Server responded with a response on thread grizzly-http-server-2
18 < 200
18 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 19 * Server responded with a response on thread grizzly-http-server-0
19 < 200
19 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 20 * Server has received a request on thread grizzly-http-server-3
20 > GET http://localhost:38077/helloworld
20 > accept-encoding: gzip,deflate
20 > connection: Keep-Alive
20 > host: localhost:38077
20 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 20 * Server responded with a response on thread grizzly-http-server-3
20 < 200
20 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.apache.connector.HelloWorldTest testAsyncClientRequests
INFO: Executed in: 58
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.apache.connector.HelloWorldTest testAsyncClientRequests
INFO: Results:
0: Hello World!
1: Hello World!
2: Hello World!
3: Hello World!
4: Hello World!
5: Hello World!
6: Hello World!
7: Hello World!
8: Hello World!
9: Hello World!
10: Hello World!
11: Hello World!
12: Hello World!
13: Hello World!
14: Hello World!
15: Hello World!
16: Hello World!
17: Hello World!
18: Hello World!
19: Hello World!

Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-78] Started.
CustomLoggingFilter.preFilter called
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:38077/helloworld
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:38077
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
Hello World!

CustomLoggingFilter.postFilter called
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-79] Started.
CustomLoggingFilter.preFilter called
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:38077/helloworld
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:38077
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
Hello World!

CustomLoggingFilter.postFilter called
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-80] Started.
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:38077/helloworld
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:38077
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-81] Started.
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:38077/helloworldarbitrary
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:38077
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 404

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 2 * Server has received a request on thread grizzly-http-server-1
2 > GET http://localhost:38077/helloworld/arbitrary
2 > accept-encoding: gzip,deflate
2 > connection: Keep-Alive
2 > host: localhost:38077
2 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:43 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 2 * Server responded with a response on thread grizzly-http-server-1
2 < 404

Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.587 s -- in org.glassfish.jersey.apache.connector.HelloWorldTest
[INFO] Running org.glassfish.jersey.apache.connector.HttpEntityTest
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-82] Started.
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-83] Started.
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.glassfish.jersey.apache.connector.HttpEntityTest
[INFO] Running org.glassfish.jersey.apache.connector.RetryHandlerTest
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-84] Started.
Apr 04, 2024 8:07:43 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.SocketTimeoutException) caught when processing request to {}->http://localhost:38077: Read timed out
Apr 04, 2024 8:07:43 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://localhost:38077
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-85] Started.
Apr 04, 2024 8:07:43 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.SocketTimeoutException) caught when processing request to {}->http://localhost:38077: Read timed out
Apr 04, 2024 8:07:43 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://localhost:38077
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.273 s -- in org.glassfish.jersey.apache.connector.RetryHandlerTest
[INFO] Running org.glassfish.jersey.apache.connector.HttpMethodWithClientFilterTest
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-86] Started.
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-87] Started.
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-88] Started.
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-89] Started.
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-90] Started.
Apr 04, 2024 8:07:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:44 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-91] Started.
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:44 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-92] Started.
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:44 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-93] Started.
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:44 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-94] Started.
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:44 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-95] Started.
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:44 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.251 s -- in org.glassfish.jersey.apache.connector.StreamingTest
[INFO] Running org.glassfish.jersey.apache.connector.DisableContentEncodingTest
Apr 04, 2024 8:07:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:44 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:44 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-96] Started.
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:44 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-97] Started.
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:44 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-98] Started.
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:44 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-99] Started.
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
Apr 04, 2024 8:07:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:44 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:44 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:44 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 s -- in org.glassfish.jersey.apache.connector.DisableContentEncodingTest
[INFO] Running org.glassfish.jersey.apache.connector.HttpMethodTest
Apr 04, 2024 8:07:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:44 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:44 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38077/
Apr 04, 2024 8:07:44 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38077]
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-100] Started.
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38077]
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.119 s -- in org.glassfish.jersey.apache.connector.HttpMethodWithClientFilterTest
[INFO] Running org.glassfish.jersey.apache.connector.UnderlyingCookieStoreAccessTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.glassfish.jersey.apache.connector.UnderlyingCookieStoreAccessTest
[INFO] Running org.glassfish.jersey.apache.connector.UnderlyingHttpClientAccessTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.glassfish.jersey.apache.connector.UnderlyingHttpClientAccessTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 106, Failures: 0, Errors: 0, Skipped: 3
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-apache-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache-connector/target/jersey-apache-connector-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-apache-connector ---
[INFO] CycloneDX: Resolving Dependencies
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:44 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Apr 04, 2024 8:07:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Apr 04, 2024 8:07:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Apr 04, 2024 8:07:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Apr 04, 2024 8:07:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Apr 04, 2024 8:07:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Apr 04, 2024 8:07:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Apr 04, 2024 8:07:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Apr 04, 2024 8:07:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Apr 04, 2024 8:07:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Apr 04, 2024 8:07:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Apr 04, 2024 8:07:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Apr 04, 2024 8:07:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Apr 04, 2024 8:07:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.523 s -- in org.glassfish.jersey.apache.connector.HttpMethodTest
[INFO] Running org.glassfish.jersey.apache.connector.LargeDataTest
Apr 04, 2024 8:07:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:46 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$3 veryExpensiveOperation
INFO: Async long-running get with timeout finished on thread Thread-1
Apr 04, 2024 8:07:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
[INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache-connector/target/bom.xml
[INFO]            attaching as jersey-apache-connector-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache-connector/target/bom.json
[INFO]            attaching as jersey-apache-connector-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-apache-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache-connector/target/jersey-apache-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-apache-connector ---
Apr 04, 2024 8:07:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.331 s -- in org.glassfish.jersey.apache.connector.LargeDataTest
[INFO] Running org.glassfish.jersey.apache.connector.SpecialHeaderTest
Apr 04, 2024 8:07:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Apr 04, 2024 8:07:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
[WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.042 s -- in org.glassfish.jersey.apache.connector.SpecialHeaderTest
[INFO] Running org.glassfish.jersey.apache.connector.GZIPContentEncodingTest
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache-connector/target/jersey-apache-connector-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache-connector/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-apache-connector ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/3.1.99-SNAPSHOT/jersey-apache-connector-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache-connector/target/jersey-apache-connector-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/3.1.99-SNAPSHOT/jersey-apache-connector-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/3.1.99-SNAPSHOT/jersey-apache-connector-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/3.1.99-SNAPSHOT/jersey-apache-connector-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache-connector/target/jersey-apache-connector-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/3.1.99-SNAPSHOT/jersey-apache-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-apache-connector ---
Apr 04, 2024 8:07:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Apr 04, 2024 8:07:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Apr 04, 2024 8:07:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s -- in org.glassfish.jersey.apache.connector.GZIPContentEncodingTest
[INFO] Running org.glassfish.jersey.apache.connector.NoEntityTest
Apr 04, 2024 8:07:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Apr 04, 2024 8:07:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Apr 04, 2024 8:07:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Apr 04, 2024 8:07:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Apr 04, 2024 8:07:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 s -- in org.glassfish.jersey.apache.connector.NoEntityTest
[INFO] Running org.glassfish.jersey.apache.connector.FollowRedirectsTest
Apr 04, 2024 8:07:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Apr 04, 2024 8:07:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
Apr 04, 2024 8:07:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.glassfish.jersey.apache.connector.FollowRedirectsTest
[INFO] Running org.glassfish.jersey.apache.connector.HttpHeadersTest
Apr 04, 2024 8:07:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-36] Started.
Apr 04, 2024 8:07:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-37] Started.
Apr 04, 2024 8:07:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.glassfish.jersey.apache.connector.HttpHeadersTest
[INFO] Running org.glassfish.jersey.apache.connector.TimeoutTest
Apr 04, 2024 8:07:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-38] Started.
Apr 04, 2024 8:07:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-39] Started.
[INFO] 
[INFO] ------< org.glassfish.jersey.connectors:jersey-apache5-connector >------
[INFO] Building jersey-connectors-apache5 3.1.99-SNAPSHOT              [26/303]
[INFO]   from connectors/apache5-connector/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-apache5-connector ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-apache5-connector ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-apache5-connector ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-apache5-connector ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-apache5-connector ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-apache5-connector ---
[INFO] Resources:
[INFO] org/glassfish/jersey/apache5/connector/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/src/main/resources/org/glassfish/jersey/apache5/connector/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-apache5-connector ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-apache5-connector ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-apache5-connector ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-apache5-connector ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-apache5-connector ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-apache5-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/src/main/java/org/glassfish/jersey/apache5/connector/Apache5Connector.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/src/main/java/org/glassfish/jersey/apache5/connector/Apache5Connector.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/src/main/java/org/glassfish/jersey/apache5/connector/Apache5Connector.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-apache5-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/src/main/java/org/glassfish/jersey/apache5/connector/Apache5Connector.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/src/main/java/org/glassfish/jersey/apache5/connector/Apache5Connector.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/src/main/java/org/glassfish/jersey/apache5/connector/Apache5Connector.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-apache5-connector ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-apache5-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 22 source files with javac [debug target 11] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/src/test/java/org/glassfish/jersey/apache5/connector/CookieTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/src/test/java/org/glassfish/jersey/apache5/connector/CookieTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/src/test/java/org/glassfish/jersey/apache5/connector/CookieTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-apache5-connector ---
[INFO] Reserved port 36953 for jersey.config.test.container.port
[INFO] Reserved port 41835 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-apache5-connector ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
Apr 04, 2024 8:07:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-40] Started.
[INFO] Running org.glassfish.jersey.apache5.connector.HttpMethodWithClientFilterTest
Apr 04, 2024 8:07:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:49 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.101 s -- in org.glassfish.jersey.apache.connector.TimeoutTest
[INFO] Running org.glassfish.jersey.apache.connector.AuthTest
Apr 04, 2024 8:07:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:49 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-41] Started.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-42] Started.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-43] Started.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-44] Started.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-45] Started.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-46] Started.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-47] Started.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-48] Started.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-49] Started.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-50] Started.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-51] Started.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-52] Started.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-53] Started.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-54] Started.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-55] Started.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-56] Started.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-57] Started.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
[WARNING] Tests run: 19, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.785 s -- in org.glassfish.jersey.apache.connector.AuthTest
[INFO] Running org.glassfish.jersey.apache.connector.CookieTest
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-58] Started.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-59] Started.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-60] Started.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s -- in org.glassfish.jersey.apache.connector.CookieTest
[INFO] Running org.glassfish.jersey.apache.connector.TraceSupportTest
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-61] Started.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-62] Started.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-63] Started.
Apr 04, 2024 8:07:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-64] Started.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-65] Started.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-66] Started.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 s -- in org.glassfish.jersey.apache.connector.TraceSupportTest
[INFO] Running org.glassfish.jersey.apache.connector.HelloWorldTest
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-67] Started.
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:35741/helloworld
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:35741
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-68] Started.
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:35741/helloworld
1 > accept: text/plain
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:35741
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-69] Started.
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:35741/helloworld
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:35741
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 2 * Server has received a request on thread grizzly-http-server-1
2 > GET http://localhost:35741/helloworld
2 > accept-encoding: gzip,deflate
2 > connection: Keep-Alive
2 > host: localhost:35741
2 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 2 * Server responded with a response on thread grizzly-http-server-1
2 < 200
2 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-70] Started.
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > OPTIONS http://localhost:35741/helloworld
1 > accept: text/plain
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:35741
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Allow: HEAD,GET,OPTIONS
1 < Content-Type: text/plain
HEAD, GET, OPTIONS

Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-71] Started.
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.apache.connector.ApacheConnector <init>
WARNING: Ignoring value of property "jersey.config.apache.client.connectionManager" ("org.glassfish.jersey.apache.connector.HelloWorldTest$2") - not instance of "org.apache.http.conn.HttpClientConnectionManager".
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.apache.connector.ApacheConnector getConnectionManager
WARNING: Ignoring value of property "jersey.config.apache.client.connectionManager" ("org.glassfish.jersey.apache.connector.HelloWorldTest$2") - not instance of "org.apache.http.conn.HttpClientConnectionManager".
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:35741/helloworld/error
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:35741
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 500
1 < Content-Type: text/plain
Error.

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 2 * Server has received a request on thread grizzly-http-server-1
2 > GET http://localhost:35741/helloworld/error2
2 > accept-encoding: gzip,deflate
2 > connection: Keep-Alive
2 > host: localhost:35741
2 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 2 * Server responded with a response on thread grizzly-http-server-1
2 < 500
2 < Content-Type: text/plain
Error2.

Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-72] Started.
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > HEAD http://localhost:35741/helloworld
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:35741
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-73] Started.
CustomLoggingFilter.preFilter called
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:35741/helloworld
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:35741
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
Hello World!

CustomLoggingFilter.postFilter called
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-74] Started.
CustomLoggingFilter.preFilter called
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:35741/helloworld
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:35741
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
Hello World!

CustomLoggingFilter.postFilter called
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-75] Started.
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > OPTIONS http://localhost:35741/helloworld
1 > accept: foo/bar
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:35741
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Allow: HEAD,GET,OPTIONS
1 < Content-Length: 0
1 < Content-Type: foo/bar

Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-76] Started.
CustomLoggingFilter.preFilter called
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:35741/helloworld
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:35741
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
Hello World!

CustomLoggingFilter.postFilter called
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-77] Started.
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:35741/helloworld
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:35741
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 2 * Server has received a request on thread grizzly-http-server-1
2 > GET http://localhost:35741/helloworld
2 > accept-encoding: gzip,deflate
2 > connection: Keep-Alive
2 > host: localhost:35741
2 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 2 * Server responded with a response on thread grizzly-http-server-1
2 < 200
2 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 3 * Server has received a request on thread grizzly-http-server-3
3 > GET http://localhost:35741/helloworld
3 > accept-encoding: gzip,deflate
3 > connection: Keep-Alive
3 > host: localhost:35741
3 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 4 * Server has received a request on thread grizzly-http-server-2
4 > GET http://localhost:35741/helloworld
4 > accept-encoding: gzip,deflate
4 > connection: Keep-Alive
4 > host: localhost:35741
4 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 3 * Server responded with a response on thread grizzly-http-server-3
3 < 200
3 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 4 * Server responded with a response on thread grizzly-http-server-2
4 < 200
4 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 5 * Server has received a request on thread grizzly-http-server-0
5 > GET http://localhost:35741/helloworld
5 > accept-encoding: gzip,deflate
5 > connection: Keep-Alive
5 > host: localhost:35741
5 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 6 * Server has received a request on thread grizzly-http-server-1
6 > GET http://localhost:35741/helloworld
6 > accept-encoding: gzip,deflate
6 > connection: Keep-Alive
6 > host: localhost:35741
6 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 5 * Server responded with a response on thread grizzly-http-server-0
5 < 200
5 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 6 * Server responded with a response on thread grizzly-http-server-1
6 < 200
6 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 7 * Server has received a request on thread grizzly-http-server-3
7 > GET http://localhost:35741/helloworld
7 > accept-encoding: gzip,deflate
7 > connection: Keep-Alive
7 > host: localhost:35741
7 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 8 * Server has received a request on thread grizzly-http-server-2
8 > GET http://localhost:35741/helloworld
8 > accept-encoding: gzip,deflate
8 > connection: Keep-Alive
8 > host: localhost:35741
8 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 7 * Server responded with a response on thread grizzly-http-server-3
7 < 200
7 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 8 * Server responded with a response on thread grizzly-http-server-2
8 < 200
8 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 9 * Server has received a request on thread grizzly-http-server-0
9 > GET http://localhost:35741/helloworld
9 > accept-encoding: gzip,deflate
9 > connection: Keep-Alive
9 > host: localhost:35741
9 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 10 * Server has received a request on thread grizzly-http-server-1
10 > GET http://localhost:35741/helloworld
10 > accept-encoding: gzip,deflate
10 > connection: Keep-Alive
10 > host: localhost:35741
10 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 9 * Server responded with a response on thread grizzly-http-server-0
9 < 200
9 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 10 * Server responded with a response on thread grizzly-http-server-1
10 < 200
10 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 11 * Server has received a request on thread grizzly-http-server-3
11 > GET http://localhost:35741/helloworld
11 > accept-encoding: gzip,deflate
11 > connection: Keep-Alive
11 > host: localhost:35741
11 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 12 * Server has received a request on thread grizzly-http-server-2
12 > GET http://localhost:35741/helloworld
12 > accept-encoding: gzip,deflate
12 > connection: Keep-Alive
12 > host: localhost:35741
12 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 11 * Server responded with a response on thread grizzly-http-server-3
11 < 200
11 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 12 * Server responded with a response on thread grizzly-http-server-2
12 < 200
12 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 13 * Server has received a request on thread grizzly-http-server-0
13 > GET http://localhost:35741/helloworld
13 > accept-encoding: gzip,deflate
13 > connection: Keep-Alive
13 > host: localhost:35741
13 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 14 * Server has received a request on thread grizzly-http-server-1
14 > GET http://localhost:35741/helloworld
14 > accept-encoding: gzip,deflate
14 > connection: Keep-Alive
14 > host: localhost:35741
14 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 13 * Server responded with a response on thread grizzly-http-server-0
13 < 200
13 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 14 * Server responded with a response on thread grizzly-http-server-1
14 < 200
14 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 15 * Server has received a request on thread grizzly-http-server-3
15 > GET http://localhost:35741/helloworld
15 > accept-encoding: gzip,deflate
15 > connection: Keep-Alive
15 > host: localhost:35741
15 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 16 * Server has received a request on thread grizzly-http-server-2
16 > GET http://localhost:35741/helloworld
16 > accept-encoding: gzip,deflate
16 > connection: Keep-Alive
16 > host: localhost:35741
16 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 15 * Server responded with a response on thread grizzly-http-server-3
15 < 200
15 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 16 * Server responded with a response on thread grizzly-http-server-2
16 < 200
16 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 17 * Server has received a request on thread grizzly-http-server-0
17 > GET http://localhost:35741/helloworld
17 > accept-encoding: gzip,deflate
17 > connection: Keep-Alive
17 > host: localhost:35741
17 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 18 * Server has received a request on thread grizzly-http-server-1
18 > GET http://localhost:35741/helloworld
18 > accept-encoding: gzip,deflate
18 > connection: Keep-Alive
18 > host: localhost:35741
18 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 17 * Server responded with a response on thread grizzly-http-server-0
17 < 200
17 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 18 * Server responded with a response on thread grizzly-http-server-1
18 < 200
18 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 19 * Server has received a request on thread grizzly-http-server-3
19 > GET http://localhost:35741/helloworld
19 > accept-encoding: gzip,deflate
19 > connection: Keep-Alive
19 > host: localhost:35741
19 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 20 * Server has received a request on thread grizzly-http-server-2
20 > GET http://localhost:35741/helloworld
20 > accept-encoding: gzip,deflate
20 > connection: Keep-Alive
20 > host: localhost:35741
20 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 19 * Server responded with a response on thread grizzly-http-server-3
19 < 200
19 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 20 * Server responded with a response on thread grizzly-http-server-2
20 < 200
20 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.apache.connector.HelloWorldTest testAsyncClientRequests
INFO: Executed in: 19
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.apache.connector.HelloWorldTest testAsyncClientRequests
INFO: Results:
0: Hello World!
1: Hello World!
2: Hello World!
3: Hello World!
4: Hello World!
5: Hello World!
6: Hello World!
7: Hello World!
8: Hello World!
9: Hello World!
10: Hello World!
11: Hello World!
12: Hello World!
13: Hello World!
14: Hello World!
15: Hello World!
16: Hello World!
17: Hello World!
18: Hello World!
19: Hello World!

Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-78] Started.
CustomLoggingFilter.preFilter called
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:35741/helloworld
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:35741
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
Hello World!

CustomLoggingFilter.postFilter called
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-79] Started.
CustomLoggingFilter.preFilter called
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:35741/helloworld
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:35741
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
Hello World!

CustomLoggingFilter.postFilter called
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-80] Started.
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:35741/helloworld
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:35741
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-81] Started.
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:35741/helloworldarbitrary
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:35741
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 404

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 2 * Server has received a request on thread grizzly-http-server-1
2 > GET http://localhost:35741/helloworld/arbitrary
2 > accept-encoding: gzip,deflate
2 > connection: Keep-Alive
2 > host: localhost:35741
2 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)

Apr 04, 2024 8:07:51 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 2 * Server responded with a response on thread grizzly-http-server-1
2 < 404

Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.498 s -- in org.glassfish.jersey.apache.connector.HelloWorldTest
[INFO] Running org.glassfish.jersey.apache.connector.HttpEntityTest
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-82] Started.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-83] Started.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.glassfish.jersey.apache.connector.HttpEntityTest
[INFO] Running org.glassfish.jersey.apache.connector.RetryHandlerTest
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-84] Started.
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:07:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.SocketTimeoutException) caught when processing request to {}->http://localhost:35741: Read timed out
Apr 04, 2024 8:07:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://localhost:35741
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-85] Started.
Apr 04, 2024 8:07:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.SocketTimeoutException) caught when processing request to {}->http://localhost:35741: Read timed out
Apr 04, 2024 8:07:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://localhost:35741
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 s -- in org.glassfish.jersey.apache.connector.RetryHandlerTest
[INFO] Running org.glassfish.jersey.apache.connector.HttpMethodWithClientFilterTest
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-86] Started.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-87] Started.
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-88] Started.
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-89] Started.
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-90] Started.
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-91] Started.
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-92] Started.
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-93] Started.
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:07:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:07:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:07:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-94] Started.
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-95] Started.
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-96] Started.
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-97] Started.
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:07:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:07:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Apr 04, 2024 8:07:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-98] Started.
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-99] Started.
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
Apr 04, 2024 8:07:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35741/
Apr 04, 2024 8:07:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35741]
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-100] Started.
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35741]
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.843 s -- in org.glassfish.jersey.apache.connector.HttpMethodWithClientFilterTest
[INFO] Running org.glassfish.jersey.apache.connector.UnderlyingCookieStoreAccessTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.jersey.apache.connector.UnderlyingCookieStoreAccessTest
[INFO] Running org.glassfish.jersey.apache.connector.UnderlyingHttpClientAccessTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.glassfish.jersey.apache.connector.UnderlyingHttpClientAccessTest
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.817 s -- in org.glassfish.jersey.apache5.connector.HttpMethodWithClientFilterTest
[INFO] Running org.glassfish.jersey.apache5.connector.HttpMethodTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 106, Failures: 0, Errors: 0, Skipped: 3
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-apache-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache-connector/target/jersey-apache-connector-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-apache-connector ---
[INFO] CycloneDX: Resolving Dependencies
Apr 04, 2024 8:07:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Apr 04, 2024 8:07:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:07:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Apr 04, 2024 8:07:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:07:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Apr 04, 2024 8:07:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:07:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Apr 04, 2024 8:07:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:07:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Apr 04, 2024 8:07:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:07:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Apr 04, 2024 8:07:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:07:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Apr 04, 2024 8:07:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:07:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Apr 04, 2024 8:07:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:07:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Apr 04, 2024 8:07:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:07:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
[INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache-connector/target/bom.xml
[INFO]            attaching as jersey-apache-connector-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache-connector/target/bom.json
[INFO]            attaching as jersey-apache-connector-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-apache-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache-connector/target/jersey-apache-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-apache-connector ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache-connector/target/jersey-apache-connector-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache-connector/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-apache-connector ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/3.1.99-SNAPSHOT/jersey-apache-connector-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache-connector/target/jersey-apache-connector-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/3.1.99-SNAPSHOT/jersey-apache-connector-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/3.1.99-SNAPSHOT/jersey-apache-connector-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/3.1.99-SNAPSHOT/jersey-apache-connector-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache-connector/target/jersey-apache-connector-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/3.1.99-SNAPSHOT/jersey-apache-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-apache-connector ---
Apr 04, 2024 8:07:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:07:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:07:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:07:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:07:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:07:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.486 s -- in org.glassfish.jersey.apache5.connector.HttpMethodTest
[INFO] Running org.glassfish.jersey.apache5.connector.TraceSupportTest
Apr 04, 2024 8:07:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:07:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:07:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:07:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:07:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:07:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
[INFO] 
[INFO] ------< org.glassfish.jersey.connectors:jersey-apache5-connector >------
[INFO] Building jersey-connectors-apache5 3.1.99-SNAPSHOT              [26/378]
[INFO]   from connectors/apache5-connector/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-apache5-connector ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-apache5-connector ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-apache5-connector ---
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.321 s -- in org.glassfish.jersey.apache5.connector.TraceSupportTest
[INFO] Running org.glassfish.jersey.apache5.connector.DisableContentEncodingTest
Apr 04, 2024 8:07:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-36] Started.
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:07:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-37] Started.
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:07:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-38] Started.
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:07:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-39] Started.
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 s -- in org.glassfish.jersey.apache5.connector.DisableContentEncodingTest
[INFO] Running org.glassfish.jersey.apache5.connector.FollowRedirectsTest
Apr 04, 2024 8:07:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-40] Started.
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-apache5-connector ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-apache5-connector ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-apache5-connector ---
[INFO] Resources:
[INFO] org/glassfish/jersey/apache5/connector/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/src/main/resources/org/glassfish/jersey/apache5/connector/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-apache5-connector ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-apache5-connector ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-apache5-connector ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-apache5-connector ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-apache5-connector ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-apache5-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/src/main/java/org/glassfish/jersey/apache5/connector/Apache5Connector.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/src/main/java/org/glassfish/jersey/apache5/connector/Apache5Connector.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/src/main/java/org/glassfish/jersey/apache5/connector/Apache5Connector.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-apache5-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files with javac [debug target 11] to target/classes
Apr 04, 2024 8:07:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-41] Started.
Apr 04, 2024 8:07:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s -- in org.glassfish.jersey.apache5.connector.FollowRedirectsTest
[INFO] Running org.glassfish.jersey.apache5.connector.CookieTest
Apr 04, 2024 8:07:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-42] Started.
Apr 04, 2024 8:07:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:07:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-43] Started.
Apr 04, 2024 8:07:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:07:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-44] Started.
Apr 04, 2024 8:07:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 s -- in org.glassfish.jersey.apache5.connector.CookieTest
[INFO] Running org.glassfish.jersey.apache5.connector.AsyncTest
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/src/main/java/org/glassfish/jersey/apache5/connector/Apache5Connector.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/src/main/java/org/glassfish/jersey/apache5/connector/Apache5Connector.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/src/main/java/org/glassfish/jersey/apache5/connector/Apache5Connector.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-apache5-connector ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-apache5-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 22 source files with javac [debug target 11] to target/test-classes
Apr 04, 2024 8:07:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-45] Started.
Apr 04, 2024 8:07:55 AM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 3 on thread grizzly-http-server-1
Apr 04, 2024 8:07:55 AM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 1 on thread grizzly-http-server-2
Apr 04, 2024 8:07:55 AM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 2 on thread grizzly-http-server-0
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/src/test/java/org/glassfish/jersey/apache5/connector/CookieTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/src/test/java/org/glassfish/jersey/apache5/connector/CookieTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/src/test/java/org/glassfish/jersey/apache5/connector/CookieTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-apache5-connector ---
[INFO] Reserved port 45163 for jersey.config.test.container.port
[INFO] Reserved port 36485 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-apache5-connector ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
Apr 04, 2024 8:07:56 AM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-3
Apr 04, 2024 8:07:56 AM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-2
Apr 04, 2024 8:07:56 AM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-1
Apr 04, 2024 8:07:56 AM org.glassfish.jersey.apache5.connector.AsyncTest testAsyncPost
INFO: Using async timeout multiplier: 1
Apr 04, 2024 8:07:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:07:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:07:56 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:07:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-46] Started.
Apr 04, 2024 8:07:56 AM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource asyncGetWithTimeout
INFO: Async long-running get with timeout called on thread grizzly-http-server-0
[INFO] Running org.glassfish.jersey.apache5.connector.HttpMethodWithClientFilterTest
Apr 04, 2024 8:07:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:07:56 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:07:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
Apr 04, 2024 8:07:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:07:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:07:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:07:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:07:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:07:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:07:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:07:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:07:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:07:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:07:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:07:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:07:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:07:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:07:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:07:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:07:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:07:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:07:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:07:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:07:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:07:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:07:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:07:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 8:07:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:07:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:07:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:07:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 8:07:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:07:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:07:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:07:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Apr 04, 2024 8:07:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:07:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:07:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:07:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Apr 04, 2024 8:07:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:07:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:07:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:07:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Apr 04, 2024 8:07:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:07:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:07:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:07:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Apr 04, 2024 8:07:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:07:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:07:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:07:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Apr 04, 2024 8:07:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:07:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:07:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:07:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Apr 04, 2024 8:07:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:07:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:07:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:07:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Apr 04, 2024 8:07:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.030 s -- in org.glassfish.jersey.apache5.connector.HttpMethodWithClientFilterTest
[INFO] Running org.glassfish.jersey.apache5.connector.HttpMethodTest
Apr 04, 2024 8:07:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:07:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:07:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Apr 04, 2024 8:07:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:07:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:07:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:07:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Apr 04, 2024 8:07:59 AM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource asyncGetWithTimeout
INFO: Async long-running get with timeout called on thread grizzly-http-server-1
Apr 04, 2024 8:07:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:07:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:07:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:07:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Apr 04, 2024 8:07:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:07:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:07:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:07:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Apr 04, 2024 8:07:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:07:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:07:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:07:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Apr 04, 2024 8:07:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:07:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:07:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:07:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Apr 04, 2024 8:07:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:07:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:07:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:07:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Apr 04, 2024 8:07:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:07:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:07:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:07:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Apr 04, 2024 8:07:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:07:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:07:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:07:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Apr 04, 2024 8:07:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:07:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:07:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:07:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:07:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.277 s -- in org.glassfish.jersey.apache5.connector.HttpMethodTest
[INFO] Running org.glassfish.jersey.apache5.connector.TraceSupportTest
Apr 04, 2024 8:08:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.282 s -- in org.glassfish.jersey.apache5.connector.TraceSupportTest
[INFO] Running org.glassfish.jersey.apache5.connector.DisableContentEncodingTest
Apr 04, 2024 8:08:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-36] Started.
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-37] Started.
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-38] Started.
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-39] Started.
Apr 04, 2024 8:08:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 s -- in org.glassfish.jersey.apache5.connector.DisableContentEncodingTest
[INFO] Running org.glassfish.jersey.apache5.connector.FollowRedirectsTest
Apr 04, 2024 8:08:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-40] Started.
Apr 04, 2024 8:08:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-41] Started.
Apr 04, 2024 8:08:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.glassfish.jersey.apache5.connector.FollowRedirectsTest
[INFO] Running org.glassfish.jersey.apache5.connector.CookieTest
Apr 04, 2024 8:08:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-42] Started.
Apr 04, 2024 8:08:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-43] Started.
Apr 04, 2024 8:08:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-44] Started.
Apr 04, 2024 8:08:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s -- in org.glassfish.jersey.apache5.connector.CookieTest
[INFO] Running org.glassfish.jersey.apache5.connector.AsyncTest
Apr 04, 2024 8:08:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-45] Started.
Apr 04, 2024 8:08:01 AM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 3 on thread grizzly-http-server-2
Apr 04, 2024 8:08:01 AM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 2 on thread grizzly-http-server-1
Apr 04, 2024 8:08:01 AM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 1 on thread grizzly-http-server-0
Apr 04, 2024 8:08:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.083 s -- in org.glassfish.jersey.apache5.connector.AsyncTest
[INFO] Running org.glassfish.jersey.apache5.connector.GZIPContentEncodingTest
Apr 04, 2024 8:08:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:01 AM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource$3 veryExpensiveOperation
INFO: Async long-running get with timeout finished on thread Thread-1
Apr 04, 2024 8:08:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-47] Started.
Apr 04, 2024 8:08:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:08:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-48] Started.
Apr 04, 2024 8:08:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s -- in org.glassfish.jersey.apache5.connector.GZIPContentEncodingTest
[INFO] Running org.glassfish.jersey.apache5.connector.UnderlyingCookieStoreAccessTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.glassfish.jersey.apache5.connector.UnderlyingCookieStoreAccessTest
[INFO] Running org.glassfish.jersey.apache5.connector.LargeDataTest
Apr 04, 2024 8:08:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-49] Started.
Apr 04, 2024 8:08:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.559 s -- in org.glassfish.jersey.apache5.connector.LargeDataTest
[INFO] Running org.glassfish.jersey.apache5.connector.AuthTest
Apr 04, 2024 8:08:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-50] Started.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-51] Started.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-52] Started.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-53] Started.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-54] Started.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-55] Started.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-56] Started.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-57] Started.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-58] Started.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-59] Started.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-60] Started.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-61] Started.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-62] Started.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-63] Started.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-64] Started.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-65] Started.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-3
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-2
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-1
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.apache5.connector.AsyncTest testAsyncPost
INFO: Using async timeout multiplier: 1
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-46] Started.
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource asyncGetWithTimeout
INFO: Async long-running get with timeout called on thread grizzly-http-server-1
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-66] Started.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
[WARNING] Tests run: 19, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.726 s -- in org.glassfish.jersey.apache5.connector.AuthTest
[INFO] Running org.glassfish.jersey.apache5.connector.SpecialHeaderTest
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-67] Started.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
[WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.030 s -- in org.glassfish.jersey.apache5.connector.SpecialHeaderTest
[INFO] Running org.glassfish.jersey.apache5.connector.NoEntityTest
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-68] Started.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-69] Started.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-70] Started.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-71] Started.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 s -- in org.glassfish.jersey.apache5.connector.NoEntityTest
[INFO] Running org.glassfish.jersey.apache5.connector.ManagedClientTest
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.apache5.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method.
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.apache5.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-72] Started.
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.glassfish.jersey.apache5.connector.ManagedClientTest
[INFO] Running org.glassfish.jersey.apache5.connector.StreamingTest
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-73] Started.
Apr 04, 2024 8:08:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-74] Started.
Apr 04, 2024 8:08:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:08:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:03 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-75] Started.
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-76] Started.
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.160 s -- in org.glassfish.jersey.apache5.connector.StreamingTest
[INFO] Running org.glassfish.jersey.apache5.connector.HttpHeadersTest
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-77] Started.
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-78] Started.
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.glassfish.jersey.apache5.connector.HttpHeadersTest
[INFO] Running org.glassfish.jersey.apache5.connector.HttpEntityTest
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-79] Started.
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource$3 veryExpensiveOperation
INFO: Async long-running get with timeout finished on thread Thread-2
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-80] Started.
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s -- in org.glassfish.jersey.apache5.connector.HttpEntityTest
[INFO] Running org.glassfish.jersey.apache5.connector.HelloWorldTest
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-81] Started.
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:36953/helloworld
1 > accept-encoding: gzip, x-gzip, deflate
1 > connection: keep-alive
1 > host: localhost:36953
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-82] Started.
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:36953/helloworld
1 > accept: text/plain
1 > accept-encoding: gzip, x-gzip, deflate
1 > connection: keep-alive
1 > host: localhost:36953
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-83] Started.
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:36953/helloworld
1 > accept-encoding: gzip, x-gzip, deflate
1 > connection: keep-alive
1 > host: localhost:36953
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 2 * Server has received a request on thread grizzly-http-server-1
2 > GET http://localhost:36953/helloworld
2 > accept-encoding: gzip, x-gzip, deflate
2 > connection: keep-alive
2 > host: localhost:36953
2 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 2 * Server responded with a response on thread grizzly-http-server-1
2 < 200
2 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-84] Started.
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > OPTIONS http://localhost:36953/helloworld
1 > accept: text/plain
1 > accept-encoding: gzip, x-gzip, deflate
1 > connection: keep-alive
1 > host: localhost:36953
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Allow: HEAD,GET,OPTIONS
1 < Content-Type: text/plain
HEAD, GET, OPTIONS

Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-85] Started.
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:36953/helloworld/error
1 > accept-encoding: gzip, x-gzip, deflate
1 > connection: keep-alive
1 > host: localhost:36953
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 500
1 < Content-Type: text/plain
Error.

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 2 * Server has received a request on thread grizzly-http-server-1
2 > GET http://localhost:36953/helloworld/error2
2 > accept-encoding: gzip, x-gzip, deflate
2 > connection: keep-alive
2 > host: localhost:36953
2 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 2 * Server responded with a response on thread grizzly-http-server-1
2 < 500
2 < Content-Type: text/plain
Error2.

Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-86] Started.
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > HEAD http://localhost:36953/helloworld
1 > accept-encoding: gzip, x-gzip, deflate
1 > connection: keep-alive
1 > host: localhost:36953
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-87] Started.
CustomLoggingFilter.preFilter called
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:36953/helloworld
1 > accept-encoding: gzip, x-gzip, deflate
1 > connection: keep-alive
1 > host: localhost:36953
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
Hello World!

CustomLoggingFilter.postFilter called
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-88] Started.
CustomLoggingFilter.preFilter called
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:36953/helloworld
1 > accept-encoding: gzip, x-gzip, deflate
1 > connection: keep-alive
1 > host: localhost:36953
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
Hello World!

CustomLoggingFilter.postFilter called
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-89] Started.
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > OPTIONS http://localhost:36953/helloworld
1 > accept: foo/bar
1 > accept-encoding: gzip, x-gzip, deflate
1 > connection: keep-alive
1 > host: localhost:36953
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Allow: HEAD,GET,OPTIONS
1 < Content-Length: 0
1 < Content-Type: foo/bar

Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-90] Started.
CustomLoggingFilter.preFilter called
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:36953/helloworld
1 > accept-encoding: gzip, x-gzip, deflate
1 > connection: keep-alive
1 > host: localhost:36953
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
Hello World!

CustomLoggingFilter.postFilter called
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-91] Started.
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 2 * Server has received a request on thread grizzly-http-server-1
2 > GET http://localhost:36953/helloworld
2 > accept-encoding: gzip, x-gzip, deflate
2 > connection: keep-alive
2 > host: localhost:36953
2 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 4 * Server has received a request on thread grizzly-http-server-3
4 > GET http://localhost:36953/helloworld
4 > accept-encoding: gzip, x-gzip, deflate
4 > connection: keep-alive
4 > host: localhost:36953
4 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 3 * Server has received a request on thread grizzly-http-server-0
3 > GET http://localhost:36953/helloworld
3 > accept-encoding: gzip, x-gzip, deflate
3 > connection: keep-alive
3 > host: localhost:36953
3 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-2
1 > GET http://localhost:36953/helloworld
1 > accept-encoding: gzip, x-gzip, deflate
1 > connection: keep-alive
1 > host: localhost:36953
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 2 * Server responded with a response on thread grizzly-http-server-1
2 < 200
2 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 3 * Server responded with a response on thread grizzly-http-server-0
3 < 200
3 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-2
1 < 200
1 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 4 * Server responded with a response on thread grizzly-http-server-3
4 < 200
4 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 5 * Server has received a request on thread grizzly-http-server-1
5 > GET http://localhost:36953/helloworld
5 > accept-encoding: gzip, x-gzip, deflate
5 > connection: keep-alive
5 > host: localhost:36953
5 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 5 * Server responded with a response on thread grizzly-http-server-1
5 < 200
5 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 6 * Server has received a request on thread grizzly-http-server-0
6 > GET http://localhost:36953/helloworld
6 > accept-encoding: gzip, x-gzip, deflate
6 > connection: keep-alive
6 > host: localhost:36953
6 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 6 * Server responded with a response on thread grizzly-http-server-0
6 < 200
6 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 9 * Server has received a request on thread grizzly-http-server-1
9 > GET http://localhost:36953/helloworld
9 > accept-encoding: gzip, x-gzip, deflate
9 > connection: keep-alive
9 > host: localhost:36953
9 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 10 * Server has received a request on thread grizzly-http-server-0
10 > GET http://localhost:36953/helloworld
10 > accept-encoding: gzip, x-gzip, deflate
10 > connection: keep-alive
10 > host: localhost:36953
10 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 7 * Server has received a request on thread grizzly-http-server-3
7 > GET http://localhost:36953/helloworld
7 > accept-encoding: gzip, x-gzip, deflate
7 > connection: keep-alive
7 > host: localhost:36953
7 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 8 * Server has received a request on thread grizzly-http-server-2
8 > GET http://localhost:36953/helloworld
8 > accept-encoding: gzip, x-gzip, deflate
8 > connection: keep-alive
8 > host: localhost:36953
8 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 9 * Server responded with a response on thread grizzly-http-server-1
9 < 200
9 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 10 * Server responded with a response on thread grizzly-http-server-0
10 < 200
10 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 8 * Server responded with a response on thread grizzly-http-server-2
8 < 200
8 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 7 * Server responded with a response on thread grizzly-http-server-3
7 < 200
7 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 11 * Server has received a request on thread grizzly-http-server-1
11 > GET http://localhost:36953/helloworld
11 > accept-encoding: gzip, x-gzip, deflate
11 > connection: keep-alive
11 > host: localhost:36953
11 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 12 * Server has received a request on thread grizzly-http-server-0
12 > GET http://localhost:36953/helloworld
12 > accept-encoding: gzip, x-gzip, deflate
12 > connection: keep-alive
12 > host: localhost:36953
12 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 11 * Server responded with a response on thread grizzly-http-server-1
11 < 200
11 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 13 * Server has received a request on thread grizzly-http-server-2
13 > GET http://localhost:36953/helloworld
13 > accept-encoding: gzip, x-gzip, deflate
13 > connection: keep-alive
13 > host: localhost:36953
13 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 14 * Server has received a request on thread grizzly-http-server-3
14 > GET http://localhost:36953/helloworld
14 > accept-encoding: gzip, x-gzip, deflate
14 > connection: keep-alive
14 > host: localhost:36953
14 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 12 * Server responded with a response on thread grizzly-http-server-0
12 < 200
12 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 15 * Server has received a request on thread grizzly-http-server-1
15 > GET http://localhost:36953/helloworld
15 > accept-encoding: gzip, x-gzip, deflate
15 > connection: keep-alive
15 > host: localhost:36953
15 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 14 * Server responded with a response on thread grizzly-http-server-3
14 < 200
14 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 15 * Server responded with a response on thread grizzly-http-server-1
15 < 200
15 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 13 * Server responded with a response on thread grizzly-http-server-2
13 < 200
13 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 16 * Server has received a request on thread grizzly-http-server-0
16 > GET http://localhost:36953/helloworld
16 > accept-encoding: gzip, x-gzip, deflate
16 > connection: keep-alive
16 > host: localhost:36953
16 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 16 * Server responded with a response on thread grizzly-http-server-0
16 < 200
16 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 17 * Server has received a request on thread grizzly-http-server-3
17 > GET http://localhost:36953/helloworld
17 > accept-encoding: gzip, x-gzip, deflate
17 > connection: keep-alive
17 > host: localhost:36953
17 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 18 * Server has received a request on thread grizzly-http-server-1
18 > GET http://localhost:36953/helloworld
18 > accept-encoding: gzip, x-gzip, deflate
18 > connection: keep-alive
18 > host: localhost:36953
18 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 19 * Server has received a request on thread grizzly-http-server-2
19 > GET http://localhost:36953/helloworld
19 > accept-encoding: gzip, x-gzip, deflate
19 > connection: keep-alive
19 > host: localhost:36953
19 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 17 * Server responded with a response on thread grizzly-http-server-3
17 < 200
17 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 18 * Server responded with a response on thread grizzly-http-server-1
18 < 200
18 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 20 * Server has received a request on thread grizzly-http-server-0
20 > GET http://localhost:36953/helloworld
20 > accept-encoding: gzip, x-gzip, deflate
20 > connection: keep-alive
20 > host: localhost:36953
20 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 19 * Server responded with a response on thread grizzly-http-server-2
19 < 200
19 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 20 * Server responded with a response on thread grizzly-http-server-0
20 < 200
20 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.apache5.connector.HelloWorldTest testAsyncClientRequests
INFO: Executed in: 32
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.apache5.connector.HelloWorldTest testAsyncClientRequests
INFO: Results:
0: Hello World!
1: Hello World!
2: Hello World!
3: Hello World!
4: Hello World!
5: Hello World!
6: Hello World!
7: Hello World!
8: Hello World!
9: Hello World!
10: Hello World!
11: Hello World!
12: Hello World!
13: Hello World!
14: Hello World!
15: Hello World!
16: Hello World!
17: Hello World!
18: Hello World!
19: Hello World!

Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-92] Started.
CustomLoggingFilter.preFilter called
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:36953/helloworld
1 > accept-encoding: gzip, x-gzip, deflate
1 > connection: keep-alive
1 > host: localhost:36953
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
Hello World!

CustomLoggingFilter.postFilter called
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-93] Started.
CustomLoggingFilter.preFilter called
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:36953/helloworld
1 > accept-encoding: gzip, x-gzip, deflate
1 > connection: keep-alive
1 > host: localhost:36953
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
Hello World!

CustomLoggingFilter.postFilter called
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-94] Started.
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:36953/helloworld
1 > accept-encoding: gzip, x-gzip, deflate
1 > connection: keep-alive
1 > host: localhost:36953
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-95] Started.
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:36953/helloworldarbitrary
1 > accept-encoding: gzip, x-gzip, deflate
1 > connection: keep-alive
1 > host: localhost:36953
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 404

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 2 * Server has received a request on thread grizzly-http-server-1
2 > GET http://localhost:36953/helloworld/arbitrary
2 > accept-encoding: gzip, x-gzip, deflate
2 > connection: keep-alive
2 > host: localhost:36953
2 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:04 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 2 * Server responded with a response on thread grizzly-http-server-1
2 < 404

Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.676 s -- in org.glassfish.jersey.apache5.connector.HelloWorldTest
[INFO] Running org.glassfish.jersey.apache5.connector.RetryStrategyTest
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-96] Started.
Apr 04, 2024 8:08:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:08:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-97] Started.
Apr 04, 2024 8:08:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.257 s -- in org.glassfish.jersey.apache5.connector.RetryStrategyTest
[INFO] Running org.glassfish.jersey.apache5.connector.TimeoutTest
Apr 04, 2024 8:08:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-98] Started.
Apr 04, 2024 8:08:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:08:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-99] Started.
Apr 04, 2024 8:08:05 AM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource asyncGetWithTimeout
INFO: Async long-running get with timeout called on thread grizzly-http-server-0
Apr 04, 2024 8:08:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
Apr 04, 2024 8:08:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36953/
Apr 04, 2024 8:08:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36953]
Apr 04, 2024 8:08:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-100] Started.
Apr 04, 2024 8:08:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.087 s -- in org.glassfish.jersey.apache5.connector.AsyncTest
[INFO] Running org.glassfish.jersey.apache5.connector.GZIPContentEncodingTest
Apr 04, 2024 8:08:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:07 AM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource$3 veryExpensiveOperation
INFO: Async long-running get with timeout finished on thread Thread-1
Apr 04, 2024 8:08:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-47] Started.
Apr 04, 2024 8:08:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-48] Started.
Apr 04, 2024 8:08:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.glassfish.jersey.apache5.connector.GZIPContentEncodingTest
[INFO] Running org.glassfish.jersey.apache5.connector.UnderlyingCookieStoreAccessTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.glassfish.jersey.apache5.connector.UnderlyingCookieStoreAccessTest
[INFO] Running org.glassfish.jersey.apache5.connector.LargeDataTest
Apr 04, 2024 8:08:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-49] Started.
Apr 04, 2024 8:08:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.300 s -- in org.glassfish.jersey.apache5.connector.LargeDataTest
[INFO] Running org.glassfish.jersey.apache5.connector.AuthTest
Apr 04, 2024 8:08:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-50] Started.
Apr 04, 2024 8:08:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-51] Started.
Apr 04, 2024 8:08:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-52] Started.
Apr 04, 2024 8:08:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-53] Started.
Apr 04, 2024 8:08:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-54] Started.
Apr 04, 2024 8:08:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-55] Started.
Apr 04, 2024 8:08:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-56] Started.
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-57] Started.
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-58] Started.
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-59] Started.
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-60] Started.
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-61] Started.
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-62] Started.
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-63] Started.
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-64] Started.
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-65] Started.
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-66] Started.
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
[WARNING] Tests run: 19, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.709 s -- in org.glassfish.jersey.apache5.connector.AuthTest
[INFO] Running org.glassfish.jersey.apache5.connector.SpecialHeaderTest
Apr 04, 2024 8:08:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-67] Started.
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
[WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.043 s -- in org.glassfish.jersey.apache5.connector.SpecialHeaderTest
[INFO] Running org.glassfish.jersey.apache5.connector.NoEntityTest
Apr 04, 2024 8:08:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-68] Started.
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-69] Started.
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-70] Started.
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36953]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.104 s -- in org.glassfish.jersey.apache5.connector.TimeoutTest
[INFO] Running org.glassfish.jersey.apache5.connector.UnderlyingHttpClientAccessTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.jersey.apache5.connector.UnderlyingHttpClientAccessTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 106, Failures: 0, Errors: 0, Skipped: 3
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-apache5-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/target/jersey-apache5-connector-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-apache5-connector ---
[INFO] CycloneDX: Resolving Dependencies
Apr 04, 2024 8:08:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-71] Started.
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 s -- in org.glassfish.jersey.apache5.connector.NoEntityTest
[INFO] Running org.glassfish.jersey.apache5.connector.ManagedClientTest
Apr 04, 2024 8:08:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:08 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.apache5.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method.
Apr 04, 2024 8:08:08 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.apache5.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method.
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-72] Started.
Apr 04, 2024 8:08:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.glassfish.jersey.apache5.connector.ManagedClientTest
[INFO] Running org.glassfish.jersey.apache5.connector.StreamingTest
Apr 04, 2024 8:08:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-73] Started.
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-74] Started.
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-75] Started.
[INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/target/bom.xml
[INFO]            attaching as jersey-apache5-connector-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/target/bom.json
[INFO]            attaching as jersey-apache5-connector-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-apache5-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/target/jersey-apache5-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-apache5-connector ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/target/jersey-apache5-connector-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-apache5-connector ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache5-connector/3.1.99-SNAPSHOT/jersey-apache5-connector-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/target/jersey-apache5-connector-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache5-connector/3.1.99-SNAPSHOT/jersey-apache5-connector-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache5-connector/3.1.99-SNAPSHOT/jersey-apache5-connector-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache5-connector/3.1.99-SNAPSHOT/jersey-apache5-connector-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/target/jersey-apache5-connector-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache5-connector/3.1.99-SNAPSHOT/jersey-apache5-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-apache5-connector ---
Apr 04, 2024 8:08:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-76] Started.
Apr 04, 2024 8:08:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.125 s -- in org.glassfish.jersey.apache5.connector.StreamingTest
[INFO] Running org.glassfish.jersey.apache5.connector.HttpHeadersTest
Apr 04, 2024 8:08:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-77] Started.
Apr 04, 2024 8:08:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-78] Started.
Apr 04, 2024 8:08:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in org.glassfish.jersey.apache5.connector.HttpHeadersTest
[INFO] Running org.glassfish.jersey.apache5.connector.HttpEntityTest
Apr 04, 2024 8:08:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-79] Started.
Apr 04, 2024 8:08:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-80] Started.
Apr 04, 2024 8:08:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.glassfish.jersey.apache5.connector.HttpEntityTest
[INFO] Running org.glassfish.jersey.apache5.connector.HelloWorldTest
Apr 04, 2024 8:08:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-81] Started.
Apr 04, 2024 8:08:09 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:45163/helloworld
1 > accept-encoding: gzip, x-gzip, deflate
1 > connection: keep-alive
1 > host: localhost:45163
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:09 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-82] Started.
Apr 04, 2024 8:08:09 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:45163/helloworld
1 > accept: text/plain
1 > accept-encoding: gzip, x-gzip, deflate
1 > connection: keep-alive
1 > host: localhost:45163
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:09 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-83] Started.
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:45163/helloworld
1 > accept-encoding: gzip, x-gzip, deflate
1 > connection: keep-alive
1 > host: localhost:45163
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 2 * Server has received a request on thread grizzly-http-server-1
2 > GET http://localhost:45163/helloworld
2 > accept-encoding: gzip, x-gzip, deflate
2 > connection: keep-alive
2 > host: localhost:45163
2 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 2 * Server responded with a response on thread grizzly-http-server-1
2 < 200
2 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-84] Started.
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > OPTIONS http://localhost:45163/helloworld
1 > accept: text/plain
1 > accept-encoding: gzip, x-gzip, deflate
1 > connection: keep-alive
1 > host: localhost:45163
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Allow: HEAD,GET,OPTIONS
1 < Content-Type: text/plain
HEAD, GET, OPTIONS

Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-85] Started.
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:45163/helloworld/error
1 > accept-encoding: gzip, x-gzip, deflate
1 > connection: keep-alive
1 > host: localhost:45163
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 500
1 < Content-Type: text/plain
Error.

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 2 * Server has received a request on thread grizzly-http-server-1
2 > GET http://localhost:45163/helloworld/error2
2 > accept-encoding: gzip, x-gzip, deflate
2 > connection: keep-alive
2 > host: localhost:45163
2 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 2 * Server responded with a response on thread grizzly-http-server-1
2 < 500
2 < Content-Type: text/plain
Error2.

Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-86] Started.
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > HEAD http://localhost:45163/helloworld
1 > accept-encoding: gzip, x-gzip, deflate
1 > connection: keep-alive
1 > host: localhost:45163
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-87] Started.
CustomLoggingFilter.preFilter called
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:45163/helloworld
1 > accept-encoding: gzip, x-gzip, deflate
1 > connection: keep-alive
1 > host: localhost:45163
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
Hello World!

CustomLoggingFilter.postFilter called
Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-88] Started.
CustomLoggingFilter.preFilter called
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:45163/helloworld
1 > accept-encoding: gzip, x-gzip, deflate
1 > connection: keep-alive
1 > host: localhost:45163
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
Hello World!

CustomLoggingFilter.postFilter called
Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-89] Started.
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > OPTIONS http://localhost:45163/helloworld
1 > accept: foo/bar
1 > accept-encoding: gzip, x-gzip, deflate
1 > connection: keep-alive
1 > host: localhost:45163
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Allow: HEAD,GET,OPTIONS
1 < Content-Length: 0
1 < Content-Type: foo/bar

Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-90] Started.
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource$3 veryExpensiveOperation
INFO: Async long-running get with timeout finished on thread Thread-2
CustomLoggingFilter.preFilter called
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:45163/helloworld
1 > accept-encoding: gzip, x-gzip, deflate
1 > connection: keep-alive
1 > host: localhost:45163
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
Hello World!

CustomLoggingFilter.postFilter called
Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-91] Started.
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 3 * Server has received a request on thread grizzly-http-server-1
3 > GET http://localhost:45163/helloworld
3 > accept-encoding: gzip, x-gzip, deflate
3 > connection: keep-alive
3 > host: localhost:45163
3 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-3
1 > GET http://localhost:45163/helloworld
1 > accept-encoding: gzip, x-gzip, deflate
1 > connection: keep-alive
1 > host: localhost:45163
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 2 * Server has received a request on thread grizzly-http-server-0
2 > GET http://localhost:45163/helloworld
2 > accept-encoding: gzip, x-gzip, deflate
2 > connection: keep-alive
2 > host: localhost:45163
2 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 4 * Server has received a request on thread grizzly-http-server-2
4 > GET http://localhost:45163/helloworld
4 > accept-encoding: gzip, x-gzip, deflate
4 > connection: keep-alive
4 > host: localhost:45163
4 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 3 * Server responded with a response on thread grizzly-http-server-1
3 < 200
3 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-3
1 < 200
1 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 2 * Server responded with a response on thread grizzly-http-server-0
2 < 200
2 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 4 * Server responded with a response on thread grizzly-http-server-2
4 < 200
4 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 5 * Server has received a request on thread grizzly-http-server-1
5 > GET http://localhost:45163/helloworld
5 > accept-encoding: gzip, x-gzip, deflate
5 > connection: keep-alive
5 > host: localhost:45163
5 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 5 * Server responded with a response on thread grizzly-http-server-1
5 < 200
5 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 7 * Server has received a request on thread grizzly-http-server-0
7 > GET http://localhost:45163/helloworld
7 > accept-encoding: gzip, x-gzip, deflate
7 > connection: keep-alive
7 > host: localhost:45163
7 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 6 * Server has received a request on thread grizzly-http-server-3
6 > GET http://localhost:45163/helloworld
6 > accept-encoding: gzip, x-gzip, deflate
6 > connection: keep-alive
6 > host: localhost:45163
6 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 8 * Server has received a request on thread grizzly-http-server-1
8 > GET http://localhost:45163/helloworld
8 > accept-encoding: gzip, x-gzip, deflate
8 > connection: keep-alive
8 > host: localhost:45163
8 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 9 * Server has received a request on thread grizzly-http-server-2
9 > GET http://localhost:45163/helloworld
9 > accept-encoding: gzip, x-gzip, deflate
9 > connection: keep-alive
9 > host: localhost:45163
9 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 9 * Server responded with a response on thread grizzly-http-server-2
9 < 200
9 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 6 * Server responded with a response on thread grizzly-http-server-3
6 < 200
6 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 8 * Server responded with a response on thread grizzly-http-server-1
8 < 200
8 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 10 * Server has received a request on thread grizzly-http-server-2
10 > GET http://localhost:45163/helloworld
10 > accept-encoding: gzip, x-gzip, deflate
10 > connection: keep-alive
10 > host: localhost:45163
10 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 7 * Server responded with a response on thread grizzly-http-server-0
7 < 200
7 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 11 * Server has received a request on thread grizzly-http-server-3
11 > GET http://localhost:45163/helloworld
11 > accept-encoding: gzip, x-gzip, deflate
11 > connection: keep-alive
11 > host: localhost:45163
11 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 10 * Server responded with a response on thread grizzly-http-server-2
10 < 200
10 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 11 * Server responded with a response on thread grizzly-http-server-3
11 < 200
11 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 12 * Server has received a request on thread grizzly-http-server-0
12 > GET http://localhost:45163/helloworld
12 > accept-encoding: gzip, x-gzip, deflate
12 > connection: keep-alive
12 > host: localhost:45163
12 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 12 * Server responded with a response on thread grizzly-http-server-0
12 < 200
12 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 13 * Server has received a request on thread grizzly-http-server-1
13 > GET http://localhost:45163/helloworld
13 > accept-encoding: gzip, x-gzip, deflate
13 > connection: keep-alive
13 > host: localhost:45163
13 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 14 * Server has received a request on thread grizzly-http-server-2
14 > GET http://localhost:45163/helloworld
14 > accept-encoding: gzip, x-gzip, deflate
14 > connection: keep-alive
14 > host: localhost:45163
14 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 15 * Server has received a request on thread grizzly-http-server-3
15 > GET http://localhost:45163/helloworld
15 > accept-encoding: gzip, x-gzip, deflate
15 > connection: keep-alive
15 > host: localhost:45163
15 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 13 * Server responded with a response on thread grizzly-http-server-1
13 < 200
13 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 16 * Server has received a request on thread grizzly-http-server-0
16 > GET http://localhost:45163/helloworld
16 > accept-encoding: gzip, x-gzip, deflate
16 > connection: keep-alive
16 > host: localhost:45163
16 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 14 * Server responded with a response on thread grizzly-http-server-2
14 < 200
14 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 15 * Server responded with a response on thread grizzly-http-server-3
15 < 200
15 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 17 * Server has received a request on thread grizzly-http-server-1
17 > GET http://localhost:45163/helloworld
17 > accept-encoding: gzip, x-gzip, deflate
17 > connection: keep-alive
17 > host: localhost:45163
17 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 16 * Server responded with a response on thread grizzly-http-server-0
16 < 200
16 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 18 * Server has received a request on thread grizzly-http-server-2
18 > GET http://localhost:45163/helloworld
18 > accept-encoding: gzip, x-gzip, deflate
18 > connection: keep-alive
18 > host: localhost:45163
18 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 17 * Server responded with a response on thread grizzly-http-server-1
17 < 200
17 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 19 * Server has received a request on thread grizzly-http-server-3
19 > GET http://localhost:45163/helloworld
19 > accept-encoding: gzip, x-gzip, deflate
19 > connection: keep-alive
19 > host: localhost:45163
19 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 20 * Server has received a request on thread grizzly-http-server-0
20 > GET http://localhost:45163/helloworld
20 > accept-encoding: gzip, x-gzip, deflate
20 > connection: keep-alive
20 > host: localhost:45163
20 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 18 * Server responded with a response on thread grizzly-http-server-2
18 < 200
18 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 20 * Server responded with a response on thread grizzly-http-server-0
20 < 200
20 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 19 * Server responded with a response on thread grizzly-http-server-3
19 < 200
19 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.apache5.connector.HelloWorldTest testAsyncClientRequests
INFO: Executed in: 37
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.apache5.connector.HelloWorldTest testAsyncClientRequests
INFO: Results:
0: Hello World!
1: Hello World!
2: Hello World!
3: Hello World!
4: Hello World!
5: Hello World!
6: Hello World!
7: Hello World!
8: Hello World!
9: Hello World!
10: Hello World!
11: Hello World!
12: Hello World!
13: Hello World!
14: Hello World!
15: Hello World!
16: Hello World!
17: Hello World!
18: Hello World!
19: Hello World!

Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-92] Started.
CustomLoggingFilter.preFilter called
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:45163/helloworld
1 > accept-encoding: gzip, x-gzip, deflate
1 > connection: keep-alive
1 > host: localhost:45163
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
Hello World!

CustomLoggingFilter.postFilter called
Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-93] Started.
CustomLoggingFilter.preFilter called
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:45163/helloworld
1 > accept-encoding: gzip, x-gzip, deflate
1 > connection: keep-alive
1 > host: localhost:45163
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
Hello World!

CustomLoggingFilter.postFilter called
Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-94] Started.
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:45163/helloworld
1 > accept-encoding: gzip, x-gzip, deflate
1 > connection: keep-alive
1 > host: localhost:45163
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
Hello World!

Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-95] Started.
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:45163/helloworldarbitrary
1 > accept-encoding: gzip, x-gzip, deflate
1 > connection: keep-alive
1 > host: localhost:45163
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 404

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 2 * Server has received a request on thread grizzly-http-server-1
2 > GET http://localhost:45163/helloworld/arbitrary
2 > accept-encoding: gzip, x-gzip, deflate
2 > connection: keep-alive
2 > host: localhost:45163
2 > user-agent: Jersey/3.1.99-SNAPSHOT (Apache HttpClient 5.3.1)

Apr 04, 2024 8:08:10 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 2 * Server responded with a response on thread grizzly-http-server-1
2 < 404

Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.578 s -- in org.glassfish.jersey.apache5.connector.HelloWorldTest
[INFO] Running org.glassfish.jersey.apache5.connector.RetryStrategyTest
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-96] Started.
Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-97] Started.
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-inmemory >--
[INFO] Building jersey-test-framework-provider-inmemory 3.1.99-SNAPSHOT [27/303]
[INFO]   from test-framework/providers/inmemory/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-inmemory ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-inmemory ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-inmemory ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-inmemory ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-test-framework-provider-inmemory ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-test-framework-provider-inmemory ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/inmemory/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-inmemory ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-inmemory ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-inmemory ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-inmemory ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-inmemory ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/classes
Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.289 s -- in org.glassfish.jersey.apache5.connector.RetryStrategyTest
[INFO] Running org.glassfish.jersey.apache5.connector.TimeoutTest
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-98] Started.
Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-99] Started.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-provider-inmemory ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-inmemory ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/inmemory/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-inmemory ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/test-classes
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-inmemory ---
[INFO] Reserved port 41063 for jersey.config.test.container.port
[INFO] Reserved port 44659 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-test-framework-provider-inmemory ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/inmemory/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
Apr 04, 2024 8:08:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
[INFO] Running org.glassfish.jersey.test.inmemory.InMemoryContainerPackageTest
Apr 04, 2024 8:08:11 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:41063/
Apr 04, 2024 8:08:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45163/
Apr 04, 2024 8:08:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45163]
Apr 04, 2024 8:08:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-100] Started.
Apr 04, 2024 8:08:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:12 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:41063/
Apr 04, 2024 8:08:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.139 s -- in org.glassfish.jersey.test.inmemory.InMemoryContainerPackageTest
[INFO] Running org.glassfish.jersey.test.inmemory.internal.FollowRedirectsTest
Apr 04, 2024 8:08:12 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:41063/
Apr 04, 2024 8:08:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:12 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:41063/
Apr 04, 2024 8:08:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 s -- in org.glassfish.jersey.test.inmemory.internal.FollowRedirectsTest
[INFO] Running org.glassfish.jersey.test.inmemory.InMemoryContainerTest
Apr 04, 2024 8:08:13 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:41063/
Apr 04, 2024 8:08:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:13 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:41063/
Apr 04, 2024 8:08:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:13 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:41063/
Apr 04, 2024 8:08:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:13 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:41063/
Apr 04, 2024 8:08:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:13 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:41063/
Apr 04, 2024 8:08:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:13 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:41063/
Apr 04, 2024 8:08:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:13 AM org.glassfish.jersey.test.inmemory.InMemoryConnector$InMemoryResponseWriter suspend
WARNING: Asynchronous server side invocations are not supported by InMemoryContainer.
Apr 04, 2024 8:08:13 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
jakarta.ws.rs.ProcessingException: Attempt to suspend a connection of an asynchronous request failed in the underlying container.
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:384)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.test.inmemory.InMemoryConnector.apply(InMemoryConnector.java:251)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:300)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:674)
	at org.glassfish.jersey.client.JerseyInvocation.call(JerseyInvocation.java:709)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$runInScope$3(JerseyInvocation.java:703)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:391)
	at org.glassfish.jersey.client.JerseyInvocation.runInScope(JerseyInvocation.java:703)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:673)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:413)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.get(JerseyInvocation.java:313)
	at org.glassfish.jersey.test.inmemory.InMemoryContainerTest.testAsyncMethodsNotSupported(InMemoryContainerTest.java:192)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)

[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.453 s -- in org.glassfish.jersey.test.inmemory.InMemoryContainerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-inmemory ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/inmemory/target/jersey-test-framework-provider-inmemory-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-inmemory ---
[INFO] CycloneDX: Resolving Dependencies
Apr 04, 2024 8:08:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45163]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.070 s -- in org.glassfish.jersey.apache5.connector.TimeoutTest
[INFO] Running org.glassfish.jersey.apache5.connector.UnderlyingHttpClientAccessTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.glassfish.jersey.apache5.connector.UnderlyingHttpClientAccessTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 106, Failures: 0, Errors: 0, Skipped: 3
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-apache5-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/target/jersey-apache5-connector-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-apache5-connector ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 22 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/inmemory/target/bom.xml
[INFO]            attaching as jersey-test-framework-provider-inmemory-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/inmemory/target/bom.json
[INFO]            attaching as jersey-test-framework-provider-inmemory-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-inmemory ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/inmemory/target/jersey-test-framework-provider-inmemory-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-inmemory ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/inmemory/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-inmemory/3.1.99-SNAPSHOT/jersey-test-framework-provider-inmemory-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/inmemory/target/jersey-test-framework-provider-inmemory-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-inmemory/3.1.99-SNAPSHOT/jersey-test-framework-provider-inmemory-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/inmemory/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-inmemory/3.1.99-SNAPSHOT/jersey-test-framework-provider-inmemory-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/inmemory/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-inmemory/3.1.99-SNAPSHOT/jersey-test-framework-provider-inmemory-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/inmemory/target/jersey-test-framework-provider-inmemory-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-inmemory/3.1.99-SNAPSHOT/jersey-test-framework-provider-inmemory-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-inmemory ---
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-external >--
[INFO] Building jersey-test-framework-provider-external 3.1.99-SNAPSHOT [28/303]
[INFO]   from test-framework/providers/external/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-external ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-external ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-external ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-external ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-test-framework-provider-external ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-test-framework-provider-external ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/external/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-external ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-external ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-external ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-external ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/external/src/main/resources
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-external ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-provider-external ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/classes
[INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/target/bom.xml
[INFO]            attaching as jersey-apache5-connector-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/target/bom.json
[INFO]            attaching as jersey-apache5-connector-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-external ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/external/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-external ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-external ---
[INFO] Reserved port 42499 for jersey.config.test.container.port
[INFO] Reserved port 41641 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-test-framework-provider-external ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-external ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/external/target/jersey-test-framework-provider-external-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-external ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-apache5-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/target/jersey-apache5-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-apache5-connector ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/target/jersey-apache5-connector-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-apache5-connector ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache5-connector/3.1.99-SNAPSHOT/jersey-apache5-connector-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/target/jersey-apache5-connector-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache5-connector/3.1.99-SNAPSHOT/jersey-apache5-connector-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache5-connector/3.1.99-SNAPSHOT/jersey-apache5-connector-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache5-connector/3.1.99-SNAPSHOT/jersey-apache5-connector-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/apache5-connector/target/jersey-apache5-connector-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache5-connector/3.1.99-SNAPSHOT/jersey-apache5-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-apache5-connector ---
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-inmemory >--
[INFO] Building jersey-test-framework-provider-inmemory 3.1.99-SNAPSHOT [27/378]
[INFO]   from test-framework/providers/inmemory/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-inmemory ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-inmemory ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-inmemory ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-inmemory ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-test-framework-provider-inmemory ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-test-framework-provider-inmemory ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/inmemory/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-inmemory ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-inmemory ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-inmemory ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-inmemory ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-inmemory ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-provider-inmemory ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-inmemory ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/inmemory/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-inmemory ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/test-classes
[INFO] CycloneDX: Creating BOM version 1.4 with 22 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/external/target/bom.xml
[INFO]            attaching as jersey-test-framework-provider-external-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/external/target/bom.json
[INFO]            attaching as jersey-test-framework-provider-external-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-external ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/external/target/jersey-test-framework-provider-external-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-external ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/external/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-external/3.1.99-SNAPSHOT/jersey-test-framework-provider-external-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/external/target/jersey-test-framework-provider-external-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-external/3.1.99-SNAPSHOT/jersey-test-framework-provider-external-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/external/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-external/3.1.99-SNAPSHOT/jersey-test-framework-provider-external-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/external/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-external/3.1.99-SNAPSHOT/jersey-test-framework-provider-external-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/external/target/jersey-test-framework-provider-external-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-external/3.1.99-SNAPSHOT/jersey-test-framework-provider-external-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-external ---
[INFO] 
[INFO] -----< org.glassfish.jersey.containers:jersey-container-jdk-http >------
[INFO] Building jersey-container-jdk-http 3.1.99-SNAPSHOT              [29/303]
[INFO]   from containers/jdk-http/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-container-jdk-http ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-jdk-http ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-jdk-http ---
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-inmemory ---
[INFO] Reserved port 37923 for jersey.config.test.container.port
[INFO] Reserved port 36017 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-test-framework-provider-inmemory ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/inmemory/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-jdk-http ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-container-jdk-http ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-container-jdk-http ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jdkhttp/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jdk-http/src/main/resources/org/glassfish/jersey/jdkhttp/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-container-jdk-http ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jdk-http/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-jdk-http ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-jdk-http ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-jdk-http ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-jdk-http ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-jdk-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-jdk-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-jdk-http ---
[INFO] Copying 4 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-jdk-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files with javac [debug target 11] to target/test-classes
[INFO] Running org.glassfish.jersey.test.inmemory.InMemoryContainerPackageTest
Apr 04, 2024 8:08:17 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:37923/
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/JdkHttpServerProviderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/JdkHttpServerProviderTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/JdkHttpServerProviderTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/JdkHttpServerProviderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/JdkHttpServerProviderTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/JdkHttpServerProviderTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-container-jdk-http ---
[INFO] Reserved port 41239 for jersey.config.test.container.port
[INFO] Reserved port 39961 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-container-jdk-http ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jdk-http/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
Apr 04, 2024 8:08:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:17 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:37923/
Apr 04, 2024 8:08:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.730 s -- in org.glassfish.jersey.test.inmemory.InMemoryContainerPackageTest
[INFO] Running org.glassfish.jersey.test.inmemory.internal.FollowRedirectsTest
Apr 04, 2024 8:08:17 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:37923/
Apr 04, 2024 8:08:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:17 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:37923/
Apr 04, 2024 8:08:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 s -- in org.glassfish.jersey.test.inmemory.internal.FollowRedirectsTest
[INFO] Running org.glassfish.jersey.test.inmemory.InMemoryContainerTest
Apr 04, 2024 8:08:17 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:37923/
Apr 04, 2024 8:08:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:17 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:37923/
Apr 04, 2024 8:08:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
[INFO] Running org.glassfish.jersey.jdkhttp.JdkHttpServerProviderTest
Apr 04, 2024 8:08:17 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:37923/
Apr 04, 2024 8:08:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:18 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:37923/
Apr 04, 2024 8:08:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:18 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:37923/
Apr 04, 2024 8:08:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:18 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder
WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter<jakarta.activation.DataSource> was not found. The provider is not available.
Apr 04, 2024 8:08:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:18 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.jdkhttp.JdkHttpServerProviderTest$Resource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.jdkhttp.JdkHttpServerProviderTest$Resource will be ignored. 
Apr 04, 2024 8:08:18 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:37923/
Apr 04, 2024 8:08:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:18 AM org.glassfish.jersey.test.inmemory.InMemoryConnector$InMemoryResponseWriter suspend
WARNING: Asynchronous server side invocations are not supported by InMemoryContainer.
Apr 04, 2024 8:08:18 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
jakarta.ws.rs.ProcessingException: Attempt to suspend a connection of an asynchronous request failed in the underlying container.
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:384)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.test.inmemory.InMemoryConnector.apply(InMemoryConnector.java:251)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:300)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:674)
	at org.glassfish.jersey.client.JerseyInvocation.call(JerseyInvocation.java:709)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$runInScope$3(JerseyInvocation.java:703)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:391)
	at org.glassfish.jersey.client.JerseyInvocation.runInScope(JerseyInvocation.java:703)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:673)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:413)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.get(JerseyInvocation.java:313)
	at org.glassfish.jersey.test.inmemory.InMemoryContainerTest.testAsyncMethodsNotSupported(InMemoryContainerTest.java:192)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.405 s -- in org.glassfish.jersey.test.inmemory.InMemoryContainerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-inmemory ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/inmemory/target/jersey-test-framework-provider-inmemory-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-inmemory ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 22 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/inmemory/target/bom.xml
[INFO]            attaching as jersey-test-framework-provider-inmemory-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/inmemory/target/bom.json
Apr 04, 2024 8:08:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:18 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.jdkhttp.JdkHttpServerProviderTest$Resource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.jdkhttp.JdkHttpServerProviderTest$Resource will be ignored. 
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.193 s -- in org.glassfish.jersey.jdkhttp.JdkHttpServerProviderTest
[INFO] Running org.glassfish.jersey.jdkhttp.RuntimeDelegateTest
Apr 04, 2024 8:08:19 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.glassfish.jersey.jdkhttp.RuntimeDelegateTest
[INFO] Running org.glassfish.jersey.jdkhttp.LifecycleListenerTest
Apr 04, 2024 8:08:19 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:19 AM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester startServer
INFO: jdk-http server started on base uri: http://localhost:41239/
[INFO]            attaching as jersey-test-framework-provider-inmemory-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-inmemory ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/inmemory/target/jersey-test-framework-provider-inmemory-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-inmemory ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/inmemory/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-inmemory/3.1.99-SNAPSHOT/jersey-test-framework-provider-inmemory-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/inmemory/target/jersey-test-framework-provider-inmemory-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-inmemory/3.1.99-SNAPSHOT/jersey-test-framework-provider-inmemory-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/inmemory/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-inmemory/3.1.99-SNAPSHOT/jersey-test-framework-provider-inmemory-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/inmemory/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-inmemory/3.1.99-SNAPSHOT/jersey-test-framework-provider-inmemory-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/inmemory/target/jersey-test-framework-provider-inmemory-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-inmemory/3.1.99-SNAPSHOT/jersey-test-framework-provider-inmemory-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-inmemory ---
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-external >--
[INFO] Building jersey-test-framework-provider-external 3.1.99-SNAPSHOT [28/378]
[INFO]   from test-framework/providers/external/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-external ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-external ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-external ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-external ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-test-framework-provider-external ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-test-framework-provider-external ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/external/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-external ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-external ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-external ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-external ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/external/src/main/resources
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-external ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/external/src/main/java/org/glassfish/jersey/test/external/ExternalTestContainerFactory.java:[64,34] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-provider-external ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/external/src/main/java/org/glassfish/jersey/test/external/ExternalTestContainerFactory.java:[64,34] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-external ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/external/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-external ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-external ---
[INFO] Reserved port 44497 for jersey.config.test.container.port
[INFO] Reserved port 46047 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-test-framework-provider-external ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-external ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/external/target/jersey-test-framework-provider-external-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-external ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 22 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/external/target/bom.xml
[INFO]            attaching as jersey-test-framework-provider-external-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/external/target/bom.json
[INFO]            attaching as jersey-test-framework-provider-external-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-external ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/external/target/jersey-test-framework-provider-external-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-external ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/external/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-external/3.1.99-SNAPSHOT/jersey-test-framework-provider-external-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/external/target/jersey-test-framework-provider-external-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-external/3.1.99-SNAPSHOT/jersey-test-framework-provider-external-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/external/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-external/3.1.99-SNAPSHOT/jersey-test-framework-provider-external-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/external/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-external/3.1.99-SNAPSHOT/jersey-test-framework-provider-external-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/external/target/jersey-test-framework-provider-external-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-external/3.1.99-SNAPSHOT/jersey-test-framework-provider-external-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-external ---
[INFO] 
[INFO] -----< org.glassfish.jersey.containers:jersey-container-jdk-http >------
[INFO] Building jersey-container-jdk-http 3.1.99-SNAPSHOT              [29/378]
[INFO]   from containers/jdk-http/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-container-jdk-http ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-jdk-http ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-jdk-http ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-jdk-http ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-container-jdk-http ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-container-jdk-http ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jdkhttp/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jdk-http/src/main/resources/org/glassfish/jersey/jdkhttp/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-container-jdk-http ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jdk-http/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-jdk-http ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-jdk-http ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-jdk-http ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-jdk-http ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-jdk-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-jdk-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-jdk-http ---
[INFO] Copying 4 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-jdk-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files with javac [debug target 11] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/JdkHttpServerProviderTest.java:[133,30] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/AbstractJdkHttpServerTester.java:[56,30] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/JdkHttpServerProviderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/JdkHttpServerProviderTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/JdkHttpServerProviderTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/JdkHttpServerProviderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/JdkHttpServerProviderTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/JdkHttpServerProviderTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-container-jdk-http ---
[INFO] Reserved port 45573 for jersey.config.test.container.port
[INFO] Reserved port 35057 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-container-jdk-http ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jdk-http/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.jdkhttp.JdkHttpServerProviderTest
Apr 04, 2024 8:08:21 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder
WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter<jakarta.activation.DataSource> was not found. The provider is not available.
Apr 04, 2024 8:08:21 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:21 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.jdkhttp.JdkHttpServerProviderTest$Resource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.jdkhttp.JdkHttpServerProviderTest$Resource will be ignored. 
Apr 04, 2024 8:08:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:22 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.jdkhttp.JdkHttpServerProviderTest$Resource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.jdkhttp.JdkHttpServerProviderTest$Resource will be ignored. 
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.830 s -- in org.glassfish.jersey.jdkhttp.JdkHttpServerProviderTest
[INFO] Running org.glassfish.jersey.jdkhttp.RuntimeDelegateTest
Apr 04, 2024 8:08:22 AM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester stopServer
INFO: Simple-http server stopped.
Apr 04, 2024 8:08:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:22 AM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester startServer
INFO: jdk-http server started on base uri: http://localhost:41239/
Apr 04, 2024 8:08:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s -- in org.glassfish.jersey.jdkhttp.RuntimeDelegateTest
[INFO] Running org.glassfish.jersey.jdkhttp.LifecycleListenerTest
Apr 04, 2024 8:08:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:22 AM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester startServer
INFO: jdk-http server started on base uri: http://localhost:45573/
Apr 04, 2024 8:08:25 AM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester stopServer
INFO: Simple-http server stopped.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.349 s -- in org.glassfish.jersey.jdkhttp.LifecycleListenerTest
[INFO] Running org.glassfish.jersey.jdkhttp.JdkHttpPackageTest
Apr 04, 2024 8:08:25 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:25 AM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester startServer
INFO: jdk-http server started on base uri: http://localhost:41239/
Apr 04, 2024 8:08:25 AM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester stopServer
INFO: Simple-http server stopped.
Apr 04, 2024 8:08:25 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:25 AM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester startServer
INFO: jdk-http server started on base uri: http://localhost:45573/
Apr 04, 2024 8:08:25 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:28 AM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester stopServer
INFO: Simple-http server stopped.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.122 s -- in org.glassfish.jersey.jdkhttp.JdkHttpPackageTest
[INFO] Running org.glassfish.jersey.jdkhttp.JdkHttpsServerTest
Apr 04, 2024 8:08:28 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:28 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:28 AM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer
INFO: HTTPS server will be created with no SSL context defined. HttpsConfigurator must be set before the server is started.
Apr 04, 2024 8:08:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:29 AM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer
INFO: HTTPS server will be created with no SSL context defined. HttpsConfigurator must be set before the server is started.
Apr 04, 2024 8:08:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:29 AM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer
INFO: HTTPS server will be created with no SSL context defined. HttpsConfigurator must be set before the server is started.
Apr 04, 2024 8:08:29 AM sun.net.httpserver.ServerImpl$Exchange run
WARNING: SSL connection received. No https context created
Apr 04, 2024 8:08:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:29 AM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer
WARNING: SSLContext is set, but http scheme was used instead of https. The SSLContext will be ignored.
Apr 04, 2024 8:08:28 AM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester stopServer
INFO: Simple-http server stopped.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.337 s -- in org.glassfish.jersey.jdkhttp.LifecycleListenerTest
[INFO] Running org.glassfish.jersey.jdkhttp.JdkHttpPackageTest
Apr 04, 2024 8:08:28 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:28 AM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester startServer
INFO: jdk-http server started on base uri: http://localhost:45573/
Apr 04, 2024 8:08:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.537 s -- in org.glassfish.jersey.jdkhttp.JdkHttpsServerTest
[INFO] Running org.glassfish.jersey.jdkhttp.BasicJdkHttpServerTest
Apr 04, 2024 8:08:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:29 AM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer
INFO: HTTPS server will be created with no SSL context defined. HttpsConfigurator must be set before the server is started.
Apr 04, 2024 8:08:31 AM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester stopServer
INFO: Simple-http server stopped.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.095 s -- in org.glassfish.jersey.jdkhttp.JdkHttpPackageTest
[INFO] Running org.glassfish.jersey.jdkhttp.JdkHttpsServerTest
Apr 04, 2024 8:08:32 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:32 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:32 AM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer
INFO: HTTPS server will be created with no SSL context defined. HttpsConfigurator must be set before the server is started.
Apr 04, 2024 8:08:32 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:32 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:32 AM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer
INFO: HTTPS server will be created with no SSL context defined. HttpsConfigurator must be set before the server is started.
Apr 04, 2024 8:08:32 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:32 AM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer
INFO: HTTPS server will be created with no SSL context defined. HttpsConfigurator must be set before the server is started.
Apr 04, 2024 8:08:32 AM sun.net.httpserver.ServerImpl$Exchange run
WARNING: SSL connection received. No https context created
Apr 04, 2024 8:08:32 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:32 AM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer
WARNING: SSLContext is set, but http scheme was used instead of https. The SSLContext will be ignored.
Apr 04, 2024 8:08:32 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.548 s -- in org.glassfish.jersey.jdkhttp.JdkHttpsServerTest
[INFO] Running org.glassfish.jersey.jdkhttp.BasicJdkHttpServerTest
Apr 04, 2024 8:08:32 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:32 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:32 AM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer
INFO: HTTPS server will be created with no SSL context defined. HttpsConfigurator must be set before the server is started.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.048 s -- in org.glassfish.jersey.jdkhttp.BasicJdkHttpServerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-jdk-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jdk-http/target/jersey-container-jdk-http-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-jdk-http ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jdk-http/target/bom.xml
[INFO]            attaching as jersey-container-jdk-http-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jdk-http/target/bom.json
[INFO]            attaching as jersey-container-jdk-http-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-jdk-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jdk-http/target/jersey-container-jdk-http-3.1.99-SNAPSHOT-sources.jar
Apr 04, 2024 8:08:35 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-jdk-http ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jdk-http/target/jersey-container-jdk-http-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jdk-http/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-container-jdk-http ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jdk-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jdk-http/3.1.99-SNAPSHOT/jersey-container-jdk-http-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jdk-http/target/jersey-container-jdk-http-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jdk-http/3.1.99-SNAPSHOT/jersey-container-jdk-http-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jdk-http/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jdk-http/3.1.99-SNAPSHOT/jersey-container-jdk-http-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jdk-http/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jdk-http/3.1.99-SNAPSHOT/jersey-container-jdk-http-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jdk-http/target/jersey-container-jdk-http-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jdk-http/3.1.99-SNAPSHOT/jersey-container-jdk-http-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-jdk-http ---
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jdk-http >--
[INFO] Building jersey-test-framework-provider-jdk-http 3.1.99-SNAPSHOT [30/303]
[INFO]   from test-framework/providers/jdk-http/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-jdk-http ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-jdk-http ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-jdk-http ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-jdk-http ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-test-framework-provider-jdk-http ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-test-framework-provider-jdk-http ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jdk-http/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-jdk-http ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-jdk-http ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-jdk-http ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-jdk-http ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-jdk-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-provider-jdk-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-jdk-http ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jdk-http/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-jdk-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/test-classes
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-jdk-http ---
[INFO] Reserved port 39689 for jersey.config.test.container.port
[INFO] Reserved port 37749 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-test-framework-provider-jdk-http ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jdk-http/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.test.jdkhttp.JdkHttpServerContainerTest
Apr 04, 2024 8:08:37 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:39689/
Apr 04, 2024 8:08:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.036 s -- in org.glassfish.jersey.jdkhttp.BasicJdkHttpServerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-jdk-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jdk-http/target/jersey-container-jdk-http-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-jdk-http ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jdk-http/target/bom.xml
[INFO]            attaching as jersey-container-jdk-http-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jdk-http/target/bom.json
[INFO]            attaching as jersey-container-jdk-http-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-jdk-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jdk-http/target/jersey-container-jdk-http-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-jdk-http ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jdk-http/target/jersey-container-jdk-http-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jdk-http/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-container-jdk-http ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jdk-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jdk-http/3.1.99-SNAPSHOT/jersey-container-jdk-http-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jdk-http/target/jersey-container-jdk-http-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jdk-http/3.1.99-SNAPSHOT/jersey-container-jdk-http-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jdk-http/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jdk-http/3.1.99-SNAPSHOT/jersey-container-jdk-http-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jdk-http/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jdk-http/3.1.99-SNAPSHOT/jersey-container-jdk-http-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jdk-http/target/jersey-container-jdk-http-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jdk-http/3.1.99-SNAPSHOT/jersey-container-jdk-http-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-jdk-http ---
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jdk-http >--
[INFO] Building jersey-test-framework-provider-jdk-http 3.1.99-SNAPSHOT [30/378]
[INFO]   from test-framework/providers/jdk-http/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-jdk-http ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-jdk-http ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-jdk-http ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-jdk-http ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-test-framework-provider-jdk-http ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-test-framework-provider-jdk-http ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jdk-http/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-jdk-http ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-jdk-http ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-jdk-http ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-jdk-http ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-jdk-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-provider-jdk-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-jdk-http ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jdk-http/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-jdk-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-jdk-http ---
[INFO] Reserved port 40713 for jersey.config.test.container.port
[INFO] Reserved port 33037 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-test-framework-provider-jdk-http ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jdk-http/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.test.jdkhttp.JdkHttpServerContainerTest
Apr 04, 2024 8:08:40 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:40713/
Apr 04, 2024 8:08:40 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.090 s -- in org.glassfish.jersey.test.jdkhttp.JdkHttpServerContainerTest
[INFO] Running org.glassfish.jersey.test.jdkhttp.AvailablePortJdkHttpServerTest
Apr 04, 2024 8:08:41 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Apr 04, 2024 8:08:41 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:41 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer start
INFO: Started JdkHttpServerTestContainer at the base URI http://localhost:42825/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.684 s -- in org.glassfish.jersey.test.jdkhttp.JdkHttpServerContainerTest
[INFO] Running org.glassfish.jersey.test.jdkhttp.AvailablePortJdkHttpServerTest
Apr 04, 2024 8:08:44 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Apr 04, 2024 8:08:44 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:08:44 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer start
INFO: Started JdkHttpServerTestContainer at the base URI http://localhost:33341/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.105 s -- in org.glassfish.jersey.test.jdkhttp.AvailablePortJdkHttpServerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-jdk-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jdk-http/target/jersey-test-framework-provider-jdk-http-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-jdk-http ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 23 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jdk-http/target/bom.xml
[INFO]            attaching as jersey-test-framework-provider-jdk-http-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jdk-http/target/bom.json
[INFO]            attaching as jersey-test-framework-provider-jdk-http-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-jdk-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jdk-http/target/jersey-test-framework-provider-jdk-http-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-jdk-http ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jdk-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jdk-http/3.1.99-SNAPSHOT/jersey-test-framework-provider-jdk-http-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jdk-http/target/jersey-test-framework-provider-jdk-http-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jdk-http/3.1.99-SNAPSHOT/jersey-test-framework-provider-jdk-http-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jdk-http/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jdk-http/3.1.99-SNAPSHOT/jersey-test-framework-provider-jdk-http-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jdk-http/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jdk-http/3.1.99-SNAPSHOT/jersey-test-framework-provider-jdk-http-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jdk-http/target/jersey-test-framework-provider-jdk-http-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jdk-http/3.1.99-SNAPSHOT/jersey-test-framework-provider-jdk-http-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-jdk-http ---
[INFO] 
[INFO] ----< org.glassfish.jersey.containers:jersey-container-simple-http >----
[INFO] Building jersey-container-simple-http 3.1.99-SNAPSHOT           [31/303]
[INFO]   from containers/simple-http/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-container-simple-http ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-simple-http ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-simple-http ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-simple-http ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-container-simple-http ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-container-simple-http ---
[INFO] Resources:
[INFO] org/glassfish/jersey/simple/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/simple-http/src/main/resources/org/glassfish/jersey/simple/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-container-simple-http ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/simple-http/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-simple-http ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-simple-http ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-simple-http ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-simple-http ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-simple-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 9 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-simple-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 9 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-simple-http ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/simple-http/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-simple-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 8 source files with javac [debug target 11] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/simple-http/src/test/java/org/glassfish/jersey/simple/SimpleHttpServerProviderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/simple-http/src/test/java/org/glassfish/jersey/simple/SimpleHttpServerProviderTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/simple-http/src/test/java/org/glassfish/jersey/simple/SimpleHttpServerProviderTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/simple-http/src/test/java/org/glassfish/jersey/simple/SimpleHttpServerProviderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/simple-http/src/test/java/org/glassfish/jersey/simple/SimpleHttpServerProviderTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/simple-http/src/test/java/org/glassfish/jersey/simple/SimpleHttpServerProviderTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-container-simple-http ---
[INFO] Reserved port 43435 for jersey.config.test.container.port
[INFO] Reserved port 36655 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-container-simple-http ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/simple-http/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.simple.LifecycleListenerTest
Apr 04, 2024 8:08:47 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder
WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter<jakarta.activation.DataSource> was not found. The provider is not available.
Apr 04, 2024 8:08:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:47 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:43435/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.066 s -- in org.glassfish.jersey.test.jdkhttp.AvailablePortJdkHttpServerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-jdk-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jdk-http/target/jersey-test-framework-provider-jdk-http-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-jdk-http ---
[INFO] CycloneDX: Resolving Dependencies
Apr 04, 2024 8:08:47 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
Apr 04, 2024 8:08:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:47 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:43435/
[INFO] CycloneDX: Creating BOM version 1.4 with 23 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jdk-http/target/bom.xml
[INFO]            attaching as jersey-test-framework-provider-jdk-http-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jdk-http/target/bom.json
[INFO]            attaching as jersey-test-framework-provider-jdk-http-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-jdk-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jdk-http/target/jersey-test-framework-provider-jdk-http-3.1.99-SNAPSHOT-sources.jar
Apr 04, 2024 8:08:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:47 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.092 s -- in org.glassfish.jersey.simple.LifecycleListenerTest
[INFO] Running org.glassfish.jersey.simple.SimpleHttpServerProviderTest
Apr 04, 2024 8:08:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:47 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.simple.SimpleHttpServerProviderTest$Resource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.simple.SimpleHttpServerProviderTest$Resource will be ignored. 
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-jdk-http ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jdk-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jdk-http/3.1.99-SNAPSHOT/jersey-test-framework-provider-jdk-http-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jdk-http/target/jersey-test-framework-provider-jdk-http-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jdk-http/3.1.99-SNAPSHOT/jersey-test-framework-provider-jdk-http-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jdk-http/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jdk-http/3.1.99-SNAPSHOT/jersey-test-framework-provider-jdk-http-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jdk-http/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jdk-http/3.1.99-SNAPSHOT/jersey-test-framework-provider-jdk-http-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jdk-http/target/jersey-test-framework-provider-jdk-http-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jdk-http/3.1.99-SNAPSHOT/jersey-test-framework-provider-jdk-http-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-jdk-http ---
Apr 04, 2024 8:08:48 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:48 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.simple.SimpleHttpServerProviderTest$Resource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.simple.SimpleHttpServerProviderTest$Resource will be ignored. 
Apr 04, 2024 8:08:48 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.344 s -- in org.glassfish.jersey.simple.SimpleHttpServerProviderTest
[INFO] Running org.glassfish.jersey.simple.ParallelTest
Apr 04, 2024 8:08:48 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:48 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:43435/
[INFO] 
[INFO] ----< org.glassfish.jersey.containers:jersey-container-simple-http >----
[INFO] Building jersey-container-simple-http 3.1.99-SNAPSHOT           [31/378]
[INFO]   from containers/simple-http/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-container-simple-http ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-simple-http ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-simple-http ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-simple-http ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-container-simple-http ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-container-simple-http ---
[INFO] Resources:
[INFO] org/glassfish/jersey/simple/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/simple-http/src/main/resources/org/glassfish/jersey/simple/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-container-simple-http ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/simple-http/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-simple-http ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-simple-http ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-simple-http ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-simple-http ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-simple-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 9 source files with javac [debug target 11] to target/classes
Apr 04, 2024 8:08:48 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.455 s -- in org.glassfish.jersey.simple.ParallelTest
[INFO] Running org.glassfish.jersey.simple.AsyncTest
Apr 04, 2024 8:08:48 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:48 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:43435/
Apr 04, 2024 8:08:48 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
Apr 04, 2024 8:08:48 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:48 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:43435/
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-simple-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 9 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-simple-http ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/simple-http/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-simple-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 8 source files with javac [debug target 11] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/simple-http/src/test/java/org/glassfish/jersey/simple/AbstractSimpleServerTester.java:[57,30] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/simple-http/src/test/java/org/glassfish/jersey/simple/SimpleHttpServerProviderTest.java:[132,30] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/simple-http/src/test/java/org/glassfish/jersey/simple/SimpleHttpServerProviderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/simple-http/src/test/java/org/glassfish/jersey/simple/SimpleHttpServerProviderTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/simple-http/src/test/java/org/glassfish/jersey/simple/SimpleHttpServerProviderTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/simple-http/src/test/java/org/glassfish/jersey/simple/SimpleHttpServerProviderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/simple-http/src/test/java/org/glassfish/jersey/simple/SimpleHttpServerProviderTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/simple-http/src/test/java/org/glassfish/jersey/simple/SimpleHttpServerProviderTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-container-simple-http ---
[INFO] Reserved port 37075 for jersey.config.test.container.port
[INFO] Reserved port 39335 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-container-simple-http ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/simple-http/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.simple.LifecycleListenerTest
Apr 04, 2024 8:08:50 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder
WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter<jakarta.activation.DataSource> was not found. The provider is not available.
Apr 04, 2024 8:08:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:50 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:37075/
Apr 04, 2024 8:08:50 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
Apr 04, 2024 8:08:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:50 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:37075/
Apr 04, 2024 8:08:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:50 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.817 s -- in org.glassfish.jersey.simple.LifecycleListenerTest
[INFO] Running org.glassfish.jersey.simple.SimpleHttpServerProviderTest
Apr 04, 2024 8:08:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:50 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.simple.SimpleHttpServerProviderTest$Resource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.simple.SimpleHttpServerProviderTest$Resource will be ignored. 
Apr 04, 2024 8:08:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:50 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.simple.SimpleHttpServerProviderTest$Resource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.simple.SimpleHttpServerProviderTest$Resource will be ignored. 
Apr 04, 2024 8:08:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.288 s -- in org.glassfish.jersey.simple.SimpleHttpServerProviderTest
[INFO] Running org.glassfish.jersey.simple.ParallelTest
Apr 04, 2024 8:08:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:51 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:37075/
Apr 04, 2024 8:08:51 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.406 s -- in org.glassfish.jersey.simple.ParallelTest
[INFO] Running org.glassfish.jersey.simple.AsyncTest
Apr 04, 2024 8:08:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:51 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:37075/
Apr 04, 2024 8:08:51 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
Apr 04, 2024 8:08:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:51 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:37075/
Apr 04, 2024 8:08:53 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
Apr 04, 2024 8:08:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:53 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:43435/
Apr 04, 2024 8:08:56 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
Apr 04, 2024 8:08:56 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:56 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:37075/
Apr 04, 2024 8:08:57 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.264 s -- in org.glassfish.jersey.simple.AsyncTest
[INFO] Running org.glassfish.jersey.simple.OptionsTest
Apr 04, 2024 8:08:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:57 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources
WARNING: Component of class class org.glassfish.jersey.simple.OptionsTest$UserResource cannot be instantiated and will be ignored.
Apr 04, 2024 8:08:57 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:43435/
Apr 04, 2024 8:08:57 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
Apr 04, 2024 8:08:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:57 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources
WARNING: Component of class class org.glassfish.jersey.simple.OptionsTest$UserResource cannot be instantiated and will be ignored.
Apr 04, 2024 8:08:57 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:43435/
Apr 04, 2024 8:08:57 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.130 s -- in org.glassfish.jersey.simple.OptionsTest
[INFO] Running org.glassfish.jersey.simple.ExceptionTest
Apr 04, 2024 8:08:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:57 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:43435/
Apr 04, 2024 8:08:57 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
Apr 04, 2024 8:08:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:57 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:43435/
Apr 04, 2024 8:08:57 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s -- in org.glassfish.jersey.simple.ExceptionTest
[INFO] Running org.glassfish.jersey.simple.TraceTest
Apr 04, 2024 8:08:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:57 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources
WARNING: Component of class class org.glassfish.jersey.simple.TraceTest$UserResource cannot be instantiated and will be ignored.
Apr 04, 2024 8:08:57 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServerNoLoggingFilter
INFO: Simple-http server started on base uri: http://localhost:43435/
Apr 04, 2024 8:08:57 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
Apr 04, 2024 8:08:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:57 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources
WARNING: Component of class class org.glassfish.jersey.simple.TraceTest$UserResource cannot be instantiated and will be ignored.
Apr 04, 2024 8:08:57 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServerNoLoggingFilter
INFO: Simple-http server started on base uri: http://localhost:43435/
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 0 sun.nio.ch.ServerSocketChannelImpl[closed] (ActionDistributor: Thread-256): EXECUTE_ACTION -> 16
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-256): ACCEPT
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-259): READ -> 199
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-259): READ_HEADER
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-259): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-259): HEADER_FINISHED -> OPTIONS /users HTTP/1.1
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
Connection: keep-alive


Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-259): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-259): REQUEST_READY
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-260): DISPATCH_REQUEST
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-260): WRITE_HEADER -> HTTP/1.1 404 Not Found
Content-Length: 0
Connection: keep-alive


Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-260): WRITE_BUFFER -> 69
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-260): WRITE -> 69
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-260): RESPONSE_FINISHED
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-260): DISPATCH_FINISHED
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-261): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-261): READ_WAIT
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-254): SELECT
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-254): REGISTER_READ_INTEREST
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-254): REGISTER_INTEREST -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 0 sun.nio.ch.ServerSocketChannelImpl[/0:0:0:0:0:0:0:0:43435] (ActionDistributor: Thread-266): EXECUTE_ACTION -> 16
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-266): ACCEPT
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): DISPATCH_REQUEST
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): WRITE_BUFFER -> 110
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): WRITE -> 110
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): RESPONSE_FINISHED
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): DISPATCH_FINISHED
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): DISPATCH_REQUEST
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): WRITE_BUFFER -> 110
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): WRITE -> 110
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): RESPONSE_FINISHED
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): DISPATCH_FINISHED
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): DISPATCH_REQUEST
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): WRITE_BUFFER -> 110
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): WRITE -> 110
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): RESPONSE_FINISHED
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): DISPATCH_FINISHED
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): DISPATCH_REQUEST
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): WRITE_BUFFER -> 110
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): WRITE -> 110
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): RESPONSE_FINISHED
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): DISPATCH_FINISHED
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): DISPATCH_REQUEST
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): WRITE_BUFFER -> 110
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): WRITE -> 110
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): RESPONSE_FINISHED
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): DISPATCH_FINISHED
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): DISPATCH_REQUEST
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): WRITE_BUFFER -> 110
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): WRITE -> 110
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): RESPONSE_FINISHED
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): DISPATCH_FINISHED
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): DISPATCH_REQUEST
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): WRITE_BUFFER -> 110
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): WRITE -> 110
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): RESPONSE_FINISHED
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): DISPATCH_FINISHED
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): DISPATCH_REQUEST
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): WRITE_BUFFER -> 110
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): WRITE -> 110
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): RESPONSE_FINISHED
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): DISPATCH_FINISHED
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): DISPATCH_REQUEST
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): WRITE_BUFFER -> 110
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): WRITE -> 110
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): RESPONSE_FINISHED
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): DISPATCH_FINISHED
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): DISPATCH_REQUEST
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): WRITE_BUFFER -> 110
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): WRITE -> 110
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): RESPONSE_FINISHED
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): DISPATCH_FINISHED
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): DISPATCH_REQUEST
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): WRITE_BUFFER -> 110
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): WRITE -> 110
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): RESPONSE_FINISHED
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): DISPATCH_FINISHED
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): DISPATCH_REQUEST
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): WRITE_BUFFER -> 110
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): WRITE -> 110
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): RESPONSE_FINISHED
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): DISPATCH_FINISHED
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): DISPATCH_REQUEST
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): WRITE_BUFFER -> 110
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): WRITE -> 110
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): RESPONSE_FINISHED
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): DISPATCH_FINISHED
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): DISPATCH_REQUEST
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): WRITE_BUFFER -> 110
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): WRITE -> 110
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): RESPONSE_FINISHED
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): DISPATCH_FINISHED
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): DISPATCH_REQUEST
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): WRITE_BUFFER -> 110
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): WRITE -> 110
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): RESPONSE_FINISHED
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): DISPATCH_FINISHED
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): DISPATCH_REQUEST
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): WRITE_BUFFER -> 110
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): WRITE -> 110
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): RESPONSE_FINISHED
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): DISPATCH_FINISHED
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): DISPATCH_REQUEST
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): WRITE_BUFFER -> 110
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): WRITE -> 110
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): RESPONSE_FINISHED
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): DISPATCH_FINISHED
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): DISPATCH_REQUEST
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): WRITE_BUFFER -> 110
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): WRITE -> 110
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): RESPONSE_FINISHED
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): DISPATCH_FINISHED
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): DISPATCH_REQUEST
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): WRITE_BUFFER -> 110
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): WRITE -> 110
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): RESPONSE_FINISHED
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): DISPATCH_FINISHED
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): DISPATCH_REQUEST
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): WRITE_BUFFER -> 110
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): WRITE -> 110
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): RESPONSE_FINISHED
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): DISPATCH_FINISHED
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:08:58 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): DISPATCH_REQUEST
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): WRITE_BUFFER -> 110
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): WRITE -> 110
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): RESPONSE_FINISHED
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): DISPATCH_FINISHED
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): DISPATCH_REQUEST
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): WRITE_BUFFER -> 110
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): WRITE -> 110
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): RESPONSE_FINISHED
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): DISPATCH_FINISHED
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): DISPATCH_REQUEST
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): WRITE_BUFFER -> 110
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): WRITE -> 110
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): RESPONSE_FINISHED
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): DISPATCH_FINISHED
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): DISPATCH_REQUEST
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): WRITE_BUFFER -> 110
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): WRITE -> 110
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): RESPONSE_FINISHED
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): DISPATCH_FINISHED
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): DISPATCH_REQUEST
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): WRITE_BUFFER -> 110
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): WRITE -> 110
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): RESPONSE_FINISHED
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): DISPATCH_FINISHED
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): DISPATCH_REQUEST
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): WRITE_BUFFER -> 110
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): WRITE -> 110
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): RESPONSE_FINISHED
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): DISPATCH_FINISHED
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): DISPATCH_REQUEST
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): WRITE_BUFFER -> 110
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): WRITE -> 110
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): RESPONSE_FINISHED
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): DISPATCH_FINISHED
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): DISPATCH_REQUEST
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): WRITE_BUFFER -> 110
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): WRITE -> 110
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): RESPONSE_FINISHED
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): DISPATCH_FINISHED
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): DISPATCH_REQUEST
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): WRITE_BUFFER -> 110
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): WRITE -> 110
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): RESPONSE_FINISHED
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): DISPATCH_FINISHED
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): DISPATCH_REQUEST
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): WRITE_BUFFER -> 110
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): WRITE -> 110
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): RESPONSE_FINISHED
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): DISPATCH_FINISHED
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): DISPATCH_REQUEST
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): WRITE_BUFFER -> 110
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): WRITE -> 110
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): RESPONSE_FINISHED
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): DISPATCH_FINISHED
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): DISPATCH_REQUEST
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): WRITE_BUFFER -> 110
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): WRITE -> 110
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): RESPONSE_FINISHED
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): DISPATCH_FINISHED
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): DISPATCH_REQUEST
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): WRITE_BUFFER -> 110
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): WRITE -> 110
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): RESPONSE_FINISHED
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): DISPATCH_FINISHED
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): DISPATCH_REQUEST
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): WRITE_BUFFER -> 110
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): WRITE -> 110
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): RESPONSE_FINISHED
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): DISPATCH_FINISHED
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): DISPATCH_REQUEST
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): WRITE_BUFFER -> 110
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): WRITE -> 110
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): RESPONSE_FINISHED
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): DISPATCH_FINISHED
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): DISPATCH_REQUEST
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): WRITE_BUFFER -> 110
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): WRITE -> 110
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): RESPONSE_FINISHED
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): DISPATCH_FINISHED
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): DISPATCH_REQUEST
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): WRITE_BUFFER -> 110
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): WRITE -> 110
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): RESPONSE_FINISHED
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): DISPATCH_FINISHED
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): DISPATCH_REQUEST
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): WRITE_BUFFER -> 110
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): WRITE -> 110
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): RESPONSE_FINISHED
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): DISPATCH_FINISHED
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): DISPATCH_REQUEST
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): WRITE_BUFFER -> 110
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): WRITE -> 110
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): RESPONSE_FINISHED
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): DISPATCH_FINISHED
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): DISPATCH_REQUEST
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): WRITE_BUFFER -> 110
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): WRITE -> 110
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): RESPONSE_FINISHED
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): DISPATCH_FINISHED
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.209 s -- in org.glassfish.jersey.simple.AsyncTest
[INFO] Running org.glassfish.jersey.simple.OptionsTest
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources
WARNING: Component of class class org.glassfish.jersey.simple.OptionsTest$UserResource cannot be instantiated and will be ignored.
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:37075/
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources
WARNING: Component of class class org.glassfish.jersey.simple.OptionsTest$UserResource cannot be instantiated and will be ignored.
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:37075/
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s -- in org.glassfish.jersey.simple.OptionsTest
[INFO] Running org.glassfish.jersey.simple.ExceptionTest
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:37075/
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:37075/
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.glassfish.jersey.simple.ExceptionTest
[INFO] Running org.glassfish.jersey.simple.TraceTest
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources
WARNING: Component of class class org.glassfish.jersey.simple.TraceTest$UserResource cannot be instantiated and will be ignored.
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServerNoLoggingFilter
INFO: Simple-http server started on base uri: http://localhost:37075/
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources
WARNING: Component of class class org.glassfish.jersey.simple.TraceTest$UserResource cannot be instantiated and will be ignored.
Apr 04, 2024 8:08:59 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServerNoLoggingFilter
INFO: Simple-http server started on base uri: http://localhost:37075/
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): DISPATCH_REQUEST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): WRITE -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): RESPONSE_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): DISPATCH_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): DISPATCH_REQUEST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): WRITE -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): RESPONSE_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): DISPATCH_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): DISPATCH_REQUEST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): WRITE -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): RESPONSE_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): DISPATCH_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): DISPATCH_REQUEST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): WRITE -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): RESPONSE_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): DISPATCH_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): DISPATCH_REQUEST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): WRITE -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): RESPONSE_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): DISPATCH_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): DISPATCH_REQUEST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): WRITE -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): RESPONSE_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): DISPATCH_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): DISPATCH_REQUEST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): WRITE -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): RESPONSE_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): DISPATCH_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): DISPATCH_REQUEST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): WRITE -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): RESPONSE_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): DISPATCH_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): DISPATCH_REQUEST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): WRITE -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): RESPONSE_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): DISPATCH_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): DISPATCH_REQUEST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): WRITE -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): RESPONSE_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): DISPATCH_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): DISPATCH_REQUEST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): WRITE -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): RESPONSE_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): DISPATCH_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): DISPATCH_REQUEST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): WRITE -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): RESPONSE_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): DISPATCH_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): DISPATCH_REQUEST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): WRITE -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): RESPONSE_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): DISPATCH_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): DISPATCH_REQUEST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): WRITE -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): RESPONSE_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): DISPATCH_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): DISPATCH_REQUEST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): WRITE -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): RESPONSE_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): DISPATCH_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): DISPATCH_REQUEST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): WRITE -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): RESPONSE_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): DISPATCH_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): DISPATCH_REQUEST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): WRITE -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): RESPONSE_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): DISPATCH_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): DISPATCH_REQUEST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): WRITE -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): RESPONSE_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): DISPATCH_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): DISPATCH_REQUEST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): WRITE -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): RESPONSE_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): DISPATCH_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 0 sun.nio.ch.ServerSocketChannelImpl[closed] (ActionDistributor: Thread-256): EXECUTE_ACTION -> 16
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-256): ACCEPT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-259): READ -> 150
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-259): READ_HEADER
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-259): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-259): HEADER_FINISHED -> OPTIONS /users HTTP/1.1
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Accept: */*
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-259): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-259): REQUEST_READY
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-260): DISPATCH_REQUEST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-260): WRITE_HEADER -> HTTP/1.1 404 Not Found
Content-Length: 0
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-260): WRITE_BUFFER -> 69
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-260): WRITE -> 69
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-260): RESPONSE_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-260): DISPATCH_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-261): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-261): READ_WAIT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-254): SELECT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-254): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-254): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 0 sun.nio.ch.ServerSocketChannelImpl[/[0:0:0:0:0:0:0:0]:37075] (ActionDistributor: Thread-266): EXECUTE_ACTION -> 16
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-266): ACCEPT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): DISPATCH_REQUEST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): WRITE -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): RESPONSE_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): DISPATCH_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): DISPATCH_REQUEST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): WRITE -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): RESPONSE_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): DISPATCH_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): DISPATCH_REQUEST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): WRITE -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): RESPONSE_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): DISPATCH_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): DISPATCH_REQUEST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): WRITE -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): RESPONSE_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): DISPATCH_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): DISPATCH_REQUEST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): WRITE -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): RESPONSE_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): DISPATCH_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): DISPATCH_REQUEST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): WRITE -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): RESPONSE_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): DISPATCH_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): DISPATCH_REQUEST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): WRITE -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): RESPONSE_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): DISPATCH_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): DISPATCH_REQUEST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): WRITE -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): RESPONSE_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): DISPATCH_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): DISPATCH_REQUEST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): WRITE -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): RESPONSE_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): DISPATCH_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): DISPATCH_REQUEST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): WRITE -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): RESPONSE_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): DISPATCH_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): DISPATCH_REQUEST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): WRITE -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): RESPONSE_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): DISPATCH_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): DISPATCH_REQUEST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): WRITE -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): RESPONSE_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): DISPATCH_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): DISPATCH_REQUEST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): WRITE -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): RESPONSE_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): DISPATCH_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): DISPATCH_REQUEST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): WRITE -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): RESPONSE_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): DISPATCH_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): DISPATCH_REQUEST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): WRITE -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): RESPONSE_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): DISPATCH_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): DISPATCH_REQUEST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): WRITE -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): RESPONSE_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): DISPATCH_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): DISPATCH_REQUEST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): WRITE -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): RESPONSE_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): DISPATCH_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): DISPATCH_REQUEST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): WRITE -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): RESPONSE_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): DISPATCH_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): DISPATCH_REQUEST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): WRITE -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): RESPONSE_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): DISPATCH_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): DISPATCH_REQUEST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): WRITE -> 110
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): RESPONSE_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): DISPATCH_FINISHED
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:00 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): DISPATCH_REQUEST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): WRITE -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): RESPONSE_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): DISPATCH_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): DISPATCH_REQUEST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): WRITE -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): RESPONSE_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): DISPATCH_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): DISPATCH_REQUEST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): WRITE -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): RESPONSE_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): DISPATCH_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): DISPATCH_REQUEST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): WRITE -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): RESPONSE_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): DISPATCH_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): DISPATCH_REQUEST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): WRITE -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): RESPONSE_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): DISPATCH_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): DISPATCH_REQUEST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): WRITE -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): RESPONSE_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): DISPATCH_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): DISPATCH_REQUEST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): WRITE -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): RESPONSE_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): DISPATCH_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): DISPATCH_REQUEST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): WRITE -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): RESPONSE_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): DISPATCH_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): DISPATCH_REQUEST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): WRITE -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): RESPONSE_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): DISPATCH_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): DISPATCH_REQUEST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): WRITE -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): RESPONSE_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): DISPATCH_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): DISPATCH_REQUEST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): WRITE -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): RESPONSE_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): DISPATCH_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): DISPATCH_REQUEST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): WRITE -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): RESPONSE_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): DISPATCH_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): DISPATCH_REQUEST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): WRITE -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): RESPONSE_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): DISPATCH_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): DISPATCH_REQUEST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): WRITE -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): RESPONSE_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): DISPATCH_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): DISPATCH_REQUEST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): WRITE -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): RESPONSE_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): DISPATCH_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): DISPATCH_REQUEST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): WRITE -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): RESPONSE_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): DISPATCH_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): DISPATCH_REQUEST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): WRITE -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): RESPONSE_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): DISPATCH_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): DISPATCH_REQUEST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): WRITE -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): RESPONSE_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): DISPATCH_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): DISPATCH_REQUEST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): WRITE -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): RESPONSE_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): DISPATCH_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): DISPATCH_REQUEST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): WRITE -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): RESPONSE_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): DISPATCH_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): DISPATCH_REQUEST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): WRITE -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): RESPONSE_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): DISPATCH_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): DISPATCH_REQUEST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): WRITE -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): RESPONSE_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): DISPATCH_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): DISPATCH_REQUEST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): WRITE -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): RESPONSE_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): DISPATCH_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): DISPATCH_REQUEST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): WRITE -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): RESPONSE_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): DISPATCH_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): DISPATCH_REQUEST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): WRITE -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): RESPONSE_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): DISPATCH_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): DISPATCH_REQUEST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): WRITE -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): RESPONSE_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): DISPATCH_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): DISPATCH_REQUEST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): WRITE -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): RESPONSE_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): DISPATCH_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): DISPATCH_REQUEST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): WRITE -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): RESPONSE_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): DISPATCH_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): DISPATCH_REQUEST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): WRITE -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): RESPONSE_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): DISPATCH_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): DISPATCH_REQUEST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): WRITE -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): RESPONSE_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): DISPATCH_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): DISPATCH_REQUEST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): WRITE -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): RESPONSE_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): DISPATCH_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): DISPATCH_REQUEST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): WRITE -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): RESPONSE_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): DISPATCH_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): DISPATCH_REQUEST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): WRITE -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): RESPONSE_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): DISPATCH_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): DISPATCH_REQUEST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): WRITE -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): RESPONSE_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): DISPATCH_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): DISPATCH_REQUEST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): WRITE -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): RESPONSE_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): DISPATCH_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): DISPATCH_REQUEST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): WRITE -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): RESPONSE_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): DISPATCH_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): DISPATCH_REQUEST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): WRITE -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): RESPONSE_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): DISPATCH_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): DISPATCH_REQUEST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): WRITE -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): RESPONSE_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): DISPATCH_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): DISPATCH_REQUEST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): WRITE -> 110
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): RESPONSE_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): DISPATCH_FINISHED
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:01 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): DISPATCH_REQUEST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): WRITE -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): RESPONSE_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): DISPATCH_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): DISPATCH_REQUEST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): WRITE -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): RESPONSE_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): DISPATCH_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): DISPATCH_REQUEST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): WRITE -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): RESPONSE_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): DISPATCH_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): DISPATCH_REQUEST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): WRITE -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): RESPONSE_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): DISPATCH_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): DISPATCH_REQUEST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): WRITE -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): RESPONSE_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): DISPATCH_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): DISPATCH_REQUEST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): WRITE -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): RESPONSE_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): DISPATCH_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): DISPATCH_REQUEST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): WRITE -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): RESPONSE_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): DISPATCH_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): DISPATCH_REQUEST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): WRITE -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): RESPONSE_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): DISPATCH_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): DISPATCH_REQUEST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): WRITE -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): RESPONSE_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): DISPATCH_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): DISPATCH_REQUEST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): WRITE -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): RESPONSE_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): DISPATCH_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): DISPATCH_REQUEST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): WRITE -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): RESPONSE_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): DISPATCH_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): DISPATCH_REQUEST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): WRITE -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): RESPONSE_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): DISPATCH_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): DISPATCH_REQUEST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): WRITE -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): RESPONSE_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-276): DISPATCH_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): DISPATCH_REQUEST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): WRITE -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): RESPONSE_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-279): DISPATCH_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): DISPATCH_REQUEST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): WRITE -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): RESPONSE_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-281): DISPATCH_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): DISPATCH_REQUEST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): WRITE -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): RESPONSE_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-282): DISPATCH_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): DISPATCH_REQUEST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): WRITE -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): RESPONSE_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-283): DISPATCH_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): DISPATCH_REQUEST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): WRITE -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): RESPONSE_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-284): DISPATCH_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): DISPATCH_REQUEST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): WRITE -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): RESPONSE_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-270): DISPATCH_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)
Host: localhost:43435
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): DISPATCH_REQUEST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): WRITE -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): RESPONSE_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestDispatcher: Thread-273): DISPATCH_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:43435 remote=/127.0.0.1:57166] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.388 s -- in org.glassfish.jersey.simple.TraceTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-simple-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/simple-http/target/jersey-container-simple-http-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-simple-http ---
[INFO] CycloneDX: Resolving Dependencies
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): DISPATCH_REQUEST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): WRITE -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): RESPONSE_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): DISPATCH_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): DISPATCH_REQUEST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): WRITE -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): RESPONSE_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): DISPATCH_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): DISPATCH_REQUEST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): WRITE -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): RESPONSE_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): DISPATCH_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): DISPATCH_REQUEST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): WRITE -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): RESPONSE_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): DISPATCH_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): DISPATCH_REQUEST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): WRITE -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): RESPONSE_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): DISPATCH_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): DISPATCH_REQUEST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): WRITE -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): RESPONSE_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): DISPATCH_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): DISPATCH_REQUEST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): WRITE -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): RESPONSE_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): DISPATCH_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): DISPATCH_REQUEST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): WRITE -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): RESPONSE_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): DISPATCH_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): DISPATCH_REQUEST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): WRITE -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): RESPONSE_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): DISPATCH_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): DISPATCH_REQUEST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): WRITE -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): RESPONSE_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): DISPATCH_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): DISPATCH_REQUEST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): WRITE -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): RESPONSE_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): DISPATCH_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): DISPATCH_REQUEST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): WRITE -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): RESPONSE_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): DISPATCH_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): DISPATCH_REQUEST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): WRITE -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): RESPONSE_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): DISPATCH_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): DISPATCH_REQUEST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): WRITE -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): RESPONSE_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): DISPATCH_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): DISPATCH_REQUEST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): WRITE -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): RESPONSE_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): DISPATCH_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): DISPATCH_REQUEST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): WRITE -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): RESPONSE_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): DISPATCH_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): DISPATCH_REQUEST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): WRITE -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): RESPONSE_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): DISPATCH_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): DISPATCH_REQUEST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): WRITE -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): RESPONSE_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): DISPATCH_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): DISPATCH_REQUEST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): WRITE -> 110
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): RESPONSE_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): DISPATCH_FINISHED
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:02 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
[INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/simple-http/target/bom.xml
[INFO]            attaching as jersey-container-simple-http-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/simple-http/target/bom.json
[INFO]            attaching as jersey-container-simple-http-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-simple-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/simple-http/target/jersey-container-simple-http-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-simple-http ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/simple-http/target/jersey-container-simple-http-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/simple-http/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-container-simple-http ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/simple-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-simple-http/3.1.99-SNAPSHOT/jersey-container-simple-http-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/simple-http/target/jersey-container-simple-http-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-simple-http/3.1.99-SNAPSHOT/jersey-container-simple-http-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/simple-http/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-simple-http/3.1.99-SNAPSHOT/jersey-container-simple-http-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/simple-http/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-simple-http/3.1.99-SNAPSHOT/jersey-container-simple-http-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/simple-http/target/jersey-container-simple-http-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-simple-http/3.1.99-SNAPSHOT/jersey-container-simple-http-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-simple-http ---
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): DISPATCH_REQUEST
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): WRITE -> 110
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): RESPONSE_FINISHED
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): DISPATCH_FINISHED
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): DISPATCH_REQUEST
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): WRITE -> 110
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): RESPONSE_FINISHED
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): DISPATCH_FINISHED
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): DISPATCH_REQUEST
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): WRITE -> 110
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): RESPONSE_FINISHED
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): DISPATCH_FINISHED
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): DISPATCH_REQUEST
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): WRITE -> 110
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): RESPONSE_FINISHED
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): DISPATCH_FINISHED
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:03 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): DISPATCH_REQUEST
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): WRITE -> 110
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): RESPONSE_FINISHED
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): DISPATCH_FINISHED
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): DISPATCH_REQUEST
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): WRITE -> 110
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): RESPONSE_FINISHED
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): DISPATCH_FINISHED
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): DISPATCH_REQUEST
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): WRITE -> 110
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): RESPONSE_FINISHED
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): DISPATCH_FINISHED
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): DISPATCH_REQUEST
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): WRITE -> 110
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): RESPONSE_FINISHED
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): DISPATCH_FINISHED
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): DISPATCH_REQUEST
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): WRITE -> 110
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): RESPONSE_FINISHED
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): DISPATCH_FINISHED
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): DISPATCH_REQUEST
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): WRITE -> 110
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): RESPONSE_FINISHED
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): DISPATCH_FINISHED
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): DISPATCH_REQUEST
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): WRITE -> 110
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): RESPONSE_FINISHED
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): DISPATCH_FINISHED
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): DISPATCH_REQUEST
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): WRITE -> 110
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): RESPONSE_FINISHED
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): DISPATCH_FINISHED
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): DISPATCH_REQUEST
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): WRITE -> 110
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): RESPONSE_FINISHED
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): DISPATCH_FINISHED
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): DISPATCH_REQUEST
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): WRITE -> 110
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): RESPONSE_FINISHED
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): DISPATCH_FINISHED
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): DISPATCH_REQUEST
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): WRITE -> 110
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): RESPONSE_FINISHED
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): DISPATCH_FINISHED
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): DISPATCH_REQUEST
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): WRITE -> 110
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): RESPONSE_FINISHED
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): DISPATCH_FINISHED
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): DISPATCH_REQUEST
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): WRITE -> 110
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): RESPONSE_FINISHED
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): DISPATCH_FINISHED
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): DISPATCH_REQUEST
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): WRITE -> 110
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): RESPONSE_FINISHED
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): DISPATCH_FINISHED
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): DISPATCH_REQUEST
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): WRITE -> 110
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): RESPONSE_FINISHED
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): DISPATCH_FINISHED
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): DISPATCH_REQUEST
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): WRITE -> 110
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): RESPONSE_FINISHED
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): DISPATCH_FINISHED
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:04 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-simple >--
[INFO] Building jersey-test-framework-provider-simple 3.1.99-SNAPSHOT  [32/303]
[INFO]   from test-framework/providers/simple/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-simple ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-simple ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-simple ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-simple ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-test-framework-provider-simple ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-test-framework-provider-simple ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/simple/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-simple ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-simple ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-simple ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-simple ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-simple ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-provider-simple ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-simple ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/simple/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-simple ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/test-classes
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-simple ---
[INFO] Reserved port 40567 for jersey.config.test.container.port
[INFO] Reserved port 35655 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-test-framework-provider-simple ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/simple/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): DISPATCH_REQUEST
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): WRITE -> 110
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): RESPONSE_FINISHED
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): DISPATCH_FINISHED
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): DISPATCH_REQUEST
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): WRITE -> 110
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): RESPONSE_FINISHED
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): DISPATCH_FINISHED
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): DISPATCH_REQUEST
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): WRITE -> 110
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): RESPONSE_FINISHED
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): DISPATCH_FINISHED
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): DISPATCH_REQUEST
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): WRITE -> 110
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): RESPONSE_FINISHED
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): DISPATCH_FINISHED
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): DISPATCH_REQUEST
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): WRITE -> 110
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): RESPONSE_FINISHED
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): DISPATCH_FINISHED
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): DISPATCH_REQUEST
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): WRITE -> 110
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): RESPONSE_FINISHED
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): DISPATCH_FINISHED
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): DISPATCH_REQUEST
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): WRITE -> 110
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): RESPONSE_FINISHED
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): DISPATCH_FINISHED
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): DISPATCH_REQUEST
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): WRITE -> 110
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): RESPONSE_FINISHED
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): DISPATCH_FINISHED
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): DISPATCH_REQUEST
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): WRITE -> 110
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): RESPONSE_FINISHED
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): DISPATCH_FINISHED
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): DISPATCH_REQUEST
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): WRITE -> 110
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): RESPONSE_FINISHED
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): DISPATCH_FINISHED
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): DISPATCH_REQUEST
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): WRITE -> 110
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): RESPONSE_FINISHED
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): DISPATCH_FINISHED
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): DISPATCH_REQUEST
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): WRITE -> 110
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): RESPONSE_FINISHED
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): DISPATCH_FINISHED
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): DISPATCH_REQUEST
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): WRITE -> 110
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): RESPONSE_FINISHED
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-279): DISPATCH_FINISHED
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): DISPATCH_REQUEST
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): WRITE -> 110
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): RESPONSE_FINISHED
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-281): DISPATCH_FINISHED
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): DISPATCH_REQUEST
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): WRITE -> 110
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): RESPONSE_FINISHED
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-282): DISPATCH_FINISHED
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): DISPATCH_REQUEST
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): WRITE -> 110
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): RESPONSE_FINISHED
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-283): DISPATCH_FINISHED
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-277): READ_WAIT
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 159
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ_HEADER
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-278): REQUEST_READY
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): DISPATCH_REQUEST
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): WRITE -> 110
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): RESPONSE_FINISHED
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-284): DISPATCH_FINISHED
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-280): READ_WAIT
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 159
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ_HEADER
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-269): REQUEST_READY
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): DISPATCH_REQUEST
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): WRITE -> 110
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): RESPONSE_FINISHED
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-270): DISPATCH_FINISHED
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-271): READ_WAIT
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 159
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ_HEADER
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-272): REQUEST_READY
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): DISPATCH_REQUEST
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): WRITE_BUFFER -> 110
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): WRITE -> 110
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): RESPONSE_FINISHED
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-273): DISPATCH_FINISHED
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-274): READ_WAIT
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): SELECT
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_READ_INTEREST
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): REGISTER_INTEREST -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): READ_INTEREST_READY -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (ActionDistributor: Thread-264): EXECUTE_ACTION -> 1
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 159
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ_HEADER
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Host: localhost:37075
Connection: keep-alive


Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): READ -> 0
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestReader: Thread-275): REQUEST_READY
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37075 remote=/127.0.0.1:41656] (Worker: RequestDispatcher: Thread-276): DISPATCH_REQUEST
Apr 04, 2024 8:09:05 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.285 s -- in org.glassfish.jersey.simple.TraceTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-simple-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/simple-http/target/jersey-container-simple-http-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-simple-http ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/simple-http/target/bom.xml
[INFO]            attaching as jersey-container-simple-http-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/simple-http/target/bom.json
[INFO]            attaching as jersey-container-simple-http-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-simple-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/simple-http/target/jersey-container-simple-http-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-simple-http ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/simple-http/target/jersey-container-simple-http-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/simple-http/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-container-simple-http ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/simple-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-simple-http/3.1.99-SNAPSHOT/jersey-container-simple-http-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/simple-http/target/jersey-container-simple-http-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-simple-http/3.1.99-SNAPSHOT/jersey-container-simple-http-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/simple-http/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-simple-http/3.1.99-SNAPSHOT/jersey-container-simple-http-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/simple-http/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-simple-http/3.1.99-SNAPSHOT/jersey-container-simple-http-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/simple-http/target/jersey-container-simple-http-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-simple-http/3.1.99-SNAPSHOT/jersey-container-simple-http-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-simple-http ---
[INFO] Running org.glassfish.jersey.test.simple.AvailablePortSimpleTest
Apr 04, 2024 8:09:06 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:0/
Apr 04, 2024 8:09:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-simple >--
[INFO] Building jersey-test-framework-provider-simple 3.1.99-SNAPSHOT  [32/378]
[INFO]   from test-framework/providers/simple/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-simple ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-simple ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-simple ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-simple ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-test-framework-provider-simple ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-test-framework-provider-simple ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/simple/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-simple ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-simple ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-simple ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-simple ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-simple ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-provider-simple ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/classes
Apr 04, 2024 8:09:06 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer start
INFO: Started SimpleTestContainer at the base URI http://localhost:42889/
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-simple ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/simple/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-simple ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-simple ---
[INFO] Reserved port 42719 for jersey.config.test.container.port
[INFO] Reserved port 39523 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-test-framework-provider-simple ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/simple/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.071 s -- in org.glassfish.jersey.test.simple.AvailablePortSimpleTest
[INFO] Running org.glassfish.jersey.test.simple.SimpleContainerTest
Apr 04, 2024 8:09:07 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:40567/
Apr 04, 2024 8:09:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 s -- in org.glassfish.jersey.test.simple.SimpleContainerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-simple ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/simple/target/jersey-test-framework-provider-simple-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-simple ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] Running org.glassfish.jersey.test.simple.AvailablePortSimpleTest
Apr 04, 2024 8:09:07 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:0/
Apr 04, 2024 8:09:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:07 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer start
INFO: Started SimpleTestContainer at the base URI http://localhost:46513/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.723 s -- in org.glassfish.jersey.test.simple.AvailablePortSimpleTest
[INFO] Running org.glassfish.jersey.test.simple.SimpleContainerTest
Apr 04, 2024 8:09:08 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:42719/
Apr 04, 2024 8:09:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.glassfish.jersey.test.simple.SimpleContainerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-simple ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/simple/target/jersey-test-framework-provider-simple-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-simple ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 26 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/simple/target/bom.xml
[INFO]            attaching as jersey-test-framework-provider-simple-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/simple/target/bom.json
[INFO]            attaching as jersey-test-framework-provider-simple-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-simple ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/simple/target/jersey-test-framework-provider-simple-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-simple ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/simple/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-simple/3.1.99-SNAPSHOT/jersey-test-framework-provider-simple-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/simple/target/jersey-test-framework-provider-simple-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-simple/3.1.99-SNAPSHOT/jersey-test-framework-provider-simple-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/simple/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-simple/3.1.99-SNAPSHOT/jersey-test-framework-provider-simple-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/simple/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-simple/3.1.99-SNAPSHOT/jersey-test-framework-provider-simple-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/simple/target/jersey-test-framework-provider-simple-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-simple/3.1.99-SNAPSHOT/jersey-test-framework-provider-simple-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-simple ---
[INFO] CycloneDX: Creating BOM version 1.4 with 26 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/simple/target/bom.xml
[INFO]            attaching as jersey-test-framework-provider-simple-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/simple/target/bom.json
[INFO]            attaching as jersey-test-framework-provider-simple-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-simple ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/simple/target/jersey-test-framework-provider-simple-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-simple ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/simple/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-simple/3.1.99-SNAPSHOT/jersey-test-framework-provider-simple-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/simple/target/jersey-test-framework-provider-simple-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-simple/3.1.99-SNAPSHOT/jersey-test-framework-provider-simple-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/simple/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-simple/3.1.99-SNAPSHOT/jersey-test-framework-provider-simple-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/simple/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-simple/3.1.99-SNAPSHOT/jersey-test-framework-provider-simple-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/simple/target/jersey-test-framework-provider-simple-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-simple/3.1.99-SNAPSHOT/jersey-test-framework-provider-simple-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-simple ---
[INFO] 
[INFO] -------< org.glassfish.jersey.connectors:jersey-netty-connector >-------
[INFO] Building jersey-connectors-netty 3.1.99-SNAPSHOT                [33/378]
[INFO]   from connectors/netty-connector/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-netty-connector ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-netty-connector ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-netty-connector ---
[INFO] 
[INFO] -------< org.glassfish.jersey.connectors:jersey-netty-connector >-------
[INFO] Building jersey-connectors-netty 3.1.99-SNAPSHOT                [33/303]
[INFO]   from connectors/netty-connector/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-netty-connector ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-netty-connector ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-netty-connector ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-netty-connector ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-netty-connector ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-netty-connector ---
[INFO] Resources:
[INFO] org/glassfish/jersey/netty/connector/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/netty-connector/src/main/resources/org/glassfish/jersey/netty/connector/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-netty-connector ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/netty-connector/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-netty-connector ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-netty-connector ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-netty-connector ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-netty-connector ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-netty-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 11 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-netty-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 11 source files with javac [debug target 11] to target/classes
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-netty-connector ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-netty-connector ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-netty-connector ---
[INFO] Resources:
[INFO] org/glassfish/jersey/netty/connector/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/netty-connector/src/main/resources/org/glassfish/jersey/netty/connector/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-netty-connector ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/netty-connector/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-netty-connector ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-netty-connector ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-netty-connector ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-netty-connector ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-netty-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 11 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-netty-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 11 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-netty-connector ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/netty-connector/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-netty-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 14 source files with javac [debug target 11] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-netty-connector ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/netty-connector/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-netty-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 14 source files with javac [debug target 11] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-netty-connector ---
[INFO] Reserved port 43261 for jersey.config.test.container.port
[INFO] Reserved port 36721 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-netty-connector ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/netty-connector/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-netty-connector ---
[INFO] Reserved port 35753 for jersey.config.test.container.port
[INFO] Reserved port 42595 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-netty-connector ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/netty-connector/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.netty.connector.TimeoutTest
[INFO] Running org.glassfish.jersey.netty.connector.TimeoutTest
Apr 04, 2024 8:09:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:09:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:09:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
Apr 04, 2024 8:09:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:09:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
Apr 04, 2024 8:09:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:09:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
Apr 04, 2024 8:09:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:14 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:09:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
Apr 04, 2024 8:09:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:14 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:09:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
Apr 04, 2024 8:09:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:14 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:09:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
Apr 04, 2024 8:09:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:14 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:09:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
Apr 04, 2024 8:09:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:15 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:09:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
Apr 04, 2024 8:09:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:16 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:09:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.506 s -- in org.glassfish.jersey.netty.connector.TimeoutTest
[INFO] Running org.glassfish.jersey.netty.connector.TraceSupportTest
Apr 04, 2024 8:09:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:16 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:09:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
Apr 04, 2024 8:09:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:16 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 8:09:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
Apr 04, 2024 8:09:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:16 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 8:09:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
Apr 04, 2024 8:09:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:16 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Apr 04, 2024 8:09:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
Apr 04, 2024 8:09:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:16 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
Apr 04, 2024 8:09:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.318 s -- in org.glassfish.jersey.netty.connector.TraceSupportTest
[INFO] Running org.glassfish.jersey.netty.connector.BufferedTest
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.776 s -- in org.glassfish.jersey.netty.connector.TimeoutTest
[INFO] Running org.glassfish.jersey.netty.connector.TraceSupportTest
Apr 04, 2024 8:09:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
Apr 04, 2024 8:09:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
Apr 04, 2024 8:09:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.glassfish.jersey.netty.connector.BufferedTest
[INFO] Running org.glassfish.jersey.netty.connector.HttpHeadersTest
Apr 04, 2024 8:09:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
Apr 04, 2024 8:09:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 s -- in org.glassfish.jersey.netty.connector.HttpHeadersTest
[INFO] Running org.glassfish.jersey.netty.connector.HugeEntityTest
Apr 04, 2024 8:09:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Apr 04, 2024 8:09:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
Apr 04, 2024 8:09:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
Apr 04, 2024 8:09:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
Apr 04, 2024 8:09:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.525 s -- in org.glassfish.jersey.netty.connector.TraceSupportTest
[INFO] Running org.glassfish.jersey.netty.connector.BufferedTest
Apr 04, 2024 8:09:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in org.glassfish.jersey.netty.connector.BufferedTest
[INFO] Running org.glassfish.jersey.netty.connector.HttpHeadersTest
Apr 04, 2024 8:09:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
Apr 04, 2024 8:09:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s -- in org.glassfish.jersey.netty.connector.HttpHeadersTest
[INFO] Running org.glassfish.jersey.netty.connector.HugeEntityTest
Apr 04, 2024 8:09:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Apr 04, 2024 8:09:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
Apr 04, 2024 8:09:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Apr 04, 2024 8:09:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
Apr 04, 2024 8:09:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:35 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Apr 04, 2024 8:09:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.31 s -- in org.glassfish.jersey.netty.connector.HugeEntityTest
[INFO] Running org.glassfish.jersey.netty.connector.ParallelTest
Apr 04, 2024 8:09:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:40 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Apr 04, 2024 8:09:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.glassfish.jersey.netty.connector.ParallelTest
[INFO] Running org.glassfish.jersey.netty.connector.FollowRedirectsTest
Apr 04, 2024 8:09:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:40 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Apr 04, 2024 8:09:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
Apr 04, 2024 8:09:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:40 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Apr 04, 2024 8:09:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
Apr 04, 2024 8:09:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:40 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Apr 04, 2024 8:09:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
Apr 04, 2024 8:09:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:40 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Apr 04, 2024 8:09:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
Apr 04, 2024 8:09:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:40 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Apr 04, 2024 8:09:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
Apr 04, 2024 8:09:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:40 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Apr 04, 2024 8:09:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
Apr 04, 2024 8:09:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:41 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Apr 04, 2024 8:09:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.389 s -- in org.glassfish.jersey.netty.connector.FollowRedirectsTest
[INFO] Running org.glassfish.jersey.netty.connector.NoEntityTest
Apr 04, 2024 8:09:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:41 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Apr 04, 2024 8:09:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
Apr 04, 2024 8:09:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:41 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Apr 04, 2024 8:09:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
Apr 04, 2024 8:09:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:41 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Apr 04, 2024 8:09:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
Apr 04, 2024 8:09:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:41 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Apr 04, 2024 8:09:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 s -- in org.glassfish.jersey.netty.connector.NoEntityTest
[INFO] Running org.glassfish.jersey.netty.connector.MethodTest
Apr 04, 2024 8:09:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:41 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Apr 04, 2024 8:09:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
Apr 04, 2024 8:09:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:41 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Apr 04, 2024 8:09:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
Apr 04, 2024 8:09:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:41 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Apr 04, 2024 8:09:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
Apr 04, 2024 8:09:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:41 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Apr 04, 2024 8:09:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
Apr 04, 2024 8:09:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:41 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Apr 04, 2024 8:09:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264 s -- in org.glassfish.jersey.netty.connector.MethodTest
[INFO] Running org.glassfish.jersey.netty.connector.AsyncTest
Apr 04, 2024 8:09:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:41 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Apr 04, 2024 8:09:41 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 1 on thread grizzly-http-server-2
Apr 04, 2024 8:09:41 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 3 on thread grizzly-http-server-0
Apr 04, 2024 8:09:41 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 2 on thread grizzly-http-server-1
Apr 04, 2024 8:09:42 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-3
Apr 04, 2024 8:09:42 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-1
Apr 04, 2024 8:09:42 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-2
Apr 04, 2024 8:09:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
Apr 04, 2024 8:09:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Apr 04, 2024 8:09:42 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncGetWithTimeout
INFO: Async long-running get with timeout called on thread grizzly-http-server-0
Apr 04, 2024 8:09:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.083 s -- in org.glassfish.jersey.netty.connector.AsyncTest
[INFO] Running org.glassfish.jersey.netty.connector.ConnectionExceptionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.glassfish.jersey.netty.connector.ConnectionExceptionTest
[INFO] Running org.glassfish.jersey.netty.connector.RedirectHeadersTest
Apr 04, 2024 8:09:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:44 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
Apr 04, 2024 8:09:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
Apr 04, 2024 8:09:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:44 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-36] Started.
Apr 04, 2024 8:09:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
Apr 04, 2024 8:09:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:44 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-37] Started.
Apr 04, 2024 8:09:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
Apr 04, 2024 8:09:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:44 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-38] Started.
Apr 04, 2024 8:09:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.291 s -- in org.glassfish.jersey.netty.connector.RedirectHeadersTest
[INFO] Running org.glassfish.jersey.netty.connector.HelloWorldTest
Apr 04, 2024 8:09:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:44 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-39] Started.
Apr 04, 2024 8:09:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
Apr 04, 2024 8:09:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:44 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-40] Started.
Apr 04, 2024 8:09:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
Apr 04, 2024 8:09:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-41] Started.
Apr 04, 2024 8:09:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
Apr 04, 2024 8:09:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-42] Started.
Apr 04, 2024 8:09:45 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.preFilter called
Apr 04, 2024 8:09:45 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.postFilter called
Apr 04, 2024 8:09:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
Apr 04, 2024 8:09:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-43] Started.
Apr 04, 2024 8:09:45 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.preFilter called
Apr 04, 2024 8:09:45 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.postFilter called
Apr 04, 2024 8:09:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
Apr 04, 2024 8:09:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-44] Started.
Apr 04, 2024 8:09:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
Apr 04, 2024 8:09:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-45] Started.
Apr 04, 2024 8:09:45 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.preFilter called
Apr 04, 2024 8:09:45 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.postFilter called
Apr 04, 2024 8:09:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
Apr 04, 2024 8:09:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-46] Started.
Apr 04, 2024 8:09:45 AM org.glassfish.jersey.netty.connector.HelloWorldTest testAsyncClientRequests
INFO: Executed in: 46
Apr 04, 2024 8:09:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
Apr 04, 2024 8:09:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-47] Started.
Apr 04, 2024 8:09:45 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.preFilter called
Apr 04, 2024 8:09:45 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.postFilter called
Apr 04, 2024 8:09:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
Apr 04, 2024 8:09:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-48] Started.
Apr 04, 2024 8:09:45 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.preFilter called
Apr 04, 2024 8:09:45 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.postFilter called
Apr 04, 2024 8:09:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
Apr 04, 2024 8:09:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-49] Started.
Apr 04, 2024 8:09:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
Apr 04, 2024 8:09:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43261/
Apr 04, 2024 8:09:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43261]
Apr 04, 2024 8:09:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-50] Started.
Apr 04, 2024 8:09:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43261]
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.564 s -- in org.glassfish.jersey.netty.connector.HelloWorldTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-netty-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/netty-connector/target/jersey-netty-connector-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-netty-connector ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 41 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/netty-connector/target/bom.xml
[INFO]            attaching as jersey-netty-connector-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/netty-connector/target/bom.json
[INFO]            attaching as jersey-netty-connector-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-netty-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/netty-connector/target/jersey-netty-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-netty-connector ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/netty-connector/target/jersey-netty-connector-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/netty-connector/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-netty-connector ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/netty-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-netty-connector/3.1.99-SNAPSHOT/jersey-netty-connector-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/netty-connector/target/jersey-netty-connector-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-netty-connector/3.1.99-SNAPSHOT/jersey-netty-connector-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/netty-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-netty-connector/3.1.99-SNAPSHOT/jersey-netty-connector-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/netty-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-netty-connector/3.1.99-SNAPSHOT/jersey-netty-connector-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/netty-connector/target/jersey-netty-connector-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-netty-connector/3.1.99-SNAPSHOT/jersey-netty-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-netty-connector ---
[INFO] 
[INFO] ----< org.glassfish.jersey.containers:jersey-container-netty-http >-----
[INFO] Building jersey-container-netty-http 3.1.99-SNAPSHOT            [34/378]
[INFO]   from containers/netty-http/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-container-netty-http ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-netty-http ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-netty-http ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-netty-http ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-container-netty-http ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-container-netty-http ---
[INFO] Resources:
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-container-netty-http ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-netty-http ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-netty-http ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-netty-http ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-netty-http ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-netty-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 11 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyServerHandler.java:[59,111] Long(long) in java.lang.Long has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/NettyHttpServer.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/NettyHttpServer.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-netty-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 11 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyServerHandler.java:[59,111] Long(long) in java.lang.Long has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/NettyHttpServer.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/NettyHttpServer.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-netty-http ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-netty-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug target 11] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/src/test/java/org/glassfish/jersey/netty/httpserver/NettyHttpServerProviderTest.java:[136,30] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/src/test/java/org/glassfish/jersey/netty/httpserver/NettyHttpServerProviderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/src/test/java/org/glassfish/jersey/netty/httpserver/NettyHttpServerProviderTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/src/test/java/org/glassfish/jersey/netty/httpserver/NettyHttpServerProviderTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/src/test/java/org/glassfish/jersey/netty/httpserver/NettyHttpServerProviderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/src/test/java/org/glassfish/jersey/netty/httpserver/NettyHttpServerProviderTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/src/test/java/org/glassfish/jersey/netty/httpserver/NettyHttpServerProviderTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-container-netty-http ---
[INFO] Reserved port 41547 for jersey.config.test.container.port
[INFO] Reserved port 44261 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-container-netty-http ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.netty.httpserver.NettyHttpServerProviderTest
Apr 04, 2024 8:09:48 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder
WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter<jakarta.activation.DataSource> was not found. The provider is not available.
Apr 04, 2024 8:09:48 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:09:48 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.netty.httpserver.NettyHttpServerProviderTest$Resource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.netty.httpserver.NettyHttpServerProviderTest$Resource will be ignored. 
Apr 04, 2024 8:09:49 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:09:49 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.netty.httpserver.NettyHttpServerProviderTest$Resource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.netty.httpserver.NettyHttpServerProviderTest$Resource will be ignored. 
Apr 04, 2024 8:09:49 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.998 s -- in org.glassfish.jersey.netty.httpserver.NettyHttpServerProviderTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-netty-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/target/jersey-container-netty-http-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-netty-http ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 44 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/target/bom.xml
[INFO]            attaching as jersey-container-netty-http-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/target/bom.json
[INFO]            attaching as jersey-container-netty-http-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-netty-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/target/jersey-container-netty-http-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-netty-http ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/target/jersey-container-netty-http-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-container-netty-http ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/3.1.99-SNAPSHOT/jersey-container-netty-http-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/target/jersey-container-netty-http-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/3.1.99-SNAPSHOT/jersey-container-netty-http-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/3.1.99-SNAPSHOT/jersey-container-netty-http-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/3.1.99-SNAPSHOT/jersey-container-netty-http-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/target/jersey-container-netty-http-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/3.1.99-SNAPSHOT/jersey-container-netty-http-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-netty-http ---
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-netty >--
[INFO] Building jersey-test-framework-provider-netty 3.1.99-SNAPSHOT   [35/378]
[INFO]   from test-framework/providers/netty/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-netty ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-netty ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-netty ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-netty ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-test-framework-provider-netty ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-test-framework-provider-netty ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/netty/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-netty ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-netty ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-netty ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-netty ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-netty ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-provider-netty ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-netty ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/netty/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-netty ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-netty ---
[INFO] Reserved port 36907 for jersey.config.test.container.port
[INFO] Reserved port 45759 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-test-framework-provider-netty ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-netty ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/netty/target/jersey-test-framework-provider-netty-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-netty ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 59 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/netty/target/bom.xml
[INFO]            attaching as jersey-test-framework-provider-netty-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/netty/target/bom.json
[INFO]            attaching as jersey-test-framework-provider-netty-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-netty ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/netty/target/jersey-test-framework-provider-netty-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-netty ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/netty/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/3.1.99-SNAPSHOT/jersey-test-framework-provider-netty-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/netty/target/jersey-test-framework-provider-netty-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/3.1.99-SNAPSHOT/jersey-test-framework-provider-netty-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/netty/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/3.1.99-SNAPSHOT/jersey-test-framework-provider-netty-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/netty/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/3.1.99-SNAPSHOT/jersey-test-framework-provider-netty-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/netty/target/jersey-test-framework-provider-netty-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/3.1.99-SNAPSHOT/jersey-test-framework-provider-netty-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-netty ---
[INFO] 
[INFO] ----< org.glassfish.jersey.containers:jersey-container-jetty-http >-----
[INFO] Building jersey-container-jetty-http 3.1.99-SNAPSHOT            [36/378]
[INFO]   from containers/jetty-http/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-container-jetty-http ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-jetty-http ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-jetty-http ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-jetty-http ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-container-jetty-http ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-container-jetty-http ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jetty/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/src/main/resources/org/glassfish/jersey/jetty/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-container-jetty-http ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/src/main/java17 added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-jetty-http ---
[INFO] Copying 2 resources from ../.. to target17/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-jetty-http ---
[INFO] Copying 2 resources from ../.. to target17/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-jetty-http ---
[INFO] Copying 2 resources from ../.. to target17/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-jetty-http ---
[INFO] Copying 3 resources from src/main/resources to target17/classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-jetty-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files with javac [debug target 11] to target17/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-jetty-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files with javac [debug target 11] to target17/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-jetty-http ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-jetty-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug target 11] to target17/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/AbstractJettyServerTester.java:[60,30] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java:[133,30] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-container-jetty-http ---
[INFO] Reserved port 46767 for jersey.config.test.container.port
[INFO] Reserved port 39341 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-container-jetty-http ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/target17/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.jetty.ExceptionTest
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
Apr 04, 2024 8:09:53 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder
WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter<jakarta.activation.DataSource> was not found. The provider is not available.
Apr 04, 2024 8:09:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.19 s -- in org.glassfish.jersey.netty.connector.HugeEntityTest
[INFO] Running org.glassfish.jersey.netty.connector.ParallelTest
Apr 04, 2024 8:09:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s -- in org.glassfish.jersey.netty.connector.ParallelTest
[INFO] Running org.glassfish.jersey.netty.connector.FollowRedirectsTest
Apr 04, 2024 8:09:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
Apr 04, 2024 8:09:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
Apr 04, 2024 8:09:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
Apr 04, 2024 8:09:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
Apr 04, 2024 8:09:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
Apr 04, 2024 8:09:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
Apr 04, 2024 8:09:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.414 s -- in org.glassfish.jersey.netty.connector.FollowRedirectsTest
[INFO] Running org.glassfish.jersey.netty.connector.NoEntityTest
Apr 04, 2024 8:09:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
Apr 04, 2024 8:09:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
Apr 04, 2024 8:09:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
Apr 04, 2024 8:09:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.231 s -- in org.glassfish.jersey.netty.connector.NoEntityTest
[INFO] Running org.glassfish.jersey.netty.connector.MethodTest
Apr 04, 2024 8:09:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
Apr 04, 2024 8:09:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
Apr 04, 2024 8:09:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Apr 04, 2024 8:09:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
Apr 04, 2024 8:09:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Apr 04, 2024 8:09:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
Apr 04, 2024 8:09:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Apr 04, 2024 8:09:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.250 s -- in org.glassfish.jersey.netty.connector.MethodTest
[INFO] Running org.glassfish.jersey.netty.connector.AsyncTest
Apr 04, 2024 8:09:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Apr 04, 2024 8:09:54 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 3 on thread grizzly-http-server-0
Apr 04, 2024 8:09:54 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 2 on thread grizzly-http-server-1
Apr 04, 2024 8:09:54 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 1 on thread grizzly-http-server-2
Apr 04, 2024 8:09:54 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:46767/
Apr 04, 2024 8:09:54 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
Apr 04, 2024 8:09:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:09:54 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:46767/
Apr 04, 2024 8:09:54 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
Apr 04, 2024 8:09:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:09:54 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:46767/
Apr 04, 2024 8:09:55 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-1
Apr 04, 2024 8:09:55 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-2
Apr 04, 2024 8:09:55 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-3
Apr 04, 2024 8:09:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
Apr 04, 2024 8:09:54 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
Apr 04, 2024 8:09:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:09:54 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:46767/
Apr 04, 2024 8:09:54 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.265 s -- in org.glassfish.jersey.jetty.ExceptionTest
[INFO] Running org.glassfish.jersey.jetty.OptionsTest
Apr 04, 2024 8:09:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:09:55 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:46767/
Apr 04, 2024 8:09:55 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.glassfish.jersey.jetty.OptionsTest
[INFO] Running org.glassfish.jersey.jetty.JettyHttpServerProviderTest
Apr 04, 2024 8:09:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:09:55 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.jetty.JettyHttpServerProviderTest$Resource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.jetty.JettyHttpServerProviderTest$Resource will be ignored. 
Apr 04, 2024 8:09:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:09:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:09:55 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.jetty.JettyHttpServerProviderTest$Resource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.jetty.JettyHttpServerProviderTest$Resource will be ignored. 
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 s -- in org.glassfish.jersey.jetty.JettyHttpServerProviderTest
[INFO] Running org.glassfish.jersey.jetty.LifecycleListenerTest
Apr 04, 2024 8:09:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Apr 04, 2024 8:09:55 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncGetWithTimeout
INFO: Async long-running get with timeout called on thread grizzly-http-server-0
Apr 04, 2024 8:09:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:09:55 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:46767/
Apr 04, 2024 8:09:55 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
Apr 04, 2024 8:09:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:09:55 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:46767/
Apr 04, 2024 8:09:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:09:55 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s -- in org.glassfish.jersey.jetty.LifecycleListenerTest
[INFO] Running org.glassfish.jersey.jetty.AsyncTest
Apr 04, 2024 8:09:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:09:55 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:46767/
Apr 04, 2024 8:09:55 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
Apr 04, 2024 8:09:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:09:55 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:46767/
Apr 04, 2024 8:09:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.078 s -- in org.glassfish.jersey.netty.connector.AsyncTest
[INFO] Running org.glassfish.jersey.netty.connector.ConnectionExceptionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.glassfish.jersey.netty.connector.ConnectionExceptionTest
[INFO] Running org.glassfish.jersey.netty.connector.RedirectHeadersTest
Apr 04, 2024 8:09:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
Apr 04, 2024 8:09:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
Apr 04, 2024 8:09:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-36] Started.
Apr 04, 2024 8:09:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
Apr 04, 2024 8:09:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-37] Started.
Apr 04, 2024 8:09:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
Apr 04, 2024 8:09:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-38] Started.
Apr 04, 2024 8:09:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.331 s -- in org.glassfish.jersey.netty.connector.RedirectHeadersTest
[INFO] Running org.glassfish.jersey.netty.connector.HelloWorldTest
Apr 04, 2024 8:09:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-39] Started.
Apr 04, 2024 8:09:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
Apr 04, 2024 8:09:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-40] Started.
Apr 04, 2024 8:09:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
Apr 04, 2024 8:09:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-41] Started.
Apr 04, 2024 8:09:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
Apr 04, 2024 8:09:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-42] Started.
Apr 04, 2024 8:09:57 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.preFilter called
Apr 04, 2024 8:09:57 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.postFilter called
Apr 04, 2024 8:09:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
Apr 04, 2024 8:09:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-43] Started.
Apr 04, 2024 8:09:57 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.preFilter called
Apr 04, 2024 8:09:57 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.postFilter called
Apr 04, 2024 8:09:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
Apr 04, 2024 8:09:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-44] Started.
Apr 04, 2024 8:09:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
Apr 04, 2024 8:09:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-45] Started.
Apr 04, 2024 8:09:57 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.preFilter called
Apr 04, 2024 8:09:57 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.postFilter called
Apr 04, 2024 8:09:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
Apr 04, 2024 8:09:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-46] Started.
Apr 04, 2024 8:09:58 AM org.glassfish.jersey.netty.connector.HelloWorldTest testAsyncClientRequests
INFO: Executed in: 58
Apr 04, 2024 8:09:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
Apr 04, 2024 8:09:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-47] Started.
Apr 04, 2024 8:09:58 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.preFilter called
Apr 04, 2024 8:09:58 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.postFilter called
Apr 04, 2024 8:09:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
Apr 04, 2024 8:09:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-48] Started.
Apr 04, 2024 8:09:58 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.preFilter called
Apr 04, 2024 8:09:58 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.postFilter called
Apr 04, 2024 8:09:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
Apr 04, 2024 8:09:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-49] Started.
Apr 04, 2024 8:09:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
Apr 04, 2024 8:09:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35753/
Apr 04, 2024 8:09:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:09:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35753]
Apr 04, 2024 8:09:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-50] Started.
Apr 04, 2024 8:09:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35753]
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.657 s -- in org.glassfish.jersey.netty.connector.HelloWorldTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-netty-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/netty-connector/target/jersey-netty-connector-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-netty-connector ---
[INFO] CycloneDX: Resolving Dependencies
Apr 04, 2024 8:10:00 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
Apr 04, 2024 8:10:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:10:00 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:46767/
[INFO] CycloneDX: Creating BOM version 1.4 with 41 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/netty-connector/target/bom.xml
[INFO]            attaching as jersey-netty-connector-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/netty-connector/target/bom.json
[INFO]            attaching as jersey-netty-connector-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-netty-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/netty-connector/target/jersey-netty-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-netty-connector ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/netty-connector/target/jersey-netty-connector-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/netty-connector/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-netty-connector ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/netty-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-netty-connector/3.1.99-SNAPSHOT/jersey-netty-connector-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/netty-connector/target/jersey-netty-connector-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-netty-connector/3.1.99-SNAPSHOT/jersey-netty-connector-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/netty-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-netty-connector/3.1.99-SNAPSHOT/jersey-netty-connector-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/netty-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-netty-connector/3.1.99-SNAPSHOT/jersey-netty-connector-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/netty-connector/target/jersey-netty-connector-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-netty-connector/3.1.99-SNAPSHOT/jersey-netty-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-netty-connector ---
[INFO] 
[INFO] ----< org.glassfish.jersey.containers:jersey-container-netty-http >-----
[INFO] Building jersey-container-netty-http 3.1.99-SNAPSHOT            [34/303]
[INFO]   from containers/netty-http/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-container-netty-http ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-netty-http ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-netty-http ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-netty-http ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-container-netty-http ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-container-netty-http ---
[INFO] Resources:
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-container-netty-http ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-netty-http ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-netty-http ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-netty-http ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-netty-http ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-netty-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 11 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/NettyHttpServer.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/NettyHttpServer.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-netty-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 11 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/NettyHttpServer.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/NettyHttpServer.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-netty-http ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-netty-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug target 11] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/src/test/java/org/glassfish/jersey/netty/httpserver/NettyHttpServerProviderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/src/test/java/org/glassfish/jersey/netty/httpserver/NettyHttpServerProviderTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/src/test/java/org/glassfish/jersey/netty/httpserver/NettyHttpServerProviderTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/src/test/java/org/glassfish/jersey/netty/httpserver/NettyHttpServerProviderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/src/test/java/org/glassfish/jersey/netty/httpserver/NettyHttpServerProviderTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/src/test/java/org/glassfish/jersey/netty/httpserver/NettyHttpServerProviderTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-container-netty-http ---
[INFO] Reserved port 35703 for jersey.config.test.container.port
[INFO] Reserved port 42393 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-container-netty-http ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
Apr 04, 2024 8:10:03 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.141 s -- in org.glassfish.jersey.jetty.AsyncTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-jetty-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/target17/jersey-container-jetty-http-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-jetty-http ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] Running org.glassfish.jersey.netty.httpserver.NettyHttpServerProviderTest
Apr 04, 2024 8:10:04 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder
WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter<jakarta.activation.DataSource> was not found. The provider is not available.
[INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/target17/bom.xml
[INFO]            attaching as jersey-container-jetty-http-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/target17/bom.json
[INFO]            attaching as jersey-container-jetty-http-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-jetty-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/target17/jersey-container-jetty-http-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-jetty-http ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/target17/jersey-container-jetty-http-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/target17/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-container-jetty-http ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/3.1.99-SNAPSHOT/jersey-container-jetty-http-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/target17/jersey-container-jetty-http-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/3.1.99-SNAPSHOT/jersey-container-jetty-http-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/target17/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/3.1.99-SNAPSHOT/jersey-container-jetty-http-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/target17/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/3.1.99-SNAPSHOT/jersey-container-jetty-http-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/target17/jersey-container-jetty-http-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/3.1.99-SNAPSHOT/jersey-container-jetty-http-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-jetty-http ---
Apr 04, 2024 8:10:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:10:04 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.netty.httpserver.NettyHttpServerProviderTest$Resource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.netty.httpserver.NettyHttpServerProviderTest$Resource will be ignored. 
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jetty >--
[INFO] Building jersey-test-framework-provider-jetty 3.1.99-SNAPSHOT   [37/378]
[INFO]   from test-framework/providers/jetty/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-jetty ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-jetty ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-jetty ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-jetty ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-test-framework-provider-jetty ---
Apr 04, 2024 8:10:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:10:05 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.netty.httpserver.NettyHttpServerProviderTest$Resource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.netty.httpserver.NettyHttpServerProviderTest$Resource will be ignored. 
Apr 04, 2024 8:10:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.402 s -- in org.glassfish.jersey.netty.httpserver.NettyHttpServerProviderTest
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-test-framework-provider-jetty ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty/src/main/java17 added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-jetty ---
[INFO] Copying 2 resources from ../../.. to target17/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-jetty ---
[INFO] Copying 2 resources from ../../.. to target17/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-jetty ---
[INFO] Copying 2 resources from ../../.. to target17/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-jetty ---
[INFO] Copying 2 resources from src/main/resources to target17/classes
[INFO] Copying 2 resources from target17/legal to target17/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-jetty ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target17/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-provider-jetty ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target17/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-jetty ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-jetty ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target17/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-jetty ---
[INFO] Reserved port 43061 for jersey.config.test.container.port
[INFO] Reserved port 33487 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-test-framework-provider-jetty ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty/target17/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-netty-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/target/jersey-container-netty-http-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-netty-http ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] Running org.glassfish.jersey.test.jetty.JettyContainerTest
Apr 04, 2024 8:10:06 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:43061/
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
Apr 04, 2024 8:10:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:07 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:43061/
Apr 04, 2024 8:10:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.942 s -- in org.glassfish.jersey.test.jetty.JettyContainerTest
[INFO] Running org.glassfish.jersey.test.jetty.AvailablePortJettyTest
Apr 04, 2024 8:10:07 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Apr 04, 2024 8:10:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:07 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer start
INFO: Started JettyTestContainer at the base URI http://localhost:34835/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in org.glassfish.jersey.test.jetty.AvailablePortJettyTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-jetty ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty/target17/jersey-test-framework-provider-jetty-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-jetty ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 44 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/target/bom.xml
[INFO]            attaching as jersey-container-netty-http-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/target/bom.json
[INFO]            attaching as jersey-container-netty-http-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-netty-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/target/jersey-container-netty-http-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-netty-http ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/target/jersey-container-netty-http-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-container-netty-http ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/3.1.99-SNAPSHOT/jersey-container-netty-http-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/target/jersey-container-netty-http-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/3.1.99-SNAPSHOT/jersey-container-netty-http-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/3.1.99-SNAPSHOT/jersey-container-netty-http-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/3.1.99-SNAPSHOT/jersey-container-netty-http-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/target/jersey-container-netty-http-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/3.1.99-SNAPSHOT/jersey-container-netty-http-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-netty-http ---
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-netty >--
[INFO] Building jersey-test-framework-provider-netty 3.1.99-SNAPSHOT   [35/303]
[INFO]   from test-framework/providers/netty/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-netty ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-netty ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-netty ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-netty ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-test-framework-provider-netty ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-test-framework-provider-netty ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/netty/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-netty ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-netty ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-netty ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-netty ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-netty ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-provider-netty ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-netty ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/netty/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-netty ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-netty ---
[INFO] Reserved port 44143 for jersey.config.test.container.port
[INFO] Reserved port 43339 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-test-framework-provider-netty ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-netty ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/netty/target/jersey-test-framework-provider-netty-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-netty ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 29 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty/target17/bom.xml
[INFO]            attaching as jersey-test-framework-provider-jetty-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty/target17/bom.json
[INFO]            attaching as jersey-test-framework-provider-jetty-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-jetty ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty/target17/jersey-test-framework-provider-jetty-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-jetty ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/3.1.99-SNAPSHOT/jersey-test-framework-provider-jetty-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty/target17/jersey-test-framework-provider-jetty-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/3.1.99-SNAPSHOT/jersey-test-framework-provider-jetty-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty/target17/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/3.1.99-SNAPSHOT/jersey-test-framework-provider-jetty-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty/target17/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/3.1.99-SNAPSHOT/jersey-test-framework-provider-jetty-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty/target17/jersey-test-framework-provider-jetty-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/3.1.99-SNAPSHOT/jersey-test-framework-provider-jetty-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-jetty ---
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-bundle >--
[INFO] Building jersey-test-framework-provider-bundle 3.1.99-SNAPSHOT  [38/378]
[INFO]   from test-framework/providers/bundle/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-bundle ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-bundle ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-bundle ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-bundle ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-test-framework-provider-bundle ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-test-framework-provider-bundle ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/bundle/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-bundle ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-bundle ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-bundle ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-bundle ---
[INFO] Reserved port 44069 for jersey.config.test.container.port
[INFO] Reserved port 39893 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-bundle ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 59 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/netty/target/bom.xml
[INFO]            attaching as jersey-test-framework-provider-netty-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/netty/target/bom.json
[INFO]            attaching as jersey-test-framework-provider-netty-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-netty ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/netty/target/jersey-test-framework-provider-netty-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-netty ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/netty/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/3.1.99-SNAPSHOT/jersey-test-framework-provider-netty-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/netty/target/jersey-test-framework-provider-netty-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/3.1.99-SNAPSHOT/jersey-test-framework-provider-netty-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/netty/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/3.1.99-SNAPSHOT/jersey-test-framework-provider-netty-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/netty/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/3.1.99-SNAPSHOT/jersey-test-framework-provider-netty-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/netty/target/jersey-test-framework-provider-netty-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/3.1.99-SNAPSHOT/jersey-test-framework-provider-netty-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-netty ---
[INFO] 
[INFO] ----< org.glassfish.jersey.containers:jersey-container-jetty-http >-----
[INFO] Building jersey-container-jetty-http 3.1.99-SNAPSHOT            [36/303]
[INFO]   from containers/jetty-http/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-container-jetty-http ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-jetty-http ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-jetty-http ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-jetty-http ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-container-jetty-http ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-container-jetty-http ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jetty/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/src/main/resources/org/glassfish/jersey/jetty/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-container-jetty-http ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/src/main/java11 added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-jetty-http ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-jetty-http ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-jetty-http ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-jetty-http ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-jetty-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-jetty-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files with javac [debug target 11] to target/classes
[INFO] CycloneDX: Creating BOM version 1.4 with 85 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/bundle/target/bom.xml
[INFO]            attaching as jersey-test-framework-provider-bundle-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/bundle/target/bom.json
[INFO]            attaching as jersey-test-framework-provider-bundle-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-bundle ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-bundle ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-bundle/3.1.99-SNAPSHOT/jersey-test-framework-provider-bundle-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/bundle/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-bundle/3.1.99-SNAPSHOT/jersey-test-framework-provider-bundle-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/bundle/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-bundle/3.1.99-SNAPSHOT/jersey-test-framework-provider-bundle-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-bundle ---
[INFO] 
[INFO] ------< org.glassfish.jersey.connectors:jersey-grizzly-connector >------
[INFO] Building jersey-connectors-grizzly 3.1.99-SNAPSHOT              [39/378]
[INFO]   from connectors/grizzly-connector/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-grizzly-connector ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-grizzly-connector ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-grizzly-connector ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-jetty-http ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-jetty-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-container-jetty-http ---
[INFO] Reserved port 39077 for jersey.config.test.container.port
[INFO] Reserved port 43461 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-container-jetty-http ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-jetty-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/target/jersey-container-jetty-http-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-jetty-http ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-grizzly-connector ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-grizzly-connector ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-grizzly-connector ---
[INFO] Resources:
[INFO] org/glassfish/jersey/grizzly/connector/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/grizzly-connector/src/main/resources/org/glassfish/jersey/grizzly/connector/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-grizzly-connector ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/grizzly-connector/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-grizzly-connector ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-grizzly-connector ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-grizzly-connector ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-grizzly-connector ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-grizzly-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-grizzly-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-grizzly-connector ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/grizzly-connector/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-grizzly-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 10 source files with javac [debug target 11] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/CustomizersTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/CustomizersTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/CustomizersTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-grizzly-connector ---
[INFO] Reserved port 43159 for jersey.config.test.container.port
[INFO] Reserved port 33323 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-grizzly-connector ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/grizzly-connector/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/target/bom.xml
[INFO]            attaching as jersey-container-jetty-http-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/target/bom.json
[INFO]            attaching as jersey-container-jetty-http-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-jetty-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/target/jersey-container-jetty-http-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-jetty-http ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/target/jersey-container-jetty-http-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-container-jetty-http ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/3.1.99-SNAPSHOT/jersey-container-jetty-http-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/target/jersey-container-jetty-http-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/3.1.99-SNAPSHOT/jersey-container-jetty-http-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/3.1.99-SNAPSHOT/jersey-container-jetty-http-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/3.1.99-SNAPSHOT/jersey-container-jetty-http-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/target/jersey-container-jetty-http-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/3.1.99-SNAPSHOT/jersey-container-jetty-http-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-jetty-http ---
[INFO] Running org.glassfish.jersey.grizzly.connector.HttpHeadersTest
Apr 04, 2024 8:10:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43159/
Apr 04, 2024 8:10:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jetty >--
[INFO] Building jersey-test-framework-provider-jetty 3.1.99-SNAPSHOT   [37/303]
[INFO]   from test-framework/providers/jetty/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-jetty ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-jetty ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-jetty ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-jetty ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-test-framework-provider-jetty ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-test-framework-provider-jetty ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty/src/main/java11 added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-jetty ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-jetty ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-jetty ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-jetty ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-jetty ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-provider-jetty ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-jetty ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-jetty ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-jetty ---
[INFO] Reserved port 44737 for jersey.config.test.container.port
[INFO] Reserved port 34969 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-test-framework-provider-jetty ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-jetty ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty/target/jersey-test-framework-provider-jetty-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-jetty ---
[INFO] CycloneDX: Resolving Dependencies
Apr 04, 2024 8:10:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43159]
Apr 04, 2024 8:10:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
Apr 04, 2024 8:10:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43159]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.095 s -- in org.glassfish.jersey.grizzly.connector.HttpHeadersTest
[INFO] Running org.glassfish.jersey.grizzly.connector.CustomizersTest
Apr 04, 2024 8:10:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43159/
Apr 04, 2024 8:10:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43159]
Apr 04, 2024 8:10:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:10:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43159]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s -- in org.glassfish.jersey.grizzly.connector.CustomizersTest
[INFO] Running org.glassfish.jersey.grizzly.connector.ParallelTest
Apr 04, 2024 8:10:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43159/
Apr 04, 2024 8:10:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43159]
Apr 04, 2024 8:10:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:10:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43159]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 s -- in org.glassfish.jersey.grizzly.connector.ParallelTest
[INFO] Running org.glassfish.jersey.grizzly.connector.NoEntityTest
Apr 04, 2024 8:10:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43159/
Apr 04, 2024 8:10:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43159]
Apr 04, 2024 8:10:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:10:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43159]
Apr 04, 2024 8:10:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43159/
Apr 04, 2024 8:10:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43159]
Apr 04, 2024 8:10:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:10:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43159]
Apr 04, 2024 8:10:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43159/
Apr 04, 2024 8:10:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43159]
Apr 04, 2024 8:10:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:10:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43159]
Apr 04, 2024 8:10:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43159/
Apr 04, 2024 8:10:14 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43159]
Apr 04, 2024 8:10:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 8:10:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43159]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.403 s -- in org.glassfish.jersey.grizzly.connector.NoEntityTest
[INFO] Running org.glassfish.jersey.grizzly.connector.AsyncTest
Apr 04, 2024 8:10:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43159/
Apr 04, 2024 8:10:14 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43159]
Apr 04, 2024 8:10:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 8:10:14 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 3 on thread grizzly-http-server-1
Apr 04, 2024 8:10:14 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 2 on thread grizzly-http-server-2
Apr 04, 2024 8:10:14 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 1 on thread grizzly-http-server-0
[INFO] CycloneDX: Creating BOM version 1.4 with 29 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty/target/bom.xml
[INFO]            attaching as jersey-test-framework-provider-jetty-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty/target/bom.json
[INFO]            attaching as jersey-test-framework-provider-jetty-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-jetty ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty/target/jersey-test-framework-provider-jetty-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-jetty ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/3.1.99-SNAPSHOT/jersey-test-framework-provider-jetty-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty/target/jersey-test-framework-provider-jetty-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/3.1.99-SNAPSHOT/jersey-test-framework-provider-jetty-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/3.1.99-SNAPSHOT/jersey-test-framework-provider-jetty-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/3.1.99-SNAPSHOT/jersey-test-framework-provider-jetty-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty/target/jersey-test-framework-provider-jetty-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/3.1.99-SNAPSHOT/jersey-test-framework-provider-jetty-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-jetty ---
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-bundle >--
[INFO] Building jersey-test-framework-provider-bundle 3.1.99-SNAPSHOT  [38/303]
[INFO]   from test-framework/providers/bundle/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-bundle ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-bundle ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-bundle ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-bundle ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-test-framework-provider-bundle ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-test-framework-provider-bundle ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/bundle/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-bundle ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-bundle ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-bundle ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-bundle ---
[INFO] Reserved port 44013 for jersey.config.test.container.port
[INFO] Reserved port 33959 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-bundle ---
[INFO] CycloneDX: Resolving Dependencies
Apr 04, 2024 8:10:15 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-1
Apr 04, 2024 8:10:15 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-2
Apr 04, 2024 8:10:15 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-3
Apr 04, 2024 8:10:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43159]
Apr 04, 2024 8:10:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43159/
Apr 04, 2024 8:10:15 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43159]
Apr 04, 2024 8:10:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Apr 04, 2024 8:10:15 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncGetWithTimeout
INFO: Async long-running get with timeout called on thread grizzly-http-server-0
[INFO] CycloneDX: Creating BOM version 1.4 with 85 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/bundle/target/bom.xml
[INFO]            attaching as jersey-test-framework-provider-bundle-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/bundle/target/bom.json
[INFO]            attaching as jersey-test-framework-provider-bundle-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-bundle ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-bundle ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-bundle/3.1.99-SNAPSHOT/jersey-test-framework-provider-bundle-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/bundle/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-bundle/3.1.99-SNAPSHOT/jersey-test-framework-provider-bundle-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/bundle/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-bundle/3.1.99-SNAPSHOT/jersey-test-framework-provider-bundle-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-bundle ---
[INFO] 
[INFO] ------< org.glassfish.jersey.connectors:jersey-grizzly-connector >------
[INFO] Building jersey-connectors-grizzly 3.1.99-SNAPSHOT              [39/303]
[INFO]   from connectors/grizzly-connector/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-grizzly-connector ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-grizzly-connector ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-grizzly-connector ---
Apr 04, 2024 8:10:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43159]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.134 s -- in org.glassfish.jersey.grizzly.connector.AsyncTest
[INFO] Running org.glassfish.jersey.grizzly.connector.TraceSupportTest
Apr 04, 2024 8:10:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43159/
Apr 04, 2024 8:10:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43159]
Apr 04, 2024 8:10:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Apr 04, 2024 8:10:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43159]
Apr 04, 2024 8:10:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43159/
Apr 04, 2024 8:10:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43159]
Apr 04, 2024 8:10:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Apr 04, 2024 8:10:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43159]
Apr 04, 2024 8:10:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43159/
Apr 04, 2024 8:10:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43159]
Apr 04, 2024 8:10:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Apr 04, 2024 8:10:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43159]
Apr 04, 2024 8:10:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43159/
Apr 04, 2024 8:10:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43159]
Apr 04, 2024 8:10:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Apr 04, 2024 8:10:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43159]
Apr 04, 2024 8:10:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43159/
Apr 04, 2024 8:10:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43159]
Apr 04, 2024 8:10:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Apr 04, 2024 8:10:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43159]
Apr 04, 2024 8:10:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43159/
Apr 04, 2024 8:10:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43159]
Apr 04, 2024 8:10:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Apr 04, 2024 8:10:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43159]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.280 s -- in org.glassfish.jersey.grizzly.connector.TraceSupportTest
[INFO] Running org.glassfish.jersey.grizzly.connector.HttpMethodTest
Apr 04, 2024 8:10:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43159/
Apr 04, 2024 8:10:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43159]
Apr 04, 2024 8:10:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Apr 04, 2024 8:10:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43159]
Apr 04, 2024 8:10:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43159/
Apr 04, 2024 8:10:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43159]
Apr 04, 2024 8:10:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Apr 04, 2024 8:10:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43159]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s -- in org.glassfish.jersey.grizzly.connector.HttpMethodTest
[INFO] Running org.glassfish.jersey.grizzly.connector.UnderlyingHttpClientAccessTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.glassfish.jersey.grizzly.connector.UnderlyingHttpClientAccessTest
[INFO] Running org.glassfish.jersey.grizzly.connector.FollowRedirectsTest
Apr 04, 2024 8:10:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43159/
Apr 04, 2024 8:10:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43159]
Apr 04, 2024 8:10:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Apr 04, 2024 8:10:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43159]
Apr 04, 2024 8:10:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43159/
Apr 04, 2024 8:10:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43159]
Apr 04, 2024 8:10:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Apr 04, 2024 8:10:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43159]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.glassfish.jersey.grizzly.connector.FollowRedirectsTest
[INFO] Running org.glassfish.jersey.grizzly.connector.TimeoutTest
Apr 04, 2024 8:10:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43159/
Apr 04, 2024 8:10:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43159]
Apr 04, 2024 8:10:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Apr 04, 2024 8:10:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43159]
Apr 04, 2024 8:10:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43159/
Apr 04, 2024 8:10:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43159]
Apr 04, 2024 8:10:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-grizzly-connector ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-grizzly-connector ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-grizzly-connector ---
[INFO] Resources:
[INFO] org/glassfish/jersey/grizzly/connector/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/grizzly-connector/src/main/resources/org/glassfish/jersey/grizzly/connector/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-grizzly-connector ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/grizzly-connector/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-grizzly-connector ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-grizzly-connector ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-grizzly-connector ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-grizzly-connector ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-grizzly-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-grizzly-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-grizzly-connector ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/grizzly-connector/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-grizzly-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 10 source files with javac [debug target 11] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/CustomizersTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/CustomizersTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/CustomizersTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-grizzly-connector ---
[INFO] Reserved port 41525 for jersey.config.test.container.port
[INFO] Reserved port 44577 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-grizzly-connector ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/grizzly-connector/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
Apr 04, 2024 8:10:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43159]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.605 s -- in org.glassfish.jersey.grizzly.connector.TimeoutTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-grizzly-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/grizzly-connector/target/jersey-grizzly-connector-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-grizzly-connector ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] Running org.glassfish.jersey.grizzly.connector.HttpHeadersTest
Apr 04, 2024 8:10:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41525/
Apr 04, 2024 8:10:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41525]
Apr 04, 2024 8:10:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
[INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/grizzly-connector/target/bom.xml
[INFO]            attaching as jersey-grizzly-connector-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/grizzly-connector/target/bom.json
[INFO]            attaching as jersey-grizzly-connector-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-grizzly-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/grizzly-connector/target/jersey-grizzly-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-grizzly-connector ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/grizzly-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-grizzly-connector/3.1.99-SNAPSHOT/jersey-grizzly-connector-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/grizzly-connector/target/jersey-grizzly-connector-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-grizzly-connector/3.1.99-SNAPSHOT/jersey-grizzly-connector-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/grizzly-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-grizzly-connector/3.1.99-SNAPSHOT/jersey-grizzly-connector-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/grizzly-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-grizzly-connector/3.1.99-SNAPSHOT/jersey-grizzly-connector-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/grizzly-connector/target/jersey-grizzly-connector-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-grizzly-connector/3.1.99-SNAPSHOT/jersey-grizzly-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-grizzly-connector ---
Apr 04, 2024 8:10:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41525]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.440 s -- in org.glassfish.jersey.grizzly.connector.HttpHeadersTest
[INFO] Running org.glassfish.jersey.grizzly.connector.CustomizersTest
Apr 04, 2024 8:10:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41525/
Apr 04, 2024 8:10:21 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41525]
Apr 04, 2024 8:10:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:10:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41525]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.160 s -- in org.glassfish.jersey.grizzly.connector.CustomizersTest
[INFO] Running org.glassfish.jersey.grizzly.connector.ParallelTest
Apr 04, 2024 8:10:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41525/
Apr 04, 2024 8:10:21 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41525]
Apr 04, 2024 8:10:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:10:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41525]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 s -- in org.glassfish.jersey.grizzly.connector.ParallelTest
[INFO] Running org.glassfish.jersey.grizzly.connector.NoEntityTest
[INFO] 
[INFO] ------------< org.glassfish.jersey.media:jersey-media-sse >-------------
[INFO] Building jersey-media-sse 3.1.99-SNAPSHOT                       [40/378]
[INFO]   from media/sse/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-media-sse ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-sse ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-sse ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-sse ---
Apr 04, 2024 8:10:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41525/
Apr 04, 2024 8:10:21 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41525]
Apr 04, 2024 8:10:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:10:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41525]
Apr 04, 2024 8:10:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41525/
Apr 04, 2024 8:10:21 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41525]
Apr 04, 2024 8:10:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:10:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41525]
Apr 04, 2024 8:10:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41525/
Apr 04, 2024 8:10:21 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41525]
Apr 04, 2024 8:10:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:10:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41525]
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-media-sse ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-sse ---
[INFO] Resources:
[INFO] org/glassfish/jersey/media/sse/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/src/main/resources/org/glassfish/jersey/media/sse/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-media-sse ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-sse ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-sse ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-sse ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-sse ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-sse ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 22 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-sse ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 22 source files with javac [debug target 11] to target/classes
Apr 04, 2024 8:10:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41525/
Apr 04, 2024 8:10:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41525]
Apr 04, 2024 8:10:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 8:10:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41525]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.418 s -- in org.glassfish.jersey.grizzly.connector.NoEntityTest
[INFO] Running org.glassfish.jersey.grizzly.connector.AsyncTest
Apr 04, 2024 8:10:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41525/
Apr 04, 2024 8:10:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41525]
Apr 04, 2024 8:10:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-sse ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-sse ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 10 source files with javac [debug target 11] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-media-sse ---
[INFO] Reserved port 43861 for jersey.config.test.container.port
[INFO] Reserved port 39001 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-media-sse ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
Apr 04, 2024 8:10:22 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 1 on thread grizzly-http-server-0
Apr 04, 2024 8:10:22 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 3 on thread grizzly-http-server-2
Apr 04, 2024 8:10:22 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 2 on thread grizzly-http-server-1
[INFO] Running org.glassfish.jersey.media.sse.internal.JerseySseBroadcasterTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in org.glassfish.jersey.media.sse.internal.JerseySseBroadcasterTest
[INFO] Running org.glassfish.jersey.media.sse.internal.JerseyEventSinkTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.jersey.media.sse.internal.JerseyEventSinkTest
[INFO] Running org.glassfish.jersey.media.sse.internal.JerseySseEventSourceTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.media.sse.internal.JerseySseEventSourceTest
[INFO] Running org.glassfish.jersey.media.sse.ClientCloseTest
Apr 04, 2024 8:10:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43861/
Apr 04, 2024 8:10:23 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:23 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-3
Apr 04, 2024 8:10:23 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-2
Apr 04, 2024 8:10:23 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-1
Apr 04, 2024 8:10:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41525]
Apr 04, 2024 8:10:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41525/
Apr 04, 2024 8:10:23 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41525]
Apr 04, 2024 8:10:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Apr 04, 2024 8:10:23 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncGetWithTimeout
INFO: Async long-running get with timeout called on thread grizzly-http-server-0
Apr 04, 2024 8:10:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43861]
Apr 04, 2024 8:10:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:10:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41525]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.162 s -- in org.glassfish.jersey.grizzly.connector.AsyncTest
[INFO] Running org.glassfish.jersey.grizzly.connector.TraceSupportTest
Apr 04, 2024 8:10:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41525/
Apr 04, 2024 8:10:25 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41525]
Apr 04, 2024 8:10:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Apr 04, 2024 8:10:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41525]
Apr 04, 2024 8:10:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41525/
Apr 04, 2024 8:10:25 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41525]
Apr 04, 2024 8:10:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Apr 04, 2024 8:10:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41525]
Apr 04, 2024 8:10:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41525/
Apr 04, 2024 8:10:25 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41525]
Apr 04, 2024 8:10:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Apr 04, 2024 8:10:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41525]
Apr 04, 2024 8:10:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41525/
Apr 04, 2024 8:10:25 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41525]
Apr 04, 2024 8:10:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Apr 04, 2024 8:10:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41525]
Apr 04, 2024 8:10:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41525/
Apr 04, 2024 8:10:25 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41525]
Apr 04, 2024 8:10:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Apr 04, 2024 8:10:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41525]
Apr 04, 2024 8:10:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41525/
Apr 04, 2024 8:10:25 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41525]
Apr 04, 2024 8:10:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Apr 04, 2024 8:10:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41525]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.419 s -- in org.glassfish.jersey.grizzly.connector.TraceSupportTest
[INFO] Running org.glassfish.jersey.grizzly.connector.HttpMethodTest
Apr 04, 2024 8:10:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41525/
Apr 04, 2024 8:10:25 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41525]
Apr 04, 2024 8:10:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Apr 04, 2024 8:10:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41525]
Apr 04, 2024 8:10:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41525/
Apr 04, 2024 8:10:25 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41525]
Apr 04, 2024 8:10:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Apr 04, 2024 8:10:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41525]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 s -- in org.glassfish.jersey.grizzly.connector.HttpMethodTest
[INFO] Running org.glassfish.jersey.grizzly.connector.UnderlyingHttpClientAccessTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.glassfish.jersey.grizzly.connector.UnderlyingHttpClientAccessTest
[INFO] Running org.glassfish.jersey.grizzly.connector.FollowRedirectsTest
Apr 04, 2024 8:10:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41525/
Apr 04, 2024 8:10:25 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41525]
Apr 04, 2024 8:10:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Apr 04, 2024 8:10:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41525]
Apr 04, 2024 8:10:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41525/
Apr 04, 2024 8:10:25 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41525]
Apr 04, 2024 8:10:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Apr 04, 2024 8:10:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41525]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s -- in org.glassfish.jersey.grizzly.connector.FollowRedirectsTest
[INFO] Running org.glassfish.jersey.grizzly.connector.TimeoutTest
Apr 04, 2024 8:10:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41525/
Apr 04, 2024 8:10:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41525]
Apr 04, 2024 8:10:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Apr 04, 2024 8:10:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41525]
Apr 04, 2024 8:10:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41525/
Apr 04, 2024 8:10:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41525]
Apr 04, 2024 8:10:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Apr 04, 2024 8:10:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41525]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.606 s -- in org.glassfish.jersey.grizzly.connector.TimeoutTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-grizzly-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/grizzly-connector/target/jersey-grizzly-connector-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-grizzly-connector ---
[INFO] CycloneDX: Resolving Dependencies
0: NOK
1: NOK
2: NOK
3: NOK
4: NOK
5: NOK
6: NOK
7: NOK
8: NOK
9: NOK
Apr 04, 2024 8:10:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43861]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.826 s -- in org.glassfish.jersey.media.sse.ClientCloseTest
[INFO] Running org.glassfish.jersey.media.sse.InboundEventReaderTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.glassfish.jersey.media.sse.InboundEventReaderTest
[INFO] Running org.glassfish.jersey.media.sse.OutboundEventTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.media.sse.OutboundEventTest
[INFO] Running org.glassfish.jersey.media.sse.SseEventSinkTest
Apr 04, 2024 8:10:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43861/
Apr 04, 2024 8:10:28 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43861]
Apr 04, 2024 8:10:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
### Server is about to send a message.
### Server waiting for client to receive a message.
### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=How will this end?}
### Server resource method invocation end.
Apr 04, 2024 8:10:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43861]
Apr 04, 2024 8:10:28 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope.
WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 1
java.lang.IllegalStateException: Thread pool executor provider has been closed.
	at org.glassfish.jersey.spi.AbstractThreadPoolProvider.getExecutor(AbstractThreadPoolProvider.java:100)
	at org.glassfish.jersey.spi.ScheduledThreadPoolExecutorProvider.getExecutorService(ScheduledThreadPoolExecutorProvider.java:71)
	at org.glassfish.jersey.process.internal.ExecutorProviders$ScheduledExecutorServiceSupplier.get(ExecutorProviders.java:262)
	at org.glassfish.jersey.process.internal.ExecutorProviders$ScheduledExecutorServiceSupplier.get(ExecutorProviders.java:252)
	at org.glassfish.jersey.inject.hk2.InstanceSupplierFactoryBridge.provide(InstanceSupplierFactoryBridge.java:53)
	at org.jvnet.hk2.internal.FactoryCreator.create(FactoryCreator.java:129)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:59)
	at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:47)
	at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
	at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131)
	at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176)
	at org.jvnet.hk2.internal.SingletonContext.findOrCreate(SingletonContext.java:98)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:145)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.client.ClientRuntime.lambda$new$2(ClientRuntime.java:129)
	at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:321)
	at org.glassfish.jersey.client.ClientRuntime.schedule(ClientRuntime.java:214)
	at org.glassfish.jersey.media.sse.internal.EventProcessor.scheduleReconnect(EventProcessor.java:285)
	at org.glassfish.jersey.media.sse.internal.EventProcessor.run(EventProcessor.java:177)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.base/java.lang.Thread.run(Thread.java:1583)


[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s -- in org.glassfish.jersey.media.sse.SseEventSinkTest
[INFO] Running org.glassfish.jersey.media.sse.EmptyEventsTest
Apr 04, 2024 8:10:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43861/
Apr 04, 2024 8:10:28 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43861]
Apr 04, 2024 8:10:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:10:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43861]
Apr 04, 2024 8:10:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43861/
Apr 04, 2024 8:10:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43861]
Apr 04, 2024 8:10:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:10:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43861]
Apr 04, 2024 8:10:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43861/
Apr 04, 2024 8:10:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43861]
Apr 04, 2024 8:10:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:10:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43861]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.236 s -- in org.glassfish.jersey.media.sse.EmptyEventsTest
[INFO] Running org.glassfish.jersey.media.sse.EventSourceTest
Apr 04, 2024 8:10:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43861/
Apr 04, 2024 8:10:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43861]
Apr 04, 2024 8:10:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
[INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/grizzly-connector/target/bom.xml
[INFO]            attaching as jersey-grizzly-connector-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/grizzly-connector/target/bom.json
[INFO]            attaching as jersey-grizzly-connector-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-grizzly-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/grizzly-connector/target/jersey-grizzly-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-grizzly-connector ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/grizzly-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-grizzly-connector/3.1.99-SNAPSHOT/jersey-grizzly-connector-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/grizzly-connector/target/jersey-grizzly-connector-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-grizzly-connector/3.1.99-SNAPSHOT/jersey-grizzly-connector-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/grizzly-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-grizzly-connector/3.1.99-SNAPSHOT/jersey-grizzly-connector-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/grizzly-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-grizzly-connector/3.1.99-SNAPSHOT/jersey-grizzly-connector-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/grizzly-connector/target/jersey-grizzly-connector-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-grizzly-connector/3.1.99-SNAPSHOT/jersey-grizzly-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-grizzly-connector ---
[INFO] 
[INFO] ------------< org.glassfish.jersey.media:jersey-media-sse >-------------
[INFO] Building jersey-media-sse 3.1.99-SNAPSHOT                       [40/303]
[INFO]   from media/sse/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-media-sse ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-sse ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-sse ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-sse ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-media-sse ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-sse ---
[INFO] Resources:
[INFO] org/glassfish/jersey/media/sse/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/src/main/resources/org/glassfish/jersey/media/sse/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-media-sse ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-sse ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-sse ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-sse ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-sse ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-sse ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 22 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-sse ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 22 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-sse ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-sse ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 10 source files with javac [debug target 11] to target/test-classes
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-media-sse ---
[INFO] Reserved port 43311 for jersey.config.test.container.port
[INFO] Reserved port 39295 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-media-sse ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.media.sse.internal.JerseySseBroadcasterTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.glassfish.jersey.media.sse.internal.JerseySseBroadcasterTest
[INFO] Running org.glassfish.jersey.media.sse.internal.JerseyEventSinkTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.jersey.media.sse.internal.JerseyEventSinkTest
[INFO] Running org.glassfish.jersey.media.sse.internal.JerseySseEventSourceTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.jersey.media.sse.internal.JerseySseEventSourceTest
[INFO] Running org.glassfish.jersey.media.sse.ClientCloseTest
Apr 04, 2024 8:10:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43311/
Apr 04, 2024 8:10:34 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43311]
Apr 04, 2024 8:10:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:10:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43861]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.050 s -- in org.glassfish.jersey.media.sse.EventSourceTest
[INFO] Running org.glassfish.jersey.media.sse.SseEventSinkCloseTest
Apr 04, 2024 8:10:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43861/
Apr 04, 2024 8:10:34 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43861]
Apr 04, 2024 8:10:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 8:10:34 AM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1
INFO: Still alive
Apr 04, 2024 8:10:34 AM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1
INFO: Still alive
Apr 04, 2024 8:10:34 AM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1
INFO: Still alive
Apr 04, 2024 8:10:34 AM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1
INFO: Still alive
0: NOK
1: NOK
2: NOK
3: NOK
4: NOK
5: NOK
6: NOK
7: NOK
8: NOK
9: NOK
Apr 04, 2024 8:10:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43311]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.271 s -- in org.glassfish.jersey.media.sse.ClientCloseTest
[INFO] Running org.glassfish.jersey.media.sse.InboundEventReaderTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s -- in org.glassfish.jersey.media.sse.InboundEventReaderTest
[INFO] Running org.glassfish.jersey.media.sse.OutboundEventTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.jersey.media.sse.OutboundEventTest
[INFO] Running org.glassfish.jersey.media.sse.SseEventSinkTest
Apr 04, 2024 8:10:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43311/
Apr 04, 2024 8:10:40 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43311]
Apr 04, 2024 8:10:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
### Server is about to send a message.
### Server waiting for client to receive a message.
### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=How will this end?}
### Server resource method invocation end.
Apr 04, 2024 8:10:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43311]
Apr 04, 2024 8:10:40 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope.
WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 1
java.lang.IllegalStateException: Thread pool executor provider has been closed.
	at org.glassfish.jersey.spi.AbstractThreadPoolProvider.getExecutor(AbstractThreadPoolProvider.java:100)
	at org.glassfish.jersey.spi.ScheduledThreadPoolExecutorProvider.getExecutorService(ScheduledThreadPoolExecutorProvider.java:71)
	at org.glassfish.jersey.process.internal.ExecutorProviders$ScheduledExecutorServiceSupplier.get(ExecutorProviders.java:262)
	at org.glassfish.jersey.process.internal.ExecutorProviders$ScheduledExecutorServiceSupplier.get(ExecutorProviders.java:252)
	at org.glassfish.jersey.inject.hk2.InstanceSupplierFactoryBridge.provide(InstanceSupplierFactoryBridge.java:53)
	at org.jvnet.hk2.internal.FactoryCreator.create(FactoryCreator.java:129)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:59)
	at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:47)
	at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131)
	at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176)
	at org.jvnet.hk2.internal.SingletonContext.findOrCreate(SingletonContext.java:98)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:145)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.client.ClientRuntime.lambda$new$2(ClientRuntime.java:129)
	at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:321)
	at org.glassfish.jersey.client.ClientRuntime.schedule(ClientRuntime.java:214)
	at org.glassfish.jersey.media.sse.internal.EventProcessor.scheduleReconnect(EventProcessor.java:285)
	at org.glassfish.jersey.media.sse.internal.EventProcessor.run(EventProcessor.java:177)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)


[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 s -- in org.glassfish.jersey.media.sse.SseEventSinkTest
[INFO] Running org.glassfish.jersey.media.sse.EmptyEventsTest
Apr 04, 2024 8:10:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43311/
Apr 04, 2024 8:10:40 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43311]
Apr 04, 2024 8:10:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:10:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43311]
Apr 04, 2024 8:10:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43311/
Apr 04, 2024 8:10:40 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43311]
Apr 04, 2024 8:10:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:10:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43311]
Apr 04, 2024 8:10:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43311/
Apr 04, 2024 8:10:40 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43311]
Apr 04, 2024 8:10:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:10:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43311]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.297 s -- in org.glassfish.jersey.media.sse.EmptyEventsTest
[INFO] Running org.glassfish.jersey.media.sse.EventSourceTest
Apr 04, 2024 8:10:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43311/
Apr 04, 2024 8:10:40 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43311]
Apr 04, 2024 8:10:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:10:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43861]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.976 s -- in org.glassfish.jersey.media.sse.SseEventSinkCloseTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-sse ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/target/jersey-media-sse-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-sse ---
[INFO] CycloneDX: Resolving Dependencies
Apr 04, 2024 8:10:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43311]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.122 s -- in org.glassfish.jersey.media.sse.EventSourceTest
[INFO] Running org.glassfish.jersey.media.sse.SseEventSinkCloseTest
Apr 04, 2024 8:10:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43311/
Apr 04, 2024 8:10:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43311]
Apr 04, 2024 8:10:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 8:10:45 AM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1
INFO: Still alive
Apr 04, 2024 8:10:45 AM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1
INFO: Still alive
Apr 04, 2024 8:10:45 AM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1
INFO: Still alive
Apr 04, 2024 8:10:46 AM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1
INFO: Still alive
[INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/target/bom.xml
[INFO]            attaching as jersey-media-sse-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/target/bom.json
[INFO]            attaching as jersey-media-sse-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-sse ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/target/jersey-media-sse-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-sse ---
[WARNING] Bundle org.glassfish.jersey.media:jersey-media-sse:jar:3.1.99-SNAPSHOT : Export org.glassfish.jersey.media.sse,  has 1,  private references [org.glassfish.jersey.media.sse.internal]
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/target/jersey-media-sse-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-media-sse ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.1.99-SNAPSHOT/jersey-media-sse-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/target/jersey-media-sse-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.1.99-SNAPSHOT/jersey-media-sse-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.1.99-SNAPSHOT/jersey-media-sse-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.1.99-SNAPSHOT/jersey-media-sse-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/target/jersey-media-sse-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.1.99-SNAPSHOT/jersey-media-sse-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-sse ---
[INFO] 
[INFO] ------< org.glassfish.jersey.connectors:jersey-helidon-connector >------
[INFO] Building jersey-connectors-helidon 3.1.99-SNAPSHOT              [41/378]
[INFO]   from connectors/helidon-connector/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-helidon-connector ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-helidon-connector ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-helidon-connector ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-helidon-connector ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-helidon-connector ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-helidon-connector ---
[INFO] Resources:
[INFO] org/glassfish/jersey/helidon/connector/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/src/main/resources/org/glassfish/jersey/helidon/connector/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-helidon-connector ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/src/main/java17 added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-helidon-connector ---
[INFO] Copying 2 resources from ../.. to target17/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-helidon-connector ---
[INFO] Copying 2 resources from ../.. to target17/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-helidon-connector ---
[INFO] Copying 2 resources from ../.. to target17/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-helidon-connector ---
[INFO] Copying 1 resource from src/main/resources to target17/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-helidon-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 11] to target17/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-helidon-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 11] to target17/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-helidon-connector ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-helidon-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 10 source files with javac [debug target 11] to target17/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/src/test/java/org/glassfish/jersey/helidon/connector/BasicHelidonConnectorTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/src/test/java/org/glassfish/jersey/helidon/connector/BasicHelidonConnectorTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/src/test/java/org/glassfish/jersey/helidon/connector/BasicHelidonConnectorTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-helidon-connector ---
[INFO] Reserved port 35583 for jersey.config.test.container.port
[INFO] Reserved port 44631 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-helidon-connector ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/target17/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.helidon.connector.FollowRedirectsTest
Apr 04, 2024 8:10:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:10:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:10:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:10:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:10:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:10:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:10:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:10:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.409 s -- in org.glassfish.jersey.helidon.connector.FollowRedirectsTest
[INFO] Running org.glassfish.jersey.helidon.connector.TimeoutTest
Apr 04, 2024 8:10:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:10:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:10:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:10:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:10:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:10:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:10:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:10:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.179 s -- in org.glassfish.jersey.helidon.connector.TimeoutTest
[INFO] Running org.glassfish.jersey.helidon.connector.sse.EventOutputTest
Apr 04, 2024 8:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:10:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:10:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:10:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:10:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:10:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:10:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:10:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:10:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 8:10:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:10:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:10:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 8:10:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:10:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:10:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Apr 04, 2024 8:10:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.370 s -- in org.glassfish.jersey.helidon.connector.sse.EventOutputTest
[INFO] Running org.glassfish.jersey.helidon.connector.sse.SseTest
Apr 04, 2024 8:10:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:10:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:10:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Apr 04, 2024 8:10:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:10:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:10:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:10:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
INIT
Apr 04, 2024 8:10:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.718 s -- in org.glassfish.jersey.helidon.connector.sse.SseTest
[INFO] Running org.glassfish.jersey.helidon.connector.MetaInfOverrideTest
Apr 04, 2024 8:10:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:10:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:10:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Apr 04, 2024 8:10:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:10:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:10:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:10:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Apr 04, 2024 8:10:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:10:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:10:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:10:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Apr 04, 2024 8:10:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:10:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:10:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:10:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)
Apr 04, 2024 8:10:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 s -- in org.glassfish.jersey.helidon.connector.MetaInfOverrideTest
[INFO] Running org.glassfish.jersey.helidon.connector.ParallelTest
Apr 04, 2024 8:10:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:10:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:10:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Apr 04, 2024 8:10:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.glassfish.jersey.helidon.connector.ParallelTest
[INFO] Running org.glassfish.jersey.helidon.connector.HelidonPropertiesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.helidon.connector.HelidonPropertiesTest
[INFO] Running org.glassfish.jersey.helidon.connector.AsyncTest
Apr 04, 2024 8:10:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:10:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:10:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Apr 04, 2024 8:10:55 AM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 300 on thread grizzly-http-server-0
Apr 04, 2024 8:10:55 AM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 200 on thread grizzly-http-server-2
Apr 04, 2024 8:10:55 AM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 100 on thread grizzly-http-server-1
Apr 04, 2024 8:10:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43311]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.998 s -- in org.glassfish.jersey.media.sse.SseEventSinkCloseTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-sse ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/target/jersey-media-sse-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-sse ---
[INFO] CycloneDX: Resolving Dependencies
Apr 04, 2024 8:10:56 AM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-200
Apr 04, 2024 8:10:56 AM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-100
Apr 04, 2024 8:10:56 AM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-300
Apr 04, 2024 8:10:56 AM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 1 on thread grizzly-http-server-3
Apr 04, 2024 8:10:56 AM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 3 on thread grizzly-http-server-2
Apr 04, 2024 8:10:56 AM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 2 on thread grizzly-http-server-0
Apr 04, 2024 8:10:57 AM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-1
Apr 04, 2024 8:10:57 AM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-3
Apr 04, 2024 8:10:57 AM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-2
Apr 04, 2024 8:10:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:10:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:10:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:10:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Apr 04, 2024 8:10:57 AM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource asyncGetWithTimeout
INFO: Async long-running get with timeout called on thread grizzly-http-server-0
[INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/target/bom.xml
[INFO]            attaching as jersey-media-sse-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/target/bom.json
[INFO]            attaching as jersey-media-sse-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-sse ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/target/jersey-media-sse-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-sse ---
[WARNING] Bundle org.glassfish.jersey.media:jersey-media-sse:jar:3.1.99-SNAPSHOT : Export org.glassfish.jersey.media.sse,  has 1,  private references [org.glassfish.jersey.media.sse.internal]
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/target/jersey-media-sse-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-media-sse ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.1.99-SNAPSHOT/jersey-media-sse-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/target/jersey-media-sse-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.1.99-SNAPSHOT/jersey-media-sse-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.1.99-SNAPSHOT/jersey-media-sse-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.1.99-SNAPSHOT/jersey-media-sse-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/target/jersey-media-sse-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.1.99-SNAPSHOT/jersey-media-sse-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-sse ---
[INFO] 
[INFO] ------< org.glassfish.jersey.connectors:jersey-helidon-connector >------
[INFO] Building jersey-connectors-helidon 3.1.99-SNAPSHOT              [41/303]
[INFO]   from connectors/helidon-connector/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-helidon-connector ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-helidon-connector ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-helidon-connector ---
Apr 04, 2024 8:10:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.140 s -- in org.glassfish.jersey.helidon.connector.AsyncTest
[INFO] Running org.glassfish.jersey.helidon.connector.LargeDataTest
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-helidon-connector ---
Apr 04, 2024 8:10:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:10:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:10:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-helidon-connector ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-helidon-connector ---
[INFO] Resources:
[INFO] org/glassfish/jersey/helidon/connector/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/src/main/resources/org/glassfish/jersey/helidon/connector/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-helidon-connector ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/src/main/java8 added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-helidon-connector ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-helidon-connector ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-helidon-connector ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-helidon-connector ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-helidon-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-helidon-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-helidon-connector ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-helidon-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-helidon-connector ---
[INFO] Reserved port 33621 for jersey.config.test.container.port
[INFO] Reserved port 36663 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-helidon-connector ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-helidon-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/target/jersey-helidon-connector-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-helidon-connector ---
[INFO] CycloneDX: Resolving Dependencies
Large Data Test took 605milis
Apr 04, 2024 8:10:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.634 s -- in org.glassfish.jersey.helidon.connector.LargeDataTest
[INFO] Running org.glassfish.jersey.helidon.connector.BasicHelidonConnectorTest
Apr 04, 2024 8:10:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:10:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:10:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:10:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Apr 04, 2024 8:10:59 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:35583/async/reset
1 > accept-encoding: gzip
1 > connection: keep-alive
1 > host: localhost:35583
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))

Apr 04, 2024 8:10:59 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 204

Apr 04, 2024 8:10:59 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 2 * Server has received a request on thread grizzly-http-server-1
2 > GET http://localhost:35583/async/long
2 > accept-encoding: gzip
2 > connection: keep-alive
2 > host: localhost:35583
2 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))

Apr 04, 2024 8:10:59 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 3 * Server has received a request on thread grizzly-http-server-2
3 > GET http://localhost:35583/async/short
3 > accept-encoding: gzip
3 > connection: keep-alive
3 > host: localhost:35583
3 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))

Apr 04, 2024 8:10:59 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 2 * Server responded with a response on thread grizzly-http-server-1
2 < 200
2 < Content-Type: text/plain
long

Apr 04, 2024 8:10:59 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 3 * Server responded with a response on thread grizzly-http-server-2
3 < 200
3 < Content-Type: text/plain
short

Apr 04, 2024 8:10:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:10:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:35583/basic/get
1 > accept-encoding: gzip
1 > connection: keep-alive
1 > host: localhost:35583
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))

Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
ok

Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:35583/basic/get
1 > accept-encoding: gzip
1 > connection: keep-alive
1 > host: localhost:35583
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))

Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
ok

Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server has received a request on thread grizzly-http-server-0
1 > POST http://localhost:35583/basic/post
1 > accept-encoding: gzip
1 > connection: keep-alive
1 > content-length: 2
1 > content-type: text/plain
1 > host: localhost:35583
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))
ok

Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
okok

Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:35583/basic/get
1 > accept-encoding: gzip
1 > connection: keep-alive
1 > host: localhost:35583
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))

Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
ok

Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server has received a request on thread grizzly-http-server-0
1 > PUT http://localhost:35583/basic/produces/consumes
1 > accept: test/z-test
1 > accept-encoding: gzip
1 > connection: keep-alive
1 > content-length: 2
1 > content-type: test/x-test
1 > host: localhost:35583
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))

Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 406

Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 2 * Server has received a request on thread grizzly-http-server-1
2 > PUT http://localhost:35583/basic/produces/consumes
2 > accept-encoding: gzip
2 > connection: keep-alive
2 > content-length: 2
2 > content-type: test/x-test
2 > host: localhost:35583
2 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))

Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 2 * Server responded with a response on thread grizzly-http-server-1
2 < 200
2 < Content-Type: test/y-test

Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server has received a request on thread grizzly-http-server-0
1 > OPTIONS http://localhost:35583/basic/get
1 > accept-encoding: gzip
1 > connection: keep-alive
1 > content-length: 7
1 > content-type: text/plain
1 > host: localhost:35583
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))
OPTIONS

Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Allow: HEAD,GET,OPTIONS
1 < Content-Type: text/plain
HEAD, GET, OPTIONS

Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:35583/async/reset
1 > accept-encoding: gzip
1 > connection: keep-alive
1 > host: localhost:35583
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))

Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 204

Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 2 * Server has received a request on thread grizzly-http-server-1
2 > GET http://localhost:35583/async/long
2 > accept-encoding: gzip
2 > connection: keep-alive
2 > host: localhost:35583
2 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))

Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 3 * Server has received a request on thread grizzly-http-server-2
3 > GET http://localhost:35583/async/short
3 > accept-encoding: gzip
3 > connection: keep-alive
3 > host: localhost:35583
3 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))

Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 2 * Server responded with a response on thread grizzly-http-server-1
2 < 200
2 < Content-Type: text/plain
long

Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 3 * Server responded with a response on thread grizzly-http-server-2
3 < 200
3 < Content-Type: text/plain
short

Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server has received a request on thread grizzly-http-server-0
1 > PUT http://localhost:35583/basic/produces/consumes
1 > accept: test/y-test
1 > accept-encoding: gzip
1 > connection: keep-alive
1 > content-length: 2
1 > content-type: test/z-test
1 > host: localhost:35583
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))

Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 415

Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 2 * Server has received a request on thread grizzly-http-server-1
2 > PUT http://localhost:35583/basic/produces/consumes
2 > accept: test/y-test
2 > accept-encoding: gzip
2 > connection: keep-alive
2 > content-length: 2
2 > content-type: */*
2 > host: localhost:35583
2 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))
ok

Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 2 * Server responded with a response on thread grizzly-http-server-1
2 < 200
2 < Content-Type: test/y-test

Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:35583/basic/headers
1 > accept-encoding: gzip
1 > connection: keep-alive
1 > host: localhost:35583
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))
1 > x-test-one: ONE
1 > x-test-three: THREE
1 > x-test-two: TWO

Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
1 < x-test-one: ONE
1 < x-test-three: THREE
1 < x-test-two: TWO
ok

Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:35583/basic/get
1 > accept-encoding: gzip
1 > connection: keep-alive
1 > host: localhost:35583
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))

Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
ok

Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:35583/basic/getquery?first=hello&second=world
1 > accept-encoding: gzip
1 > connection: keep-alive
1 > host: localhost:35583
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))

Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
helloworld

Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:35583/async/reset
1 > accept-encoding: gzip
1 > connection: keep-alive
1 > host: localhost:35583
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))

Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 204

Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 2 * Server has received a request on thread grizzly-http-server-1
2 > GET http://localhost:35583/async/long
2 > accept-encoding: gzip
2 > connection: keep-alive
2 > host: localhost:35583
2 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))

Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 3 * Server has received a request on thread grizzly-http-server-2
3 > GET http://localhost:35583/async/short
3 > accept-encoding: gzip
3 > connection: keep-alive
3 > host: localhost:35583
3 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))

Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 3 * Server responded with a response on thread grizzly-http-server-2
3 < 200
3 < Content-Type: text/plain
short

Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 2 * Server responded with a response on thread grizzly-http-server-1
2 < 200
2 < Content-Type: text/plain
long

Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:35583/basic/get
1 > accept-encoding: gzip
1 > connection: keep-alive
1 > host: localhost:35583
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))

Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
ok

Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:35583/basic/get
1 > accept-encoding: gzip
1 > connection: keep-alive
1 > host: localhost:35583
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))

Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
ok

Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server has received a request on thread grizzly-http-server-0
1 > POST http://localhost:35583/basic/post
1 > accept-encoding: gzip
1 > connection: keep-alive
1 > content-length: 2
1 > content-type: text/plain
1 > host: localhost:35583
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))
ok

Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
okok

Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:35583/basic/get
1 > accept-encoding: gzip
1 > connection: keep-alive
1 > host: localhost:35583
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))

Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
ok

Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-36] Started.
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server has received a request on thread grizzly-http-server-0
1 > PUT http://localhost:35583/basic/produces/consumes
1 > accept: test/z-test
1 > accept-encoding: gzip
1 > connection: keep-alive
1 > content-length: 2
1 > content-type: test/x-test
1 > host: localhost:35583
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))

Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 406

Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 2 * Server has received a request on thread grizzly-http-server-1
2 > PUT http://localhost:35583/basic/produces/consumes
2 > accept-encoding: gzip
2 > connection: keep-alive
2 > content-length: 2
2 > content-type: test/x-test
2 > host: localhost:35583
2 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))

Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 2 * Server responded with a response on thread grizzly-http-server-1
2 < 200
2 < Content-Type: test/y-test

Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-37] Started.
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server has received a request on thread grizzly-http-server-0
1 > OPTIONS http://localhost:35583/basic/get
1 > accept-encoding: gzip
1 > connection: keep-alive
1 > content-length: 7
1 > content-type: text/plain
1 > host: localhost:35583
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))
OPTIONS

Apr 04, 2024 8:11:00 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Allow: HEAD,GET,OPTIONS
1 < Content-Type: text/plain
HEAD, GET, OPTIONS

Apr 04, 2024 8:11:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:11:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-38] Started.
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:35583/async/reset
1 > accept-encoding: gzip
1 > connection: keep-alive
1 > host: localhost:35583
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))

Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 204

Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 2 * Server has received a request on thread grizzly-http-server-1
2 > GET http://localhost:35583/async/long
2 > accept-encoding: gzip
2 > connection: keep-alive
2 > host: localhost:35583
2 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))

Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 3 * Server has received a request on thread grizzly-http-server-2
3 > GET http://localhost:35583/async/short
3 > accept-encoding: gzip
3 > connection: keep-alive
3 > host: localhost:35583
3 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))

Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 3 * Server responded with a response on thread grizzly-http-server-2
3 < 200
3 < Content-Type: text/plain
short

Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 2 * Server responded with a response on thread grizzly-http-server-1
2 < 200
2 < Content-Type: text/plain
long

Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-39] Started.
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server has received a request on thread grizzly-http-server-0
1 > PUT http://localhost:35583/basic/produces/consumes
1 > accept: test/y-test
1 > accept-encoding: gzip
1 > connection: keep-alive
1 > content-length: 2
1 > content-type: test/z-test
1 > host: localhost:35583
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))

Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 415

Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 2 * Server has received a request on thread grizzly-http-server-1
2 > PUT http://localhost:35583/basic/produces/consumes
2 > accept: test/y-test
2 > accept-encoding: gzip
2 > connection: keep-alive
2 > content-length: 2
2 > content-type: */*
2 > host: localhost:35583
2 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))
ok

Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 2 * Server responded with a response on thread grizzly-http-server-1
2 < 200
2 < Content-Type: test/y-test

Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-40] Started.
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:35583/basic/headers
1 > accept-encoding: gzip
1 > connection: keep-alive
1 > host: localhost:35583
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))
1 > x-test-one: ONE
1 > x-test-three: THREE
1 > x-test-two: TWO

Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
1 < x-test-one: ONE
1 < x-test-three: THREE
1 < x-test-two: TWO
ok

Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-41] Started.
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:35583/basic/get
1 > accept-encoding: gzip
1 > connection: keep-alive
1 > host: localhost:35583
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))

Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
ok

Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-42] Started.
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:35583/basic/getquery?first=hello&second=world
1 > accept-encoding: gzip
1 > connection: keep-alive
1 > host: localhost:35583
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))

Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
helloworld

Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-43] Started.
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:35583/async/reset
1 > accept-encoding: gzip
1 > connection: keep-alive
1 > host: localhost:35583
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))

Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 204

Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 2 * Server has received a request on thread grizzly-http-server-1
2 > GET http://localhost:35583/async/long
2 > accept-encoding: gzip
2 > connection: keep-alive
2 > host: localhost:35583
2 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))

Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 3 * Server has received a request on thread grizzly-http-server-2
3 > GET http://localhost:35583/async/short
3 > accept-encoding: gzip
3 > connection: keep-alive
3 > host: localhost:35583
3 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))

Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 2 * Server responded with a response on thread grizzly-http-server-1
2 < 200
2 < Content-Type: text/plain
long

Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 3 * Server responded with a response on thread grizzly-http-server-2
3 < 200
3 < Content-Type: text/plain
short

Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-44] Started.
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:35583/basic/get
1 > accept-encoding: gzip
1 > connection: keep-alive
1 > host: localhost:35583
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))

Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
ok

Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-45] Started.
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:35583/basic/get
1 > accept-encoding: gzip
1 > connection: keep-alive
1 > host: localhost:35583
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))

Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
ok

Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-46] Started.
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server has received a request on thread grizzly-http-server-0
1 > POST http://localhost:35583/basic/post
1 > accept-encoding: gzip
1 > connection: keep-alive
1 > content-length: 2
1 > content-type: text/plain
1 > host: localhost:35583
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))
ok

Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
okok

Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-47] Started.
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:35583/basic/get
1 > accept-encoding: gzip
1 > connection: keep-alive
1 > host: localhost:35583
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))

Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
ok

Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
[INFO] CycloneDX: Creating BOM version 1.4 with 39 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/target/bom.xml
[INFO]            attaching as jersey-helidon-connector-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/target/bom.json
[INFO]            attaching as jersey-helidon-connector-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-helidon-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/target/jersey-helidon-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jersey-helidon-connector ---
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-48] Started.
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server has received a request on thread grizzly-http-server-0
1 > PUT http://localhost:35583/basic/produces/consumes
1 > accept: test/z-test
1 > accept-encoding: gzip
1 > connection: keep-alive
1 > content-length: 2
1 > content-type: test/x-test
1 > host: localhost:35583
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))

Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 406

Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 2 * Server has received a request on thread grizzly-http-server-1
2 > PUT http://localhost:35583/basic/produces/consumes
2 > accept-encoding: gzip
2 > connection: keep-alive
2 > content-length: 2
2 > content-type: test/x-test
2 > host: localhost:35583
2 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))

Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 2 * Server responded with a response on thread grizzly-http-server-1
2 < 200
2 < Content-Type: test/y-test

Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-49] Started.
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server has received a request on thread grizzly-http-server-0
1 > OPTIONS http://localhost:35583/basic/get
1 > accept-encoding: gzip
1 > connection: keep-alive
1 > content-length: 7
1 > content-type: text/plain
1 > host: localhost:35583
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))
OPTIONS

Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Allow: HEAD,GET,OPTIONS
1 < Content-Type: text/plain
HEAD, GET, OPTIONS

Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-50] Started.
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:35583/async/reset
1 > accept-encoding: gzip
1 > connection: keep-alive
1 > host: localhost:35583
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))

Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 204

Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 2 * Server has received a request on thread grizzly-http-server-1
2 > GET http://localhost:35583/async/long
2 > accept-encoding: gzip
2 > connection: keep-alive
2 > host: localhost:35583
2 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))

Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 3 * Server has received a request on thread grizzly-http-server-2
3 > GET http://localhost:35583/async/short
3 > accept-encoding: gzip
3 > connection: keep-alive
3 > host: localhost:35583
3 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))

Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 3 * Server responded with a response on thread grizzly-http-server-2
3 < 200
3 < Content-Type: text/plain
short

Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 2 * Server responded with a response on thread grizzly-http-server-1
2 < 200
2 < Content-Type: text/plain
long

Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-51] Started.
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server has received a request on thread grizzly-http-server-0
1 > PUT http://localhost:35583/basic/produces/consumes
1 > accept: test/y-test
1 > accept-encoding: gzip
1 > connection: keep-alive
1 > content-length: 2
1 > content-type: test/z-test
1 > host: localhost:35583
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))

Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 415

Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 2 * Server has received a request on thread grizzly-http-server-1
2 > PUT http://localhost:35583/basic/produces/consumes
2 > accept: test/y-test
2 > accept-encoding: gzip
2 > connection: keep-alive
2 > content-length: 2
2 > content-type: */*
2 > host: localhost:35583
2 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))
ok

Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 2 * Server responded with a response on thread grizzly-http-server-1
2 < 200
2 < Content-Type: test/y-test

Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-52] Started.
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:35583/basic/headers
1 > accept-encoding: gzip
1 > connection: keep-alive
1 > host: localhost:35583
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))
1 > x-test-one: ONE
1 > x-test-three: THREE
1 > x-test-two: TWO

Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
1 < x-test-one: ONE
1 < x-test-three: THREE
1 < x-test-two: TWO
ok

Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-53] Started.
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:35583/basic/get
1 > accept-encoding: gzip
1 > connection: keep-alive
1 > host: localhost:35583
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))

Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
ok

Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35583/
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35583]
Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-54] Started.
Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:35583/basic/getquery?first=hello&second=world
1 > accept-encoding: gzip
1 > connection: keep-alive
1 > host: localhost:35583
1 > user-agent: Jersey/3.1.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@657fb25d))

Apr 04, 2024 8:11:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
WARNING: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
helloworld

Apr 04, 2024 8:11:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35583]
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.905 s -- in org.glassfish.jersey.helidon.connector.BasicHelidonConnectorTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-helidon-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/target17/jersey-helidon-connector-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-helidon-connector ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.3:javadoc' has not been previously called for the module: 'org.glassfish.jersey.core:jersey-common:jar:3.1.99-SNAPSHOT'. Trying to invoke it...
[INFO] CycloneDX: Creating BOM version 1.4 with 39 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/target17/bom.xml
[INFO]            attaching as jersey-helidon-connector-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/target17/bom.json
[INFO]            attaching as jersey-helidon-connector-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-helidon-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/target17/jersey-helidon-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jersey-helidon-connector ---
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.3:javadoc' has not been previously called for the module: 'org.glassfish.jersey.core:jersey-common:jar:3.1.99-SNAPSHOT'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target17/apidocs
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.3:javadoc' has not been previously called for the module: 'org.glassfish.jersey.inject:jersey-hk2:jar:3.1.99-SNAPSHOT'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/apidocs
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.3:javadoc' has not been previously called for the module: 'org.glassfish.jersey.inject:jersey-hk2:jar:3.1.99-SNAPSHOT'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/target/apidocs
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.3:javadoc' has not been previously called for the module: 'org.glassfish.jersey.core:jersey-client:jar:3.1.99-SNAPSHOT'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/target17/apidocs
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.3:javadoc' has not been previously called for the module: 'org.glassfish.jersey.core:jersey-client:jar:3.1.99-SNAPSHOT'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/target17/apidocs
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.3:javadoc' has not been previously called for the module: 'org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2:jar:3.1.99-SNAPSHOT'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/target/apidocs
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.3:javadoc' has not been previously called for the module: 'org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2:jar:3.1.99-SNAPSHOT'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/grizzly2/target17/apidocs
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.3:javadoc' has not been previously called for the module: 'org.glassfish.jersey.media:jersey-media-sse:jar:3.1.99-SNAPSHOT'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/grizzly2/target/apidocs
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.3:javadoc' has not been previously called for the module: 'org.glassfish.jersey.media:jersey-media-sse:jar:3.1.99-SNAPSHOT'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/target17/apidocs
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/grizzly2/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/target17/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/target17/jersey-helidon-connector-3.1.99-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-helidon-connector ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-helidon-connector/3.1.99-SNAPSHOT/jersey-helidon-connector-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/target17/jersey-helidon-connector-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-helidon-connector/3.1.99-SNAPSHOT/jersey-helidon-connector-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/target17/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-helidon-connector/3.1.99-SNAPSHOT/jersey-helidon-connector-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/target17/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-helidon-connector/3.1.99-SNAPSHOT/jersey-helidon-connector-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/target17/jersey-helidon-connector-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-helidon-connector/3.1.99-SNAPSHOT/jersey-helidon-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/target17/jersey-helidon-connector-3.1.99-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-helidon-connector/3.1.99-SNAPSHOT/jersey-helidon-connector-3.1.99-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-helidon-connector ---
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/target/apidocs
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/grizzly2/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/sse/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] 
[INFO] --------< org.glassfish.jersey.connectors:jersey-jdk-connector >--------
[INFO] Building jersey-connectors-jdk 3.1.99-SNAPSHOT                  [42/378]
[INFO]   from connectors/jdk-connector/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-jdk-connector ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-jdk-connector ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-jdk-connector ---
[INFO] 
Loading source file /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/src/main/java/org/glassfish/jersey/helidon/connector/package-info.java...
[parsing started SimpleFileObject[/home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/src/main/java/org/glassfish/jersey/helidon/connector/package-info.java]]
[parsing completed 14ms]
Loading source file /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/target/generated-sources/rsrc-gen/org/glassfish/jersey/helidon/connector/LocalizationMessages.java...
[parsing started SimpleFileObject[/home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/target/generated-sources/rsrc-gen/org/glassfish/jersey/helidon/connector/LocalizationMessages.java]]
[parsing completed 4ms]
Loading source file /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/src/main/java8/org/glassfish/jersey/helidon/connector/HelidonClientProperties.java...
[parsing started SimpleFileObject[/home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/src/main/java8/org/glassfish/jersey/helidon/connector/HelidonClientProperties.java]]
[parsing completed 1ms]
Loading source file /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/src/main/java8/org/glassfish/jersey/helidon/connector/HelidonConnectorProvider.java...
[parsing started SimpleFileObject[/home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/src/main/java8/org/glassfish/jersey/helidon/connector/HelidonConnectorProvider.java]]
[parsing completed 1ms]
Constructing Javadoc information...
[search path for source files: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/src/main/java,/home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/target/generated-sources/rsrc-gen,/home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/src/main/java8,/home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/target/generated-sources/annotations]
[search path for class files: /opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/modules,/home/jenkins/.m2/repository/io/helidon/jersey/helidon-jersey-connector/3.2.6/helidon-jersey-connector-3.2.6.jar,/home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/4.0.1/jakarta.xml.bind-api-4.0.1.jar,/home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.1.2/jakarta.activation-api-2.1.2.jar,/home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar,/home/jenkins/.m2/repository/io/helidon/webclient/helidon-webclient/3.2.6/helidon-webclient-3.2.6.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-context/3.2.6/helidon-common-context-3.2.6.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common/3.2.6/helidon-common-3.2.6.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-service-loader/3.2.6/helidon-common-service-loader-3.2.6.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-http/3.2.6/helidon-common-http-3.2.6.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-key-util/3.2.6/helidon-common-key-util-3.2.6.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-configurable/3.2.6/helidon-common-configurable-3.2.6.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-reactive/3.2.6/helidon-common-reactive-3.2.6.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-mapper/3.2.6/helidon-common-mapper-3.2.6.jar,/home/jenkins/.m2/repository/io/helidon/config/helidon-config/3.2.6/helidon-config-3.2.6.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-media-type/3.2.6/helidon-common-media-type-3.2.6.jar,/home/jenkins/.m2/repository/io/helidon/media/helidon-media-common/3.2.6/helidon-media-common-3.2.6.jar,/home/jenkins/.m2/repository/io/netty/netty-buffer/4.1.100.Final/netty-buffer-4.1.100.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-common/4.1.100.Final/netty-common-4.1.100.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-handler/4.1.100.Final/netty-handler-4.1.100.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-resolver/4.1.100.Final/netty-resolver-4.1.100.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-transport/4.1.100.Final/netty-transport-4.1.100.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-transport-native-unix-common/4.1.100.Final/netty-transport-native-unix-common-4.1.100.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-codec/4.1.100.Final/netty-codec-4.1.100.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-handler-proxy/4.1.100.Final/netty-handler-proxy-4.1.100.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-codec-socks/4.1.100.Final/netty-codec-socks-4.1.100.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-codec-http/4.1.100.Final/netty-codec-http-4.1.100.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-resolver-dns/4.1.100.Final/netty-resolver-dns-4.1.100.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-codec-dns/4.1.100.Final/netty-codec-dns-4.1.100.Final.jar,/home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/jersey-common-3.1.99-SNAPSHOT.jar,/home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar,/home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar,/home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/target/jersey-client-3.1.99-SNAPSHOT.jar,/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar]
[loading /modules/java.base/java/util/Locale.class]
[loading /modules/java.base/java/util/ResourceBundle.class]
[loading /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/jersey-common-3.1.99-SNAPSHOT.jar(/org/glassfish/jersey/internal/l10n/Localizable.class)]
[loading /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/jersey-common-3.1.99-SNAPSHOT.jar(/org/glassfish/jersey/internal/l10n/LocalizableMessageFactory.class)]
[loading /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/jersey-common-3.1.99-SNAPSHOT.jar(/org/glassfish/jersey/internal/l10n/LocalizableMessageFactory$ResourceBundleSupplier.class)]
[loading /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/jersey-common-3.1.99-SNAPSHOT.jar(/org/glassfish/jersey/internal/l10n/Localizer.class)]
[loading /modules/java.base/java/lang/Object.class]
[loading /modules/java.base/java/lang/String.class]
[loading /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/jersey-common-3.1.99-SNAPSHOT.jar(/org/glassfish/jersey/internal/util/PropertiesClass.class)]
[loading /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/target/jersey-client-3.1.99-SNAPSHOT.jar(/org/glassfish/jersey/client/spi/Connector.class)]
[loading /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-client/target/jersey-client-3.1.99-SNAPSHOT.jar(/org/glassfish/jersey/client/spi/ConnectorProvider.class)]
[loading /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/jersey-common-3.1.99-SNAPSHOT.jar(/org/glassfish/jersey/internal/util/JdkVersion.class)]
[loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar(/jakarta/ws/rs/ProcessingException.class)]
[loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar(/jakarta/ws/rs/client/Client.class)]
[loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar(/jakarta/ws/rs/core/Configuration.class)]
[loading /modules/java.base/java/io/OutputStream.class]
[loading /modules/java.base/java/lang/Deprecated.class]
[loading /modules/java.base/java/lang/annotation/Target.class]
[loading /modules/java.base/java/lang/annotation/ElementType.class]
[loading /modules/java.base/java/lang/annotation/Retention.class]
[loading /modules/java.base/java/lang/annotation/RetentionPolicy.class]
[loading /modules/java.base/java/lang/annotation/Annotation.class]
[loading /modules/java.base/java/lang/Override.class]
[loading /modules/java.base/java/lang/Error.class]
[loading /modules/java.base/java/lang/Exception.class]
Standard Doclet version 11.0.2
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/HelidonClientProperties.html...
[loading /modules/java.base/java/lang/FunctionalInterface.class]
[loading /modules/java.base/java/io/Serializable.class]
Generating /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/HelidonConnectorProvider.html...
Generating /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/LocalizationMessages.html...
Generating /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/package-summary.html...
Generating /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/package-tree.html...
Generating /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/class-use/LocalizationMessages.html...
Generating /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/class-use/HelidonClientProperties.html...
Generating /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/class-use/HelidonConnectorProvider.html...
Generating /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/target/apidocs/help-doc.html...
[done in 1659 ms]
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/target/jersey-helidon-connector-3.1.99-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-helidon-connector ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-helidon-connector/3.1.99-SNAPSHOT/jersey-helidon-connector-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/target/jersey-helidon-connector-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-helidon-connector/3.1.99-SNAPSHOT/jersey-helidon-connector-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-helidon-connector/3.1.99-SNAPSHOT/jersey-helidon-connector-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-helidon-connector/3.1.99-SNAPSHOT/jersey-helidon-connector-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/target/jersey-helidon-connector-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-helidon-connector/3.1.99-SNAPSHOT/jersey-helidon-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/helidon-connector/target/jersey-helidon-connector-3.1.99-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-helidon-connector/3.1.99-SNAPSHOT/jersey-helidon-connector-3.1.99-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-helidon-connector ---
[INFO] 
[INFO] --------< org.glassfish.jersey.connectors:jersey-jdk-connector >--------
[INFO] Building jersey-connectors-jdk 3.1.99-SNAPSHOT                  [42/303]
[INFO]   from connectors/jdk-connector/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-jdk-connector ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-jdk-connector ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-jdk-connector ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-jdk-connector ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-jdk-connector ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-jdk-connector ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jdk/connector/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jdk-connector/src/main/resources/org/glassfish/jersey/jdk/connector/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-jdk-connector ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jdk-connector/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-jdk-connector ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-jdk-connector ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-jdk-connector ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-jdk-connector ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-jdk-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 39 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransportFilter.java:[319,17] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpConnectionPool.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpConnectionPool.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-jdk-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 39 source files with javac [debug target 11] to target/classes
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-jdk-connector ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-jdk-connector ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-jdk-connector ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jdk/connector/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jdk-connector/src/main/resources/org/glassfish/jersey/jdk/connector/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-jdk-connector ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jdk-connector/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-jdk-connector ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-jdk-connector ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-jdk-connector ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-jdk-connector ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-jdk-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 39 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransportFilter.java:[319,17] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpConnectionPool.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpConnectionPool.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-jdk-connector ---
[INFO] Copying 6 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-jdk-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 22 source files with javac [debug target 11] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpConnectionPool.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpConnectionPool.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-jdk-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 39 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/CookieTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/CookieTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/CookieTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-jdk-connector ---
[INFO] Reserved port 38373 for jersey.config.test.container.port
[INFO] Reserved port 39013 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-jdk-connector ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jdk-connector/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpConnectionPool.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpConnectionPool.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-jdk-connector ---
[INFO] Copying 6 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-jdk-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 22 source files with javac [debug target 11] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/CookieTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/CookieTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/CookieTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-jdk-connector ---
[INFO] Reserved port 45597 for jersey.config.test.container.port
[INFO] Reserved port 35415 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-jdk-connector ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jdk-connector/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.jdk.connector.internal.MultiValueHeaderTest
[INFO] Running org.glassfish.jersey.jdk.connector.internal.MultiValueHeaderTest
Apr 04, 2024 8:11:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45597/
Apr 04, 2024 8:11:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38373/
Apr 04, 2024 8:11:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:11:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38373]
Apr 04, 2024 8:11:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:11:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:11:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38373]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.959 s -- in org.glassfish.jersey.jdk.connector.internal.MultiValueHeaderTest
Apr 04, 2024 8:11:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45597]
Apr 04, 2024 8:11:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:11:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45597]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.377 s -- in org.glassfish.jersey.jdk.connector.internal.MultiValueHeaderTest
[INFO] Running org.glassfish.jersey.jdk.connector.internal.PublicSitesTest
[WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 8, Time elapsed: 0.001 s -- in org.glassfish.jersey.jdk.connector.internal.PublicSitesTest
[INFO] Running org.glassfish.jersey.jdk.connector.internal.ProxyTest
Apr 04, 2024 8:11:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45597/
Apr 04, 2024 8:11:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:11:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45597]
Apr 04, 2024 8:11:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:11:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8321]
Apr 04, 2024 8:11:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:11:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45597]
Apr 04, 2024 8:11:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45597/
Apr 04, 2024 8:11:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:11:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45597]
Apr 04, 2024 8:11:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:11:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8321]
Apr 04, 2024 8:11:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:12:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45597]
Apr 04, 2024 8:12:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45597/
Apr 04, 2024 8:12:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45597]
Apr 04, 2024 8:12:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:12:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8321]
Apr 04, 2024 8:12:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 8:12:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45597]
Apr 04, 2024 8:12:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45597/
Apr 04, 2024 8:12:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45597]
Apr 04, 2024 8:12:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 8:12:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8321]
Apr 04, 2024 8:12:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
[INFO] Running org.glassfish.jersey.jdk.connector.internal.PublicSitesTest
[WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 8, Time elapsed: 0.003 s -- in org.glassfish.jersey.jdk.connector.internal.PublicSitesTest
Apr 04, 2024 8:12:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45597]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.528 s -- in org.glassfish.jersey.jdk.connector.internal.ProxyTest
[INFO] Running org.glassfish.jersey.jdk.connector.internal.ConnectionPoolTest
Apr 04, 2024 8:12:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45597/
Apr 04, 2024 8:12:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45597]
Apr 04, 2024 8:12:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
#Received: message 1
#Received: message 2
Apr 04, 2024 8:12:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45597]
Apr 04, 2024 8:12:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45597/
Apr 04, 2024 8:12:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45597]
Apr 04, 2024 8:12:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
#Received: 1
#Received: 1
Apr 04, 2024 8:12:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45597]
Apr 04, 2024 8:12:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45597/
Apr 04, 2024 8:12:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45597]
Apr 04, 2024 8:12:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
#Received: 1
#Received: 2
Apr 04, 2024 8:12:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45597]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.260 s -- in org.glassfish.jersey.jdk.connector.internal.ConnectionPoolTest
[INFO] Running org.glassfish.jersey.jdk.connector.internal.SslFilterTLS12Test
[INFO] Running org.glassfish.jersey.jdk.connector.internal.ProxyTest
Apr 04, 2024 8:12:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38373/
Apr 04, 2024 8:12:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38373]
Apr 04, 2024 8:12:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:12:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8321]
Apr 04, 2024 8:12:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:12:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38373]
Apr 04, 2024 8:12:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38373/
Apr 04, 2024 8:12:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38373]
Apr 04, 2024 8:12:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:12:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8321]
Apr 04, 2024 8:12:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:12:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38373]
Apr 04, 2024 8:12:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38373/
javax.net.ssl.SSLProtocolException: Socket closed
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:126)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:321)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:264)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:259)
	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1314)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:839)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:758)
	at org.glassfish.jersey.jdk.connector.internal.SslFilterTest$SslEchoServer$1.run(SslFilterTest.java:520)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.net.SocketException: Socket closed
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823)
	... 5 more
Apr 04, 2024 8:12:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38373]
Apr 04, 2024 8:12:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:12:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8321]
Apr 04, 2024 8:12:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:12:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38373]
Apr 04, 2024 8:12:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38373/
Apr 04, 2024 8:12:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38373]
Apr 04, 2024 8:12:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 8:12:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8321]
Apr 04, 2024 8:12:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 8:12:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38373]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.512 s -- in org.glassfish.jersey.jdk.connector.internal.ProxyTest
[INFO] Running org.glassfish.jersey.jdk.connector.internal.ConnectionPoolTest
Apr 04, 2024 8:12:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38373/
Apr 04, 2024 8:12:03 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38373]
Apr 04, 2024 8:12:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
#Received: message 2
#Received: message 1
Apr 04, 2024 8:12:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38373]
Apr 04, 2024 8:12:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38373/
Apr 04, 2024 8:12:03 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
=== SSLHandshakeException (certificate_unknown) on the server expected ===
Apr 04, 2024 8:12:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38373]
Apr 04, 2024 8:12:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
#Received: 1
#Received: 1
Apr 04, 2024 8:12:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38373]
Apr 04, 2024 8:12:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38373/
Apr 04, 2024 8:12:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38373]
Apr 04, 2024 8:12:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
#Received: 1
#Received: 2
Apr 04, 2024 8:12:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38373]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.166 s -- in org.glassfish.jersey.jdk.connector.internal.ConnectionPoolTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.484 s -- in org.glassfish.jersey.jdk.connector.internal.SslFilterTLS12Test
javax.net.ssl.SSLException: readHandshakeRecord
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1072)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:402)
	at java.base/sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:716)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:799)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:758)
	at org.glassfish.jersey.jdk.connector.internal.SslFilterTest$SslEchoServer$1.run(SslFilterTest.java:520)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.net.SocketException: Socket closed
	at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:113)
	at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:150)
	at java.base/sun.security.ssl.SSLSocketOutputRecord.flush(SSLSocketOutputRecord.java:251)
	at java.base/sun.security.ssl.HandshakeOutStream.flush(HandshakeOutStream.java:89)
	at java.base/sun.security.ssl.ECDHServerKeyExchange$ECDHServerKeyExchangeProducer.produce(ECDHServerKeyExchange.java:512)
	at java.base/sun.security.ssl.ClientHello$T12ClientHelloConsumer.consume(ClientHello.java:1101)
	at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.onClientHello(ClientHello.java:851)
	at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.consume(ClientHello.java:810)
	at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:392)
	at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:444)
	at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:421)
	at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:178)
	at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:164)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1152)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1063)
	... 8 more
[INFO] Running org.glassfish.jersey.jdk.connector.internal.ModifyHeaderInBodyWriterTest
Apr 04, 2024 8:12:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45597/
Apr 04, 2024 8:12:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45597]
Apr 04, 2024 8:12:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Apr 04, 2024 8:12:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45597]
Apr 04, 2024 8:12:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45597/
Apr 04, 2024 8:12:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45597]
Apr 04, 2024 8:12:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Apr 04, 2024 8:12:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45597]
Apr 04, 2024 8:12:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45597/
Apr 04, 2024 8:12:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45597]
Apr 04, 2024 8:12:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Apr 04, 2024 8:12:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45597]
Apr 04, 2024 8:12:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45597/
Apr 04, 2024 8:12:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45597]
Apr 04, 2024 8:12:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
[INFO] Running org.glassfish.jersey.jdk.connector.internal.SslFilterTLS12Test
Apr 04, 2024 8:12:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45597]
Apr 04, 2024 8:12:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45597/
Apr 04, 2024 8:12:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45597]
Apr 04, 2024 8:12:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Apr 04, 2024 8:12:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45597]
Apr 04, 2024 8:12:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45597/
Apr 04, 2024 8:12:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45597]
Apr 04, 2024 8:12:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Apr 04, 2024 8:12:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45597]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.560 s -- in org.glassfish.jersey.jdk.connector.internal.ModifyHeaderInBodyWriterTest
[INFO] Running org.glassfish.jersey.jdk.connector.internal.EntityWriteTest
Apr 04, 2024 8:12:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45597/
Apr 04, 2024 8:12:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45597]
Apr 04, 2024 8:12:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Apr 04, 2024 8:12:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45597]
Apr 04, 2024 8:12:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45597/
Apr 04, 2024 8:12:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45597]
Apr 04, 2024 8:12:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Apr 04, 2024 8:12:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45597]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.493 s -- in org.glassfish.jersey.jdk.connector.internal.EntityWriteTest
[INFO] Running org.glassfish.jersey.jdk.connector.internal.SslFilterTLS13Test
javax.net.ssl.SSLProtocolException: Socket closed
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:126)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:321)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:264)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:259)
	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1314)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:839)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:758)
	at org.glassfish.jersey.jdk.connector.internal.SslFilterTest$SslEchoServer$1.run(SslFilterTest.java:520)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.net.SocketException: Socket closed
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823)
	... 5 more
=== SSLHandshakeException (certificate_unknown) on the server expected ===
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.015 s -- in org.glassfish.jersey.jdk.connector.internal.SslFilterTLS12Test
[INFO] Running org.glassfish.jersey.jdk.connector.internal.ModifyHeaderInBodyWriterTest
Apr 04, 2024 8:12:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38373/
Apr 04, 2024 8:12:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
=== SSLHandshakeException (certificate_unknown) on the server expected ===
javax.net.ssl.SSLException: readHandshakeRecord
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1072)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:402)
	at java.base/sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:716)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:799)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:758)
	at org.glassfish.jersey.jdk.connector.internal.SslFilterTest$SslEchoServer$1.run(SslFilterTest.java:520)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.net.SocketException: Socket closed
	at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:113)
	at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:150)
	at java.base/sun.security.ssl.SSLSocketOutputRecord.flush(SSLSocketOutputRecord.java:251)
	at java.base/sun.security.ssl.HandshakeOutStream.flush(HandshakeOutStream.java:89)
	at java.base/sun.security.ssl.ECDHServerKeyExchange$ECDHServerKeyExchangeProducer.produce(ECDHServerKeyExchange.java:512)
	at java.base/sun.security.ssl.ClientHello$T12ClientHelloConsumer.consume(ClientHello.java:1101)
	at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.onClientHello(ClientHello.java:851)
	at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.consume(ClientHello.java:810)
	at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:392)
	at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:444)
	at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:421)
	at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:178)
	at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:164)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1152)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1063)
	... 8 more
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.778 s -- in org.glassfish.jersey.jdk.connector.internal.SslFilterTLS13Test
[INFO] Running org.glassfish.jersey.jdk.connector.internal.CookieTest
Apr 04, 2024 8:12:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45597/
Apr 04, 2024 8:12:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45597]
Apr 04, 2024 8:12:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Apr 04, 2024 8:12:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45597]
Apr 04, 2024 8:12:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45597/
Apr 04, 2024 8:12:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45597]
Apr 04, 2024 8:12:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Apr 04, 2024 8:12:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38373]
Apr 04, 2024 8:12:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:12:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45597]
Apr 04, 2024 8:12:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45597/
Apr 04, 2024 8:12:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45597]
Apr 04, 2024 8:12:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Apr 04, 2024 8:12:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38373]
Apr 04, 2024 8:12:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45597]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.791 s -- in org.glassfish.jersey.jdk.connector.internal.CookieTest
[INFO] Running org.glassfish.jersey.jdk.connector.internal.RedirectTest
Apr 04, 2024 8:12:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45597/
Apr 04, 2024 8:12:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45597]
Apr 04, 2024 8:12:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Apr 04, 2024 8:12:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38373/
Apr 04, 2024 8:12:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38373]
Apr 04, 2024 8:12:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:12:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38373]
Apr 04, 2024 8:12:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38373/
Apr 04, 2024 8:12:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38373]
Apr 04, 2024 8:12:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:12:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38373]
Apr 04, 2024 8:12:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38373/
Apr 04, 2024 8:12:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45597]
Apr 04, 2024 8:12:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45597/
Apr 04, 2024 8:12:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45597]
Apr 04, 2024 8:12:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Apr 04, 2024 8:12:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38373]
Apr 04, 2024 8:12:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:12:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38373]
Apr 04, 2024 8:12:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38373/
Apr 04, 2024 8:12:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38373]
Apr 04, 2024 8:12:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:12:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38373]
Apr 04, 2024 8:12:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38373/
Apr 04, 2024 8:12:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38373]
Apr 04, 2024 8:12:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:12:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38373]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.513 s -- in org.glassfish.jersey.jdk.connector.internal.ModifyHeaderInBodyWriterTest
Apr 04, 2024 8:12:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45597]
Apr 04, 2024 8:12:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45597/
Apr 04, 2024 8:12:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45597]
Apr 04, 2024 8:12:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Apr 04, 2024 8:12:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45597]
Apr 04, 2024 8:12:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45597/
Apr 04, 2024 8:12:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45597]
Apr 04, 2024 8:12:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Apr 04, 2024 8:12:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45597]
Apr 04, 2024 8:12:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45597/
Apr 04, 2024 8:12:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45597]
Apr 04, 2024 8:12:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Apr 04, 2024 8:12:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45597]
Apr 04, 2024 8:12:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45597/
Apr 04, 2024 8:12:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45597]
Apr 04, 2024 8:12:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
[INFO] Running org.glassfish.jersey.jdk.connector.internal.EntityWriteTest
Apr 04, 2024 8:12:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45597]
Apr 04, 2024 8:12:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45597/
Apr 04, 2024 8:12:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45597]
Apr 04, 2024 8:12:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Apr 04, 2024 8:12:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38373/
Apr 04, 2024 8:12:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45597]
Apr 04, 2024 8:12:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45597/
Apr 04, 2024 8:12:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45597]
Apr 04, 2024 8:12:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Apr 04, 2024 8:12:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38373]
Apr 04, 2024 8:12:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:12:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45597]
Apr 04, 2024 8:12:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45597/
Apr 04, 2024 8:12:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45597]
Apr 04, 2024 8:12:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Apr 04, 2024 8:12:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45597]
Apr 04, 2024 8:12:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45597/
Apr 04, 2024 8:12:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45597]
Apr 04, 2024 8:12:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Apr 04, 2024 8:12:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38373]
Apr 04, 2024 8:12:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38373/
Apr 04, 2024 8:12:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38373]
Apr 04, 2024 8:12:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:12:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38373]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.161 s -- in org.glassfish.jersey.jdk.connector.internal.EntityWriteTest
Apr 04, 2024 8:12:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45597]
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.557 s -- in org.glassfish.jersey.jdk.connector.internal.RedirectTest
[INFO] Running org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest
Apr 04, 2024 8:12:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45597/
Apr 04, 2024 8:12:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45597]
Apr 04, 2024 8:12:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@15df1e36] state change: CREATED -> CONNECTING
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@15df1e36] state change: CONNECTING -> CONNECT_TIMEOUT
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@15df1e36] state change: CONNECT_TIMEOUT -> CLOSED
Apr 04, 2024 8:12:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45597]
Apr 04, 2024 8:12:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45597/
Apr 04, 2024 8:12:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45597]
Apr 04, 2024 8:12:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@37c2ba0b] state change: CREATED -> CONNECTING
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@37c2ba0b] state change: CONNECTING -> IDLE
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@37c2ba0b] state change: IDLE -> SENDING_REQUEST
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@37c2ba0b] state change: SENDING_REQUEST -> RECEIVING_HEADER
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@37c2ba0b] state change: RECEIVING_HEADER -> RECEIVING_BODY
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@37c2ba0b] state change: RECEIVING_BODY -> RECEIVED
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@37c2ba0b] state change: RECEIVED -> IDLE
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@37c2ba0b] state change: IDLE -> CLOSED_BY_SERVER
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@37c2ba0b] state change: CLOSED_BY_SERVER -> CLOSED
Apr 04, 2024 8:12:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45597]
Apr 04, 2024 8:12:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45597/
Apr 04, 2024 8:12:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45597]
Apr 04, 2024 8:12:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
[INFO] Running org.glassfish.jersey.jdk.connector.internal.SslFilterTLS13Test
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@2cf2fb51] state change: CREATED -> CONNECTING
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@2cf2fb51] state change: CONNECTING -> IDLE
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@2cf2fb51] state change: IDLE -> SENDING_REQUEST
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@2cf2fb51] state change: SENDING_REQUEST -> ERROR
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@2cf2fb51] state change: ERROR -> CLOSED
Apr 04, 2024 8:12:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45597]
Apr 04, 2024 8:12:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45597/
Apr 04, 2024 8:12:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45597]
Apr 04, 2024 8:12:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-36] Started.
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4e2444aa] state change: CREATED -> CONNECTING
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4e2444aa] state change: CONNECTING -> IDLE
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4e2444aa] state change: IDLE -> SENDING_REQUEST
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4e2444aa] state change: SENDING_REQUEST -> RECEIVING_HEADER
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4e2444aa] state change: RECEIVING_HEADER -> RESPONSE_TIMEOUT
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4e2444aa] state change: RESPONSE_TIMEOUT -> CLOSED
Apr 04, 2024 8:12:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45597]
Apr 04, 2024 8:12:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45597/
Apr 04, 2024 8:12:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45597]
Apr 04, 2024 8:12:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-37] Started.
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@56701835] state change: CREATED -> CONNECTING
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@56701835] state change: CONNECTING -> IDLE
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@56701835] state change: IDLE -> SENDING_REQUEST
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@56701835] state change: SENDING_REQUEST -> RECEIVING_HEADER
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@56701835] state change: RECEIVING_HEADER -> RECEIVING_BODY
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@56701835] state change: RECEIVING_BODY -> RECEIVED
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@56701835] state change: RECEIVED -> IDLE
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@56701835] state change: IDLE -> IDLE_TIMEOUT
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@56701835] state change: IDLE_TIMEOUT -> CLOSED
Apr 04, 2024 8:12:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45597]
Apr 04, 2024 8:12:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45597/
Apr 04, 2024 8:12:14 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45597]
Apr 04, 2024 8:12:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-38] Started.
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4d6fb370] state change: CREATED -> CONNECTING
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4d6fb370] state change: CONNECTING -> IDLE
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4d6fb370] state change: IDLE -> SENDING_REQUEST
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4d6fb370] state change: SENDING_REQUEST -> RECEIVING_HEADER
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4d6fb370] state change: RECEIVING_HEADER -> RECEIVING_BODY
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4d6fb370] state change: RECEIVING_BODY -> RECEIVED
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4d6fb370] state change: RECEIVED -> IDLE
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4d6fb370] state change: IDLE -> SENDING_REQUEST
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4d6fb370] state change: SENDING_REQUEST -> RECEIVING_HEADER
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4d6fb370] state change: RECEIVING_HEADER -> RECEIVING_BODY
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4d6fb370] state change: RECEIVING_BODY -> RECEIVED
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4d6fb370] state change: RECEIVED -> IDLE
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4d6fb370] state change: IDLE -> Apr 04, 2024 8:12:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45597]
CLOSED_BY_SERVER
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4d6fb370] state change: CLOSED_BY_SERVER -> CLOSED
Apr 04, 2024 8:12:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45597/
Apr 04, 2024 8:12:14 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45597]
Apr 04, 2024 8:12:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-39] Started.
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@5c404e86] state change: CREATED -> CONNECTING
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@5c404e86] state change: CONNECTING -> IDLE
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@5c404e86] state change: IDLE -> SENDING_REQUEST
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@5c404e86] state change: SENDING_REQUEST -> RECEIVING_HEADER
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@5c404e86] state change: RECEIVING_HEADER -> ERROR
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@5c404e86] state change: ERROR -> CLOSED
Apr 04, 2024 8:12:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45597]
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.334 s -- in org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest
[INFO] Running org.glassfish.jersey.jdk.connector.internal.SslFilterTLS13UrlStoresTest
Apr 04, 2024 8:12:14 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
MultiException stack 1 of 2
java.lang.IllegalStateException: ServiceLocatorImpl(__HK2_Generated_67,67,147095045) has been shut down
	at org.jvnet.hk2.internal.ServiceLocatorImpl.checkState(ServiceLocatorImpl.java:2399)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1430)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$9.run(ServiceLocatorImpl.java:1362)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$9.run(ServiceLocatorImpl.java:1358)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.protectedGetAllServiceHandles(ServiceLocatorImpl.java:1358)
	at org.jvnet.hk2.internal.ServiceLocatorImpl._resolveContext(ServiceLocatorImpl.java:2215)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$3.compute(ServiceLocatorImpl.java:162)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$3.compute(ServiceLocatorImpl.java:158)
	at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131)
	at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.resolveContext(ServiceLocatorImpl.java:2236)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2087)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$4(ApplicationHandler.java:424)
	at org.glassfish.jersey.server.internal.process.ReferencesInitializer.apply(ReferencesInitializer.java:57)
	at org.glassfish.jersey.server.internal.process.ReferencesInitializer.apply(ReferencesInitializer.java:31)
	at org.glassfish.jersey.process.internal.Stages$LinkedStage.apply(Stages.java:284)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
MultiException stack 2 of 2
java.lang.IllegalStateException: While attempting to create a service for SystemDescriptor(
	implementation=org.glassfish.jersey.server.internal.process.RequestProcessingContextReference
	contracts={org.glassfish.jersey.server.internal.process.RequestProcessingContextReference}
	scope=org.glassfish.jersey.process.internal.RequestScoped
	qualifiers={}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=32
	locatorId=67
	identityHashCode=1826210127
	reified=true) in scope org.glassfish.jersey.process.internal.RequestScoped an error occured while locating the context
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2093)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$4(ApplicationHandler.java:424)
	at org.glassfish.jersey.server.internal.process.ReferencesInitializer.apply(ReferencesInitializer.java:57)
	at org.glassfish.jersey.server.internal.process.ReferencesInitializer.apply(ReferencesInitializer.java:31)
	at org.glassfish.jersey.process.internal.Stages$LinkedStage.apply(Stages.java:284)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:14 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

javax.net.ssl.SSLProtocolException: Socket closed
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:126)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:321)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:264)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:259)
	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1314)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:839)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:758)
	at org.glassfish.jersey.jdk.connector.internal.SslFilterTest$SslEchoServer$1.run(SslFilterTest.java:520)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.net.SocketException: Socket closed
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823)
	... 5 more
=== SSLHandshakeException (certificate_unknown) on the server expected ===
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.019 s -- in org.glassfish.jersey.jdk.connector.internal.SslFilterTLS13Test
[INFO] Running org.glassfish.jersey.jdk.connector.internal.CookieTest
Apr 04, 2024 8:12:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38373/
Apr 04, 2024 8:12:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
=== SSLHandshakeException (certificate_unknown) on the server expected ===
Apr 04, 2024 8:12:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38373]
Apr 04, 2024 8:12:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.687 s -- in org.glassfish.jersey.jdk.connector.internal.SslFilterTLS13UrlStoresTest
javax.net.ssl.SSLException: readHandshakeRecord
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1072)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:402)
	at java.base/sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:716)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:799)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:758)
	at org.glassfish.jersey.jdk.connector.internal.SslFilterTest$SslEchoServer$1.run(SslFilterTest.java:520)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)
[INFO] Running org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStreamTest
Caused by: java.net.SocketException: Socket closed
	at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:113)
	at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:150)
	at java.base/sun.security.ssl.SSLSocketOutputRecord.flush(SSLSocketOutputRecord.java:251)
	at java.base/sun.security.ssl.HandshakeOutStream.flush(HandshakeOutStream.java:89)
	at java.base/sun.security.ssl.ECDHServerKeyExchange$ECDHServerKeyExchangeProducer.produce(ECDHServerKeyExchange.java:512)
	at java.base/sun.security.ssl.ClientHello$T12ClientHelloConsumer.consume(ClientHello.java:1101)
	at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.onClientHello(ClientHello.java:851)
	at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.consume(ClientHello.java:810)
	at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:392)
	at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:444)
	at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:421)
	at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:178)
	at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:164)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1152)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1063)
	... 8 more
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStreamTest
[INFO] Running org.glassfish.jersey.jdk.connector.internal.SslFilterTLS1Test
Apr 04, 2024 8:12:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38373]
Apr 04, 2024 8:12:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38373/
Apr 04, 2024 8:12:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38373]
Apr 04, 2024 8:12:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:12:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38373]
Apr 04, 2024 8:12:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38373/
Apr 04, 2024 8:12:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38373]
Apr 04, 2024 8:12:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:12:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38373]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.130 s -- in org.glassfish.jersey.jdk.connector.internal.CookieTest
javax.net.ssl.SSLProtocolException: Socket closed
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:126)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:321)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:264)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:259)
	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1314)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:839)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:758)
	at org.glassfish.jersey.jdk.connector.internal.SslFilterTest$SslEchoServer$1.run(SslFilterTest.java:520)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.net.SocketException: Socket closed
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823)
	... 5 more
[INFO] Running org.glassfish.jersey.jdk.connector.internal.RedirectTest
Apr 04, 2024 8:12:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38373/
Apr 04, 2024 8:12:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38373]
Apr 04, 2024 8:12:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:12:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38373]
=== SSLHandshakeException (certificate_unknown) on the server expected ===
Apr 04, 2024 8:12:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38373/
Apr 04, 2024 8:12:19 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38373]
Apr 04, 2024 8:12:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:12:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38373]
Apr 04, 2024 8:12:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38373/
Apr 04, 2024 8:12:19 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38373]
Apr 04, 2024 8:12:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:12:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38373]
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.765 s -- in org.glassfish.jersey.jdk.connector.internal.SslFilterTLS1Test
javax.net.ssl.SSLException: readHandshakeRecord
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1072)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:402)
	at java.base/sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:716)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:799)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:758)
	at org.glassfish.jersey.jdk.connector.internal.SslFilterTest$SslEchoServer$1.run(SslFilterTest.java:520)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.net.SocketException: Socket closed
	at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:113)
	at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:150)
	at java.base/sun.security.ssl.SSLSocketOutputRecord.flush(SSLSocketOutputRecord.java:251)
	at java.base/sun.security.ssl.HandshakeOutStream.flush(HandshakeOutStream.java:89)
	at java.base/sun.security.ssl.ECDHServerKeyExchange$ECDHServerKeyExchangeProducer.produce(ECDHServerKeyExchange.java:512)
	at java.base/sun.security.ssl.ClientHello$T12ClientHelloConsumer.consume(ClientHello.java:1101)
	at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.onClientHello(ClientHello.java:851)
	at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.consume(ClientHello.java:810)
	at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:392)
	at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:444)
	at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:421)
	at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:178)
	at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:164)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1152)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1063)
	... 8 more
[INFO] Running org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStreamTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStreamTest
[INFO] Running org.glassfish.jersey.jdk.connector.internal.SslFilterTLS11Test
Apr 04, 2024 8:12:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38373/
Apr 04, 2024 8:12:19 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38373]
Apr 04, 2024 8:12:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:12:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38373]
Apr 04, 2024 8:12:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38373/
Apr 04, 2024 8:12:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38373]
Apr 04, 2024 8:12:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:12:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38373]
Apr 04, 2024 8:12:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38373/
Apr 04, 2024 8:12:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38373]
Apr 04, 2024 8:12:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:12:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38373]
Apr 04, 2024 8:12:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38373/
Apr 04, 2024 8:12:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38373]
Apr 04, 2024 8:12:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 8:12:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38373]
Apr 04, 2024 8:12:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38373/
Apr 04, 2024 8:12:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38373]
Apr 04, 2024 8:12:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 8:12:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38373]
Apr 04, 2024 8:12:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38373/
Apr 04, 2024 8:12:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38373]
Apr 04, 2024 8:12:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Apr 04, 2024 8:12:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38373]
Apr 04, 2024 8:12:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38373/
Apr 04, 2024 8:12:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38373]
Apr 04, 2024 8:12:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Apr 04, 2024 8:12:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38373]
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.815 s -- in org.glassfish.jersey.jdk.connector.internal.RedirectTest
javax.net.ssl.SSLProtocolException: Socket closed
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:126)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:321)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:264)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:259)
	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1314)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:839)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:758)
	at org.glassfish.jersey.jdk.connector.internal.SslFilterTest$SslEchoServer$1.run(SslFilterTest.java:520)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.net.SocketException: Socket closed
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823)
	... 5 more
[INFO] Running org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest
Apr 04, 2024 8:12:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38373/
Apr 04, 2024 8:12:21 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38373]
Apr 04, 2024 8:12:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@35c49b0f] state change: CREATED -> CONNECTING
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@35c49b0f] state change: CONNECTING -> CONNECT_TIMEOUT
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@35c49b0f] state change: CONNECT_TIMEOUT -> CLOSED
Apr 04, 2024 8:12:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38373]
Apr 04, 2024 8:12:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38373/
Apr 04, 2024 8:12:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38373]
Apr 04, 2024 8:12:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@442630e] state change: CREATED -> CONNECTING
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@442630e] state change: CONNECTING -> IDLE
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@442630e] state change: IDLE -> SENDING_REQUEST
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@442630e] state change: SENDING_REQUEST -> RECEIVING_HEADER
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@442630e] state change: RECEIVING_HEADER -> RECEIVING_BODY
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@442630e] state change: RECEIVING_BODY -> RECEIVED
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@442630e] state change: RECEIVED -> IDLE
Apr 04, 2024 8:12:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38373]
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@442630e] state change: IDLE -> CLOSED_BY_SERVER
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@442630e] state change: CLOSED_BY_SERVER -> CLOSED
Apr 04, 2024 8:12:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38373/
Apr 04, 2024 8:12:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38373]
Apr 04, 2024 8:12:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@2e9f948b] state change: CREATED -> CONNECTING
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@2e9f948b] state change: CONNECTING -> IDLE
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@2e9f948b] state change: IDLE -> SENDING_REQUEST
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@2e9f948b] state change: SENDING_REQUEST -> ERROR
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@2e9f948b] state change: ERROR -> CLOSED
Apr 04, 2024 8:12:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38373]
Apr 04, 2024 8:12:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38373/
Apr 04, 2024 8:12:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38373]
Apr 04, 2024 8:12:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@50175258] state change: CREATED -> CONNECTING
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@50175258] state change: CONNECTING -> IDLE
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@50175258] state change: IDLE -> SENDING_REQUEST
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@50175258] state change: SENDING_REQUEST -> RECEIVING_HEADER
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@50175258] state change: RECEIVING_HEADER -> RESPONSE_TIMEOUT
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@50175258] state change: RESPONSE_TIMEOUT -> CLOSED
Apr 04, 2024 8:12:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38373]
Apr 04, 2024 8:12:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38373/
Apr 04, 2024 8:12:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38373]
Apr 04, 2024 8:12:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@1d555b7b] state change: CREATED -> CONNECTING
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@1d555b7b] state change: CONNECTING -> IDLE
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@1d555b7b] state change: IDLE -> SENDING_REQUEST
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@1d555b7b] state change: SENDING_REQUEST -> RECEIVING_HEADER
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@1d555b7b] state change: RECEIVING_HEADER -> RECEIVING_BODY
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@1d555b7b] state change: RECEIVING_BODY -> RECEIVED
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@1d555b7b] state change: RECEIVED -> IDLE
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@1d555b7b] state change: IDLE -> IDLE_TIMEOUT
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@1d555b7b] state change: IDLE_TIMEOUT -> CLOSED
Apr 04, 2024 8:12:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38373]
Apr 04, 2024 8:12:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38373/
Apr 04, 2024 8:12:23 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38373]
Apr 04, 2024 8:12:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3997c888] state change: CREATED -> CONNECTING
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3997c888] state change: CONNECTING -> IDLE
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3997c888] state change: IDLE -> SENDING_REQUEST
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3997c888] state change: SENDING_REQUEST -> RECEIVING_HEADER
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3997c888] state change: RECEIVING_HEADER -> RECEIVING_BODY
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3997c888] state change: RECEIVING_BODY -> RECEIVED
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3997c888] state change: RECEIVED -> IDLE
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3997c888] state change: IDLE -> SENDING_REQUEST
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3997c888] state change: SENDING_REQUEST -> RECEIVING_HEADER
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3997c888] state change: RECEIVING_HEADER -> RECEIVING_BODY
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3997c888] state change: RECEIVING_BODY -> RECEIVED
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3997c888] state change: RECEIVED -> IDLE
Apr 04, 2024 8:12:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38373]
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3997c888] state change: IDLE -> CLOSED_BY_SERVER
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3997c888] state change: CLOSED_BY_SERVER -> CLOSED
=== SSLHandshakeException (certificate_unknown) on the server expected ===
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.733 s -- in org.glassfish.jersey.jdk.connector.internal.SslFilterTLS11Test
javax.net.ssl.SSLException: readHandshakeRecord
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1072)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:402)
	at java.base/sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:716)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:799)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:758)
	at org.glassfish.jersey.jdk.connector.internal.SslFilterTest$SslEchoServer$1.run(SslFilterTest.java:520)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)
[INFO] Running org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyOutputStreamTest
Caused by: java.net.SocketException: Socket closed
	at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:113)
	at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:150)
	at java.base/sun.security.ssl.SSLSocketOutputRecord.flush(SSLSocketOutputRecord.java:251)
	at java.base/sun.security.ssl.HandshakeOutStream.flush(HandshakeOutStream.java:89)
	at java.base/sun.security.ssl.ECDHServerKeyExchange$ECDHServerKeyExchangeProducer.produce(ECDHServerKeyExchange.java:512)
	at java.base/sun.security.ssl.ClientHello$T12ClientHelloConsumer.consume(ClientHello.java:1101)
	at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.onClientHello(ClientHello.java:851)
	at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.consume(ClientHello.java:810)
	at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:392)
	at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:444)
	at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:421)
	at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:178)
	at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:164)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1152)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1063)
	... 8 more
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyOutputStreamTest
[INFO] Running org.glassfish.jersey.jdk.connector.internal.HttpParserTest
[WARNING] Tests run: 25, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.017 s -- in org.glassfish.jersey.jdk.connector.internal.HttpParserTest
[INFO] Running org.glassfish.jersey.jdk.connector.HttpMethodTest
Apr 04, 2024 8:12:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45597/
Apr 04, 2024 8:12:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45597]
Apr 04, 2024 8:12:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-40] Started.
Apr 04, 2024 8:12:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45597]
Apr 04, 2024 8:12:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45597/
Apr 04, 2024 8:12:23 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45597]
Apr 04, 2024 8:12:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-41] Started.
Apr 04, 2024 8:12:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38373/
Apr 04, 2024 8:12:23 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38373]
Apr 04, 2024 8:12:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@39697cb] state change: CREATED -> CONNECTING
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@39697cb] state change: CONNECTING -> IDLE
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@39697cb] state change: IDLE -> SENDING_REQUEST
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@39697cb] state change: SENDING_REQUEST -> RECEIVING_HEADER
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@39697cb] state change: RECEIVING_HEADER -> ERROR
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@39697cb] state change: ERROR -> CLOSED
Apr 04, 2024 8:12:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38373]
Apr 04, 2024 8:12:23 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
MultiException stack 1 of 1
java.lang.IllegalStateException: ServiceLocatorImpl(__HK2_Generated_6,6,77187316) has been shut down
	at org.jvnet.hk2.internal.ServiceLocatorImpl.checkState(ServiceLocatorImpl.java:2399)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getServiceHandleImpl(ServiceLocatorImpl.java:627)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getServiceHandle(ServiceLocatorImpl.java:620)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getServiceHandle(ServiceLocatorImpl.java:638)
	at org.jvnet.hk2.internal.FactoryCreator.getFactoryHandle(FactoryCreator.java:79)
	at org.jvnet.hk2.internal.FactoryCreator.create(FactoryCreator.java:91)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:710)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:150)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.lambda$service$0(GrizzlyHttpContainer.java:364)
	at org.glassfish.jersey.server.internal.process.ReferencesInitializer.apply(ReferencesInitializer.java:61)
	at org.glassfish.jersey.server.internal.process.ReferencesInitializer.apply(ReferencesInitializer.java:31)
	at org.glassfish.jersey.process.internal.Stages$LinkedStage.apply(Stages.java:284)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.902 s -- in org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest
Apr 04, 2024 8:12:23 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:12:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45597]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.484 s -- in org.glassfish.jersey.jdk.connector.HttpMethodTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 146, Failures: 0, Errors: 0, Skipped: 9
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-jdk-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jdk-connector/target/jersey-jdk-connector-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-jdk-connector ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] Running org.glassfish.jersey.jdk.connector.internal.SslFilterTLS13UrlStoresTest
[INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jdk-connector/target/bom.xml
[INFO]            attaching as jersey-jdk-connector-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jdk-connector/target/bom.json
[INFO]            attaching as jersey-jdk-connector-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-jdk-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jdk-connector/target/jersey-jdk-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-jdk-connector ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jdk-connector/target/jersey-jdk-connector-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jdk-connector/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-jdk-connector ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jdk-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jdk-connector/3.1.99-SNAPSHOT/jersey-jdk-connector-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jdk-connector/target/jersey-jdk-connector-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jdk-connector/3.1.99-SNAPSHOT/jersey-jdk-connector-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jdk-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jdk-connector/3.1.99-SNAPSHOT/jersey-jdk-connector-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jdk-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jdk-connector/3.1.99-SNAPSHOT/jersey-jdk-connector-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jdk-connector/target/jersey-jdk-connector-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jdk-connector/3.1.99-SNAPSHOT/jersey-jdk-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-jdk-connector ---
[INFO] 
[INFO] ------------------< org.glassfish.jersey.ext:project >------------------
[INFO] Building jersey-extensions 3.1.99-SNAPSHOT                      [43/303]
[INFO]   from ext/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ project ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources from .. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources from .. to target/legal/META-INF
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ project ---
[INFO] Reserved port 44369 for jersey.config.test.container.port
[INFO] Reserved port 40747 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project ---
[INFO] CycloneDX: Resolving Dependencies
=== SSLHandshakeException (certificate_unknown) on the server expected ===
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.485 s -- in org.glassfish.jersey.jdk.connector.internal.SslFilterTLS13UrlStoresTest
[INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/target/bom.xml
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/target/bom.json
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ project ---
[INFO] 
[INFO] ----------< org.glassfish.jersey.ext:jersey-entity-filtering >----------
[INFO] Building jersey-ext-entity-filtering 3.1.99-SNAPSHOT            [44/303]
[INFO]   from ext/entity-filtering/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-entity-filtering ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-entity-filtering ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-entity-filtering ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-entity-filtering ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-entity-filtering ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-entity-filtering ---
[INFO] Resources:
[INFO] org/glassfish/jersey/message/filtering/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/src/main/resources/org/glassfish/jersey/message/filtering/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-entity-filtering ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-entity-filtering ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-entity-filtering ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-entity-filtering ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-entity-filtering ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-entity-filtering ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 43 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-entity-filtering ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 43 source files with javac [debug target 11] to target/classes
[INFO] Running org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStreamTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s -- in org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStreamTest
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-entity-filtering ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-entity-filtering ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 8 source files with javac [debug target 11] to target/test-classes
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-entity-filtering ---
[INFO] Reserved port 37243 for jersey.config.test.container.port
[INFO] Reserved port 41251 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-entity-filtering ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStreamTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s -- in org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStreamTest
[INFO] Running org.glassfish.jersey.message.filtering.SecurityAnnotationsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.glassfish.jersey.message.filtering.SecurityAnnotationsTest
[INFO] Running org.glassfish.jersey.message.filtering.SecurityEntityProcessorTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.glassfish.jersey.message.filtering.SecurityEntityProcessorTest
[INFO] Running org.glassfish.jersey.message.filtering.SecurityHelperTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.glassfish.jersey.message.filtering.SecurityHelperTest
[INFO] Running org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyOutputStreamTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s -- in org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyOutputStreamTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-entity-filtering ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/target/jersey-entity-filtering-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-entity-filtering ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] Running org.glassfish.jersey.jdk.connector.internal.HttpParserTest
[WARNING] Tests run: 25, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.098 s -- in org.glassfish.jersey.jdk.connector.internal.HttpParserTest
[INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/target/bom.xml
[INFO]            attaching as jersey-entity-filtering-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/target/bom.json
[INFO]            attaching as jersey-entity-filtering-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-entity-filtering ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/target/jersey-entity-filtering-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-entity-filtering ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/target/jersey-entity-filtering-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-entity-filtering ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/3.1.99-SNAPSHOT/jersey-entity-filtering-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/target/jersey-entity-filtering-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/3.1.99-SNAPSHOT/jersey-entity-filtering-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/3.1.99-SNAPSHOT/jersey-entity-filtering-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/3.1.99-SNAPSHOT/jersey-entity-filtering-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/target/jersey-entity-filtering-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/3.1.99-SNAPSHOT/jersey-entity-filtering-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-entity-filtering ---
[INFO] Running org.glassfish.jersey.jdk.connector.HttpMethodTest
Apr 04, 2024 8:12:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38373/
Apr 04, 2024 8:12:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38373]
Apr 04, 2024 8:12:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:12:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38373]
Apr 04, 2024 8:12:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38373/
Apr 04, 2024 8:12:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38373]
Apr 04, 2024 8:12:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:12:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38373]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.132 s -- in org.glassfish.jersey.jdk.connector.HttpMethodTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 128, Failures: 0, Errors: 0, Skipped: 9
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-jdk-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jdk-connector/target/jersey-jdk-connector-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-jdk-connector ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] 
[INFO] --------< org.glassfish.jersey.media:jersey-media-json-jackson >--------
[INFO] Building jersey-media-json-jackson 3.1.99-SNAPSHOT              [45/303]
[INFO]   from media/json-jackson/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-media-json-jackson ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-json-jackson ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-json-jackson ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-json-jackson ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-media-json-jackson ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-json-jackson ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jackson/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/src/main/resources/org/glassfish/jersey/jackson/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-media-json-jackson ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-json-jackson ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-jackson ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-jackson ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-json-jackson ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-json-jackson ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 35 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/FilteringJacksonJaxbJsonProvider.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/FilteringJacksonJaxbJsonProvider.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-json-jackson ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 35 source files with javac [debug target 11] to target/classes
[INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jdk-connector/target/bom.xml
[INFO]            attaching as jersey-jdk-connector-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jdk-connector/target/bom.json
[INFO]            attaching as jersey-jdk-connector-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-jdk-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jdk-connector/target/jersey-jdk-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/FilteringJacksonJaxbJsonProvider.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/FilteringJacksonJaxbJsonProvider.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-json-jackson ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-json-jackson ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 9 source files with javac [debug target 11] to target/test-classes
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-jdk-connector ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jdk-connector/target/jersey-jdk-connector-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jdk-connector/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-jdk-connector ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jdk-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jdk-connector/3.1.99-SNAPSHOT/jersey-jdk-connector-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jdk-connector/target/jersey-jdk-connector-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jdk-connector/3.1.99-SNAPSHOT/jersey-jdk-connector-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jdk-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jdk-connector/3.1.99-SNAPSHOT/jersey-jdk-connector-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jdk-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jdk-connector/3.1.99-SNAPSHOT/jersey-jdk-connector-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jdk-connector/target/jersey-jdk-connector-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jdk-connector/3.1.99-SNAPSHOT/jersey-jdk-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-jdk-connector ---
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-media-json-jackson ---
[INFO] Reserved port 38439 for jersey.config.test.container.port
[INFO] Reserved port 39043 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-media-json-jackson ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.jackson.internal.StreamReadConstrainsTest
Apr 04, 2024 8:12:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38439/
Apr 04, 2024 8:12:34 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
[INFO] 
[INFO] ------------------< org.glassfish.jersey.ext:project >------------------
[INFO] Building jersey-extensions 3.1.99-SNAPSHOT                      [43/378]
[INFO]   from ext/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ project ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources from .. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources from .. to target/legal/META-INF
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ project ---
[INFO] Reserved port 39989 for jersey.config.test.container.port
[INFO] Reserved port 34285 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/target/bom.xml
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/target/bom.json
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ project ---
[INFO] 
[INFO] ----------< org.glassfish.jersey.ext:jersey-entity-filtering >----------
[INFO] Building jersey-ext-entity-filtering 3.1.99-SNAPSHOT            [44/378]
[INFO]   from ext/entity-filtering/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-entity-filtering ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-entity-filtering ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-entity-filtering ---
Apr 04, 2024 8:12:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38439]
Apr 04, 2024 8:12:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-entity-filtering ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-entity-filtering ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-entity-filtering ---
[INFO] Resources:
[INFO] org/glassfish/jersey/message/filtering/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/src/main/resources/org/glassfish/jersey/message/filtering/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-entity-filtering ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-entity-filtering ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-entity-filtering ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-entity-filtering ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-entity-filtering ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-entity-filtering ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 43 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/spi/FilteringHelper.java:[134,36] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityInspectorImpl.java:[134,32] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-entity-filtering ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 43 source files with javac [debug target 11] to target/classes
Apr 04, 2024 8:12:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38439]
Apr 04, 2024 8:12:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38439/
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/spi/FilteringHelper.java:[134,36] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityInspectorImpl.java:[134,32] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-entity-filtering ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-entity-filtering ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 8 source files with javac [debug target 11] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-entity-filtering ---
[INFO] Reserved port 37739 for jersey.config.test.container.port
[INFO] Reserved port 40479 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-entity-filtering ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
Apr 04, 2024 8:12:35 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38439]
Apr 04, 2024 8:12:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:12:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38439]
Apr 04, 2024 8:12:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38439/
Apr 04, 2024 8:12:35 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38439]
Apr 04, 2024 8:12:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:12:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38439]
Apr 04, 2024 8:12:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38439/
Apr 04, 2024 8:12:35 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38439]
Apr 04, 2024 8:12:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:12:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38439]
Apr 04, 2024 8:12:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38439/
Apr 04, 2024 8:12:35 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38439]
Apr 04, 2024 8:12:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:12:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38439]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.079 s -- in org.glassfish.jersey.jackson.internal.StreamReadConstrainsTest
[INFO] Running org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForBothModulesTest
[INFO] Running org.glassfish.jersey.message.filtering.SecurityAnnotationsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.glassfish.jersey.message.filtering.SecurityAnnotationsTest
[INFO] Running org.glassfish.jersey.message.filtering.SecurityEntityProcessorTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.glassfish.jersey.message.filtering.SecurityEntityProcessorTest
[INFO] Running org.glassfish.jersey.message.filtering.SecurityHelperTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.message.filtering.SecurityHelperTest
Apr 04, 2024 8:12:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38439/
Apr 04, 2024 8:12:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38439]
Apr 04, 2024 8:12:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:12:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38439]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s -- in org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForBothModulesTest
[INFO] Running org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForDisabledModulesTest
Apr 04, 2024 8:12:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38439/
Apr 04, 2024 8:12:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38439]
Apr 04, 2024 8:12:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 8:12:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38439]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForDisabledModulesTest
[INFO] Running org.glassfish.jersey.jackson.internal.DefaultJacksonJaxbJsonProviderTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-entity-filtering ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/target/jersey-entity-filtering-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-entity-filtering ---
[INFO] CycloneDX: Resolving Dependencies
Apr 04, 2024 8:12:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38439/
Apr 04, 2024 8:12:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38439]
Apr 04, 2024 8:12:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 8:12:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38439]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.glassfish.jersey.jackson.internal.DefaultJacksonJaxbJsonProviderTest
[INFO] Running org.glassfish.jersey.jackson.internal.JacksonJaxb2JsonProviderTest
Apr 04, 2024 8:12:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38439/
Apr 04, 2024 8:12:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38439]
Apr 04, 2024 8:12:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Apr 04, 2024 8:12:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38439]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 s -- in org.glassfish.jersey.jackson.internal.JacksonJaxb2JsonProviderTest
[INFO] Running org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForEnabledModulesTest
Apr 04, 2024 8:12:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38439/
Apr 04, 2024 8:12:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38439]
Apr 04, 2024 8:12:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Apr 04, 2024 8:12:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38439]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForEnabledModulesTest
[INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/target/bom.xml
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-json-jackson ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/target/jersey-media-json-jackson-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-json-jackson ---
[INFO] CycloneDX: Resolving Dependencies
[INFO]            attaching as jersey-entity-filtering-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/target/bom.json
[INFO]            attaching as jersey-entity-filtering-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-entity-filtering ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/target/jersey-entity-filtering-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-entity-filtering ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/target/jersey-entity-filtering-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-entity-filtering ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/3.1.99-SNAPSHOT/jersey-entity-filtering-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/target/jersey-entity-filtering-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/3.1.99-SNAPSHOT/jersey-entity-filtering-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/3.1.99-SNAPSHOT/jersey-entity-filtering-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/3.1.99-SNAPSHOT/jersey-entity-filtering-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/entity-filtering/target/jersey-entity-filtering-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/3.1.99-SNAPSHOT/jersey-entity-filtering-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-entity-filtering ---
[INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/target/bom.xml
[INFO]            attaching as jersey-media-json-jackson-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/target/bom.json
[INFO]            attaching as jersey-media-json-jackson-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-json-jackson ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/target/jersey-media-json-jackson-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-json-jackson ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/target/jersey-media-json-jackson-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-media-json-jackson ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/3.1.99-SNAPSHOT/jersey-media-json-jackson-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/target/jersey-media-json-jackson-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/3.1.99-SNAPSHOT/jersey-media-json-jackson-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/3.1.99-SNAPSHOT/jersey-media-json-jackson-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/3.1.99-SNAPSHOT/jersey-media-json-jackson-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/target/jersey-media-json-jackson-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/3.1.99-SNAPSHOT/jersey-media-json-jackson-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-json-jackson ---
[INFO] 
[INFO] --------< org.glassfish.jersey.media:jersey-media-json-jackson >--------
[INFO] Building jersey-media-json-jackson 3.1.99-SNAPSHOT              [45/378]
[INFO]   from media/json-jackson/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-media-json-jackson ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-json-jackson ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-json-jackson ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-json-jackson ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-media-json-jackson ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-json-jackson ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jackson/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/src/main/resources/org/glassfish/jersey/jackson/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-media-json-jackson ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-json-jackson ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-jackson ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-jackson ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-json-jackson ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-json-jackson ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 35 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] -------< org.glassfish.jersey.connectors:jersey-jetty-connector >-------
[INFO] Building jersey-connectors-jetty 3.1.99-SNAPSHOT                [46/303]
[INFO]   from connectors/jetty-connector/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-jetty-connector ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-jetty-connector ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-jetty-connector ---
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonMapperConfigurator.java:[86,33] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/FilteringJacksonJaxbJsonProvider.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/FilteringJacksonJaxbJsonProvider.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-json-jackson ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 35 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonMapperConfigurator.java:[86,33] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/FilteringJacksonJaxbJsonProvider.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/FilteringJacksonJaxbJsonProvider.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-json-jackson ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-json-jackson ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 9 source files with javac [debug target 11] to target/test-classes
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-jetty-connector ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-jetty-connector ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-jetty-connector ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jetty/connector/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-connector/src/main/resources/org/glassfish/jersey/jetty/connector/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-jetty-connector ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-connector/src/main/java11 added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-jetty-connector ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-jetty-connector ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-jetty-connector ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-jetty-connector ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-jetty-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-jetty-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-jetty-connector ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-connector/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-jetty-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-jetty-connector ---
[INFO] Reserved port 36777 for jersey.config.test.container.port
[INFO] Reserved port 45549 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-jetty-connector ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-jetty-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-connector/target/jersey-jetty-connector-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-jetty-connector ---
[INFO] CycloneDX: Resolving Dependencies
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-media-json-jackson ---
[INFO] Reserved port 42599 for jersey.config.test.container.port
[INFO] Reserved port 39795 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-media-json-jackson ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.jackson.internal.StreamReadConstrainsTest
Apr 04, 2024 8:12:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42599/
Apr 04, 2024 8:12:40 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42599]
Apr 04, 2024 8:12:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:12:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42599]
Apr 04, 2024 8:12:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42599/
Apr 04, 2024 8:12:40 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42599]
Apr 04, 2024 8:12:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:12:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42599]
Apr 04, 2024 8:12:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42599/
Apr 04, 2024 8:12:40 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42599]
Apr 04, 2024 8:12:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:12:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42599]
Apr 04, 2024 8:12:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42599/
Apr 04, 2024 8:12:41 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42599]
Apr 04, 2024 8:12:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:12:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42599]
Apr 04, 2024 8:12:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42599/
Apr 04, 2024 8:12:41 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42599]
Apr 04, 2024 8:12:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:12:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42599]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.576 s -- in org.glassfish.jersey.jackson.internal.StreamReadConstrainsTest
[INFO] Running org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForBothModulesTest
Apr 04, 2024 8:12:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42599/
Apr 04, 2024 8:12:41 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42599]
Apr 04, 2024 8:12:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:12:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42599]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForBothModulesTest
[INFO] Running org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForDisabledModulesTest
Apr 04, 2024 8:12:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42599/
Apr 04, 2024 8:12:41 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42599]
Apr 04, 2024 8:12:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 8:12:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42599]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s -- in org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForDisabledModulesTest
[INFO] Running org.glassfish.jersey.jackson.internal.DefaultJacksonJaxbJsonProviderTest
Apr 04, 2024 8:12:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42599/
Apr 04, 2024 8:12:41 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42599]
Apr 04, 2024 8:12:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 8:12:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42599]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.glassfish.jersey.jackson.internal.DefaultJacksonJaxbJsonProviderTest
[INFO] Running org.glassfish.jersey.jackson.internal.JacksonJaxb2JsonProviderTest
Apr 04, 2024 8:12:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42599/
Apr 04, 2024 8:12:41 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42599]
Apr 04, 2024 8:12:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Apr 04, 2024 8:12:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42599]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.glassfish.jersey.jackson.internal.JacksonJaxb2JsonProviderTest
[INFO] Running org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForEnabledModulesTest
Apr 04, 2024 8:12:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42599/
Apr 04, 2024 8:12:41 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:12:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42599]
Apr 04, 2024 8:12:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Apr 04, 2024 8:12:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42599]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForEnabledModulesTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-json-jackson ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/target/jersey-media-json-jackson-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-json-jackson ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-connector/target/bom.xml
[INFO]            attaching as jersey-jetty-connector-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-connector/target/bom.json
[INFO]            attaching as jersey-jetty-connector-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-jetty-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-connector/target/jersey-jetty-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-jetty-connector ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-connector/target/jersey-jetty-connector-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-connector/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-jetty-connector ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-connector/3.1.99-SNAPSHOT/jersey-jetty-connector-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-connector/target/jersey-jetty-connector-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-connector/3.1.99-SNAPSHOT/jersey-jetty-connector-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-connector/3.1.99-SNAPSHOT/jersey-jetty-connector-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-connector/3.1.99-SNAPSHOT/jersey-jetty-connector-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-connector/target/jersey-jetty-connector-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-connector/3.1.99-SNAPSHOT/jersey-jetty-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-jetty-connector ---
[INFO] 
[INFO] ----< org.glassfish.jersey.connectors:jersey-jetty-http2-connector >----
[INFO] Building jersey-connectors-jetty-http2 3.1.99-SNAPSHOT          [47/303]
[INFO]   from connectors/jetty-http2-connector/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-jetty-http2-connector ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-jetty-http2-connector ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-jetty-http2-connector ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-jetty-http2-connector ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-jetty-http2-connector ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-jetty-http2-connector ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jetty/http2/connector/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-http2-connector/src/main/resources/org/glassfish/jersey/jetty/http2/connector/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-jetty-http2-connector ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-http2-connector/src/main/java11 added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-jetty-http2-connector ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-jetty-http2-connector ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-jetty-http2-connector ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-jetty-http2-connector ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-jetty-http2-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-jetty-http2-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-jetty-http2-connector ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-http2-connector/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-jetty-http2-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-jetty-http2-connector ---
[INFO] Reserved port 45953 for jersey.config.test.container.port
[INFO] Reserved port 36899 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-jetty-http2-connector ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-jetty-http2-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-http2-connector/target/jersey-jetty-http2-connector-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-jetty-http2-connector ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/target/bom.xml
[INFO]            attaching as jersey-media-json-jackson-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/target/bom.json
[INFO]            attaching as jersey-media-json-jackson-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-json-jackson ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/target/jersey-media-json-jackson-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-json-jackson ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/target/jersey-media-json-jackson-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-media-json-jackson ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/3.1.99-SNAPSHOT/jersey-media-json-jackson-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/target/jersey-media-json-jackson-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/3.1.99-SNAPSHOT/jersey-media-json-jackson-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/3.1.99-SNAPSHOT/jersey-media-json-jackson-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/3.1.99-SNAPSHOT/jersey-media-json-jackson-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jackson/target/jersey-media-json-jackson-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/3.1.99-SNAPSHOT/jersey-media-json-jackson-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-json-jackson ---
[INFO] 
[INFO] -------< org.glassfish.jersey.connectors:jersey-jetty-connector >-------
[INFO] Building jersey-connectors-jetty 3.1.99-SNAPSHOT                [46/378]
[INFO]   from connectors/jetty-connector/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-jetty-connector ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-jetty-connector ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-jetty-connector ---
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-http2-connector/target/bom.xml
[INFO]            attaching as jersey-jetty-http2-connector-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-http2-connector/target/bom.json
[INFO]            attaching as jersey-jetty-http2-connector-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-jetty-http2-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-http2-connector/target/jersey-jetty-http2-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-jetty-http2-connector ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-http2-connector/target/jersey-jetty-http2-connector-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-http2-connector/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-jetty-http2-connector ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-http2-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-http2-connector/3.1.99-SNAPSHOT/jersey-jetty-http2-connector-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-http2-connector/target/jersey-jetty-http2-connector-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-http2-connector/3.1.99-SNAPSHOT/jersey-jetty-http2-connector-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-http2-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-http2-connector/3.1.99-SNAPSHOT/jersey-jetty-http2-connector-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-http2-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-http2-connector/3.1.99-SNAPSHOT/jersey-jetty-http2-connector-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-http2-connector/target/jersey-jetty-http2-connector-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-http2-connector/3.1.99-SNAPSHOT/jersey-jetty-http2-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-jetty-http2-connector ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-jetty-connector ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-jetty-connector ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-jetty-connector ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jetty/connector/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-connector/src/main/resources/org/glassfish/jersey/jetty/connector/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-jetty-connector ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-connector/src/main/java17 added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-jetty-connector ---
[INFO] Copying 2 resources from ../.. to target17/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-jetty-connector ---
[INFO] Copying 2 resources from ../.. to target17/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-jetty-connector ---
[INFO] Copying 2 resources from ../.. to target17/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-jetty-connector ---
[INFO] Copying 1 resource from src/main/resources to target17/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-jetty-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files with javac [debug target 11] to target17/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-connector/src/main/java17/org/glassfish/jersey/jetty/connector/JettyConnector.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-connector/src/main/java17/org/glassfish/jersey/jetty/connector/JettyConnector.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-connector/src/main/java17/org/glassfish/jersey/jetty/connector/JettyConnector.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-jetty-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files with javac [debug target 11] to target17/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-connector/src/main/java17/org/glassfish/jersey/jetty/connector/JettyConnector.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-connector/src/main/java17/org/glassfish/jersey/jetty/connector/JettyConnector.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-connector/src/main/java17/org/glassfish/jersey/jetty/connector/JettyConnector.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-jetty-connector ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-connector/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-jetty-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 18 source files with javac [debug target 11] to target17/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/CookieTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/CookieTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/CookieTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-jetty-connector ---
[INFO] Reserved port 39363 for jersey.config.test.container.port
[INFO] Reserved port 42641 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-jetty-connector ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-connector/target17/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] ------< org.glassfish.jersey.connectors:jersey-jetty11-connector >------
[INFO] Building jersey-connectors-jetty11 3.1.99-SNAPSHOT              [48/303]
[INFO]   from connectors/jetty11-connector/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-jetty11-connector ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-jetty11-connector ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-jetty11-connector ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-jetty11-connector ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-jetty11-connector ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-jetty11-connector ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jetty/connector/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/src/main/resources/org/glassfish/jersey/jetty/connector/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-jetty11-connector ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-jetty11-connector ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-jetty11-connector ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-jetty11-connector ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-jetty11-connector ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-jetty11-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-jetty11-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-jetty11-connector ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-jetty11-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 18 source files with javac [debug target 11] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty/connector/CookieTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty/connector/CookieTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty/connector/CookieTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-jetty11-connector ---
[INFO] Reserved port 33195 for jersey.config.test.container.port
[INFO] Reserved port 46323 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-jetty11-connector ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.jetty.connector.FollowRedirectsTest
Apr 04, 2024 8:12:45 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
[INFO] Running org.glassfish.jersey.jetty.connector.AuthTest
Apr 04, 2024 8:12:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:46 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:46 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:47 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.870 s -- in org.glassfish.jersey.jetty.connector.FollowRedirectsTest
[INFO] Running org.glassfish.jersey.jetty.connector.UnderlyingHttpClientAccessTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.glassfish.jersey.jetty.connector.UnderlyingHttpClientAccessTest
[INFO] Running org.glassfish.jersey.jetty.connector.HttpHeadersTest
Apr 04, 2024 8:12:47 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:47 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.257 s -- in org.glassfish.jersey.jetty.connector.HttpHeadersTest
[INFO] Running org.glassfish.jersey.jetty.connector.AuthFilterTest
Apr 04, 2024 8:12:47 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:47 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:47 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.251 s -- in org.glassfish.jersey.jetty.connector.AuthFilterTest
[INFO] Running org.glassfish.jersey.jetty.connector.AuthTest
Apr 04, 2024 8:12:47 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:47 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:47 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.270 s -- in org.glassfish.jersey.jetty.connector.AuthTest
[INFO] Running org.glassfish.jersey.jetty.connector.GZIPContentEncodingTest
Apr 04, 2024 8:12:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
Apr 04, 2024 8:12:48 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:48 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.220 s -- in org.glassfish.jersey.jetty.connector.GZIPContentEncodingTest
[INFO] Running org.glassfish.jersey.jetty.connector.NoEntityTest
Apr 04, 2024 8:12:48 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:12:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:12:48 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:48 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.333 s -- in org.glassfish.jersey.jetty.connector.AuthTest
[INFO] Running org.glassfish.jersey.jetty.connector.CookieTest
Apr 04, 2024 8:12:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:12:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:48 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.348 s -- in org.glassfish.jersey.jetty.connector.NoEntityTest
[INFO] Running org.glassfish.jersey.jetty.connector.SyncResponseSizeTest
Apr 04, 2024 8:12:48 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:12:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:12:48 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:48 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: An I/O error has occurred while writing a response message entity to the container output stream.
org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:266)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:160)
	at org.eclipse.jetty.server.Server.handle(Server.java:179)
	at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619)
	at org.eclipse.jetty.server.internal.HttpConnection.onFillable(HttpConnection.java:411)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:322)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:99)
	at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: org.eclipse.jetty.io.EofException
	at org.eclipse.jetty.io.SocketChannelEndPoint.flush(SocketChannelEndPoint.java:117)
	at org.eclipse.jetty.io.WriteFlusher.flush(WriteFlusher.java:422)
	at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:275)
	at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:254)
	at org.eclipse.jetty.io.AbstractEndPoint.write(AbstractEndPoint.java:368)
	at org.eclipse.jetty.server.internal.HttpConnection$SendCallback.process(HttpConnection.java:839)
	at org.eclipse.jetty.util.IteratingCallback.processing(IteratingCallback.java:250)
	at org.eclipse.jetty.util.IteratingCallback.iterate(IteratingCallback.java:231)
	at org.eclipse.jetty.server.internal.HttpConnection$HttpStreamOverHTTP1.send(HttpConnection.java:1419)
	at org.eclipse.jetty.server.internal.HttpChannelState$ChannelResponse.write(HttpChannelState.java:1246)
	at org.eclipse.jetty.io.content.ContentSinkOutputStream.write(ContentSinkOutputStream.java:53)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:200)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:309)
	at java.base/sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:381)
	at java.base/sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:357)
	at java.base/sun.nio.cs.StreamEncoder.lockedWrite(StreamEncoder.java:158)
	at java.base/sun.nio.cs.StreamEncoder.write(StreamEncoder.java:139)
	at java.base/sun.nio.cs.StreamEncoder.write(StreamEncoder.java:167)
	at java.base/java.io.OutputStreamWriter.write(OutputStreamWriter.java:237)
	at java.base/java.io.Writer.write(Writer.java:278)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:249)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61)
	... 27 more
Caused by: java.io.IOException: Broken pipe
	at java.base/sun.nio.ch.SocketDispatcher.writev0(Native Method)
	at java.base/sun.nio.ch.SocketDispatcher.writev(SocketDispatcher.java:66)
	at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:227)
	at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:158)
	at java.base/sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:574)
	at java.base/java.nio.channels.SocketChannel.write(SocketChannel.java:660)
	at org.eclipse.jetty.io.SocketChannelEndPoint.flush(SocketChannelEndPoint.java:111)
	... 56 more

Apr 04, 2024 8:12:48 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:49 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.525 s -- in org.glassfish.jersey.jetty.connector.SyncResponseSizeTest
[INFO] Running org.glassfish.jersey.jetty.connector.ManagedClientTest
Apr 04, 2024 8:12:49 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:49 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.jetty.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method.
Apr 04, 2024 8:12:49 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.jetty.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 s -- in org.glassfish.jersey.jetty.connector.ManagedClientTest
[INFO] Running org.glassfish.jersey.jetty.connector.CookieTest
Apr 04, 2024 8:12:49 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.430 s -- in org.glassfish.jersey.jetty.connector.CookieTest
[INFO] Running org.glassfish.jersey.jetty.connector.NoEntityTest
Apr 04, 2024 8:12:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 8:12:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 8:12:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Apr 04, 2024 8:12:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Apr 04, 2024 8:12:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.503 s -- in org.glassfish.jersey.jetty.connector.NoEntityTest
[INFO] Running org.glassfish.jersey.jetty.connector.SyncResponseSizeTest
Apr 04, 2024 8:12:49 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:49 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.197 s -- in org.glassfish.jersey.jetty.connector.CookieTest
[INFO] Running org.glassfish.jersey.jetty.connector.TimeoutTest
Apr 04, 2024 8:12:49 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Apr 04, 2024 8:12:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:49 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Apr 04, 2024 8:12:50 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: An I/O error has occurred while writing a response message entity to the container output stream.
org.glassfish.jersey.server.internal.process.MappableException: java.io.IOException: Connection is closed
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:266)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.io.IOException: Connection is closed
	at org.glassfish.grizzly.nio.NIOConnection.assertOpen(NIOConnection.java:420)
	at org.glassfish.grizzly.http.io.OutputBuffer.write(OutputBuffer.java:613)
	at org.glassfish.grizzly.http.server.NIOOutputStreamImpl.write(NIOOutputStreamImpl.java:60)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:200)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:233)
	at java.base/sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:303)
	at java.base/sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:281)
	at java.base/sun.nio.cs.StreamEncoder.write(StreamEncoder.java:125)
	at java.base/sun.nio.cs.StreamEncoder.write(StreamEncoder.java:135)
	at java.base/java.io.OutputStreamWriter.write(OutputStreamWriter.java:229)
	at java.base/java.io.Writer.write(Writer.java:249)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:249)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61)
	... 21 more
Caused by: java.io.IOException: Broken pipe
	at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method)
	at java.base/sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
	at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:113)
	at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:58)
	at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:50)
	at java.base/sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:466)
	at org.glassfish.grizzly.nio.transport.TCPNIOUtils.flushByteBuffer(TCPNIOUtils.java:118)
	at org.glassfish.grizzly.nio.transport.TCPNIOUtils.writeCompositeBuffer(TCPNIOUtils.java:63)
	at org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueWriter.write0(TCPNIOAsyncQueueWriter.java:96)
	at org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueWriter.write0(TCPNIOAsyncQueueWriter.java:77)
	at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:211)
	at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:137)
	at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:47)
	at org.glassfish.grizzly.nio.transport.TCPNIOTransportFilter.handleWrite(TCPNIOTransportFilter.java:106)
	at org.glassfish.grizzly.filterchain.TransportFilter.handleWrite(TransportFilter.java:148)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$8.execute(ExecutorResolver.java:81)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext.write(FilterChainContext.java:751)
	at org.glassfish.grizzly.filterchain.FilterChainContext.write(FilterChainContext.java:729)
	at org.glassfish.grizzly.http.io.OutputBuffer.flushBuffer(OutputBuffer.java:1004)
	at org.glassfish.grizzly.http.io.OutputBuffer.write(OutputBuffer.java:644)
	... 40 more

Apr 04, 2024 8:12:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Apr 04, 2024 8:12:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Apr 04, 2024 8:12:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.800 s -- in org.glassfish.jersey.jetty.connector.SyncResponseSizeTest
[INFO] Running org.glassfish.jersey.jetty.connector.HelloWorldTest
Apr 04, 2024 8:12:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Apr 04, 2024 8:12:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Apr 04, 2024 8:12:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Apr 04, 2024 8:12:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
CustomLoggingFilter.preFilter called
CustomLoggingFilter.postFilter called
Apr 04, 2024 8:12:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
CustomLoggingFilter.preFilter called
CustomLoggingFilter.postFilter called
Apr 04, 2024 8:12:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Apr 04, 2024 8:12:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
CustomLoggingFilter.preFilter called
CustomLoggingFilter.postFilter called
Apr 04, 2024 8:12:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Apr 04, 2024 8:12:51 AM org.glassfish.jersey.jetty.connector.HelloWorldTest testAsyncClientRequests
INFO: Executed in: 76
Apr 04, 2024 8:12:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
CustomLoggingFilter.preFilter called
CustomLoggingFilter.postFilter called
Apr 04, 2024 8:12:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
CustomLoggingFilter.preFilter called
CustomLoggingFilter.postFilter called
Apr 04, 2024 8:12:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Apr 04, 2024 8:12:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Apr 04, 2024 8:12:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.215 s -- in org.glassfish.jersey.jetty.connector.HelloWorldTest
[INFO] Running org.glassfish.jersey.jetty.connector.EntityTest
Apr 04, 2024 8:12:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Apr 04, 2024 8:12:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Apr 04, 2024 8:12:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Apr 04, 2024 8:12:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:51 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: An I/O error has occurred while writing a response message entity to the container output stream.
org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:266)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:160)
	at org.eclipse.jetty.server.Server.handle(Server.java:179)
	at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619)
	at org.eclipse.jetty.server.internal.HttpConnection.onFillable(HttpConnection.java:411)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:322)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:99)
	at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: org.eclipse.jetty.io.EofException
	at org.eclipse.jetty.server.internal.HttpConnection$SendCallback.reset(HttpConnection.java:739)
	at org.eclipse.jetty.server.internal.HttpConnection$HttpStreamOverHTTP1.send(HttpConnection.java:1418)
	at org.eclipse.jetty.server.internal.HttpChannelState$ChannelResponse.write(HttpChannelState.java:1246)
	at org.eclipse.jetty.io.content.ContentSinkOutputStream.write(ContentSinkOutputStream.java:53)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:200)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:309)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:405)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:410)
	at java.base/sun.nio.cs.StreamEncoder.lockedFlush(StreamEncoder.java:214)
	at java.base/sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:201)
	at java.base/java.io.OutputStreamWriter.flush(OutputStreamWriter.java:262)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:250)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61)
	... 27 more

Apr 04, 2024 8:12:51 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:51 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Apr 04, 2024 8:12:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.466 s -- in org.glassfish.jersey.jetty.connector.EntityTest
[INFO] Running org.glassfish.jersey.jetty.connector.MethodTest
Apr 04, 2024 8:12:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Apr 04, 2024 8:12:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Apr 04, 2024 8:12:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Apr 04, 2024 8:12:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Apr 04, 2024 8:12:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Apr 04, 2024 8:12:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
Apr 04, 2024 8:12:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-36] Started.
Apr 04, 2024 8:12:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-37] Started.
Apr 04, 2024 8:12:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-38] Started.
Apr 04, 2024 8:12:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-39] Started.
Apr 04, 2024 8:12:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.609 s -- in org.glassfish.jersey.jetty.connector.MethodTest
[INFO] Running org.glassfish.jersey.jetty.connector.UnderlyingHttpClientAccessTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.glassfish.jersey.jetty.connector.UnderlyingHttpClientAccessTest
[INFO] Running org.glassfish.jersey.jetty.connector.ErrorTest
Apr 04, 2024 8:12:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-40] Started.
Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:53 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
MultiException stack 1 of 2
java.lang.IllegalStateException: Could not find an active context for org.glassfish.jersey.process.internal.RequestScoped
	at org.jvnet.hk2.internal.ServiceLocatorImpl._resolveContext(ServiceLocatorImpl.java:2228)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$3.compute(ServiceLocatorImpl.java:162)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$3.compute(ServiceLocatorImpl.java:158)
	at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131)
	at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.resolveContext(ServiceLocatorImpl.java:2241)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2087)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
MultiException stack 2 of 2
java.lang.IllegalStateException: While attempting to create a service for SystemDescriptor(
	implementation=org.glassfish.jersey.jetty.connector.ErrorTest$ErrorResource
	contracts={org.glassfish.jersey.jetty.connector.ErrorTest$ErrorResource}
	scope=org.glassfish.jersey.process.internal.RequestScoped
	qualifiers={}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=150
	locatorId=82
	identityHashCode=1080113926
	reified=true) in scope org.glassfish.jersey.process.internal.RequestScoped an error occured while locating the context
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2093)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:53 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-41] Started.
Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-42] Started.
Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510)
	at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82)
	at org.glassfish.grizzly.strategies.SameThreadIOStrategy.executeIoEvent(SameThreadIOStrategy.java:69)
	at org.glassfish.grizzly.strategies.AbstractIOStrategy.executeIoEvent(AbstractIOStrategy.java:66)
	at org.glassfish.grizzly.nio.SelectorRunner.iterateKeyEvents(SelectorRunner.java:381)
	at org.glassfish.grizzly.nio.SelectorRunner.iterateKeys(SelectorRunner.java:353)
	at org.glassfish.grizzly.nio.SelectorRunner.doSelect(SelectorRunner.java:319)
	at org.glassfish.grizzly.nio.SelectorRunner.run(SelectorRunner.java:248)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510)
	at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82)
	at org.glassfish.grizzly.strategies.SameThreadIOStrategy.executeIoEvent(SameThreadIOStrategy.java:69)
	at org.glassfish.grizzly.strategies.AbstractIOStrategy.executeIoEvent(AbstractIOStrategy.java:66)
	at org.glassfish.grizzly.nio.SelectorRunner.iterateKeyEvents(SelectorRunner.java:381)
	at org.glassfish.grizzly.nio.SelectorRunner.iterateKeys(SelectorRunner.java:353)
	at org.glassfish.grizzly.nio.SelectorRunner.doSelect(SelectorRunner.java:319)
	at org.glassfish.grizzly.nio.SelectorRunner.run(SelectorRunner.java:248)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:12:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-43] Started.
Apr 04, 2024 8:12:53 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: An I/O error has occurred while writing a response message entity to the container output stream.
org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:266)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:160)
	at org.eclipse.jetty.server.Server.handle(Server.java:179)
	at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619)
	at org.eclipse.jetty.server.internal.HttpConnection.onFillable(HttpConnection.java:411)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:322)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:99)
	at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: org.eclipse.jetty.io.EofException
	at org.eclipse.jetty.server.internal.HttpConnection$SendCallback.reset(HttpConnection.java:739)
	at org.eclipse.jetty.server.internal.HttpConnection$HttpStreamOverHTTP1.send(HttpConnection.java:1418)
	at org.eclipse.jetty.server.internal.HttpChannelState$ChannelResponse.write(HttpChannelState.java:1246)
	at org.eclipse.jetty.io.content.ContentSinkOutputStream.write(ContentSinkOutputStream.java:53)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:200)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:309)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:405)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:410)
	at java.base/sun.nio.cs.StreamEncoder.lockedFlush(StreamEncoder.java:214)
	at java.base/sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:201)
	at java.base/java.io.OutputStreamWriter.flush(OutputStreamWriter.java:262)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:250)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61)
	... 27 more

Apr 04, 2024 8:12:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.361 s -- in org.glassfish.jersey.jetty.connector.ErrorTest
[INFO] Running org.glassfish.jersey.jetty.connector.ManagedClientTest
Apr 04, 2024 8:12:53 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:54 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: An I/O error has occurred while writing a response message entity to the container output stream.
org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:266)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:160)
	at org.eclipse.jetty.server.Server.handle(Server.java:179)
	at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619)
	at org.eclipse.jetty.server.internal.HttpConnection.onFillable(HttpConnection.java:411)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:322)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:99)
	at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: org.eclipse.jetty.io.EofException
	at org.eclipse.jetty.server.internal.HttpConnection$SendCallback.reset(HttpConnection.java:739)
	at org.eclipse.jetty.server.internal.HttpConnection$HttpStreamOverHTTP1.send(HttpConnection.java:1418)
	at org.eclipse.jetty.server.internal.HttpChannelState$ChannelResponse.write(HttpChannelState.java:1246)
	at org.eclipse.jetty.io.content.ContentSinkOutputStream.write(ContentSinkOutputStream.java:53)
	at java.base/java.io.OutputStream.write(OutputStream.java:124)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:185)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:271)
	at org.glassfish.jersey.jetty.connector.TimeoutTest.lambda$streamSlowly$0(TimeoutTest.java:102)
	at org.glassfish.jersey.message.internal.StreamingOutputProvider.writeTo(StreamingOutputProvider.java:55)
	at org.glassfish.jersey.message.internal.StreamingOutputProvider.writeTo(StreamingOutputProvider.java:37)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61)
	... 27 more

Apr 04, 2024 8:12:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:54 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.jetty.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method.
Apr 04, 2024 8:12:54 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.jetty.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method.
Apr 04, 2024 8:12:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-44] Started.
Apr 04, 2024 8:12:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 s -- in org.glassfish.jersey.jetty.connector.ManagedClientTest
[INFO] Running org.glassfish.jersey.jetty.connector.HttpHeadersTest
Apr 04, 2024 8:12:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-45] Started.
Apr 04, 2024 8:12:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:54 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:54 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: An I/O error has occurred while writing a response message entity to the container output stream.
org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:266)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:160)
	at org.eclipse.jetty.server.Server.handle(Server.java:179)
	at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619)
	at org.eclipse.jetty.server.internal.HttpConnection.onFillable(HttpConnection.java:411)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:322)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:99)
	at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: org.eclipse.jetty.io.EofException
	at org.eclipse.jetty.server.internal.HttpConnection$SendCallback.reset(HttpConnection.java:739)
	at org.eclipse.jetty.server.internal.HttpConnection$HttpStreamOverHTTP1.send(HttpConnection.java:1418)
	at org.eclipse.jetty.server.internal.HttpChannelState$ChannelResponse.write(HttpChannelState.java:1246)
	at org.eclipse.jetty.io.content.ContentSinkOutputStream.write(ContentSinkOutputStream.java:53)
	at java.base/java.io.OutputStream.write(OutputStream.java:124)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:185)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:271)
	at org.glassfish.jersey.jetty.connector.TimeoutTest.lambda$streamSlowly$0(TimeoutTest.java:112)
	at org.glassfish.jersey.message.internal.StreamingOutputProvider.writeTo(StreamingOutputProvider.java:55)
	at org.glassfish.jersey.message.internal.StreamingOutputProvider.writeTo(StreamingOutputProvider.java:37)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61)
	... 27 more

[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.810 s -- in org.glassfish.jersey.jetty.connector.TimeoutTest
[INFO] Running org.glassfish.jersey.jetty.connector.HelloWorldTest
Apr 04, 2024 8:12:54 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:54 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:54 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-46] Started.
Apr 04, 2024 8:12:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s -- in org.glassfish.jersey.jetty.connector.HttpHeadersTest
[INFO] Running org.glassfish.jersey.jetty.connector.AuthFilterTest
Apr 04, 2024 8:12:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-47] Started.
Apr 04, 2024 8:12:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-48] Started.
Apr 04, 2024 8:12:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-49] Started.
Apr 04, 2024 8:12:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 s -- in org.glassfish.jersey.jetty.connector.AuthFilterTest
[INFO] Running org.glassfish.jersey.jetty.connector.FollowRedirectsTest
Apr 04, 2024 8:12:54 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
CustomLoggingFilter.preFilter called
CustomLoggingFilter.postFilter called
Apr 04, 2024 8:12:54 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
CustomLoggingFilter.preFilter called
CustomLoggingFilter.postFilter called
Apr 04, 2024 8:12:54 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:54 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
CustomLoggingFilter.preFilter called
CustomLoggingFilter.postFilter called
Apr 04, 2024 8:12:54 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-50] Started.
Apr 04, 2024 8:12:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-51] Started.
Apr 04, 2024 8:12:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-52] Started.
Apr 04, 2024 8:12:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-53] Started.
Apr 04, 2024 8:12:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.225 s -- in org.glassfish.jersey.jetty.connector.FollowRedirectsTest
[INFO] Running org.glassfish.jersey.jetty.connector.GZIPContentEncodingTest
Apr 04, 2024 8:12:54 AM org.glassfish.jersey.jetty.connector.HelloWorldTest testAsyncClientRequests
INFO: Executed in: 71
Apr 04, 2024 8:12:54 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
CustomLoggingFilter.preFilter called
CustomLoggingFilter.postFilter called
Apr 04, 2024 8:12:54 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
CustomLoggingFilter.preFilter called
CustomLoggingFilter.postFilter called
Apr 04, 2024 8:12:54 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-54] Started.
Apr 04, 2024 8:12:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-55] Started.
Apr 04, 2024 8:12:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 s -- in org.glassfish.jersey.jetty.connector.GZIPContentEncodingTest
[INFO] Running org.glassfish.jersey.jetty.connector.TraceSupportTest
Apr 04, 2024 8:12:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-56] Started.
Apr 04, 2024 8:12:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:54 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.708 s -- in org.glassfish.jersey.jetty.connector.HelloWorldTest
[INFO] Running org.glassfish.jersey.jetty.connector.MethodTest
Apr 04, 2024 8:12:55 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:55 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:55 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:55 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-57] Started.
Apr 04, 2024 8:12:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-58] Started.
Apr 04, 2024 8:12:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-59] Started.
Apr 04, 2024 8:12:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-60] Started.
Apr 04, 2024 8:12:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-61] Started.
Apr 04, 2024 8:12:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.361 s -- in org.glassfish.jersey.jetty.connector.TraceSupportTest
[INFO] Running org.glassfish.jersey.jetty.connector.AsyncTest
Apr 04, 2024 8:12:55 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:55 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:55 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:55 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-62] Started.
Apr 04, 2024 8:12:55 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 1 on thread grizzly-http-server-2
Apr 04, 2024 8:12:55 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 3 on thread grizzly-http-server-0
Apr 04, 2024 8:12:55 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 2 on thread grizzly-http-server-1
Apr 04, 2024 8:12:55 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:55 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.533 s -- in org.glassfish.jersey.jetty.connector.MethodTest
[INFO] Running org.glassfish.jersey.jetty.connector.ErrorTest
Apr 04, 2024 8:12:55 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:55 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
org.eclipse.jetty.http.BadMessageException: 400: Early EOF
	at org.eclipse.jetty.server.internal.HttpConnection$RequestHandler.earlyEOF(HttpConnection.java:1050)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1637)
	at org.eclipse.jetty.server.internal.HttpConnection.parseRequestBuffer(HttpConnection.java:568)
	at org.eclipse.jetty.server.internal.HttpConnection.parseAndFillForContent(HttpConnection.java:493)
	at org.eclipse.jetty.server.internal.HttpConnection$HttpStreamOverHTTP1.demand(HttpConnection.java:1370)
	at org.eclipse.jetty.server.internal.HttpChannelState$ChannelRequest.demand(HttpChannelState.java:952)
	at org.eclipse.jetty.io.content.ContentSourceInputStream.read(ContentSourceInputStream.java:92)
	at org.glassfish.jersey.message.internal.EntityInputStream.read(EntityInputStream.java:79)
	at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$UnCloseableInputStream.read(ReaderInterceptorExecutor.java:276)
	at org.glassfish.jersey.message.internal.ReaderWriter.readAllBytes(ReaderWriter.java:186)
	at org.glassfish.jersey.message.internal.ReaderWriter.readFromAsString(ReaderWriter.java:143)
	at org.glassfish.jersey.message.internal.StringMessageProvider.readFrom(StringMessageProvider.java:54)
	at org.glassfish.jersey.message.internal.StringMessageProvider.readFrom(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$TerminalReaderInterceptor.invokeReadFrom(ReaderInterceptorExecutor.java:235)
	at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$TerminalReaderInterceptor.aroundReadFrom(ReaderInterceptorExecutor.java:214)
	at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.proceed(ReaderInterceptorExecutor.java:134)
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundReadFrom(MappableExceptionWrapperInterceptor.java:49)
	at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.proceed(ReaderInterceptorExecutor.java:134)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.readFrom(MessageBodyFactory.java:1072)
	at org.glassfish.jersey.message.internal.InboundMessageContext.readEntity(InboundMessageContext.java:657)
	at org.glassfish.jersey.server.ContainerRequest.readEntity(ContainerRequest.java:290)
	at org.glassfish.jersey.server.internal.inject.EntityParamValueParamProvider$EntityValueSupplier.apply(EntityParamValueParamProvider.java:73)
	at org.glassfish.jersey.server.internal.inject.EntityParamValueParamProvider$EntityValueSupplier.apply(EntityParamValueParamProvider.java:56)
	at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50)
	at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:68)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:160)
	at org.eclipse.jetty.server.Server.handle(Server.java:179)
	at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619)
	at org.eclipse.jetty.server.internal.HttpConnection.onFillable(HttpConnection.java:411)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:322)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:99)
	at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:478)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:441)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:293)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run(AdaptiveExecutionStrategy.java:201)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:410)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:12:55 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
org.eclipse.jetty.http.BadMessageException: 400: Early EOF
	at org.eclipse.jetty.server.internal.HttpConnection$RequestHandler.earlyEOF(HttpConnection.java:1050)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1637)
	at org.eclipse.jetty.server.internal.HttpConnection.parseRequestBuffer(HttpConnection.java:568)
	at org.eclipse.jetty.server.internal.HttpConnection.parseAndFillForContent(HttpConnection.java:493)
	at org.eclipse.jetty.server.internal.HttpConnection$HttpStreamOverHTTP1.demand(HttpConnection.java:1370)
	at org.eclipse.jetty.server.internal.HttpChannelState$ChannelRequest.demand(HttpChannelState.java:952)
	at org.eclipse.jetty.io.content.ContentSourceInputStream.read(ContentSourceInputStream.java:92)
	at org.glassfish.jersey.message.internal.EntityInputStream.read(EntityInputStream.java:79)
	at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$UnCloseableInputStream.read(ReaderInterceptorExecutor.java:276)
	at org.glassfish.jersey.message.internal.ReaderWriter.readAllBytes(ReaderWriter.java:186)
	at org.glassfish.jersey.message.internal.ReaderWriter.readFromAsString(ReaderWriter.java:143)
	at org.glassfish.jersey.message.internal.StringMessageProvider.readFrom(StringMessageProvider.java:54)
	at org.glassfish.jersey.message.internal.StringMessageProvider.readFrom(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$TerminalReaderInterceptor.invokeReadFrom(ReaderInterceptorExecutor.java:235)
	at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$TerminalReaderInterceptor.aroundReadFrom(ReaderInterceptorExecutor.java:214)
	at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.proceed(ReaderInterceptorExecutor.java:134)
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundReadFrom(MappableExceptionWrapperInterceptor.java:49)
	at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.proceed(ReaderInterceptorExecutor.java:134)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.readFrom(MessageBodyFactory.java:1072)
	at org.glassfish.jersey.message.internal.InboundMessageContext.readEntity(InboundMessageContext.java:657)
	at org.glassfish.jersey.server.ContainerRequest.readEntity(ContainerRequest.java:290)
	at org.glassfish.jersey.server.internal.inject.EntityParamValueParamProvider$EntityValueSupplier.apply(EntityParamValueParamProvider.java:73)
	at org.glassfish.jersey.server.internal.inject.EntityParamValueParamProvider$EntityValueSupplier.apply(EntityParamValueParamProvider.java:56)
	at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50)
	at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:68)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:160)
	at org.eclipse.jetty.server.Server.handle(Server.java:179)
	at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619)
	at org.eclipse.jetty.server.internal.HttpConnection.onFillable(HttpConnection.java:411)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:322)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:99)
	at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:12:55 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
MultiException stack 1 of 2
java.lang.IllegalStateException: Could not find an active context for org.glassfish.jersey.process.internal.RequestScoped
	at org.jvnet.hk2.internal.ServiceLocatorImpl._resolveContext(ServiceLocatorImpl.java:2228)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$3.compute(ServiceLocatorImpl.java:162)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$3.compute(ServiceLocatorImpl.java:158)
	at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
	at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131)
	at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.resolveContext(ServiceLocatorImpl.java:2241)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2087)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:160)
	at org.eclipse.jetty.server.Server.handle(Server.java:179)
	at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619)
	at org.eclipse.jetty.server.internal.HttpConnection.onFillable(HttpConnection.java:411)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:322)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:99)
	at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:478)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:441)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:293)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run(AdaptiveExecutionStrategy.java:201)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:410)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156)
	at java.base/java.lang.Thread.run(Thread.java:1583)
MultiException stack 2 of 2
java.lang.IllegalStateException: While attempting to create a service for SystemDescriptor(
	implementation=org.glassfish.jersey.jetty.connector.ErrorTest$ErrorResource
	contracts={org.glassfish.jersey.jetty.connector.ErrorTest$ErrorResource}
	scope=org.glassfish.jersey.process.internal.RequestScoped
	qualifiers={}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=149
	locatorId=112
	identityHashCode=1282282609
	reified=true) in scope org.glassfish.jersey.process.internal.RequestScoped an error occured while locating the context
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2093)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:160)
	at org.eclipse.jetty.server.Server.handle(Server.java:179)
	at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619)
	at org.eclipse.jetty.server.internal.HttpConnection.onFillable(HttpConnection.java:411)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:322)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:99)
	at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:478)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:441)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:293)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run(AdaptiveExecutionStrategy.java:201)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:410)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:12:55 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: An I/O error has occurred while writing a response message entity to the container output stream.
org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.http.BadMessageException: 400: Early EOF
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:160)
	at org.eclipse.jetty.server.Server.handle(Server.java:179)
	at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619)
	at org.eclipse.jetty.server.internal.HttpConnection.onFillable(HttpConnection.java:411)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:322)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:99)
	at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: org.eclipse.jetty.http.BadMessageException: 400: Early EOF
	at org.eclipse.jetty.server.internal.HttpConnection$RequestHandler.earlyEOF(HttpConnection.java:1050)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1637)
	at org.eclipse.jetty.server.internal.HttpConnection.parseRequestBuffer(HttpConnection.java:568)
	at org.eclipse.jetty.server.internal.HttpConnection.parseAndFillForContent(HttpConnection.java:493)
	at org.eclipse.jetty.server.internal.HttpConnection$HttpStreamOverHTTP1.demand(HttpConnection.java:1370)
	at org.eclipse.jetty.server.internal.HttpChannelState$ChannelRequest.demand(HttpChannelState.java:952)
	at org.eclipse.jetty.io.content.ContentSourceInputStream.read(ContentSourceInputStream.java:92)
	at org.glassfish.jersey.message.internal.EntityInputStream.read(EntityInputStream.java:79)
	at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$UnCloseableInputStream.read(ReaderInterceptorExecutor.java:276)
	at org.glassfish.jersey.message.internal.ReaderWriter.readAllBytes(ReaderWriter.java:186)
	at org.glassfish.jersey.message.internal.ReaderWriter.readFromAsString(ReaderWriter.java:143)
	at org.glassfish.jersey.message.internal.StringMessageProvider.readFrom(StringMessageProvider.java:54)
	at org.glassfish.jersey.message.internal.StringMessageProvider.readFrom(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$TerminalReaderInterceptor.invokeReadFrom(ReaderInterceptorExecutor.java:235)
	at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$TerminalReaderInterceptor.aroundReadFrom(ReaderInterceptorExecutor.java:214)
	at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.proceed(ReaderInterceptorExecutor.java:134)
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundReadFrom(MappableExceptionWrapperInterceptor.java:49)
	at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.proceed(ReaderInterceptorExecutor.java:134)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.readFrom(MessageBodyFactory.java:1072)
	at org.glassfish.jersey.message.internal.InboundMessageContext.readEntity(InboundMessageContext.java:657)
	at org.glassfish.jersey.server.ContainerRequest.readEntity(ContainerRequest.java:290)
	at org.glassfish.jersey.server.internal.inject.EntityParamValueParamProvider$EntityValueSupplier.apply(EntityParamValueParamProvider.java:73)
	at org.glassfish.jersey.server.internal.inject.EntityParamValueParamProvider$EntityValueSupplier.apply(EntityParamValueParamProvider.java:56)
	at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50)
	at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:68)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	... 19 more
	Suppressed: org.eclipse.jetty.io.EofException
		at org.eclipse.jetty.server.internal.HttpConnection$SendCallback.reset(HttpConnection.java:739)
		at org.eclipse.jetty.server.internal.HttpConnection$HttpStreamOverHTTP1.send(HttpConnection.java:1418)
		at org.eclipse.jetty.server.internal.HttpChannelState$ChannelResponse.write(HttpChannelState.java:1246)
		at org.eclipse.jetty.server.handler.ErrorHandler.generateAcceptableResponse(ErrorHandler.java:254)
		at org.eclipse.jetty.server.handler.ErrorHandler.generateResponse(ErrorHandler.java:160)
		at org.eclipse.jetty.server.handler.ErrorHandler.handle(ErrorHandler.java:115)
		at org.eclipse.jetty.server.Response.writeError(Response.java:588)
		at org.eclipse.jetty.server.Response.writeError(Response.java:503)
		at org.eclipse.jetty.server.internal.HttpChannelState$ChannelCallback.failed(HttpChannelState.java:1550)
		at org.eclipse.jetty.util.Callback.failed(Callback.java:639)
		at org.eclipse.jetty.util.Callback$Nested.failed(Callback.java:446)
		at org.eclipse.jetty.server.internal.HttpChannelState.failed(HttpChannelState.java:1899)
		at org.eclipse.jetty.server.internal.HttpChannelState$ChannelResponse.lambda$write$2(HttpChannelState.java:1232)
		at org.eclipse.jetty.util.thread.SerializedInvoker$Link.run(SerializedInvoker.java:191)
		at org.eclipse.jetty.util.thread.SerializedInvoker.run(SerializedInvoker.java:117)
		at org.eclipse.jetty.server.internal.HttpChannelState$ChannelResponse.write(HttpChannelState.java:1232)
		at org.eclipse.jetty.server.handler.ErrorHandler.generateAcceptableResponse(ErrorHandler.java:254)
		at org.eclipse.jetty.server.handler.ErrorHandler.generateResponse(ErrorHandler.java:160)
		at org.eclipse.jetty.server.handler.ErrorHandler.handle(ErrorHandler.java:115)
		at org.eclipse.jetty.server.Response.writeError(Response.java:588)
		at org.glassfish.jersey.jetty.JettyHttpContainer$ResponseWriter.failure(JettyHttpContainer.java:341)
		at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458)
		at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
		... 19 more

Apr 04, 2024 8:12:55 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: An I/O error has occurred while writing a response message entity to the container output stream.
org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.http.BadMessageException: 400: Early EOF
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:160)
	at org.eclipse.jetty.server.Server.handle(Server.java:179)
	at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619)
	at org.eclipse.jetty.server.internal.HttpConnection.onFillable(HttpConnection.java:411)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:322)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:99)
	at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:478)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:441)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:293)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run(AdaptiveExecutionStrategy.java:201)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:410)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: org.eclipse.jetty.http.BadMessageException: 400: Early EOF
	at org.eclipse.jetty.server.internal.HttpConnection$RequestHandler.earlyEOF(HttpConnection.java:1050)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1637)
	at org.eclipse.jetty.server.internal.HttpConnection.parseRequestBuffer(HttpConnection.java:568)
	at org.eclipse.jetty.server.internal.HttpConnection.parseAndFillForContent(HttpConnection.java:493)
	at org.eclipse.jetty.server.internal.HttpConnection$HttpStreamOverHTTP1.demand(HttpConnection.java:1370)
	at org.eclipse.jetty.server.internal.HttpChannelState$ChannelRequest.demand(HttpChannelState.java:952)
	at org.eclipse.jetty.io.content.ContentSourceInputStream.read(ContentSourceInputStream.java:92)
	at org.glassfish.jersey.message.internal.EntityInputStream.read(EntityInputStream.java:79)
	at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$UnCloseableInputStream.read(ReaderInterceptorExecutor.java:276)
	at org.glassfish.jersey.message.internal.ReaderWriter.readAllBytes(ReaderWriter.java:186)
	at org.glassfish.jersey.message.internal.ReaderWriter.readFromAsString(ReaderWriter.java:143)
	at org.glassfish.jersey.message.internal.StringMessageProvider.readFrom(StringMessageProvider.java:54)
	at org.glassfish.jersey.message.internal.StringMessageProvider.readFrom(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$TerminalReaderInterceptor.invokeReadFrom(ReaderInterceptorExecutor.java:235)
	at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$TerminalReaderInterceptor.aroundReadFrom(ReaderInterceptorExecutor.java:214)
	at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.proceed(ReaderInterceptorExecutor.java:134)
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundReadFrom(MappableExceptionWrapperInterceptor.java:49)
	at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.proceed(ReaderInterceptorExecutor.java:134)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.readFrom(MessageBodyFactory.java:1072)
	at org.glassfish.jersey.message.internal.InboundMessageContext.readEntity(InboundMessageContext.java:657)
	at org.glassfish.jersey.server.ContainerRequest.readEntity(ContainerRequest.java:290)
	at org.glassfish.jersey.server.internal.inject.EntityParamValueParamProvider$EntityValueSupplier.apply(EntityParamValueParamProvider.java:73)
	at org.glassfish.jersey.server.internal.inject.EntityParamValueParamProvider$EntityValueSupplier.apply(EntityParamValueParamProvider.java:56)
	at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50)
	at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:68)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	... 24 more
	Suppressed: org.eclipse.jetty.io.EofException
		at org.eclipse.jetty.server.internal.HttpConnection$SendCallback.reset(HttpConnection.java:739)
		at org.eclipse.jetty.server.internal.HttpConnection$HttpStreamOverHTTP1.send(HttpConnection.java:1418)
		at org.eclipse.jetty.server.internal.HttpChannelState$ChannelResponse.write(HttpChannelState.java:1246)
		at org.eclipse.jetty.server.handler.ErrorHandler.generateAcceptableResponse(ErrorHandler.java:254)
		at org.eclipse.jetty.server.handler.ErrorHandler.generateResponse(ErrorHandler.java:160)
		at org.eclipse.jetty.server.handler.ErrorHandler.handle(ErrorHandler.java:115)
		at org.eclipse.jetty.server.Response.writeError(Response.java:588)
		at org.eclipse.jetty.server.Response.writeError(Response.java:503)
		at org.eclipse.jetty.server.internal.HttpChannelState$ChannelCallback.failed(HttpChannelState.java:1550)
		at org.eclipse.jetty.util.Callback.failed(Callback.java:639)
		at org.eclipse.jetty.util.Callback$Nested.failed(Callback.java:446)
		at org.eclipse.jetty.server.internal.HttpChannelState.failed(HttpChannelState.java:1899)
		at org.eclipse.jetty.server.internal.HttpChannelState$ChannelResponse.lambda$write$2(HttpChannelState.java:1232)
		at org.eclipse.jetty.util.thread.SerializedInvoker$Link.run(SerializedInvoker.java:191)
		at org.eclipse.jetty.util.thread.SerializedInvoker.run(SerializedInvoker.java:117)
		at org.eclipse.jetty.server.internal.HttpChannelState$ChannelResponse.write(HttpChannelState.java:1232)
		at org.eclipse.jetty.server.handler.ErrorHandler.generateAcceptableResponse(ErrorHandler.java:254)
		at org.eclipse.jetty.server.handler.ErrorHandler.generateResponse(ErrorHandler.java:160)
		at org.eclipse.jetty.server.handler.ErrorHandler.handle(ErrorHandler.java:115)
		at org.eclipse.jetty.server.Response.writeError(Response.java:588)
		at org.glassfish.jersey.jetty.JettyHttpContainer$ResponseWriter.failure(JettyHttpContainer.java:341)
		at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458)
		at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
		... 24 more

Apr 04, 2024 8:12:55 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
org.eclipse.jetty.http.BadMessageException: 400: Early EOF
	at org.eclipse.jetty.server.internal.HttpConnection$RequestHandler.earlyEOF(HttpConnection.java:1050)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1637)
	at org.eclipse.jetty.server.internal.HttpConnection.parseRequestBuffer(HttpConnection.java:568)
	at org.eclipse.jetty.server.internal.HttpConnection.parseAndFillForContent(HttpConnection.java:493)
	at org.eclipse.jetty.server.internal.HttpConnection$HttpStreamOverHTTP1.demand(HttpConnection.java:1370)
	at org.eclipse.jetty.server.internal.HttpChannelState$ChannelRequest.demand(HttpChannelState.java:952)
	at org.eclipse.jetty.io.content.ContentSourceInputStream.read(ContentSourceInputStream.java:92)
	at org.glassfish.jersey.message.internal.EntityInputStream.read(EntityInputStream.java:79)
	at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$UnCloseableInputStream.read(ReaderInterceptorExecutor.java:276)
	at org.glassfish.jersey.message.internal.ReaderWriter.readAllBytes(ReaderWriter.java:186)
	at org.glassfish.jersey.message.internal.ReaderWriter.readFromAsString(ReaderWriter.java:143)
	at org.glassfish.jersey.message.internal.StringMessageProvider.readFrom(StringMessageProvider.java:54)
	at org.glassfish.jersey.message.internal.StringMessageProvider.readFrom(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$TerminalReaderInterceptor.invokeReadFrom(ReaderInterceptorExecutor.java:235)
	at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$TerminalReaderInterceptor.aroundReadFrom(ReaderInterceptorExecutor.java:214)
	at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.proceed(ReaderInterceptorExecutor.java:134)
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundReadFrom(MappableExceptionWrapperInterceptor.java:49)
	at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.proceed(ReaderInterceptorExecutor.java:134)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.readFrom(MessageBodyFactory.java:1072)
	at org.glassfish.jersey.message.internal.InboundMessageContext.readEntity(InboundMessageContext.java:657)
	at org.glassfish.jersey.server.ContainerRequest.readEntity(ContainerRequest.java:290)
	at org.glassfish.jersey.server.internal.inject.EntityParamValueParamProvider$EntityValueSupplier.apply(EntityParamValueParamProvider.java:73)
	at org.glassfish.jersey.server.internal.inject.EntityParamValueParamProvider$EntityValueSupplier.apply(EntityParamValueParamProvider.java:56)
	at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50)
	at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:68)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:160)
	at org.eclipse.jetty.server.Server.handle(Server.java:179)
	at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619)
	at org.eclipse.jetty.server.internal.HttpConnection.onFillable(HttpConnection.java:411)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:322)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:99)
	at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156)
	at java.base/java.lang.Thread.run(Thread.java:1583)
	Suppressed: org.eclipse.jetty.io.EofException
		at org.eclipse.jetty.server.internal.HttpConnection$SendCallback.reset(HttpConnection.java:739)
		at org.eclipse.jetty.server.internal.HttpConnection$HttpStreamOverHTTP1.send(HttpConnection.java:1418)
		at org.eclipse.jetty.server.internal.HttpChannelState$ChannelResponse.write(HttpChannelState.java:1246)
		at org.eclipse.jetty.server.handler.ErrorHandler.generateAcceptableResponse(ErrorHandler.java:254)
		at org.eclipse.jetty.server.handler.ErrorHandler.generateResponse(ErrorHandler.java:160)
		at org.eclipse.jetty.server.handler.ErrorHandler.handle(ErrorHandler.java:115)
		at org.eclipse.jetty.server.Response.writeError(Response.java:588)
		at org.eclipse.jetty.server.Response.writeError(Response.java:503)
		at org.eclipse.jetty.server.internal.HttpChannelState$ChannelCallback.failed(HttpChannelState.java:1550)
		at org.eclipse.jetty.util.Callback.failed(Callback.java:639)
		at org.eclipse.jetty.util.Callback$Nested.failed(Callback.java:446)
		at org.eclipse.jetty.server.internal.HttpChannelState.failed(HttpChannelState.java:1899)
		at org.eclipse.jetty.server.internal.HttpChannelState$ChannelResponse.lambda$write$2(HttpChannelState.java:1232)
		at org.eclipse.jetty.util.thread.SerializedInvoker$Link.run(SerializedInvoker.java:191)
		at org.eclipse.jetty.util.thread.SerializedInvoker.run(SerializedInvoker.java:117)
		at org.eclipse.jetty.server.internal.HttpChannelState$ChannelResponse.write(HttpChannelState.java:1232)
		at org.eclipse.jetty.server.handler.ErrorHandler.generateAcceptableResponse(ErrorHandler.java:254)
		at org.eclipse.jetty.server.handler.ErrorHandler.generateResponse(ErrorHandler.java:160)
		at org.eclipse.jetty.server.handler.ErrorHandler.handle(ErrorHandler.java:115)
		at org.eclipse.jetty.server.Response.writeError(Response.java:588)
		at org.glassfish.jersey.jetty.JettyHttpContainer$ResponseWriter.failure(JettyHttpContainer.java:341)
		at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458)
		at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
		... 19 more

Apr 04, 2024 8:12:55 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: An I/O error has occurred while writing a response message entity to the container output stream.
org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:160)
	at org.eclipse.jetty.server.Server.handle(Server.java:179)
	at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619)
	at org.eclipse.jetty.server.internal.HttpConnection.onFillable(HttpConnection.java:411)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:322)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:99)
	at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:478)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:441)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:293)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run(AdaptiveExecutionStrategy.java:201)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:410)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: org.eclipse.jetty.io.EofException
	at org.eclipse.jetty.server.internal.HttpConnection$SendCallback.reset(HttpConnection.java:739)
	at org.eclipse.jetty.server.internal.HttpConnection$HttpStreamOverHTTP1.send(HttpConnection.java:1418)
	at org.eclipse.jetty.server.internal.HttpChannelState$ChannelResponse.write(HttpChannelState.java:1246)
	at org.eclipse.jetty.server.handler.ErrorHandler.generateAcceptableResponse(ErrorHandler.java:254)
	at org.eclipse.jetty.server.handler.ErrorHandler.generateResponse(ErrorHandler.java:160)
	at org.eclipse.jetty.server.handler.ErrorHandler.handle(ErrorHandler.java:115)
	at org.eclipse.jetty.server.Response.writeError(Response.java:588)
	at org.glassfish.jersey.jetty.JettyHttpContainer$ResponseWriter.failure(JettyHttpContainer.java:341)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458)
	... 25 more
	Suppressed: org.eclipse.jetty.io.EofException
		at org.eclipse.jetty.server.internal.HttpConnection$SendCallback.reset(HttpConnection.java:739)
		at org.eclipse.jetty.server.internal.HttpConnection$HttpStreamOverHTTP1.send(HttpConnection.java:1418)
		at org.eclipse.jetty.server.internal.HttpChannelState$ChannelResponse.write(HttpChannelState.java:1246)
		at org.eclipse.jetty.server.handler.ErrorHandler.generateAcceptableResponse(ErrorHandler.java:254)
		at org.eclipse.jetty.server.handler.ErrorHandler.generateResponse(ErrorHandler.java:160)
		at org.eclipse.jetty.server.handler.ErrorHandler.handle(ErrorHandler.java:115)
		at org.eclipse.jetty.server.Response.writeError(Response.java:588)
		at org.eclipse.jetty.server.Response.writeError(Response.java:503)
		at org.eclipse.jetty.server.internal.HttpChannelState$ChannelCallback.failed(HttpChannelState.java:1550)
		at org.eclipse.jetty.util.Callback.failed(Callback.java:639)
		at org.eclipse.jetty.util.Callback$Nested.failed(Callback.java:446)
		at org.eclipse.jetty.server.internal.HttpChannelState.failed(HttpChannelState.java:1899)
		at org.eclipse.jetty.server.internal.HttpChannelState$ChannelResponse.lambda$failed$3(HttpChannelState.java:1300)
		at org.eclipse.jetty.util.thread.SerializedInvoker$Link.run(SerializedInvoker.java:191)
		at org.eclipse.jetty.util.thread.SerializedInvoker.run(SerializedInvoker.java:117)
		at org.eclipse.jetty.server.internal.HttpChannelState$ChannelResponse.failed(HttpChannelState.java:1300)
		... 34 more

Apr 04, 2024 8:12:55 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
org.eclipse.jetty.http.BadMessageException: 400: Early EOF
	at org.eclipse.jetty.server.internal.HttpConnection$RequestHandler.earlyEOF(HttpConnection.java:1050)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1637)
	at org.eclipse.jetty.server.internal.HttpConnection.parseRequestBuffer(HttpConnection.java:568)
	at org.eclipse.jetty.server.internal.HttpConnection.parseAndFillForContent(HttpConnection.java:493)
	at org.eclipse.jetty.server.internal.HttpConnection$HttpStreamOverHTTP1.demand(HttpConnection.java:1370)
	at org.eclipse.jetty.server.internal.HttpChannelState$ChannelRequest.demand(HttpChannelState.java:952)
	at org.eclipse.jetty.io.content.ContentSourceInputStream.read(ContentSourceInputStream.java:92)
	at org.glassfish.jersey.message.internal.EntityInputStream.read(EntityInputStream.java:79)
	at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$UnCloseableInputStream.read(ReaderInterceptorExecutor.java:276)
	at org.glassfish.jersey.message.internal.ReaderWriter.readAllBytes(ReaderWriter.java:186)
	at org.glassfish.jersey.message.internal.ReaderWriter.readFromAsString(ReaderWriter.java:143)
	at org.glassfish.jersey.message.internal.StringMessageProvider.readFrom(StringMessageProvider.java:54)
	at org.glassfish.jersey.message.internal.StringMessageProvider.readFrom(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$TerminalReaderInterceptor.invokeReadFrom(ReaderInterceptorExecutor.java:235)
	at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$TerminalReaderInterceptor.aroundReadFrom(ReaderInterceptorExecutor.java:214)
	at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.proceed(ReaderInterceptorExecutor.java:134)
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundReadFrom(MappableExceptionWrapperInterceptor.java:49)
	at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.proceed(ReaderInterceptorExecutor.java:134)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.readFrom(MessageBodyFactory.java:1072)
	at org.glassfish.jersey.message.internal.InboundMessageContext.readEntity(InboundMessageContext.java:657)
	at org.glassfish.jersey.server.ContainerRequest.readEntity(ContainerRequest.java:290)
	at org.glassfish.jersey.server.internal.inject.EntityParamValueParamProvider$EntityValueSupplier.apply(EntityParamValueParamProvider.java:73)
	at org.glassfish.jersey.server.internal.inject.EntityParamValueParamProvider$EntityValueSupplier.apply(EntityParamValueParamProvider.java:56)
	at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50)
	at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:68)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:160)
	at org.eclipse.jetty.server.Server.handle(Server.java:179)
	at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619)
	at org.eclipse.jetty.server.internal.HttpConnection.onFillable(HttpConnection.java:411)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:322)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:99)
	at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:478)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:441)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:293)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run(AdaptiveExecutionStrategy.java:201)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:410)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156)
	at java.base/java.lang.Thread.run(Thread.java:1583)
	Suppressed: org.eclipse.jetty.io.EofException
		at org.eclipse.jetty.server.internal.HttpConnection$SendCallback.reset(HttpConnection.java:739)
		at org.eclipse.jetty.server.internal.HttpConnection$HttpStreamOverHTTP1.send(HttpConnection.java:1418)
		at org.eclipse.jetty.server.internal.HttpChannelState$ChannelResponse.write(HttpChannelState.java:1246)
		at org.eclipse.jetty.server.handler.ErrorHandler.generateAcceptableResponse(ErrorHandler.java:254)
		at org.eclipse.jetty.server.handler.ErrorHandler.generateResponse(ErrorHandler.java:160)
		at org.eclipse.jetty.server.handler.ErrorHandler.handle(ErrorHandler.java:115)
		at org.eclipse.jetty.server.Response.writeError(Response.java:588)
		at org.eclipse.jetty.server.Response.writeError(Response.java:503)
		at org.eclipse.jetty.server.internal.HttpChannelState$ChannelCallback.failed(HttpChannelState.java:1550)
		at org.eclipse.jetty.util.Callback.failed(Callback.java:639)
		at org.eclipse.jetty.util.Callback$Nested.failed(Callback.java:446)
		at org.eclipse.jetty.server.internal.HttpChannelState.failed(HttpChannelState.java:1899)
		at org.eclipse.jetty.server.internal.HttpChannelState$ChannelResponse.lambda$write$2(HttpChannelState.java:1232)
		at org.eclipse.jetty.util.thread.SerializedInvoker$Link.run(SerializedInvoker.java:191)
		at org.eclipse.jetty.util.thread.SerializedInvoker.run(SerializedInvoker.java:117)
		at org.eclipse.jetty.server.internal.HttpChannelState$ChannelResponse.write(HttpChannelState.java:1232)
		at org.eclipse.jetty.server.handler.ErrorHandler.generateAcceptableResponse(ErrorHandler.java:254)
		at org.eclipse.jetty.server.handler.ErrorHandler.generateResponse(ErrorHandler.java:160)
		at org.eclipse.jetty.server.handler.ErrorHandler.handle(ErrorHandler.java:115)
		at org.eclipse.jetty.server.Response.writeError(Response.java:588)
		at org.glassfish.jersey.jetty.JettyHttpContainer$ResponseWriter.failure(JettyHttpContainer.java:341)
		at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458)
		at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
		... 24 more

Apr 04, 2024 8:12:55 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:56 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:56 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.963 s -- in org.glassfish.jersey.jetty.connector.ErrorTest
[INFO] Running org.glassfish.jersey.jetty.connector.AsyncTest
Apr 04, 2024 8:12:56 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-3
Apr 04, 2024 8:12:56 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-1
Apr 04, 2024 8:12:56 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-2
Apr 04, 2024 8:12:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-63] Started.
Apr 04, 2024 8:12:56 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncGetWithTimeout
INFO: Async long-running get with timeout called on thread grizzly-http-server-0
Apr 04, 2024 8:12:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.123 s -- in org.glassfish.jersey.jetty.connector.AsyncTest
[INFO] Running org.glassfish.jersey.jetty.connector.TimeoutTest
Apr 04, 2024 8:12:56 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:56 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 1 on thread jetty-http-server-4
Apr 04, 2024 8:12:56 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 2 on thread jetty-http-server-3
Apr 04, 2024 8:12:56 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 3 on thread jetty-http-server-6
Apr 04, 2024 8:12:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-64] Started.
Apr 04, 2024 8:12:57 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-2
Apr 04, 2024 8:12:57 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-1
Apr 04, 2024 8:12:57 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-3
Apr 04, 2024 8:12:57 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:57 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncGetWithTimeout
INFO: Async long-running get with timeout called on thread jetty-http-server-4
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.132 s -- in org.glassfish.jersey.jetty.connector.AsyncTest
[INFO] Running org.glassfish.jersey.jetty.connector.EntityTest
Apr 04, 2024 8:12:57 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-65] Started.
Apr 04, 2024 8:12:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-66] Started.
Apr 04, 2024 8:12:57 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:58 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:58 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.457 s -- in org.glassfish.jersey.jetty.connector.EntityTest
[INFO] Running org.glassfish.jersey.jetty.connector.TraceSupportTest
Apr 04, 2024 8:12:58 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:58 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:58 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:58 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:58 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
Apr 04, 2024 8:12:58 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:39363/
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.261 s -- in org.glassfish.jersey.jetty.connector.TraceSupportTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 72, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-jetty-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-connector/target17/jersey-jetty-connector-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-jetty-connector ---
[INFO] CycloneDX: Resolving Dependencies
Apr 04, 2024 8:12:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-67] Started.
Apr 04, 2024 8:12:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
Apr 04, 2024 8:12:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33195/
Apr 04, 2024 8:12:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33195]
Apr 04, 2024 8:12:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-68] Started.
Apr 04, 2024 8:12:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33195]
[WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.455 s -- in org.glassfish.jersey.jetty.connector.TimeoutTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 72, Failures: 0, Errors: 0, Skipped: 1
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-jetty11-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/target/jersey-jetty11-connector-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-jetty11-connector ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-connector/target17/bom.xml
[INFO]            attaching as jersey-jetty-connector-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-connector/target17/bom.json
[INFO]            attaching as jersey-jetty-connector-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-jetty-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-connector/target17/jersey-jetty-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-jetty-connector ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-connector/target17/jersey-jetty-connector-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-connector/target17/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-jetty-connector ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-connector/3.1.99-SNAPSHOT/jersey-jetty-connector-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-connector/target17/jersey-jetty-connector-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-connector/3.1.99-SNAPSHOT/jersey-jetty-connector-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-connector/target17/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-connector/3.1.99-SNAPSHOT/jersey-jetty-connector-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-connector/target17/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-connector/3.1.99-SNAPSHOT/jersey-jetty-connector-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-connector/target17/jersey-jetty-connector-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-connector/3.1.99-SNAPSHOT/jersey-jetty-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-jetty-connector ---
[INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/target/bom.xml
[INFO]            attaching as jersey-jetty11-connector-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/target/bom.json
[INFO]            attaching as jersey-jetty11-connector-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-jetty11-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/target/jersey-jetty11-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-jetty11-connector ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/target/jersey-jetty11-connector-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-jetty11-connector ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty11-connector/3.1.99-SNAPSHOT/jersey-jetty11-connector-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/target/jersey-jetty11-connector-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty11-connector/3.1.99-SNAPSHOT/jersey-jetty11-connector-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty11-connector/3.1.99-SNAPSHOT/jersey-jetty11-connector-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty11-connector/3.1.99-SNAPSHOT/jersey-jetty11-connector-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/target/jersey-jetty11-connector-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty11-connector/3.1.99-SNAPSHOT/jersey-jetty11-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-jetty11-connector ---
[INFO] 
[INFO] ----< org.glassfish.jersey.containers:jersey-container-jetty-http2 >----
[INFO] Building jersey-container-jetty-http2 3.1.99-SNAPSHOT           [47/378]
[INFO]   from containers/jetty-http2/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-container-jetty-http2 ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-jetty-http2 ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-jetty-http2 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-jetty-http2 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-container-jetty-http2 ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-container-jetty-http2 ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jetty/http2/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http2/src/main/resources/org/glassfish/jersey/jetty/http2/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-container-jetty-http2 ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http2/src/main/java17 added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-jetty-http2 ---
[INFO] Copying 2 resources from ../.. to target17/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-jetty-http2 ---
[INFO] Copying 2 resources from ../.. to target17/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-jetty-http2 ---
[INFO] Copying 2 resources from ../.. to target17/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-jetty-http2 ---
[INFO] Copying 2 resources from src/main/resources to target17/classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-jetty-http2 ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 11] to target17/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-jetty-http2 ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 11] to target17/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-jetty-http2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http2/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-jetty-http2 ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug target 11] to target17/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http2/src/test/java/org/glassfish/jersey/jetty/http2/AbstractJettyServerTester.java:[54,30] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-container-jetty-http2 ---
[INFO] Reserved port 38143 for jersey.config.test.container.port
[INFO] Reserved port 42925 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-container-jetty-http2 ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http2/target17/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] --------< org.glassfish.jersey.connectors:jersey-jnh-connector >--------
[INFO] Building jersey-connectors-jnh 3.1.99-SNAPSHOT                  [49/303]
[INFO]   from connectors/jnh-connector/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-jnh-connector ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-jnh-connector ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-jnh-connector ---
[INFO] Running org.glassfish.jersey.jetty.http2.AsyncTest
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-jnh-connector ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-jnh-connector ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-jnh-connector ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jnh/connector/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/src/main/resources/org/glassfish/jersey/jnh/connector/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-jnh-connector ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-jnh-connector ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-jnh-connector ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-jnh-connector ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-jnh-connector ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-jnh-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-jnh-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-jnh-connector ---
[INFO] Copying 4 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-jnh-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 24 source files with javac [debug target 11] to target/test-classes
Apr 04, 2024 8:13:02 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder
WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter<jakarta.activation.DataSource> was not found. The provider is not available.
Apr 04, 2024 8:13:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:13:02 AM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://10.40.64.227:38143/
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/src/test/java/org/glassfish/jersey/jnh/connector/CookieTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/src/test/java/org/glassfish/jersey/jnh/connector/CookieTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/src/test/java/org/glassfish/jersey/jnh/connector/CookieTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-jnh-connector ---
[INFO] Reserved port 37699 for jersey.config.test.container.port
[INFO] Reserved port 40081 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-jnh-connector ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
Apr 04, 2024 8:13:03 AM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
Apr 04, 2024 8:13:03 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:13:03 AM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://10.40.64.227:38143/
[INFO] Running org.glassfish.jersey.jnh.connector.HttpHeadersTest
Apr 04, 2024 8:13:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:13:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:13:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.081 s -- in org.glassfish.jersey.jnh.connector.HttpHeadersTest
[INFO] Running org.glassfish.jersey.jnh.connector.AsyncTest
Apr 04, 2024 8:13:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:13:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:13:08 AM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
Apr 04, 2024 8:13:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:13:08 AM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://10.40.64.227:38143/
Apr 04, 2024 8:13:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.335 s -- in org.glassfish.jersey.jnh.connector.AsyncTest
[INFO] Running org.glassfish.jersey.jnh.connector.RetrieveHttpClientFromConnectorProviderTest
Apr 04, 2024 8:13:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:13:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in org.glassfish.jersey.jnh.connector.RetrieveHttpClientFromConnectorProviderTest
[INFO] Running org.glassfish.jersey.jnh.connector.OptionsMethodTest
Apr 04, 2024 8:13:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:13:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 s -- in org.glassfish.jersey.jnh.connector.OptionsMethodTest
[INFO] Running org.glassfish.jersey.jnh.connector.GZIPContentEncodingTest
Apr 04, 2024 8:13:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 8:13:11 AM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.975 s -- in org.glassfish.jersey.jetty.http2.AsyncTest
[INFO] Running org.glassfish.jersey.jetty.http2.ExceptionTest
Apr 04, 2024 8:13:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:13:11 AM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://10.40.64.227:38143/
Apr 04, 2024 8:13:11 AM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
Apr 04, 2024 8:13:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:13:11 AM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://10.40.64.227:38143/
Apr 04, 2024 8:13:11 AM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
Apr 04, 2024 8:13:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:13:11 AM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://10.40.64.227:38143/
Apr 04, 2024 8:13:11 AM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
Apr 04, 2024 8:13:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:13:11 AM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://10.40.64.227:38143/
Apr 04, 2024 8:13:11 AM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.511 s -- in org.glassfish.jersey.jetty.http2.ExceptionTest
[INFO] Running org.glassfish.jersey.jetty.http2.OptionsTest
Apr 04, 2024 8:13:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:13:11 AM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://10.40.64.227:38143/
Apr 04, 2024 8:13:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 8:13:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.314 s -- in org.glassfish.jersey.jnh.connector.GZIPContentEncodingTest
[INFO] Running org.glassfish.jersey.jnh.connector.BodyPublisherTest
Apr 04, 2024 8:13:11 AM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.glassfish.jersey.jetty.http2.OptionsTest
[INFO] Running org.glassfish.jersey.jetty.http2.LifecycleListenerTest
Apr 04, 2024 8:13:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:13:11 AM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://10.40.64.227:38143/
Apr 04, 2024 8:13:11 AM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
Apr 04, 2024 8:13:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:13:12 AM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://10.40.64.227:38143/
Apr 04, 2024 8:13:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:13:12 AM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 s -- in org.glassfish.jersey.jetty.http2.LifecycleListenerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-jetty-http2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http2/target17/jersey-container-jetty-http2-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-jetty-http2 ---
[INFO] CycloneDX: Resolving Dependencies
Apr 04, 2024 8:13:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Apr 04, 2024 8:13:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Apr 04, 2024 8:13:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 s -- in org.glassfish.jersey.jnh.connector.BodyPublisherTest
[INFO] Running org.glassfish.jersey.jnh.connector.FollowRedirectsTest
Apr 04, 2024 8:13:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Apr 04, 2024 8:13:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Apr 04, 2024 8:13:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Apr 04, 2024 8:13:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Apr 04, 2024 8:13:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.362 s -- in org.glassfish.jersey.jnh.connector.FollowRedirectsTest
[INFO] Running org.glassfish.jersey.jnh.connector.CookieTest
Apr 04, 2024 8:13:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Apr 04, 2024 8:13:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Apr 04, 2024 8:13:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
[INFO] CycloneDX: Creating BOM version 1.4 with 21 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http2/target17/bom.xml
[INFO]            attaching as jersey-container-jetty-http2-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http2/target17/bom.json
[INFO]            attaching as jersey-container-jetty-http2-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-jetty-http2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http2/target17/jersey-container-jetty-http2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-jetty-http2 ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http2/target17/jersey-container-jetty-http2-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http2/target17/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-container-jetty-http2 ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http2/3.1.99-SNAPSHOT/jersey-container-jetty-http2-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http2/target17/jersey-container-jetty-http2-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http2/3.1.99-SNAPSHOT/jersey-container-jetty-http2-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http2/target17/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http2/3.1.99-SNAPSHOT/jersey-container-jetty-http2-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http2/target17/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http2/3.1.99-SNAPSHOT/jersey-container-jetty-http2-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http2/target17/jersey-container-jetty-http2-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http2/3.1.99-SNAPSHOT/jersey-container-jetty-http2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-jetty-http2 ---
Apr 04, 2024 8:13:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Apr 04, 2024 8:13:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.281 s -- in org.glassfish.jersey.jnh.connector.CookieTest
[INFO] Running org.glassfish.jersey.jnh.connector.HttpsTest
Apr 04, 2024 8:13:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:37699
Apr 04, 2024 8:13:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jetty-http2 >--
[INFO] Building jersey-test-framework-provider-jetty-http2 3.1.99-SNAPSHOT [48/378]
[INFO]   from test-framework/providers/jetty-http2/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-jetty-http2 ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-jetty-http2 ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-jetty-http2 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-jetty-http2 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-test-framework-provider-jetty-http2 ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-test-framework-provider-jetty-http2 ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty-http2/src/main/java17 added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-jetty-http2 ---
[INFO] Copying 2 resources from ../../.. to target17/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-jetty-http2 ---
[INFO] Copying 2 resources from ../../.. to target17/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-jetty-http2 ---
[INFO] Copying 2 resources from ../../.. to target17/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-jetty-http2 ---
[INFO] Copying 2 resources from src/main/resources to target17/classes
[INFO] Copying 2 resources from target17/legal to target17/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-jetty-http2 ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target17/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-provider-jetty-http2 ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target17/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-jetty-http2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty-http2/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-jetty-http2 ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target17/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-jetty-http2 ---
[INFO] Reserved port 34521 for jersey.config.test.container.port
[INFO] Reserved port 35741 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-test-framework-provider-jetty-http2 ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty-http2/target17/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
Apr 04, 2024 8:13:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.004 s -- in org.glassfish.jersey.jnh.connector.HttpsTest
[INFO] Running org.glassfish.jersey.jnh.connector.HelloWorldTest
Apr 04, 2024 8:13:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Apr 04, 2024 8:13:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Apr 04, 2024 8:13:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Apr 04, 2024 8:13:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Apr 04, 2024 8:13:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Apr 04, 2024 8:13:14 AM org.glassfish.jersey.jnh.connector.HelloWorldTest testAsyncClientRequests
INFO: Executed in: 72
Apr 04, 2024 8:13:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Apr 04, 2024 8:13:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Apr 04, 2024 8:13:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
[INFO] Running org.glassfish.jersey.test.jetty.http2.JettyContainerTest
Apr 04, 2024 8:13:14 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:34521/
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.591 s -- in org.glassfish.jersey.jnh.connector.HelloWorldTest
[INFO] Running org.glassfish.jersey.jnh.connector.Http2PresenceTest
Apr 04, 2024 8:13:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Apr 04, 2024 8:13:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Apr 04, 2024 8:13:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 s -- in org.glassfish.jersey.jnh.connector.Http2PresenceTest
[INFO] Running org.glassfish.jersey.jnh.connector.RedirectTest
Apr 04, 2024 8:13:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Apr 04, 2024 8:13:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Apr 04, 2024 8:13:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:14 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s -- in org.glassfish.jersey.jnh.connector.RedirectTest
[INFO] Running org.glassfish.jersey.jnh.connector.TraceSupportTest
Apr 04, 2024 8:13:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Apr 04, 2024 8:13:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Apr 04, 2024 8:13:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Apr 04, 2024 8:13:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Apr 04, 2024 8:13:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Apr 04, 2024 8:13:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Apr 04, 2024 8:13:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.342 s -- in org.glassfish.jersey.jnh.connector.TraceSupportTest
[INFO] Running org.glassfish.jersey.jnh.connector.NoEntityTest
Apr 04, 2024 8:13:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
Apr 04, 2024 8:13:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-36] Started.
Apr 04, 2024 8:13:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:15 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:34521/
Apr 04, 2024 8:13:15 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:13:15 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:13:15 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:34521/
Apr 04, 2024 8:13:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-37] Started.
Apr 04, 2024 8:13:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-38] Started.
Apr 04, 2024 8:13:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-39] Started.
Apr 04, 2024 8:13:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:15 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:13:15 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.024 s -- in org.glassfish.jersey.test.jetty.http2.JettyContainerTest
[INFO] Running org.glassfish.jersey.test.jetty.http2.AvailablePortJettyTest
Apr 04, 2024 8:13:15 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Apr 04, 2024 8:13:15 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:13:15 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer start
INFO: Started JettyHttp2TestContainer at the base URI http://localhost:33389/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s -- in org.glassfish.jersey.test.jetty.http2.AvailablePortJettyTest
Apr 04, 2024 8:13:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-40] Started.
Apr 04, 2024 8:13:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-41] Started.
Apr 04, 2024 8:13:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.520 s -- in org.glassfish.jersey.jnh.connector.NoEntityTest
[INFO] Running org.glassfish.jersey.jnh.connector.TimeoutTest
Apr 04, 2024 8:13:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-42] Started.
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-jetty-http2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty-http2/target17/jersey-test-framework-provider-jetty-http2-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-jetty-http2 ---
[INFO] CycloneDX: Resolving Dependencies
Apr 04, 2024 8:13:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
[INFO] CycloneDX: Creating BOM version 1.4 with 36 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty-http2/target17/bom.xml
[INFO]            attaching as jersey-test-framework-provider-jetty-http2-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty-http2/target17/bom.json
[INFO]            attaching as jersey-test-framework-provider-jetty-http2-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-jetty-http2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty-http2/target17/jersey-test-framework-provider-jetty-http2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-jetty-http2 ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty-http2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty-http2/3.1.99-SNAPSHOT/jersey-test-framework-provider-jetty-http2-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty-http2/target17/jersey-test-framework-provider-jetty-http2-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty-http2/3.1.99-SNAPSHOT/jersey-test-framework-provider-jetty-http2-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty-http2/target17/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty-http2/3.1.99-SNAPSHOT/jersey-test-framework-provider-jetty-http2-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty-http2/target17/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty-http2/3.1.99-SNAPSHOT/jersey-test-framework-provider-jetty-http2-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty-http2/target17/jersey-test-framework-provider-jetty-http2-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty-http2/3.1.99-SNAPSHOT/jersey-test-framework-provider-jetty-http2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-jetty-http2 ---
Apr 04, 2024 8:13:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-43] Started.
Apr 04, 2024 8:13:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-44] Started.
[INFO] 
[INFO] ----< org.glassfish.jersey.connectors:jersey-jetty-http2-connector >----
[INFO] Building jersey-connectors-jetty-http2 3.1.99-SNAPSHOT          [49/378]
[INFO]   from connectors/jetty-http2-connector/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-jetty-http2-connector ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-jetty-http2-connector ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-jetty-http2-connector ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-jetty-http2-connector ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-jetty-http2-connector ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-jetty-http2-connector ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jetty/http2/connector/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-http2-connector/src/main/resources/org/glassfish/jersey/jetty/http2/connector/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-jetty-http2-connector ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-http2-connector/src/main/java17 added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-jetty-http2-connector ---
[INFO] Copying 2 resources from ../.. to target17/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-jetty-http2-connector ---
[INFO] Copying 2 resources from ../.. to target17/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-jetty-http2-connector ---
[INFO] Copying 2 resources from ../.. to target17/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-jetty-http2-connector ---
[INFO] Copying 1 resource from src/main/resources to target17/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-jetty-http2-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug target 11] to target17/classes
Apr 04, 2024 8:13:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.173 s -- in org.glassfish.jersey.jnh.connector.TimeoutTest
[INFO] Running org.glassfish.jersey.jnh.connector.ManagedClientTest
Apr 04, 2024 8:13:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:17 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.jnh.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method.
Apr 04, 2024 8:13:17 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.jnh.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method.
Apr 04, 2024 8:13:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-45] Started.
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-jetty-http2-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug target 11] to target17/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-jetty-http2-connector ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-http2-connector/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-jetty-http2-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 19 source files with javac [debug target 11] to target17/test-classes
Apr 04, 2024 8:13:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s -- in org.glassfish.jersey.jnh.connector.ManagedClientTest
[INFO] Running org.glassfish.jersey.jnh.connector.EntityTest
Apr 04, 2024 8:13:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-46] Started.
Apr 04, 2024 8:13:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/CookieTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/CookieTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/CookieTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-jetty-http2-connector ---
[INFO] Reserved port 41377 for jersey.config.test.container.port
[INFO] Reserved port 45193 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-jetty-http2-connector ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-http2-connector/target17/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
Apr 04, 2024 8:13:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-47] Started.
Apr 04, 2024 8:13:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-48] Started.
Apr 04, 2024 8:13:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-49] Started.
Apr 04, 2024 8:13:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.402 s -- in org.glassfish.jersey.jnh.connector.EntityTest
[INFO] Running org.glassfish.jersey.jnh.connector.FirstByteCachingStreamTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.jnh.connector.FirstByteCachingStreamTest
[INFO] Running org.glassfish.jersey.jnh.connector.UnderlyingHttpClientAccessTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.glassfish.jersey.jnh.connector.UnderlyingHttpClientAccessTest
[INFO] Running org.glassfish.jersey.jnh.connector.MethodTest
Apr 04, 2024 8:13:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-50] Started.
Apr 04, 2024 8:13:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-51] Started.
Apr 04, 2024 8:13:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-52] Started.
Apr 04, 2024 8:13:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-53] Started.
Apr 04, 2024 8:13:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-54] Started.
Apr 04, 2024 8:13:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-55] Started.
Apr 04, 2024 8:13:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-56] Started.
Apr 04, 2024 8:13:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-57] Started.
Apr 04, 2024 8:13:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-58] Started.
Apr 04, 2024 8:13:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-59] Started.
Apr 04, 2024 8:13:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
[INFO] Running org.glassfish.jersey.jetty.http2.connector.FollowRedirectsTest
Apr 04, 2024 8:13:19 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
SLF4J: No SLF4J providers were found.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details.
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.555 s -- in org.glassfish.jersey.jnh.connector.MethodTest
[INFO] Running org.glassfish.jersey.jnh.connector.AuthTest
Apr 04, 2024 8:13:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-60] Started.
Apr 04, 2024 8:13:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-61] Started.
Apr 04, 2024 8:13:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-62] Started.
Apr 04, 2024 8:13:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.229 s -- in org.glassfish.jersey.jnh.connector.AuthTest
[INFO] Running org.glassfish.jersey.jnh.connector.ErrorTest
Apr 04, 2024 8:13:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-63] Started.
Apr 04, 2024 8:13:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:19 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510)
	at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82)
	at org.glassfish.grizzly.strategies.SameThreadIOStrategy.executeIoEvent(SameThreadIOStrategy.java:69)
	at org.glassfish.grizzly.strategies.AbstractIOStrategy.executeIoEvent(AbstractIOStrategy.java:66)
	at org.glassfish.grizzly.nio.SelectorRunner.iterateKeyEvents(SelectorRunner.java:381)
	at org.glassfish.grizzly.nio.SelectorRunner.iterateKeys(SelectorRunner.java:353)
	at org.glassfish.grizzly.nio.SelectorRunner.doSelect(SelectorRunner.java:319)
	at org.glassfish.grizzly.nio.SelectorRunner.run(SelectorRunner.java:248)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:13:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:19 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510)
	at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82)
	at org.glassfish.grizzly.strategies.SameThreadIOStrategy.executeIoEvent(SameThreadIOStrategy.java:69)
	at org.glassfish.grizzly.strategies.AbstractIOStrategy.executeIoEvent(AbstractIOStrategy.java:66)
	at org.glassfish.grizzly.nio.SelectorRunner.iterateKeyEvents(SelectorRunner.java:381)
	at org.glassfish.grizzly.nio.SelectorRunner.iterateKeys(SelectorRunner.java:353)
	at org.glassfish.grizzly.nio.SelectorRunner.doSelect(SelectorRunner.java:319)
	at org.glassfish.grizzly.nio.SelectorRunner.run(SelectorRunner.java:248)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:13:19 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510)
	at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82)
	at org.glassfish.grizzly.strategies.SameThreadIOStrategy.executeIoEvent(SameThreadIOStrategy.java:69)
	at org.glassfish.grizzly.strategies.AbstractIOStrategy.executeIoEvent(AbstractIOStrategy.java:66)
	at org.glassfish.grizzly.nio.SelectorRunner.iterateKeyEvents(SelectorRunner.java:381)
	at org.glassfish.grizzly.nio.SelectorRunner.iterateKeys(SelectorRunner.java:353)
	at org.glassfish.grizzly.nio.SelectorRunner.doSelect(SelectorRunner.java:319)
	at org.glassfish.grizzly.nio.SelectorRunner.run(SelectorRunner.java:248)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:13:19 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510)
	at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82)
	at org.glassfish.grizzly.strategies.SameThreadIOStrategy.executeIoEvent(SameThreadIOStrategy.java:69)
	at org.glassfish.grizzly.strategies.AbstractIOStrategy.executeIoEvent(AbstractIOStrategy.java:66)
	at org.glassfish.grizzly.nio.SelectorRunner.iterateKeyEvents(SelectorRunner.java:381)
	at org.glassfish.grizzly.nio.SelectorRunner.iterateKeys(SelectorRunner.java:353)
	at org.glassfish.grizzly.nio.SelectorRunner.doSelect(SelectorRunner.java:319)
	at org.glassfish.grizzly.nio.SelectorRunner.run(SelectorRunner.java:248)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:13:19 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510)
	at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82)
	at org.glassfish.grizzly.strategies.SameThreadIOStrategy.executeIoEvent(SameThreadIOStrategy.java:69)
	at org.glassfish.grizzly.strategies.AbstractIOStrategy.executeIoEvent(AbstractIOStrategy.java:66)
	at org.glassfish.grizzly.nio.SelectorRunner.iterateKeyEvents(SelectorRunner.java:381)
	at org.glassfish.grizzly.nio.SelectorRunner.iterateKeys(SelectorRunner.java:353)
	at org.glassfish.grizzly.nio.SelectorRunner.doSelect(SelectorRunner.java:319)
	at org.glassfish.grizzly.nio.SelectorRunner.run(SelectorRunner.java:248)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:13:19 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510)
	at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82)
	at org.glassfish.grizzly.strategies.SameThreadIOStrategy.executeIoEvent(SameThreadIOStrategy.java:69)
	at org.glassfish.grizzly.strategies.AbstractIOStrategy.executeIoEvent(AbstractIOStrategy.java:66)
	at org.glassfish.grizzly.nio.SelectorRunner.iterateKeyEvents(SelectorRunner.java:381)
	at org.glassfish.grizzly.nio.SelectorRunner.iterateKeys(SelectorRunner.java:353)
	at org.glassfish.grizzly.nio.SelectorRunner.doSelect(SelectorRunner.java:319)
	at org.glassfish.grizzly.nio.SelectorRunner.run(SelectorRunner.java:248)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:13:19 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510)
	at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82)
	at org.glassfish.grizzly.strategies.SameThreadIOStrategy.executeIoEvent(SameThreadIOStrategy.java:69)
	at org.glassfish.grizzly.strategies.AbstractIOStrategy.executeIoEvent(AbstractIOStrategy.java:66)
	at org.glassfish.grizzly.nio.SelectorRunner.iterateKeyEvents(SelectorRunner.java:381)
	at org.glassfish.grizzly.nio.SelectorRunner.iterateKeys(SelectorRunner.java:353)
	at org.glassfish.grizzly.nio.SelectorRunner.doSelect(SelectorRunner.java:319)
	at org.glassfish.grizzly.nio.SelectorRunner.run(SelectorRunner.java:248)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:13:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-64] Started.
Apr 04, 2024 8:13:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-65] Started.
Apr 04, 2024 8:13:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
Apr 04, 2024 8:13:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37699/
Apr 04, 2024 8:13:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37699]
Apr 04, 2024 8:13:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-66] Started.
Apr 04, 2024 8:13:20 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37699]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.159 s -- in org.glassfish.jersey.jnh.connector.ErrorTest
Apr 04, 2024 8:13:20 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:20 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.815 s -- in org.glassfish.jersey.jetty.http2.connector.FollowRedirectsTest
[INFO] Running org.glassfish.jersey.jetty.http2.connector.HttpHeadersTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 72, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-jnh-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/target/jersey-jnh-connector-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-jnh-connector ---
[INFO] CycloneDX: Resolving Dependencies
Apr 04, 2024 8:13:20 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:20 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.197 s -- in org.glassfish.jersey.jetty.http2.connector.HttpHeadersTest
[INFO] Running org.glassfish.jersey.jetty.http2.connector.SyncResponseSizeTest
Apr 04, 2024 8:13:20 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:21 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:21 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: An I/O error has occurred while writing a response message entity to the container output stream.
org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException: Reset cancel_stream_error
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:266)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:160)
	at org.eclipse.jetty.server.Server.handle(Server.java:179)
	at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619)
	at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:105)
	at org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2$1.run(HttpStreamOverHTTP2.java:133)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: org.eclipse.jetty.io.EofException: Reset cancel_stream_error
	at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onReset(HTTP2ServerConnectionFactory.java:158)
	at org.eclipse.jetty.http2.HTTP2Stream.notifyReset(HTTP2Stream.java:876)
	at org.eclipse.jetty.http2.HTTP2Stream.onReset(HTTP2Stream.java:586)
	at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:357)
	at org.eclipse.jetty.http2.HTTP2Session.onReset(HTTP2Session.java:346)
	at org.eclipse.jetty.http2.HTTP2Connection.onReset(HTTP2Connection.java:259)
	at org.eclipse.jetty.http2.parser.BodyParser.notifyReset(BodyParser.java:139)
	at org.eclipse.jetty.http2.parser.ResetBodyParser.onReset(ResetBodyParser.java:94)
	at org.eclipse.jetty.http2.parser.ResetBodyParser.parse(ResetBodyParser.java:61)
	at org.eclipse.jetty.http2.parser.Parser.parseBody(Parser.java:229)
	at org.eclipse.jetty.http2.parser.Parser.parse(Parser.java:156)
	at org.eclipse.jetty.http2.parser.ServerParser.parse(ServerParser.java:121)
	at org.eclipse.jetty.http2.HTTP2Connection$HTTP2Producer.produce(HTTP2Connection.java:349)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:512)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:258)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:195)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:211)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:158)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:449)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:99)
	at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:478)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:441)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:293)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:195)
	... 4 more

Apr 04, 2024 8:13:21 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:21 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.607 s -- in org.glassfish.jersey.jetty.http2.connector.SyncResponseSizeTest
[INFO] Running org.glassfish.jersey.jetty.http2.connector.TraceSupportTest
Apr 04, 2024 8:13:21 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:21 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:21 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:21 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:21 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:21 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.402 s -- in org.glassfish.jersey.jetty.http2.connector.TraceSupportTest
[INFO] Running org.glassfish.jersey.jetty.http2.connector.AuthTest
Apr 04, 2024 8:13:21 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:22 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:22 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.284 s -- in org.glassfish.jersey.jetty.http2.connector.AuthTest
[INFO] Running org.glassfish.jersey.jetty.http2.connector.AuthFilterTest
Apr 04, 2024 8:13:22 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:22 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:22 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.210 s -- in org.glassfish.jersey.jetty.http2.connector.AuthFilterTest
[INFO] Running org.glassfish.jersey.jetty.http2.connector.TimeoutTest
Apr 04, 2024 8:13:22 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:22 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
[INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/target/bom.xml
[INFO]            attaching as jersey-jnh-connector-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/target/bom.json
[INFO]            attaching as jersey-jnh-connector-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-jnh-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/target/jersey-jnh-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-jnh-connector ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/target/jersey-jnh-connector-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-jnh-connector ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jnh-connector/3.1.99-SNAPSHOT/jersey-jnh-connector-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/target/jersey-jnh-connector-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jnh-connector/3.1.99-SNAPSHOT/jersey-jnh-connector-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jnh-connector/3.1.99-SNAPSHOT/jersey-jnh-connector-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jnh-connector/3.1.99-SNAPSHOT/jersey-jnh-connector-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/target/jersey-jnh-connector-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jnh-connector/3.1.99-SNAPSHOT/jersey-jnh-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-jnh-connector ---
[INFO] 
[INFO] ----------------< org.glassfish.jersey.ext.cdi:project >----------------
[INFO] Building jersey-cdi-support 3.1.99-SNAPSHOT                     [50/303]
[INFO]   from ext/cdi/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ project ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ project ---
[INFO] Reserved port 42147 for jersey.config.test.container.port
[INFO] Reserved port 45099 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/target/bom.xml
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/target/bom.json
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ project ---
Apr 04, 2024 8:13:24 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: An I/O error has occurred while writing a response message entity to the container output stream.
org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException: Reset cancel_stream_error
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:266)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:160)
	at org.eclipse.jetty.server.Server.handle(Server.java:179)
	at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619)
	at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:105)
	at org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2$1.run(HttpStreamOverHTTP2.java:133)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: org.eclipse.jetty.io.EofException: Reset cancel_stream_error
	at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onReset(HTTP2ServerConnectionFactory.java:158)
	at org.eclipse.jetty.http2.HTTP2Stream.notifyReset(HTTP2Stream.java:876)
	at org.eclipse.jetty.http2.HTTP2Stream.onReset(HTTP2Stream.java:586)
	at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:357)
	at org.eclipse.jetty.http2.HTTP2Session.onReset(HTTP2Session.java:346)
	at org.eclipse.jetty.http2.HTTP2Connection.onReset(HTTP2Connection.java:259)
	at org.eclipse.jetty.http2.parser.BodyParser.notifyReset(BodyParser.java:139)
	at org.eclipse.jetty.http2.parser.ResetBodyParser.onReset(ResetBodyParser.java:94)
	at org.eclipse.jetty.http2.parser.ResetBodyParser.parse(ResetBodyParser.java:61)
	at org.eclipse.jetty.http2.parser.Parser.parseBody(Parser.java:229)
	at org.eclipse.jetty.http2.parser.Parser.parse(Parser.java:156)
	at org.eclipse.jetty.http2.parser.ServerParser.parse(ServerParser.java:121)
	at org.eclipse.jetty.http2.HTTP2Connection$HTTP2Producer.produce(HTTP2Connection.java:349)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:512)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:258)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:195)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:211)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:158)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:449)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:99)
	at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:478)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:441)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:293)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:195)
	... 4 more

Apr 04, 2024 8:13:24 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:24 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ project ---
[INFO] 
[INFO] -------------< org.glassfish.jersey.ext.cdi:jersey-cdi1x >--------------
[INFO] Building jersey-ext-cdi1x 3.1.99-SNAPSHOT                       [51/303]
[INFO]   from ext/cdi/jersey-cdi1x/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi1x ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi1x ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi1x ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi1x ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-cdi1x ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-cdi1x ---
[INFO] Resources:
[INFO] org/glassfish/jersey/ext/cdi1x/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/src/main/resources/org/glassfish/jersey/ext/cdi1x/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-cdi1x ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi1x ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi1x ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi1x ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 25 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiUtil.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiUtil.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-cdi1x ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 25 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiUtil.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiUtil.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi1x ---
[INFO] Copying 3 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi1x ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/test-classes
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-cdi1x ---
[INFO] Reserved port 41039 for jersey.config.test.container.port
[INFO] Reserved port 44933 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-cdi1x ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProviderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 s -- in org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProviderTest
[INFO] Running org.glassfish.jersey.ext.cdi1x.internal.CdiUtilTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.266 s -- in org.glassfish.jersey.ext.cdi1x.internal.CdiUtilTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi1x ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi1x ---
[INFO] CycloneDX: Resolving Dependencies
Apr 04, 2024 8:13:26 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: An I/O error has occurred while writing a response message entity to the container output stream.
org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException: Reset cancel_stream_error
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:266)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:160)
	at org.eclipse.jetty.server.Server.handle(Server.java:179)
	at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619)
	at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:105)
	at org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2$1.run(HttpStreamOverHTTP2.java:133)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: org.eclipse.jetty.io.EofException: Reset cancel_stream_error
	at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onReset(HTTP2ServerConnectionFactory.java:158)
	at org.eclipse.jetty.http2.HTTP2Stream.notifyReset(HTTP2Stream.java:876)
	at org.eclipse.jetty.http2.HTTP2Stream.onReset(HTTP2Stream.java:586)
	at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:357)
	at org.eclipse.jetty.http2.HTTP2Session.onReset(HTTP2Session.java:346)
	at org.eclipse.jetty.http2.HTTP2Connection.onReset(HTTP2Connection.java:259)
	at org.eclipse.jetty.http2.parser.BodyParser.notifyReset(BodyParser.java:139)
	at org.eclipse.jetty.http2.parser.ResetBodyParser.onReset(ResetBodyParser.java:94)
	at org.eclipse.jetty.http2.parser.ResetBodyParser.parse(ResetBodyParser.java:61)
	at org.eclipse.jetty.http2.parser.Parser.parseBody(Parser.java:229)
	at org.eclipse.jetty.http2.parser.Parser.parse(Parser.java:156)
	at org.eclipse.jetty.http2.parser.ServerParser.parse(ServerParser.java:121)
	at org.eclipse.jetty.http2.HTTP2Connection$HTTP2Producer.produce(HTTP2Connection.java:349)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:512)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:258)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:195)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:211)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:158)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:449)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:99)
	at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:478)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:441)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:293)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run(AdaptiveExecutionStrategy.java:201)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:410)
	... 4 more

Apr 04, 2024 8:13:26 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:27 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: An I/O error has occurred while writing a response message entity to the container output stream.
org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException: Reset cancel_stream_error
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:266)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:160)
	at org.eclipse.jetty.server.Server.handle(Server.java:179)
	at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619)
	at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:105)
	at org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2$1.run(HttpStreamOverHTTP2.java:133)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: org.eclipse.jetty.io.EofException: Reset cancel_stream_error
	at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onReset(HTTP2ServerConnectionFactory.java:158)
	at org.eclipse.jetty.http2.HTTP2Stream.notifyReset(HTTP2Stream.java:876)
	at org.eclipse.jetty.http2.HTTP2Stream.onReset(HTTP2Stream.java:586)
	at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:357)
	at org.eclipse.jetty.http2.HTTP2Session.onReset(HTTP2Session.java:346)
	at org.eclipse.jetty.http2.HTTP2Connection.onReset(HTTP2Connection.java:259)
	at org.eclipse.jetty.http2.parser.BodyParser.notifyReset(BodyParser.java:139)
	at org.eclipse.jetty.http2.parser.ResetBodyParser.onReset(ResetBodyParser.java:94)
	at org.eclipse.jetty.http2.parser.ResetBodyParser.parse(ResetBodyParser.java:61)
	at org.eclipse.jetty.http2.parser.Parser.parseBody(Parser.java:229)
	at org.eclipse.jetty.http2.parser.Parser.parse(Parser.java:156)
	at org.eclipse.jetty.http2.parser.ServerParser.parse(ServerParser.java:121)
	at org.eclipse.jetty.http2.HTTP2Connection$HTTP2Producer.produce(HTTP2Connection.java:349)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:512)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:258)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:195)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:211)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:158)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:449)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:99)
	at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:478)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:441)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:293)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run(AdaptiveExecutionStrategy.java:201)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:410)
	... 4 more

Apr 04, 2024 8:13:27 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:27 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: An I/O error has occurred while writing a response message entity to the container output stream.
org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException: Reset cancel_stream_error
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:266)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:160)
	at org.eclipse.jetty.server.Server.handle(Server.java:179)
	at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619)
	at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:105)
	at org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2$1.run(HttpStreamOverHTTP2.java:133)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:478)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:441)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:293)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:195)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:211)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:158)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:449)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:99)
	at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:478)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:441)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:293)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:195)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: org.eclipse.jetty.io.EofException: Reset cancel_stream_error
	at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onReset(HTTP2ServerConnectionFactory.java:158)
	at org.eclipse.jetty.http2.HTTP2Stream.notifyReset(HTTP2Stream.java:876)
	at org.eclipse.jetty.http2.HTTP2Stream.onReset(HTTP2Stream.java:586)
	at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:357)
	at org.eclipse.jetty.http2.HTTP2Session.onReset(HTTP2Session.java:346)
	at org.eclipse.jetty.http2.HTTP2Connection.onReset(HTTP2Connection.java:259)
	at org.eclipse.jetty.http2.parser.BodyParser.notifyReset(BodyParser.java:139)
	at org.eclipse.jetty.http2.parser.ResetBodyParser.onReset(ResetBodyParser.java:94)
	at org.eclipse.jetty.http2.parser.ResetBodyParser.parse(ResetBodyParser.java:61)
	at org.eclipse.jetty.http2.parser.Parser.parseBody(Parser.java:229)
	at org.eclipse.jetty.http2.parser.Parser.parse(Parser.java:156)
	at org.eclipse.jetty.http2.parser.ServerParser.parse(ServerParser.java:121)
	at org.eclipse.jetty.http2.HTTP2Connection$HTTP2Producer.produce(HTTP2Connection.java:349)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:512)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:258)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:195)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:211)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:158)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:449)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:99)
	at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:478)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:441)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:293)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run(AdaptiveExecutionStrategy.java:201)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:410)
	... 4 more

[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.837 s -- in org.glassfish.jersey.jetty.http2.connector.TimeoutTest
[INFO] Running org.glassfish.jersey.jetty.http2.connector.CookieTest
Apr 04, 2024 8:13:27 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:27 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:27 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
[INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/target/bom.xml
[INFO]            attaching as jersey-cdi1x-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/target/bom.json
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 s -- in org.glassfish.jersey.jetty.http2.connector.CookieTest
[INFO] Running org.glassfish.jersey.jetty.http2.connector.EntityTest
Apr 04, 2024 8:13:27 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
[INFO]            attaching as jersey-cdi1x-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi1x ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi1x ---
[WARNING] Bundle org.glassfish.jersey.ext.cdi:jersey-cdi1x:jar:3.1.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.decorator.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-cdi1x ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/3.1.99-SNAPSHOT/jersey-cdi1x-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/3.1.99-SNAPSHOT/jersey-cdi1x-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/3.1.99-SNAPSHOT/jersey-cdi1x-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/3.1.99-SNAPSHOT/jersey-cdi1x-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/3.1.99-SNAPSHOT/jersey-cdi1x-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi1x ---
Apr 04, 2024 8:13:27 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:27 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:27 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.388 s -- in org.glassfish.jersey.jetty.http2.connector.EntityTest
[INFO] Running org.glassfish.jersey.jetty.http2.connector.Http2PresenceTest
Apr 04, 2024 8:13:27 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:27 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:27 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 s -- in org.glassfish.jersey.jetty.http2.connector.Http2PresenceTest
[INFO] Running org.glassfish.jersey.jetty.http2.connector.AsyncTest
Apr 04, 2024 8:13:28 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:28 AM org.glassfish.jersey.jetty.http2.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 3 on thread jetty-http-server-6
Apr 04, 2024 8:13:28 AM org.glassfish.jersey.jetty.http2.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 2 on thread jetty-http-server-4
Apr 04, 2024 8:13:28 AM org.glassfish.jersey.jetty.http2.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 1 on thread jetty-http-server-0
[INFO] 
[INFO] ---------< org.glassfish.jersey.containers.glassfish:project >----------
[INFO] Building jersey-glassfish-support 3.1.99-SNAPSHOT               [52/303]
[INFO]   from containers/glassfish/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ project ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ project ---
[INFO] Reserved port 41255 for jersey.config.test.container.port
[INFO] Reserved port 43885 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/target/bom.xml
Apr 04, 2024 8:13:29 AM org.glassfish.jersey.jetty.http2.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-1
Apr 04, 2024 8:13:29 AM org.glassfish.jersey.jetty.http2.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-3
Apr 04, 2024 8:13:29 AM org.glassfish.jersey.jetty.http2.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-2
Apr 04, 2024 8:13:29 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:29 AM org.glassfish.jersey.jetty.http2.connector.AsyncTest$AsyncResource asyncGetWithTimeout
INFO: Async long-running get with timeout called on thread jetty-http-server-6
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.092 s -- in org.glassfish.jersey.jetty.http2.connector.AsyncTest
[INFO] Running org.glassfish.jersey.jetty.http2.connector.GZIPContentEncodingTest
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/target/bom.json
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ project ---
[INFO] 
[INFO] ------< org.glassfish.jersey.containers.glassfish:jersey-gf-ejb >-------
[INFO] Building jersey-gf-ejb 3.1.99-SNAPSHOT                          [53/303]
[INFO]   from containers/glassfish/jersey-gf-ejb/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-gf-ejb ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-gf-ejb ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-gf-ejb ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-gf-ejb ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-gf-ejb ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-gf-ejb ---
[INFO] Resources:
[INFO] org/glassfish/jersey/gf/ejb/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/src/main/resources/org/glassfish/jersey/gf/ejb/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-gf-ejb ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-gf-ejb ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-gf-ejb ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-gf-ejb ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-gf-ejb ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-gf-ejb ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug target 11] to target/classes
Apr 04, 2024 8:13:29 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:29 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 s -- in org.glassfish.jersey.jetty.http2.connector.GZIPContentEncodingTest
[INFO] Running org.glassfish.jersey.jetty.http2.connector.ErrorTest
Apr 04, 2024 8:13:29 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:29 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
java.lang.IllegalStateException: ServiceLocatorImpl(__HK2_Generated_84,84,1063517427) has been shut down
	at org.jvnet.hk2.internal.ServiceLocatorImpl.checkState(ServiceLocatorImpl.java:2399)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1430)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:300)
	at org.glassfish.jersey.internal.inject.Providers.getAllServiceHolders(Providers.java:284)
	at org.glassfish.jersey.internal.ExceptionMapperFactory.lambda$createLazyExceptionMappers$1(ExceptionMapperFactory.java:178)
	at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:321)
	at org.glassfish.jersey.internal.ExceptionMapperFactory.find(ExceptionMapperFactory.java:118)
	at org.glassfish.jersey.internal.ExceptionMapperFactory.findMapping(ExceptionMapperFactory.java:104)
	at org.glassfish.jersey.server.ServerRuntime$Responder.mapException(ServerRuntime.java:556)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:436)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:160)
	at org.eclipse.jetty.server.Server.handle(Server.java:179)
	at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619)
	at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:105)
	at org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2$1.run(HttpStreamOverHTTP2.java:133)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:478)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:441)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:293)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run(AdaptiveExecutionStrategy.java:201)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:410)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:29 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
java.lang.IllegalStateException: ServiceLocatorImpl(__HK2_Generated_84,84,1063517427) has been shut down
	at org.jvnet.hk2.internal.ServiceLocatorImpl.checkState(ServiceLocatorImpl.java:2399)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1430)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:308)
	at org.glassfish.jersey.internal.inject.Providers.getAllServiceHolders(Providers.java:280)
	at org.glassfish.jersey.internal.ExceptionMapperFactory.lambda$createLazyExceptionMappers$1(ExceptionMapperFactory.java:178)
	at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:321)
	at org.glassfish.jersey.internal.ExceptionMapperFactory.find(ExceptionMapperFactory.java:118)
	at org.glassfish.jersey.internal.ExceptionMapperFactory.findMapping(ExceptionMapperFactory.java:104)
	at org.glassfish.jersey.server.ServerRuntime$Responder.mapException(ServerRuntime.java:556)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:436)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:160)
	at org.eclipse.jetty.server.Server.handle(Server.java:179)
	at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619)
	at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:105)
	at org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2$1.run(HttpStreamOverHTTP2.java:133)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:478)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:441)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:293)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run(AdaptiveExecutionStrategy.java:201)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:410)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:29 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
MultiException stack 1 of 2
java.lang.IllegalStateException: Could not find an active context for org.glassfish.jersey.process.internal.RequestScoped
	at org.jvnet.hk2.internal.ServiceLocatorImpl._resolveContext(ServiceLocatorImpl.java:2228)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$3.compute(ServiceLocatorImpl.java:162)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$3.compute(ServiceLocatorImpl.java:158)
	at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
	at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131)
	at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.resolveContext(ServiceLocatorImpl.java:2241)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2087)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:710)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:150)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.jetty.JettyHttpContainer.lambda$handle$1(JettyHttpContainer.java:156)
	at org.glassfish.jersey.server.internal.process.ReferencesInitializer.apply(ReferencesInitializer.java:61)
	at org.glassfish.jersey.server.internal.process.ReferencesInitializer.apply(ReferencesInitializer.java:31)
	at org.glassfish.jersey.process.internal.Stages$LinkedStage.apply(Stages.java:284)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:160)
	at org.eclipse.jetty.server.Server.handle(Server.java:179)
	at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619)
	at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:105)
	at org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2$1.run(HttpStreamOverHTTP2.java:133)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156)
	at java.base/java.lang.Thread.run(Thread.java:1583)
MultiException stack 2 of 2
java.lang.IllegalStateException: While attempting to create a service for SystemDescriptor(
	implementation=org.glassfish.jersey.inject.hk2.InstanceSupplierFactoryBridge
	contracts={org.glassfish.jersey.internal.util.collection.Ref}
	scope=org.glassfish.jersey.process.internal.RequestScoped
	qualifiers={}
	descriptorType=PROVIDE_METHOD
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=org.glassfish.hk2.utilities.binding.AbstractBinder$2@445a7b28
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=24
	locatorId=84
	identityHashCode=642893000
	reified=true) in scope org.glassfish.jersey.process.internal.RequestScoped an error occured while locating the context
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2093)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:710)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:150)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.jetty.JettyHttpContainer.lambda$handle$1(JettyHttpContainer.java:156)
	at org.glassfish.jersey.server.internal.process.ReferencesInitializer.apply(ReferencesInitializer.java:61)
	at org.glassfish.jersey.server.internal.process.ReferencesInitializer.apply(ReferencesInitializer.java:31)
	at org.glassfish.jersey.process.internal.Stages$LinkedStage.apply(Stages.java:284)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:160)
	at org.eclipse.jetty.server.Server.handle(Server.java:179)
	at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619)
	at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:105)
	at org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2$1.run(HttpStreamOverHTTP2.java:133)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:29 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: An I/O error has occurred while writing a response message entity to the container output stream.
org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:160)
	at org.eclipse.jetty.server.Server.handle(Server.java:179)
	at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619)
	at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:105)
	at org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2$1.run(HttpStreamOverHTTP2.java:133)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: org.eclipse.jetty.io.EofException
	at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:166)
	at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:918)
	at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:616)
	at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:360)
	at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:626)
	at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:618)
	at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1742)
	at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132)
	at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91)
	at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:366)
	at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:247)
	at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:239)
	at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:148)
	at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347)
	at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1121)
	... 4 more
	Suppressed: java.io.EOFException: reset
		at org.eclipse.jetty.http2.HTTP2Stream.reset(HTTP2Stream.java:176)
		at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620)
		... 14 more
Caused by: java.io.IOException: cancel_stream_error/stop
	at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:631)
	at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:609)
	... 14 more

Apr 04, 2024 8:13:29 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: An I/O error has occurred while writing a response message entity to the container output stream.
org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:160)
	at org.eclipse.jetty.server.Server.handle(Server.java:179)
	at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619)
	at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:105)
	at org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2$1.run(HttpStreamOverHTTP2.java:133)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:478)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:441)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:293)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run(AdaptiveExecutionStrategy.java:201)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:410)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: org.eclipse.jetty.io.EofException
	at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:166)
	at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:918)
	at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:616)
	at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:360)
	at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:626)
	at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:618)
	at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1742)
	at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132)
	at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91)
	at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:366)
	at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:247)
	at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:239)
	at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:148)
	at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347)
	at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1121)
	... 4 more
	Suppressed: java.io.EOFException: reset
		at org.eclipse.jetty.http2.HTTP2Stream.reset(HTTP2Stream.java:176)
		at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620)
		... 14 more
Caused by: java.io.IOException: cancel_stream_error/stop
	at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:631)
	at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:609)
	... 14 more

Apr 04, 2024 8:13:29 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: An I/O error has occurred while writing a response message entity to the container output stream.
org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:160)
	at org.eclipse.jetty.server.Server.handle(Server.java:179)
	at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619)
	at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:105)
	at org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2$1.run(HttpStreamOverHTTP2.java:133)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:478)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:441)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:293)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run(AdaptiveExecutionStrategy.java:201)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:410)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: org.eclipse.jetty.io.EofException
	at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:166)
	at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:918)
	at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:616)
	at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:360)
	at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:626)
	at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:618)
	at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1742)
	at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132)
	at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91)
	at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:366)
	at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:247)
	at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:239)
	at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:148)
	at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347)
	at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1121)
	... 4 more
	Suppressed: java.io.EOFException: reset
		at org.eclipse.jetty.http2.HTTP2Stream.reset(HTTP2Stream.java:176)
		at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620)
		... 14 more
Caused by: java.io.IOException: cancel_stream_error/stop
	at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:631)
	at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:609)
	... 14 more

Apr 04, 2024 8:13:29 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbExceptionMapper.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbExceptionMapper.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-gf-ejb ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug target 11] to target/classes
Apr 04, 2024 8:13:29 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:29 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
org.eclipse.jetty.io.EofException
	at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:166)
	at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:918)
	at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:616)
	at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:360)
	at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:626)
	at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:618)
	at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1742)
	at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132)
	at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91)
	at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:366)
	at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:247)
	at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:239)
	at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:148)
	at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347)
	at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1121)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.io.IOException: cancel_stream_error/stop
	at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:631)
	at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:609)
	... 14 more

Apr 04, 2024 8:13:29 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
org.eclipse.jetty.io.EofException
	at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:166)
	at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:918)
	at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:616)
	at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:360)
	at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:626)
	at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:618)
	at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1742)
	at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132)
	at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91)
	at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:366)
	at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:247)
	at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:239)
	at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:148)
	at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347)
	at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1121)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.io.IOException: cancel_stream_error/stop
	at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:631)
	at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:609)
	... 14 more

Apr 04, 2024 8:13:29 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: An I/O error has occurred while writing a response message entity to the container output stream.
org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:160)
	at org.eclipse.jetty.server.Server.handle(Server.java:179)
	at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619)
	at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:105)
	at org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2$1.run(HttpStreamOverHTTP2.java:133)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: org.eclipse.jetty.io.EofException
	at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:166)
	at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:918)
	at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:616)
	at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:360)
	at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:626)
	at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:618)
	at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1742)
	at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132)
	at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91)
	at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:366)
	at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:247)
	at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:239)
	at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:148)
	at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347)
	at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1121)
	... 4 more
	Suppressed: java.io.EOFException: reset
		at org.eclipse.jetty.http2.HTTP2Stream.reset(HTTP2Stream.java:176)
		at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620)
		... 14 more
Caused by: java.io.IOException: cancel_stream_error/stop
	at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:631)
	at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:609)
	... 14 more

Apr 04, 2024 8:13:29 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: An I/O error has occurred while writing a response message entity to the container output stream.
org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:160)
	at org.eclipse.jetty.server.Server.handle(Server.java:179)
	at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619)
	at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:105)
	at org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2$1.run(HttpStreamOverHTTP2.java:133)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:478)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:441)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:293)
	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run(AdaptiveExecutionStrategy.java:201)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:410)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: org.eclipse.jetty.io.EofException
	at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:166)
	at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:918)
	at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:616)
	at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:360)
	at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:626)
	at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:618)
	at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1742)
	at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132)
	at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91)
	at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:366)
	at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:247)
	at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:239)
	at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:148)
	at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347)
	at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1121)
	... 4 more
	Suppressed: java.io.EOFException: reset
		at org.eclipse.jetty.http2.HTTP2Stream.reset(HTTP2Stream.java:176)
		at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620)
		... 14 more
Caused by: java.io.IOException: cancel_stream_error/stop
	at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:631)
	at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:609)
	... 14 more

Apr 04, 2024 8:13:29 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.882 s -- in org.glassfish.jersey.jetty.http2.connector.ErrorTest
[INFO] Running org.glassfish.jersey.jetty.http2.connector.MethodTest
Apr 04, 2024 8:13:30 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbExceptionMapper.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbExceptionMapper.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-gf-ejb ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-gf-ejb ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-gf-ejb ---
[INFO] Reserved port 34237 for jersey.config.test.container.port
[INFO] Reserved port 43153 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-gf-ejb ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-gf-ejb ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-gf-ejb ---
[INFO] CycloneDX: Resolving Dependencies
Apr 04, 2024 8:13:30 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:30 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:30 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:30 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:30 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:30 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:30 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:30 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:30 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.563 s -- in org.glassfish.jersey.jetty.http2.connector.MethodTest
[INFO] Running org.glassfish.jersey.jetty.http2.connector.UnderlyingHttpClientAccessTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.glassfish.jersey.jetty.http2.connector.UnderlyingHttpClientAccessTest
[INFO] Running org.glassfish.jersey.jetty.http2.connector.HelloWorldTest
Apr 04, 2024 8:13:30 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:30 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:30 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:30 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
CustomLoggingFilter.preFilter called
CustomLoggingFilter.postFilter called
Apr 04, 2024 8:13:30 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
CustomLoggingFilter.preFilter called
CustomLoggingFilter.postFilter called
Apr 04, 2024 8:13:30 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:31 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
CustomLoggingFilter.preFilter called
CustomLoggingFilter.postFilter called
Apr 04, 2024 8:13:31 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:31 AM org.glassfish.jersey.jetty.http2.connector.HelloWorldTest testAsyncClientRequests
INFO: Executed in: 34
Apr 04, 2024 8:13:31 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
CustomLoggingFilter.preFilter called
CustomLoggingFilter.postFilter called
Apr 04, 2024 8:13:31 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
CustomLoggingFilter.preFilter called
CustomLoggingFilter.postFilter called
Apr 04, 2024 8:13:31 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:31 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.609 s -- in org.glassfish.jersey.jetty.http2.connector.HelloWorldTest
[INFO] Running org.glassfish.jersey.jetty.http2.connector.ManagedClientTest
Apr 04, 2024 8:13:31 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:31 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.jetty.http2.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method.
Apr 04, 2024 8:13:31 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.jetty.http2.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s -- in org.glassfish.jersey.jetty.http2.connector.ManagedClientTest
[INFO] Running org.glassfish.jersey.jetty.http2.connector.NoEntityTest
Apr 04, 2024 8:13:31 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:31 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:31 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
Apr 04, 2024 8:13:31 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer <init>
INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41377/
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 s -- in org.glassfish.jersey.jetty.http2.connector.NoEntityTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-jetty-http2-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-http2-connector/target17/jersey-jetty-http2-connector-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-jetty-http2-connector ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-http2-connector/target17/bom.xml
[INFO]            attaching as jersey-jetty-http2-connector-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-http2-connector/target17/bom.json
[INFO]            attaching as jersey-jetty-http2-connector-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-jetty-http2-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-http2-connector/target17/jersey-jetty-http2-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-jetty-http2-connector ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-http2-connector/target17/jersey-jetty-http2-connector-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-http2-connector/target17/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-jetty-http2-connector ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-http2-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-http2-connector/3.1.99-SNAPSHOT/jersey-jetty-http2-connector-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-http2-connector/target17/jersey-jetty-http2-connector-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-http2-connector/3.1.99-SNAPSHOT/jersey-jetty-http2-connector-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-http2-connector/target17/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-http2-connector/3.1.99-SNAPSHOT/jersey-jetty-http2-connector-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-http2-connector/target17/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-http2-connector/3.1.99-SNAPSHOT/jersey-jetty-http2-connector-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty-http2-connector/target17/jersey-jetty-http2-connector-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-http2-connector/3.1.99-SNAPSHOT/jersey-jetty-http2-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-jetty-http2-connector ---
[INFO] CycloneDX: Creating BOM version 1.4 with 106 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/target/bom.xml
[INFO]            attaching as jersey-gf-ejb-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/target/bom.json
[INFO]            attaching as jersey-gf-ejb-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-gf-ejb ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-gf-ejb ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-gf-ejb ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/jersey-gf-ejb/3.1.99-SNAPSHOT/jersey-gf-ejb-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/jersey-gf-ejb/3.1.99-SNAPSHOT/jersey-gf-ejb-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/jersey-gf-ejb/3.1.99-SNAPSHOT/jersey-gf-ejb-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/jersey-gf-ejb/3.1.99-SNAPSHOT/jersey-gf-ejb-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/jersey-gf-ejb/3.1.99-SNAPSHOT/jersey-gf-ejb-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-gf-ejb ---
[INFO] 
[INFO] ---< org.glassfish.jersey.containers:jersey-container-jetty11-http >----
[INFO] Building jersey-container-jetty11-http 3.1.99-SNAPSHOT          [54/303]
[INFO]   from containers/jetty11-http/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-container-jetty11-http ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-jetty11-http ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-jetty11-http ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-jetty11-http ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-container-jetty11-http ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-container-jetty11-http ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jetty/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/src/main/resources/org/glassfish/jersey/jetty/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-container-jetty11-http ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-jetty11-http ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-jetty11-http ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-jetty11-http ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-jetty11-http ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-jetty11-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainer.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainer.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainer.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-jetty11-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainer.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainer.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainer.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-jetty11-http ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-jetty11-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug target 11] to target/test-classes
[INFO] 
[INFO] ------< org.glassfish.jersey.connectors:jersey-jetty11-connector >------
[INFO] Building jersey-connectors-jetty11 3.1.99-SNAPSHOT              [50/378]
[INFO]   from connectors/jetty11-connector/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-jetty11-connector ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-jetty11-connector ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-jetty11-connector ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-jetty11-connector ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-jetty11-connector ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-jetty11-connector ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jetty/connector/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/src/main/resources/org/glassfish/jersey/jetty/connector/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-jetty11-connector ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-jetty11-connector ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-jetty11-connector ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-jetty11-connector ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-jetty11-connector ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-jetty11-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-container-jetty11-http ---
[INFO] Reserved port 43983 for jersey.config.test.container.port
[INFO] Reserved port 39699 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-container-jetty11-http ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-jetty11-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-jetty11-connector ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-jetty11-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 18 source files with javac [debug target 11] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty/connector/CookieTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty/connector/CookieTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty/connector/CookieTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-jetty11-connector ---
[INFO] Reserved port 43141 for jersey.config.test.container.port
[INFO] Reserved port 46803 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-jetty11-connector ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.jetty.OptionsTest
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
[INFO] Running org.glassfish.jersey.jetty.connector.AuthTest
Apr 04, 2024 8:13:36 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder
WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter<jakarta.activation.DataSource> was not found. The provider is not available.
Apr 04, 2024 8:13:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:13:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:36 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:43983/
Apr 04, 2024 8:13:36 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.126 s -- in org.glassfish.jersey.jetty.OptionsTest
[INFO] Running org.glassfish.jersey.jetty.LifecycleListenerTest
Apr 04, 2024 8:13:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:13:36 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:43983/
Apr 04, 2024 8:13:37 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
Apr 04, 2024 8:13:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:13:37 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:43983/
Apr 04, 2024 8:13:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:13:37 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.294 s -- in org.glassfish.jersey.jetty.LifecycleListenerTest
[INFO] Running org.glassfish.jersey.jetty.AsyncTest
Apr 04, 2024 8:13:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:13:37 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:43983/
Apr 04, 2024 8:13:37 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
Apr 04, 2024 8:13:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:13:37 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:43983/
Apr 04, 2024 8:13:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
Apr 04, 2024 8:13:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:13:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:13:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.739 s -- in org.glassfish.jersey.jetty.connector.AuthTest
[INFO] Running org.glassfish.jersey.jetty.connector.CookieTest
Apr 04, 2024 8:13:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:13:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:13:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:13:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.325 s -- in org.glassfish.jersey.jetty.connector.CookieTest
[INFO] Running org.glassfish.jersey.jetty.connector.NoEntityTest
Apr 04, 2024 8:13:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 8:13:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 8:13:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Apr 04, 2024 8:13:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Apr 04, 2024 8:13:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.372 s -- in org.glassfish.jersey.jetty.connector.NoEntityTest
[INFO] Running org.glassfish.jersey.jetty.connector.SyncResponseSizeTest
Apr 04, 2024 8:13:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Apr 04, 2024 8:13:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Apr 04, 2024 8:13:39 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: An I/O error has occurred while writing a response message entity to the container output stream.
org.glassfish.jersey.server.internal.process.MappableException: java.io.IOException: Connection is closed
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:266)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.io.IOException: Connection is closed
	at org.glassfish.grizzly.nio.NIOConnection.assertOpen(NIOConnection.java:420)
	at org.glassfish.grizzly.http.io.OutputBuffer.write(OutputBuffer.java:613)
	at org.glassfish.grizzly.http.server.NIOOutputStreamImpl.write(NIOOutputStreamImpl.java:60)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:200)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:309)
	at java.base/sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:381)
	at java.base/sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:357)
	at java.base/sun.nio.cs.StreamEncoder.lockedWrite(StreamEncoder.java:158)
	at java.base/sun.nio.cs.StreamEncoder.write(StreamEncoder.java:139)
	at java.base/sun.nio.cs.StreamEncoder.write(StreamEncoder.java:167)
	at java.base/java.io.OutputStreamWriter.write(OutputStreamWriter.java:237)
	at java.base/java.io.Writer.write(Writer.java:278)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:249)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61)
	... 21 more
Caused by: java.io.IOException: Broken pipe
	at java.base/sun.nio.ch.SocketDispatcher.write0(Native Method)
	at java.base/sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:62)
	at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:137)
	at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:81)
	at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:58)
	at java.base/sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:542)
	at org.glassfish.grizzly.nio.transport.TCPNIOUtils.flushByteBuffer(TCPNIOUtils.java:118)
	at org.glassfish.grizzly.nio.transport.TCPNIOUtils.writeCompositeBuffer(TCPNIOUtils.java:63)
	at org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueWriter.write0(TCPNIOAsyncQueueWriter.java:96)
	at org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueWriter.write0(TCPNIOAsyncQueueWriter.java:77)
	at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:211)
	at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:137)
	at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:47)
	at org.glassfish.grizzly.nio.transport.TCPNIOTransportFilter.handleWrite(TCPNIOTransportFilter.java:106)
	at org.glassfish.grizzly.filterchain.TransportFilter.handleWrite(TransportFilter.java:148)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$8.execute(ExecutorResolver.java:81)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext.write(FilterChainContext.java:751)
	at org.glassfish.grizzly.filterchain.FilterChainContext.write(FilterChainContext.java:729)
	at org.glassfish.grizzly.http.io.OutputBuffer.flushBuffer(OutputBuffer.java:1004)
	at org.glassfish.grizzly.http.io.OutputBuffer.write(OutputBuffer.java:644)
	... 41 more

Apr 04, 2024 8:13:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Apr 04, 2024 8:13:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Apr 04, 2024 8:13:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.603 s -- in org.glassfish.jersey.jetty.connector.SyncResponseSizeTest
[INFO] Running org.glassfish.jersey.jetty.connector.HelloWorldTest
Apr 04, 2024 8:13:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Apr 04, 2024 8:13:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Apr 04, 2024 8:13:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Apr 04, 2024 8:13:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
CustomLoggingFilter.preFilter called
CustomLoggingFilter.postFilter called
Apr 04, 2024 8:13:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
CustomLoggingFilter.preFilter called
CustomLoggingFilter.postFilter called
Apr 04, 2024 8:13:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Apr 04, 2024 8:13:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
CustomLoggingFilter.preFilter called
CustomLoggingFilter.postFilter called
Apr 04, 2024 8:13:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Apr 04, 2024 8:13:40 AM org.glassfish.jersey.jetty.connector.HelloWorldTest testAsyncClientRequests
INFO: Executed in: 65
Apr 04, 2024 8:13:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
CustomLoggingFilter.preFilter called
CustomLoggingFilter.postFilter called
Apr 04, 2024 8:13:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
CustomLoggingFilter.preFilter called
CustomLoggingFilter.postFilter called
Apr 04, 2024 8:13:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Apr 04, 2024 8:13:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Apr 04, 2024 8:13:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.940 s -- in org.glassfish.jersey.jetty.connector.HelloWorldTest
[INFO] Running org.glassfish.jersey.jetty.connector.EntityTest
Apr 04, 2024 8:13:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Apr 04, 2024 8:13:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Apr 04, 2024 8:13:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Apr 04, 2024 8:13:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Apr 04, 2024 8:13:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.378 s -- in org.glassfish.jersey.jetty.connector.EntityTest
[INFO] Running org.glassfish.jersey.jetty.connector.MethodTest
Apr 04, 2024 8:13:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Apr 04, 2024 8:13:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Apr 04, 2024 8:13:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Apr 04, 2024 8:13:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Apr 04, 2024 8:13:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Apr 04, 2024 8:13:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-36] Started.
Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-37] Started.
Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-38] Started.
Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-39] Started.
Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.581 s -- in org.glassfish.jersey.jetty.connector.MethodTest
[INFO] Running org.glassfish.jersey.jetty.connector.UnderlyingHttpClientAccessTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.glassfish.jersey.jetty.connector.UnderlyingHttpClientAccessTest
[INFO] Running org.glassfish.jersey.jetty.connector.ErrorTest
Apr 04, 2024 8:13:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-40] Started.
Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:41 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
java.lang.IllegalStateException: ServiceLocatorImpl(__HK2_Generated_82,82,1276077070) has been shut down
	at org.jvnet.hk2.internal.ServiceLocatorImpl.checkState(ServiceLocatorImpl.java:2399)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:738)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:41 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-41] Started.
Apr 04, 2024 8:13:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-42] Started.
Apr 04, 2024 8:13:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:42 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510)
	at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82)
	at org.glassfish.grizzly.strategies.SameThreadIOStrategy.executeIoEvent(SameThreadIOStrategy.java:69)
	at org.glassfish.grizzly.strategies.AbstractIOStrategy.executeIoEvent(AbstractIOStrategy.java:66)
	at org.glassfish.grizzly.nio.SelectorRunner.iterateKeyEvents(SelectorRunner.java:381)
	at org.glassfish.grizzly.nio.SelectorRunner.iterateKeys(SelectorRunner.java:353)
	at org.glassfish.grizzly.nio.SelectorRunner.doSelect(SelectorRunner.java:319)
	at org.glassfish.grizzly.nio.SelectorRunner.run(SelectorRunner.java:248)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:42 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:42 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:42 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:42 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:42 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:42 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:42 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:42 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:42 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173)
	at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:13:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-43] Started.
Apr 04, 2024 8:13:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.276 s -- in org.glassfish.jersey.jetty.connector.ErrorTest
[INFO] Running org.glassfish.jersey.jetty.connector.ManagedClientTest
Apr 04, 2024 8:13:42 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
Apr 04, 2024 8:13:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:13:42 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:43983/
Apr 04, 2024 8:13:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:42 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.jetty.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method.
Apr 04, 2024 8:13:42 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.jetty.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method.
Apr 04, 2024 8:13:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-44] Started.
Apr 04, 2024 8:13:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s -- in org.glassfish.jersey.jetty.connector.ManagedClientTest
[INFO] Running org.glassfish.jersey.jetty.connector.HttpHeadersTest
Apr 04, 2024 8:13:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-45] Started.
Apr 04, 2024 8:13:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-46] Started.
Apr 04, 2024 8:13:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s -- in org.glassfish.jersey.jetty.connector.HttpHeadersTest
[INFO] Running org.glassfish.jersey.jetty.connector.AuthFilterTest
Apr 04, 2024 8:13:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-47] Started.
Apr 04, 2024 8:13:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-48] Started.
Apr 04, 2024 8:13:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-49] Started.
Apr 04, 2024 8:13:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 s -- in org.glassfish.jersey.jetty.connector.AuthFilterTest
[INFO] Running org.glassfish.jersey.jetty.connector.FollowRedirectsTest
Apr 04, 2024 8:13:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-50] Started.
Apr 04, 2024 8:13:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-51] Started.
Apr 04, 2024 8:13:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-52] Started.
Apr 04, 2024 8:13:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-53] Started.
Apr 04, 2024 8:13:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 s -- in org.glassfish.jersey.jetty.connector.FollowRedirectsTest
[INFO] Running org.glassfish.jersey.jetty.connector.GZIPContentEncodingTest
Apr 04, 2024 8:13:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-54] Started.
Apr 04, 2024 8:13:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-55] Started.
Apr 04, 2024 8:13:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 s -- in org.glassfish.jersey.jetty.connector.GZIPContentEncodingTest
[INFO] Running org.glassfish.jersey.jetty.connector.TraceSupportTest
Apr 04, 2024 8:13:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-56] Started.
Apr 04, 2024 8:13:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-57] Started.
Apr 04, 2024 8:13:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-58] Started.
Apr 04, 2024 8:13:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-59] Started.
Apr 04, 2024 8:13:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-60] Started.
Apr 04, 2024 8:13:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-61] Started.
Apr 04, 2024 8:13:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.261 s -- in org.glassfish.jersey.jetty.connector.TraceSupportTest
[INFO] Running org.glassfish.jersey.jetty.connector.AsyncTest
Apr 04, 2024 8:13:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-62] Started.
Apr 04, 2024 8:13:43 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 2 on thread grizzly-http-server-0
Apr 04, 2024 8:13:43 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 3 on thread grizzly-http-server-2
Apr 04, 2024 8:13:43 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 1 on thread grizzly-http-server-1
Apr 04, 2024 8:13:44 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-3
Apr 04, 2024 8:13:44 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-1
Apr 04, 2024 8:13:44 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-2
Apr 04, 2024 8:13:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-63] Started.
Apr 04, 2024 8:13:44 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncGetWithTimeout
INFO: Async long-running get with timeout called on thread grizzly-http-server-0
Apr 04, 2024 8:13:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.086 s -- in org.glassfish.jersey.jetty.connector.AsyncTest
[INFO] Running org.glassfish.jersey.jetty.connector.TimeoutTest
Apr 04, 2024 8:13:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-64] Started.
Apr 04, 2024 8:13:45 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.205 s -- in org.glassfish.jersey.jetty.AsyncTest
[INFO] Running org.glassfish.jersey.jetty.JettyHttpServerProviderTest
Apr 04, 2024 8:13:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:13:45 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.jetty.JettyHttpServerProviderTest$Resource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.jetty.JettyHttpServerProviderTest$Resource will be ignored. 
Apr 04, 2024 8:13:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:13:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:13:45 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.jetty.JettyHttpServerProviderTest$Resource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.jetty.JettyHttpServerProviderTest$Resource will be ignored. 
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s -- in org.glassfish.jersey.jetty.JettyHttpServerProviderTest
[INFO] Running org.glassfish.jersey.jetty.ExceptionTest
Apr 04, 2024 8:13:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:13:45 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:43983/
Apr 04, 2024 8:13:45 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
Apr 04, 2024 8:13:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:13:45 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:43983/
Apr 04, 2024 8:13:45 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
Apr 04, 2024 8:13:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:13:45 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:43983/
Apr 04, 2024 8:13:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-65] Started.
Apr 04, 2024 8:13:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-66] Started.
Apr 04, 2024 8:13:46 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
Apr 04, 2024 8:13:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:13:46 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:43983/
Apr 04, 2024 8:13:46 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.477 s -- in org.glassfish.jersey.jetty.ExceptionTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-jetty11-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/target/jersey-container-jetty11-http-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-jetty11-http ---
[INFO] CycloneDX: Resolving Dependencies
Apr 04, 2024 8:13:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-67] Started.
Apr 04, 2024 8:13:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
Apr 04, 2024 8:13:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43141/
Apr 04, 2024 8:13:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43141]
Apr 04, 2024 8:13:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-68] Started.
Apr 04, 2024 8:13:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43141]
[WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.379 s -- in org.glassfish.jersey.jetty.connector.TimeoutTest
[INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/target/bom.xml
[INFO]            attaching as jersey-container-jetty11-http-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/target/bom.json
[INFO]            attaching as jersey-container-jetty11-http-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-jetty11-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/target/jersey-container-jetty11-http-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-jetty11-http ---
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 72, Failures: 0, Errors: 0, Skipped: 1
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-jetty11-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/target/jersey-jetty11-connector-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-jetty11-connector ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/target/jersey-container-jetty11-http-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-container-jetty11-http ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty11-http/3.1.99-SNAPSHOT/jersey-container-jetty11-http-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/target/jersey-container-jetty11-http-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty11-http/3.1.99-SNAPSHOT/jersey-container-jetty11-http-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty11-http/3.1.99-SNAPSHOT/jersey-container-jetty11-http-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty11-http/3.1.99-SNAPSHOT/jersey-container-jetty11-http-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/target/jersey-container-jetty11-http-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty11-http/3.1.99-SNAPSHOT/jersey-container-jetty11-http-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-jetty11-http ---
[INFO] 
[INFO] ----< org.glassfish.jersey.containers:jersey-container-jetty-http2 >----
[INFO] Building jersey-container-jetty-http2 3.1.99-SNAPSHOT           [55/303]
[INFO]   from containers/jetty-http2/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-container-jetty-http2 ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-jetty-http2 ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-jetty-http2 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-jetty-http2 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-container-jetty-http2 ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-container-jetty-http2 ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jetty/http2/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http2/src/main/resources/org/glassfish/jersey/jetty/http2/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-container-jetty-http2 ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http2/src/main/java11 added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-jetty-http2 ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-jetty-http2 ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-jetty-http2 ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-jetty-http2 ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-jetty-http2 ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-jetty-http2 ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-jetty-http2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http2/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-jetty-http2 ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-container-jetty-http2 ---
[INFO] Reserved port 36357 for jersey.config.test.container.port
[INFO] Reserved port 46495 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-container-jetty-http2 ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-jetty-http2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http2/target/jersey-container-jetty-http2-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-jetty-http2 ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/target/bom.xml
[INFO]            attaching as jersey-jetty11-connector-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/target/bom.json
[INFO]            attaching as jersey-jetty11-connector-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-jetty11-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/target/jersey-jetty11-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-jetty11-connector ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/target/jersey-jetty11-connector-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-jetty11-connector ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty11-connector/3.1.99-SNAPSHOT/jersey-jetty11-connector-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/target/jersey-jetty11-connector-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty11-connector/3.1.99-SNAPSHOT/jersey-jetty11-connector-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty11-connector/3.1.99-SNAPSHOT/jersey-jetty11-connector-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty11-connector/3.1.99-SNAPSHOT/jersey-jetty11-connector-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/target/jersey-jetty11-connector-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty11-connector/3.1.99-SNAPSHOT/jersey-jetty11-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-jetty11-connector ---
[INFO] 
[INFO] --------< org.glassfish.jersey.connectors:jersey-jnh-connector >--------
[INFO] Building jersey-connectors-jnh 3.1.99-SNAPSHOT                  [51/378]
[INFO]   from connectors/jnh-connector/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-jnh-connector ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-jnh-connector ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-jnh-connector ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-jnh-connector ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-jnh-connector ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-jnh-connector ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jnh/connector/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/src/main/resources/org/glassfish/jersey/jnh/connector/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-jnh-connector ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-jnh-connector ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-jnh-connector ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-jnh-connector ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-jnh-connector ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-jnh-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-jnh-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-jnh-connector ---
[INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http2/target/bom.xml
[INFO]            attaching as jersey-container-jetty-http2-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http2/target/bom.json
[INFO]            attaching as jersey-container-jetty-http2-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-jetty-http2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http2/target/jersey-container-jetty-http2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-jetty-http2 ---
[INFO] Copying 4 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-jnh-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 24 source files with javac [debug target 11] to target/test-classes
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http2/target/jersey-container-jetty-http2-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http2/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-container-jetty-http2 ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http2/3.1.99-SNAPSHOT/jersey-container-jetty-http2-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http2/target/jersey-container-jetty-http2-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http2/3.1.99-SNAPSHOT/jersey-container-jetty-http2-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http2/3.1.99-SNAPSHOT/jersey-container-jetty-http2-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http2/3.1.99-SNAPSHOT/jersey-container-jetty-http2-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http2/target/jersey-container-jetty-http2-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http2/3.1.99-SNAPSHOT/jersey-container-jetty-http2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-jetty-http2 ---
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/src/test/java/org/glassfish/jersey/jnh/connector/CookieTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/src/test/java/org/glassfish/jersey/jnh/connector/CookieTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/src/test/java/org/glassfish/jersey/jnh/connector/CookieTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-jnh-connector ---
[INFO] Reserved port 41873 for jersey.config.test.container.port
[INFO] Reserved port 42049 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-jnh-connector ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] ---< org.glassfish.jersey.containers:jersey-container-jetty-servlet >---
[INFO] Building jersey-container-jetty-servlet 3.1.99-SNAPSHOT         [56/303]
[INFO]   from containers/jetty-servlet/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-container-jetty-servlet ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-jetty-servlet ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-jetty-servlet ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-jetty-servlet ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-container-jetty-servlet ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-container-jetty-servlet ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-servlet/src/main/java11 added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-jetty-servlet ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-jetty-servlet ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-jetty-servlet ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-jetty-servlet ---
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-jetty-servlet ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-jetty-servlet ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-jetty-servlet ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-servlet/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-jetty-servlet ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-container-jetty-servlet ---
[INFO] Reserved port 45399 for jersey.config.test.container.port
[INFO] Reserved port 45435 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-container-jetty-servlet ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-jetty-servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-servlet/target/jersey-container-jetty-servlet-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-jetty-servlet ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] Running org.glassfish.jersey.jnh.connector.HttpHeadersTest
Apr 04, 2024 8:13:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
[INFO] CycloneDX: Creating BOM version 1.4 with 23 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-servlet/target/bom.xml
[INFO]            attaching as jersey-container-jetty-servlet-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-servlet/target/bom.json
[INFO]            attaching as jersey-container-jetty-servlet-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-jetty-servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-servlet/target/jersey-container-jetty-servlet-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-jetty-servlet ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-servlet/target/jersey-container-jetty-servlet-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-servlet/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-container-jetty-servlet ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-servlet/3.1.99-SNAPSHOT/jersey-container-jetty-servlet-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-servlet/target/jersey-container-jetty-servlet-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-servlet/3.1.99-SNAPSHOT/jersey-container-jetty-servlet-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-servlet/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-servlet/3.1.99-SNAPSHOT/jersey-container-jetty-servlet-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-servlet/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-servlet/3.1.99-SNAPSHOT/jersey-container-jetty-servlet-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-servlet/target/jersey-container-jetty-servlet-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-servlet/3.1.99-SNAPSHOT/jersey-container-jetty-servlet-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-jetty-servlet ---
[INFO] 
[INFO] ----------< org.glassfish.jersey.ext:jersey-bean-validation >-----------
[INFO] Building jersey-ext-bean-validation 3.1.99-SNAPSHOT             [57/303]
[INFO]   from ext/bean-validation/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-bean-validation ---
Apr 04, 2024 8:13:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:13:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-bean-validation ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-bean-validation ---
Apr 04, 2024 8:13:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:13:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:13:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:13:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:13:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.465 s -- in org.glassfish.jersey.jnh.connector.HttpHeadersTest
[INFO] Running org.glassfish.jersey.jnh.connector.AsyncTest
Apr 04, 2024 8:13:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-bean-validation ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-bean-validation ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-bean-validation ---
[INFO] Resources:
[INFO] org/glassfish/jersey/server/validation/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/src/main/resources/org/glassfish/jersey/server/validation/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-bean-validation ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-bean-validation ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-bean-validation ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-bean-validation ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-bean-validation ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-bean-validation ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 20 source files with javac [debug target 11] to target/classes
Apr 04, 2024 8:13:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:13:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-bean-validation ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 20 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-bean-validation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-bean-validation ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-bean-validation ---
[INFO] Reserved port 34723 for jersey.config.test.container.port
[INFO] Reserved port 37455 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-bean-validation ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-bean-validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/target/jersey-bean-validation-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-bean-validation ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/target/bom.xml
[INFO]            attaching as jersey-bean-validation-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/target/bom.json
[INFO]            attaching as jersey-bean-validation-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-bean-validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/target/jersey-bean-validation-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-bean-validation ---
[WARNING] Bundle org.glassfish.jersey.ext:jersey-bean-validation:jar:3.1.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.decorator.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/target/jersey-bean-validation-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-bean-validation ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.1.99-SNAPSHOT/jersey-bean-validation-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/target/jersey-bean-validation-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.1.99-SNAPSHOT/jersey-bean-validation-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.1.99-SNAPSHOT/jersey-bean-validation-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.1.99-SNAPSHOT/jersey-bean-validation-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/target/jersey-bean-validation-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.1.99-SNAPSHOT/jersey-bean-validation-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-bean-validation ---
[INFO] 
[INFO] --< org.glassfish.jersey.ext.cdi:jersey-cdi1x-ban-custom-hk2-binding >--
[INFO] Building jersey-ext-cdi1x-ban-custom-hk2-binding 3.1.99-SNAPSHOT [58/303]
[INFO]   from ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/classes
Apr 04, 2024 8:13:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:13:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug target 11] to target/test-classes
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Reserved port 45881 for jersey.config.test.container.port
[INFO] Reserved port 38115 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-cdi1x-ban-custom-hk2-binding ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
Apr 04, 2024 8:13:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:13:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
[INFO] Running org.glassfish.jersey.ext.cdi1x.hk2ban.EmptyHk2CustomInjectionTypeProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.glassfish.jersey.ext.cdi1x.hk2ban.EmptyHk2CustomInjectionTypeProviderTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 2 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/bom.xml
[INFO]            attaching as jersey-cdi1x-ban-custom-hk2-binding-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/bom.json
[INFO]            attaching as jersey-cdi1x-ban-custom-hk2-binding-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/3.1.99-SNAPSHOT/jersey-cdi1x-ban-custom-hk2-binding-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/3.1.99-SNAPSHOT/jersey-cdi1x-ban-custom-hk2-binding-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/3.1.99-SNAPSHOT/jersey-cdi1x-ban-custom-hk2-binding-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/3.1.99-SNAPSHOT/jersey-cdi1x-ban-custom-hk2-binding-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/3.1.99-SNAPSHOT/jersey-cdi1x-ban-custom-hk2-binding-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] 
[INFO] ---------< org.glassfish.jersey.ext.cdi:jersey-cdi-rs-inject >----------
[INFO] Building jersey-ext-cdi-rs-inject 3.1.99-SNAPSHOT               [59/303]
[INFO]   from ext/cdi/jersey-cdi-rs-inject/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi-rs-inject ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi-rs-inject ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi-rs-inject ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi-rs-inject ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-cdi-rs-inject ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-cdi-rs-inject ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi-rs-inject ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi-rs-inject ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi-rs-inject ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi-rs-inject ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi-rs-inject ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-cdi-rs-inject ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi-rs-inject ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi-rs-inject ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-cdi-rs-inject ---
[INFO] Reserved port 45717 for jersey.config.test.container.port
[INFO] Reserved port 44321 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-cdi-rs-inject ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi-rs-inject ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi-rs-inject ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/bom.xml
[INFO]            attaching as jersey-cdi-rs-inject-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/bom.json
[INFO]            attaching as jersey-cdi-rs-inject-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi-rs-inject ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jersey-cdi-rs-inject ---
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.3:javadoc' has not been previously called for the module: 'org.glassfish.jersey.ext.cdi:jersey-cdi1x:jar:3.1.99-SNAPSHOT'. Trying to invoke it...
Apr 04, 2024 8:13:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.258 s -- in org.glassfish.jersey.jnh.connector.AsyncTest
[INFO] Running org.glassfish.jersey.jnh.connector.RetrieveHttpClientFromConnectorProviderTest
Apr 04, 2024 8:13:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:13:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:13:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:13:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.glassfish.jersey.jnh.connector.RetrieveHttpClientFromConnectorProviderTest
[INFO] Running org.glassfish.jersey.jnh.connector.OptionsMethodTest
Apr 04, 2024 8:13:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:13:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:13:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:13:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.140 s -- in org.glassfish.jersey.jnh.connector.OptionsMethodTest
[INFO] Running org.glassfish.jersey.jnh.connector.GZIPContentEncodingTest
Apr 04, 2024 8:13:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:13:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:13:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 8:13:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:13:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:13:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:13:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 8:13:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.271 s -- in org.glassfish.jersey.jnh.connector.GZIPContentEncodingTest
[INFO] Running org.glassfish.jersey.jnh.connector.BodyPublisherTest
Apr 04, 2024 8:13:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:13:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:13:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Apr 04, 2024 8:13:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:13:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:13:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:13:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Apr 04, 2024 8:13:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 s -- in org.glassfish.jersey.jnh.connector.BodyPublisherTest
[INFO] Running org.glassfish.jersey.jnh.connector.FollowRedirectsTest
Apr 04, 2024 8:13:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:13:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:13:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Apr 04, 2024 8:13:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:13:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:13:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:13:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Apr 04, 2024 8:13:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:13:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:13:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:13:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Apr 04, 2024 8:13:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:13:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:13:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:13:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Apr 04, 2024 8:13:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.251 s -- in org.glassfish.jersey.jnh.connector.FollowRedirectsTest
[INFO] Running org.glassfish.jersey.jnh.connector.CookieTest
Apr 04, 2024 8:13:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:13:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:13:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Apr 04, 2024 8:13:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:13:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:13:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:13:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Apr 04, 2024 8:13:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:13:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:13:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:13:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Apr 04, 2024 8:13:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 s -- in org.glassfish.jersey.jnh.connector.CookieTest
[INFO] Running org.glassfish.jersey.jnh.connector.HttpsTest
Apr 04, 2024 8:13:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:41873
Apr 04, 2024 8:13:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:13:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Apr 04, 2024 8:13:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.157 s -- in org.glassfish.jersey.jnh.connector.HttpsTest
[INFO] Running org.glassfish.jersey.jnh.connector.HelloWorldTest
Apr 04, 2024 8:13:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:13:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:13:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Apr 04, 2024 8:13:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:13:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:13:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:13:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Apr 04, 2024 8:13:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:13:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:13:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:13:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Apr 04, 2024 8:13:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:13:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:13:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:13:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Apr 04, 2024 8:13:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:13:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:13:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:13:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Apr 04, 2024 8:13:59 AM org.glassfish.jersey.jnh.connector.HelloWorldTest testAsyncClientRequests
INFO: Executed in: 50
Apr 04, 2024 8:13:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:13:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:13:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:13:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Apr 04, 2024 8:13:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:13:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:13:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:13:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Apr 04, 2024 8:13:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.534 s -- in org.glassfish.jersey.jnh.connector.HelloWorldTest
[INFO] Running org.glassfish.jersey.jnh.connector.Http2PresenceTest
Apr 04, 2024 8:13:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:13:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:13:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Apr 04, 2024 8:13:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:13:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:13:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:13:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Apr 04, 2024 8:13:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s -- in org.glassfish.jersey.jnh.connector.Http2PresenceTest
[INFO] Running org.glassfish.jersey.jnh.connector.RedirectTest
Apr 04, 2024 8:13:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:14:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s -- in org.glassfish.jersey.jnh.connector.RedirectTest
[INFO] Running org.glassfish.jersey.jnh.connector.TraceSupportTest
Apr 04, 2024 8:14:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:14:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:14:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:14:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:14:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:14:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.404 s -- in org.glassfish.jersey.jnh.connector.TraceSupportTest
[INFO] Running org.glassfish.jersey.jnh.connector.NoEntityTest
Apr 04, 2024 8:14:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:14:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-36] Started.
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:14:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-37] Started.
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:14:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-38] Started.
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:14:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-39] Started.
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:14:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-40] Started.
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:14:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-41] Started.
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.421 s -- in org.glassfish.jersey.jnh.connector.NoEntityTest
[INFO] Running org.glassfish.jersey.jnh.connector.TimeoutTest
Apr 04, 2024 8:14:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:14:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-42] Started.
Apr 04, 2024 8:14:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:14:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:14:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:14:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-43] Started.
Apr 04, 2024 8:14:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:14:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:14:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:14:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-44] Started.
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.125 s -- in org.glassfish.jersey.jnh.connector.TimeoutTest
[INFO] Running org.glassfish.jersey.jnh.connector.ManagedClientTest
Apr 04, 2024 8:14:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:14:03 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.jnh.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method.
Apr 04, 2024 8:14:03 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.jnh.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method.
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-45] Started.
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.glassfish.jersey.jnh.connector.ManagedClientTest
[INFO] Running org.glassfish.jersey.jnh.connector.EntityTest
Apr 04, 2024 8:14:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-46] Started.
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:14:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-47] Started.
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:14:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-48] Started.
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:14:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-49] Started.
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 s -- in org.glassfish.jersey.jnh.connector.EntityTest
[INFO] Running org.glassfish.jersey.jnh.connector.FirstByteCachingStreamTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.jnh.connector.FirstByteCachingStreamTest
[INFO] Running org.glassfish.jersey.jnh.connector.MethodTest
Apr 04, 2024 8:14:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-50] Started.
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:14:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-51] Started.
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:14:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-52] Started.
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:14:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-53] Started.
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:14:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-54] Started.
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:14:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-55] Started.
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:14:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-56] Started.
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:14:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-57] Started.
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:14:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-58] Started.
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:14:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-59] Started.
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.460 s -- in org.glassfish.jersey.jnh.connector.MethodTest
[INFO] Running org.glassfish.jersey.jnh.connector.UnderlyingHttpClientAccessTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.jersey.jnh.connector.UnderlyingHttpClientAccessTest
[INFO] Running org.glassfish.jersey.jnh.connector.AuthTest
Apr 04, 2024 8:14:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:14:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-60] Started.
Apr 04, 2024 8:14:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:14:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:14:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:14:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-61] Started.
Apr 04, 2024 8:14:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:14:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:14:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:14:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-62] Started.
Apr 04, 2024 8:14:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 s -- in org.glassfish.jersey.jnh.connector.AuthTest
[INFO] Running org.glassfish.jersey.jnh.connector.ErrorTest
Apr 04, 2024 8:14:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:14:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:14:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-63] Started.
Apr 04, 2024 8:14:04 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
MultiException stack 1 of 1
java.lang.IllegalStateException: Not inside a request scope.
	at org.glassfish.jersey.internal.guava.Preconditions.checkState(Preconditions.java:169)
	at org.glassfish.jersey.process.internal.RequestScope.current(RequestScope.java:153)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:55)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:14:04 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
MultiException stack 1 of 1
java.lang.IllegalStateException: Not inside a request scope.
	at org.glassfish.jersey.internal.guava.Preconditions.checkState(Preconditions.java:169)
	at org.glassfish.jersey.process.internal.RequestScope.current(RequestScope.java:153)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:55)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:14:04 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:14:04 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:14:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:14:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:14:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:14:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-64] Started.
Apr 04, 2024 8:14:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:14:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:14:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:14:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-65] Started.
Apr 04, 2024 8:14:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
Apr 04, 2024 8:14:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41873/
Apr 04, 2024 8:14:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41873]
Apr 04, 2024 8:14:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-66] Started.
Apr 04, 2024 8:14:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41873]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.997 s -- in org.glassfish.jersey.jnh.connector.ErrorTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 72, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-jnh-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/target/jersey-jnh-connector-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-jnh-connector ---
[INFO] CycloneDX: Resolving Dependencies
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/target/apidocs
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/target/bom.xml
[INFO]            attaching as jersey-jnh-connector-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/target/bom.json
[INFO]            attaching as jersey-jnh-connector-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-jnh-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/target/jersey-jnh-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-jnh-connector ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/target/jersey-jnh-connector-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-jnh-connector ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jnh-connector/3.1.99-SNAPSHOT/jersey-jnh-connector-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/target/jersey-jnh-connector-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jnh-connector/3.1.99-SNAPSHOT/jersey-jnh-connector-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jnh-connector/3.1.99-SNAPSHOT/jersey-jnh-connector-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jnh-connector/3.1.99-SNAPSHOT/jersey-jnh-connector-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/target/jersey-jnh-connector-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jnh-connector/3.1.99-SNAPSHOT/jersey-jnh-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-jnh-connector ---
[INFO] 
Loading source file /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/InjectExtension.java...
[parsing started SimpleFileObject[/home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/InjectExtension.java]]
[parsing completed 22ms]
Loading source file /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/JerseyContext.java...
[parsing started SimpleFileObject[/home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/JerseyContext.java]]
[parsing completed 1ms]
Loading source file /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/ServletReferenceProducer.java...
[parsing started SimpleFileObject[/home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/ServletReferenceProducer.java]]
[parsing completed 1ms]
[loading /modules/jdk.jdeps/module-info.class]
[loading /modules/jdk.charsets/module-info.class]
[loading /modules/jdk.jdi/module-info.class]
[loading /modules/jdk.jcmd/module-info.class]
[loading /modules/jdk.internal.jvmstat/module-info.class]
[loading /modules/jdk.editpad/module-info.class]
[loading /modules/jdk.net/module-info.class]
[loading /modules/jdk.unsupported/module-info.class]
[loading /modules/jdk.jlink/module-info.class]
[loading /modules/jdk.localedata/module-info.class]
[loading /modules/jdk.hotspot.agent/module-info.class]
[loading /modules/java.rmi/module-info.class]
[loading /modules/jdk.jstatd/module-info.class]
[loading /modules/jdk.dynalink/module-info.class]
[loading /modules/jdk.javadoc/module-info.class]
[loading /modules/jdk.jdwp.agent/module-info.class]
[loading /modules/jdk.zipfs/module-info.class]
[loading /modules/java.sql/module-info.class]
[loading /modules/jdk.jshell/module-info.class]
[loading /modules/java.management/module-info.class]
[loading /modules/java.security.jgss/module-info.class]
[loading /modules/java.instrument/module-info.class]
[loading /modules/java.management.rmi/module-info.class]
[loading /modules/java.datatransfer/module-info.class]
[loading /modules/java.se/module-info.class]
[loading /modules/jdk.accessibility/module-info.class]
[loading /modules/jdk.unsupported.desktop/module-info.class]
[loading /modules/jdk.internal.ed/module-info.class]
[loading /modules/jdk.security.auth/module-info.class]
[loading /modules/java.sql.rowset/module-info.class]
[loading /modules/java.desktop/module-info.class]
[loading /modules/jdk.jfr/module-info.class]
[loading /modules/jdk.naming.dns/module-info.class]
[loading /modules/jdk.management.agent/module-info.class]
[loading /modules/jdk.management/module-info.class]
[loading /modules/jdk.internal.opt/module-info.class]
[loading /modules/jdk.sctp/module-info.class]
[loading /modules/java.xml/module-info.class]
[loading /modules/jdk.crypto.cryptoki/module-info.class]
[loading /modules/jdk.management.jfr/module-info.class]
[loading /modules/jdk.attach/module-info.class]
[loading /modules/jdk.security.jgss/module-info.class]
[loading /modules/jdk.aot/module-info.class]
[loading /modules/jdk.compiler/module-info.class]
[loading /modules/java.transaction.xa/module-info.class]
[loading /modules/java.base/module-info.class]
[loading /modules/jdk.scripting.nashorn/module-info.class]
[loading /modules/jdk.httpserver/module-info.class]
[loading /modules/java.logging/module-info.class]
[loading /modules/jdk.pack/module-info.class]
[loading /modules/java.scripting/module-info.class]
[loading /modules/jdk.jsobject/module-info.class]
[loading /modules/java.smartcardio/module-info.class]
[loading /modules/jdk.internal.vm.compiler.management/module-info.class]
[loading /modules/jdk.xml.dom/module-info.class]
[loading /modules/jdk.rmic/module-info.class]
[loading /modules/jdk.jconsole/module-info.class]
[loading /modules/jdk.jartool/module-info.class]
[loading /modules/jdk.naming.rmi/module-info.class]
[loading /modules/java.prefs/module-info.class]
[loading /modules/java.net.http/module-info.class]
[loading /modules/jdk.internal.vm.ci/module-info.class]
[loading /modules/java.naming/module-info.class]
[loading /modules/java.xml.crypto/module-info.class]
[loading /modules/jdk.scripting.nashorn.shell/module-info.class]
[loading /modules/jdk.internal.vm.compiler/module-info.class]
[loading /modules/jdk.crypto.ec/module-info.class]
[loading /modules/java.security.sasl/module-info.class]
[loading /modules/jdk.internal.le/module-info.class]
[loading /modules/java.compiler/module-info.class]
Constructing Javadoc information...
[search path for source files: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/src/main/java,/home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/generated-sources/rsrc-gen,/home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/generated-sources/annotations]
[search path for class files: /opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/modules,/home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/jersey-common-3.1.99-SNAPSHOT.jar,/home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar,/home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar,/home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar,/home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.1.99-SNAPSHOT.jar,/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar,/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.lang-model/4.0.1/jakarta.enterprise.lang-model-4.0.1.jar,/home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/5.0.1/jakarta.el-api-5.0.1.jar,/home/jenkins/.m2/repository/jakarta/interceptor/jakarta.interceptor-api/2.1.0/jakarta.interceptor-api-2.1.0.jar,/home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.jar,/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar]
[loading /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.1.99-SNAPSHOT.jar(/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.class)]
[loading /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/jersey-common-3.1.99-SNAPSHOT.jar(/org/glassfish/jersey/internal/util/ReflectionHelper.class)]
[loading /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/jersey-common-3.1.99-SNAPSHOT.jar(/org/glassfish/jersey/internal/util/collection/LazyValue.class)]
[loading /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/jersey-common-3.1.99-SNAPSHOT.jar(/org/glassfish/jersey/internal/util/collection/Value.class)]
[loading /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/jersey-common-3.1.99-SNAPSHOT.jar(/org/glassfish/jersey/internal/util/collection/Values.class)]
[loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(/jakarta/enterprise/context/RequestScoped.class)]
[loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(/jakarta/enterprise/context/spi/CreationalContext.class)]
[loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(/jakarta/enterprise/event/Observes.class)]
[loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(/jakarta/enterprise/inject/Alternative.class)]
[loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(/jakarta/enterprise/inject/Any.class)]
[loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(/jakarta/enterprise/inject/spi/AfterBeanDiscovery.class)]
[loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(/jakarta/enterprise/inject/spi/AnnotatedType.class)]
[loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(/jakarta/enterprise/inject/spi/Bean.class)]
[loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(/jakarta/enterprise/inject/spi/BeanManager.class)]
[loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(/jakarta/enterprise/inject/spi/BeforeBeanDiscovery.class)]
[loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(/jakarta/enterprise/inject/spi/Extension.class)]
[loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(/jakarta/enterprise/inject/spi/InjectionPoint.class)]
[loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(/jakarta/enterprise/inject/spi/InjectionTarget.class)]
[loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(/jakarta/enterprise/inject/spi/InjectionTargetFactory.class)]
[loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(/jakarta/enterprise/inject/spi/PassivationCapable.class)]
[loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(/jakarta/enterprise/inject/spi/ProcessAnnotatedType.class)]
[loading /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar(/jakarta/inject/Singleton.class)]
[loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar(/jakarta/ws/rs/container/ContainerRequestContext.class)]
[loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar(/jakarta/ws/rs/container/ResourceContext.class)]
[loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar(/jakarta/ws/rs/container/ResourceInfo.class)]
[loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar(/jakarta/ws/rs/core/Application.class)]
[loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar(/jakarta/ws/rs/core/Configuration.class)]
[loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar(/jakarta/ws/rs/core/HttpHeaders.class)]
[loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar(/jakarta/ws/rs/core/Request.class)]
[loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar(/jakarta/ws/rs/core/SecurityContext.class)]
[loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar(/jakarta/ws/rs/core/UriInfo.class)]
[loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar(/jakarta/ws/rs/ext/ParamConverterProvider.class)]
[loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar(/jakarta/ws/rs/ext/Providers.class)]
[loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar(/jakarta/ws/rs/sse/Sse.class)]
[loading /modules/java.base/java/lang/annotation/Annotation.class]
[loading /modules/java.base/java/lang/reflect/Type.class]
[loading /modules/java.base/java/security/AccessController.class]
[loading /modules/java.base/java/util/Collections.class]
[loading /modules/java.base/java/util/HashSet.class]
[loading /modules/java.base/java/util/Set.class]
[loading /modules/java.base/java/util/UUID.class]
[loading /modules/java.base/java/lang/Object.class]
[loading /modules/java.base/java/lang/SuppressWarnings.class]
[loading /modules/java.base/java/lang/Class.class]
[loading /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/jersey-common-3.1.99-SNAPSHOT.jar(/org/glassfish/jersey/internal/inject/InjectionManager.class)]
[loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(/jakarta/enterprise/inject/Produces.class)]
[loading /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar(/jakarta/inject/Inject.class)]
[loading /home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.jar(/jakarta/servlet/FilterConfig.class)]
[loading /home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.jar(/jakarta/servlet/ServletConfig.class)]
[loading /home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.jar(/jakarta/servlet/ServletContext.class)]
[loading /home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.jar(/jakarta/servlet/http/HttpServletRequest.class)]
[loading /home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.jar(/jakarta/servlet/http/HttpServletResponse.class)]
[loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(/jakarta/enterprise/context/spi/Contextual.class)]
[loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(/jakarta/enterprise/inject/spi/BeanAttributes.class)]
[loading /modules/java.base/java/lang/String.class]
[loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(/jakarta/enterprise/util/AnnotationLiteral.class)]
[loading /modules/java.base/java/io/Serializable.class]
[loading /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar(/jakarta/inject/Qualifier.class)]
[loading /modules/java.base/java/lang/annotation/ElementType.class]
[loading /modules/java.base/java/lang/annotation/Retention.class]
[loading /modules/java.base/java/lang/annotation/RetentionPolicy.class]
[loading /modules/java.base/java/lang/annotation/Target.class]
[loading /modules/java.base/java/lang/Deprecated.class]
[loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(/jakarta/enterprise/event/Reception.class)]
[loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(/jakarta/enterprise/event/TransactionPhase.class)]
[loading /modules/java.base/java/lang/Override.class]
[loading /modules/java.base/java/lang/Error.class]
[loading /modules/java.base/java/lang/Exception.class]
Standard Doclet version 11.0.2
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/InjectExtension.html...
[loading /modules/java.base/java/lang/FunctionalInterface.class]
Generating /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/JerseyContext.html...
Generating /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/ServletReferenceProducer.html...
Generating /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/package-summary.html...
Generating /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/package-tree.html...
Generating /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/class-use/InjectExtension.html...
Generating /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/class-use/JerseyContext.html...
Generating /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/class-use/ServletReferenceProducer.html...
Generating /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/apidocs/help-doc.html...
[done in 1879 ms]
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.1.99-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi-rs-inject ---
[INFO] 
[INFO] ----------------< org.glassfish.jersey.ext.cdi:project >----------------
[INFO] Building jersey-cdi-support 3.1.99-SNAPSHOT                     [52/378]
[INFO]   from ext/cdi/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ project ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ project ---
[INFO] Reserved port 39899 for jersey.config.test.container.port
[INFO] Reserved port 40763 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-cdi-rs-inject ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/3.1.99-SNAPSHOT/jersey-cdi-rs-inject-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/3.1.99-SNAPSHOT/jersey-cdi-rs-inject-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/3.1.99-SNAPSHOT/jersey-cdi-rs-inject-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/3.1.99-SNAPSHOT/jersey-cdi-rs-inject-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/3.1.99-SNAPSHOT/jersey-cdi-rs-inject-3.1.99-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.1.99-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/3.1.99-SNAPSHOT/jersey-cdi-rs-inject-3.1.99-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi-rs-inject ---
[INFO] 
[INFO] ---------< org.glassfish.jersey.ext.cdi:jersey-cdi1x-servlet >----------
[INFO] Building jersey-ext-cdi1x-servlet 3.1.99-SNAPSHOT               [60/303]
[INFO]   from ext/cdi/jersey-cdi1x-servlet/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi1x-servlet ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi1x-servlet ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi1x-servlet ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi1x-servlet ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-cdi1x-servlet ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-cdi1x-servlet ---
[INFO] Resources:
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-cdi1x-servlet ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-servlet/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi1x-servlet ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x-servlet ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x-servlet ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi1x-servlet ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi1x-servlet ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 11] to target/classes
[INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/target/bom.xml
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/target/bom.json
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ project ---
[INFO] 
[INFO] -------------< org.glassfish.jersey.ext.cdi:jersey-cdi1x >--------------
[INFO] Building jersey-ext-cdi1x 3.1.99-SNAPSHOT                       [53/378]
[INFO]   from ext/cdi/jersey-cdi1x/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi1x ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi1x ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi1x ---
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-cdi1x-servlet ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi1x-servlet ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-servlet/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi1x-servlet ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-cdi1x-servlet ---
[INFO] Reserved port 42989 for jersey.config.test.container.port
[INFO] Reserved port 35977 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-cdi1x-servlet ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi1x-servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi1x-servlet ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi1x ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-cdi1x ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-cdi1x ---
[INFO] Resources:
[INFO] org/glassfish/jersey/ext/cdi1x/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/src/main/resources/org/glassfish/jersey/ext/cdi1x/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-cdi1x ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi1x ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi1x ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi1x ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 25 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiUtil.java:[156,33] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiUtil.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiUtil.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-cdi1x ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 25 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiUtil.java:[156,33] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiUtil.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiUtil.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi1x ---
[INFO] Copying 3 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi1x ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-cdi1x ---
[INFO] Reserved port 42081 for jersey.config.test.container.port
[INFO] Reserved port 41655 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-cdi1x ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-servlet/target/bom.xml
[INFO]            attaching as jersey-cdi1x-servlet-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-servlet/target/bom.json
[INFO]            attaching as jersey-cdi1x-servlet-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi1x-servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi1x-servlet ---
[WARNING] Bundle org.glassfish.jersey.ext.cdi:jersey-cdi1x-servlet:jar:3.1.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.decorator.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-servlet/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-cdi1x-servlet ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/3.1.99-SNAPSHOT/jersey-cdi1x-servlet-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/3.1.99-SNAPSHOT/jersey-cdi1x-servlet-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-servlet/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/3.1.99-SNAPSHOT/jersey-cdi1x-servlet-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-servlet/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/3.1.99-SNAPSHOT/jersey-cdi1x-servlet-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/3.1.99-SNAPSHOT/jersey-cdi1x-servlet-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi1x-servlet ---
[INFO] 
[INFO] -------< org.glassfish.jersey.ext.cdi:jersey-cdi1x-transaction >--------
[INFO] Building jersey-ext-cdi1x-transaction 3.1.99-SNAPSHOT           [61/303]
[INFO]   from ext/cdi/jersey-cdi1x-transaction/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi1x-transaction ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi1x-transaction ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi1x-transaction ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi1x-transaction ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-cdi1x-transaction ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-cdi1x-transaction ---
[INFO] Resources:
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-cdi1x-transaction ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-transaction/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi1x-transaction ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x-transaction ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x-transaction ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi1x-transaction ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi1x-transaction ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/TransactionalExceptionInterceptorProvider.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/TransactionalExceptionInterceptorProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-cdi1x-transaction ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/TransactionalExceptionInterceptorProvider.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/TransactionalExceptionInterceptorProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi1x-transaction ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-transaction/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi1x-transaction ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-cdi1x-transaction ---
[INFO] Reserved port 45299 for jersey.config.test.container.port
[INFO] Reserved port 40779 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-cdi1x-transaction ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi1x-transaction ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi1x-transaction ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] Running org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProviderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s -- in org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProviderTest
[INFO] Running org.glassfish.jersey.ext.cdi1x.internal.CdiUtilTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 s -- in org.glassfish.jersey.ext.cdi1x.internal.CdiUtilTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi1x ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi1x ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-transaction/target/bom.xml
[INFO]            attaching as jersey-cdi1x-transaction-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-transaction/target/bom.json
[INFO]            attaching as jersey-cdi1x-transaction-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi1x-transaction ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi1x-transaction ---
[WARNING] Bundle org.glassfish.jersey.ext.cdi:jersey-cdi1x-transaction:jar:3.1.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.decorator.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-transaction/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-cdi1x-transaction ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-transaction/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/3.1.99-SNAPSHOT/jersey-cdi1x-transaction-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/3.1.99-SNAPSHOT/jersey-cdi1x-transaction-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-transaction/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/3.1.99-SNAPSHOT/jersey-cdi1x-transaction-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-transaction/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/3.1.99-SNAPSHOT/jersey-cdi1x-transaction-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/3.1.99-SNAPSHOT/jersey-cdi1x-transaction-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi1x-transaction ---
[INFO] 
[INFO] --------< org.glassfish.jersey.ext.cdi:jersey-cdi1x-validation >--------
[INFO] Building jersey-ext-cdi1x-validation 3.1.99-SNAPSHOT            [62/303]
[INFO]   from ext/cdi/jersey-cdi1x-validation/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi1x-validation ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi1x-validation ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi1x-validation ---
[INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/target/bom.xml
[INFO]            attaching as jersey-cdi1x-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/target/bom.json
[INFO]            attaching as jersey-cdi1x-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi1x ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi1x ---
[WARNING] Bundle org.glassfish.jersey.ext.cdi:jersey-cdi1x:jar:3.1.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.decorator.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-cdi1x ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/3.1.99-SNAPSHOT/jersey-cdi1x-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/3.1.99-SNAPSHOT/jersey-cdi1x-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/3.1.99-SNAPSHOT/jersey-cdi1x-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/3.1.99-SNAPSHOT/jersey-cdi1x-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/3.1.99-SNAPSHOT/jersey-cdi1x-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi1x ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi1x-validation ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-cdi1x-validation ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-cdi1x-validation ---
[INFO] Resources:
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-cdi1x-validation ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-validation/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi1x-validation ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x-validation ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x-validation ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi1x-validation ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi1x-validation ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-cdi1x-validation ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi1x-validation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-validation/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi1x-validation ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-cdi1x-validation ---
[INFO] Reserved port 40267 for jersey.config.test.container.port
[INFO] Reserved port 38373 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-cdi1x-validation ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi1x-validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi1x-validation ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] 
[INFO] ---------< org.glassfish.jersey.containers.glassfish:project >----------
[INFO] Building jersey-glassfish-support 3.1.99-SNAPSHOT               [54/378]
[INFO]   from containers/glassfish/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ project ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ project ---
[INFO] Reserved port 34065 for jersey.config.test.container.port
[INFO] Reserved port 39603 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-validation/target/bom.xml
[INFO]            attaching as jersey-cdi1x-validation-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-validation/target/bom.json
[INFO]            attaching as jersey-cdi1x-validation-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi1x-validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi1x-validation ---
[WARNING] Bundle org.glassfish.jersey.ext.cdi:jersey-cdi1x-validation:jar:3.1.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.decorator.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-validation/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-cdi1x-validation ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-validation/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-validation/3.1.99-SNAPSHOT/jersey-cdi1x-validation-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-validation/3.1.99-SNAPSHOT/jersey-cdi1x-validation-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-validation/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-validation/3.1.99-SNAPSHOT/jersey-cdi1x-validation-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-validation/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-validation/3.1.99-SNAPSHOT/jersey-cdi1x-validation-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-validation/3.1.99-SNAPSHOT/jersey-cdi1x-validation-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi1x-validation ---
[INFO] 
[INFO] ------------< org.glassfish.jersey.ext.cdi:jersey-weld2-se >------------
[INFO] Building jersey-ext-weld2-se 3.1.99-SNAPSHOT                    [63/303]
[INFO]   from ext/cdi/jersey-weld2-se/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-weld2-se ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-weld2-se ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-weld2-se ---
[INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/target/bom.xml
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/target/bom.json
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ project ---
[INFO] 
[INFO] ------< org.glassfish.jersey.containers.glassfish:jersey-gf-ejb >-------
[INFO] Building jersey-gf-ejb 3.1.99-SNAPSHOT                          [55/378]
[INFO]   from containers/glassfish/jersey-gf-ejb/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-gf-ejb ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-gf-ejb ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-gf-ejb ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-weld2-se ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-weld2-se ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-weld2-se ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-weld2-se/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-weld2-se ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-weld2-se ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-weld2-se ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-weld2-se ---
[INFO] Copying 0 resource from src/main/java to target/classes
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-weld2-se ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-weld2-se ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/classes
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-gf-ejb ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-gf-ejb ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-gf-ejb ---
[INFO] Resources:
[INFO] org/glassfish/jersey/gf/ejb/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/src/main/resources/org/glassfish/jersey/gf/ejb/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-gf-ejb ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-gf-ejb ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-gf-ejb ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-gf-ejb ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-gf-ejb ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-gf-ejb ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-weld2-se ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-weld2-se/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-weld2-se ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-weld2-se ---
[INFO] Reserved port 45791 for jersey.config.test.container.port
[INFO] Reserved port 38021 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-weld2-se ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-weld2-se ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-weld2-se/target/jersey-weld2-se-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-weld2-se ---
[INFO] CycloneDX: Resolving Dependencies
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java:[214,33] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java:[245,17] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbExceptionMapper.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbExceptionMapper.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-gf-ejb ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java:[214,33] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java:[245,17] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbExceptionMapper.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbExceptionMapper.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-gf-ejb ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-gf-ejb ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-gf-ejb ---
[INFO] Reserved port 44313 for jersey.config.test.container.port
[INFO] Reserved port 46685 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-gf-ejb ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-gf-ejb ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-gf-ejb ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 23 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-weld2-se/target/bom.xml
[INFO]            attaching as jersey-weld2-se-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-weld2-se/target/bom.json
[INFO]            attaching as jersey-weld2-se-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-weld2-se ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-weld2-se/target/jersey-weld2-se-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-weld2-se ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-weld2-se/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-weld2-se/3.1.99-SNAPSHOT/jersey-weld2-se-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-weld2-se/target/jersey-weld2-se-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-weld2-se/3.1.99-SNAPSHOT/jersey-weld2-se-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-weld2-se/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-weld2-se/3.1.99-SNAPSHOT/jersey-weld2-se-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-weld2-se/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-weld2-se/3.1.99-SNAPSHOT/jersey-weld2-se-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-weld2-se/target/jersey-weld2-se-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-weld2-se/3.1.99-SNAPSHOT/jersey-weld2-se-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-weld2-se ---
[INFO] 
[INFO] ----------< org.glassfish.jersey.ext:jersey-metainf-services >----------
[INFO] Building jersey-ext-metainf-services 3.1.99-SNAPSHOT            [64/303]
[INFO]   from ext/metainf-services/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-metainf-services ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-metainf-services ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-metainf-services ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-metainf-services ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-metainf-services ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-metainf-services ---
[INFO] Resources:
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-metainf-services ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/metainf-services/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-metainf-services ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-metainf-services ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-metainf-services ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-metainf-services ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-metainf-services ---
[WARNING]  Parameter 'compilerArguments' is deprecated: use compilerArgs instead.
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-metainf-services ---
[WARNING]  Parameter 'compilerArguments' is deprecated: use compilerArgs instead.
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-metainf-services ---
[INFO] Copying 2 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-metainf-services ---
[WARNING]  Parameter 'compilerArguments' is deprecated: use compilerArgs instead.
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug target 11] to target/test-classes
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-metainf-services ---
[INFO] Reserved port 39049 for jersey.config.test.container.port
[INFO] Reserved port 41627 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-metainf-services ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/metainf-services/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.message.MetaInfServicesTest$Enable
[INFO] CycloneDX: Creating BOM version 1.4 with 106 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/target/bom.xml
[INFO]            attaching as jersey-gf-ejb-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/target/bom.json
[INFO]            attaching as jersey-gf-ejb-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-gf-ejb ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-gf-ejb ---
Apr 04, 2024 8:14:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39049/
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-gf-ejb ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/jersey-gf-ejb/3.1.99-SNAPSHOT/jersey-gf-ejb-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/jersey-gf-ejb/3.1.99-SNAPSHOT/jersey-gf-ejb-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/jersey-gf-ejb/3.1.99-SNAPSHOT/jersey-gf-ejb-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/jersey-gf-ejb/3.1.99-SNAPSHOT/jersey-gf-ejb-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/jersey-gf-ejb/3.1.99-SNAPSHOT/jersey-gf-ejb-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-gf-ejb ---
[INFO] 
[INFO] ---< org.glassfish.jersey.containers:jersey-container-jetty11-http >----
[INFO] Building jersey-container-jetty11-http 3.1.99-SNAPSHOT          [56/378]
[INFO]   from containers/jetty11-http/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-container-jetty11-http ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-jetty11-http ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-jetty11-http ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-jetty11-http ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-container-jetty11-http ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-container-jetty11-http ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jetty/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/src/main/resources/org/glassfish/jersey/jetty/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-container-jetty11-http ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-jetty11-http ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-jetty11-http ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-jetty11-http ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-jetty11-http ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-jetty11-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files with javac [debug target 11] to target/classes
Apr 04, 2024 8:14:15 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainer.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainer.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainer.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-jetty11-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files with javac [debug target 11] to target/classes
Apr 04, 2024 8:14:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39049]
Apr 04, 2024 8:14:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainer.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainer.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainer.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-jetty11-http ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-jetty11-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug target 11] to target/test-classes
Apr 04, 2024 8:14:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39049]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.266 s -- in org.glassfish.jersey.message.MetaInfServicesTest$Enable
[INFO] Running org.glassfish.jersey.message.MetaInfServicesTest$DisableServer
Apr 04, 2024 8:14:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39049/
Apr 04, 2024 8:14:16 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/src/test/java/org/glassfish/jersey/jetty/AbstractJettyServerTester.java:[60,30] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java:[133,30] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-container-jetty11-http ---
[INFO] Reserved port 33537 for jersey.config.test.container.port
[INFO] Reserved port 39539 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-container-jetty11-http ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
Apr 04, 2024 8:14:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39049]
Apr 04, 2024 8:14:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:14:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39049]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 s -- in org.glassfish.jersey.message.MetaInfServicesTest$DisableServer
[INFO] Running org.glassfish.jersey.message.MetaInfServicesTest$DisableClient
Apr 04, 2024 8:14:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39049/
Apr 04, 2024 8:14:16 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:14:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39049]
Apr 04, 2024 8:14:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:14:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39049]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 s -- in org.glassfish.jersey.message.MetaInfServicesTest$DisableClient
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-metainf-services ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/metainf-services/target/jersey-metainf-services-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-metainf-services ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] Running org.glassfish.jersey.jetty.OptionsTest
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
Apr 04, 2024 8:14:17 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder
WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter<jakarta.activation.DataSource> was not found. The provider is not available.
Apr 04, 2024 8:14:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:14:17 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:33537/
Apr 04, 2024 8:14:17 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.719 s -- in org.glassfish.jersey.jetty.OptionsTest
[INFO] Running org.glassfish.jersey.jetty.LifecycleListenerTest
Apr 04, 2024 8:14:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:14:17 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:33537/
Apr 04, 2024 8:14:17 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
Apr 04, 2024 8:14:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:14:17 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:33537/
Apr 04, 2024 8:14:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:14:17 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 s -- in org.glassfish.jersey.jetty.LifecycleListenerTest
[INFO] Running org.glassfish.jersey.jetty.AsyncTest
Apr 04, 2024 8:14:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:14:18 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:33537/
Apr 04, 2024 8:14:18 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
Apr 04, 2024 8:14:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:14:18 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:33537/
[INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/metainf-services/target/bom.xml
[INFO]            attaching as jersey-metainf-services-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/metainf-services/target/bom.json
[INFO]            attaching as jersey-metainf-services-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-metainf-services ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/metainf-services/target/jersey-metainf-services-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-metainf-services ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/metainf-services/target/jersey-metainf-services-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/metainf-services/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-metainf-services ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/metainf-services/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-metainf-services/3.1.99-SNAPSHOT/jersey-metainf-services-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/metainf-services/target/jersey-metainf-services-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-metainf-services/3.1.99-SNAPSHOT/jersey-metainf-services-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/metainf-services/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-metainf-services/3.1.99-SNAPSHOT/jersey-metainf-services-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/metainf-services/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-metainf-services/3.1.99-SNAPSHOT/jersey-metainf-services-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/metainf-services/target/jersey-metainf-services-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-metainf-services/3.1.99-SNAPSHOT/jersey-metainf-services-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-metainf-services ---
[INFO] 
[INFO] -------------< org.glassfish.jersey.ext:jersey-micrometer >-------------
[INFO] Building jersey-micrometer 3.1.99-SNAPSHOT                      [65/303]
[INFO]   from ext/micrometer/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-micrometer ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-micrometer ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-micrometer ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-micrometer ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-micrometer ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-micrometer ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/micrometer/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-micrometer ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-micrometer ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-micrometer ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-micrometer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/micrometer/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-micrometer ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 15 source files with javac [debug target 11] to target/classes
[WARNING] unknown enum constant javax.annotation.meta.When.MAYBE
  reason: class file for javax.annotation.meta.When not found
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-micrometer ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 15 source files with javac [debug target 11] to target/classes
[WARNING] unknown enum constant javax.annotation.meta.When.MAYBE
  reason: class file for javax.annotation.meta.When not found
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-micrometer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/micrometer/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-micrometer ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 10 source files with javac [debug target 11] to target/test-classes
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-micrometer ---
[INFO] Reserved port 46535 for jersey.config.test.container.port
[INFO] Reserved port 41877 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-micrometer ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/micrometer/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.micrometer.server.observation.ObservationApplicationEventListenerTest
[INFO] Running org.glassfish.jersey.micrometer.server.observation.ObservationApplicationEventListenerTest$OtelObservationRequestEventListenerTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Trace Id [af7ccf24542a82c45b87ab360df35041]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.116 s -- in org.glassfish.jersey.micrometer.server.observation.ObservationApplicationEventListenerTest$OtelObservationRequestEventListenerTest
[INFO] Running org.glassfish.jersey.micrometer.server.observation.ObservationApplicationEventListenerTest$BraveObservationRequestEventListenerTest
SLF4J: Failed to load class "org.slf4j.impl.StaticMDCBinder".
SLF4J: Defaulting to no-operation MDCAdapter implementation.
SLF4J: See http://www.slf4j.org/codes.html#no_static_mdc_binder for further details.
Trace Id [660e615d0e53cebf935dec72186184c2]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s -- in org.glassfish.jersey.micrometer.server.observation.ObservationApplicationEventListenerTest$BraveObservationRequestEventListenerTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.305 s -- in org.glassfish.jersey.micrometer.server.observation.ObservationApplicationEventListenerTest
[INFO] Running org.glassfish.jersey.micrometer.server.MetricsRequestEventListenerTimedTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.600 s -- in org.glassfish.jersey.micrometer.server.MetricsRequestEventListenerTimedTest
[INFO] Running org.glassfish.jersey.micrometer.server.MetricsRequestEventListenerTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.323 s -- in org.glassfish.jersey.micrometer.server.MetricsRequestEventListenerTest
[INFO] Running org.glassfish.jersey.micrometer.server.DefaultJerseyTagsProviderTest
Apr 04, 2024 8:14:23 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
Apr 04, 2024 8:14:23 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:14:23 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:33537/
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.795 s -- in org.glassfish.jersey.micrometer.server.DefaultJerseyTagsProviderTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-micrometer ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/micrometer/target/jersey-micrometer-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-micrometer ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/micrometer/target/bom.xml
[INFO]            attaching as jersey-micrometer-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/micrometer/target/bom.json
[INFO]            attaching as jersey-micrometer-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-micrometer ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/micrometer/target/jersey-micrometer-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-micrometer ---
[WARNING] Bundle org.glassfish.jersey.ext:jersey-micrometer:jar:3.1.99-SNAPSHOT : Unused Import-Package instructions: [org.eclipse.microprofile.micrometer.server.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/micrometer/target/jersey-micrometer-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/micrometer/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-micrometer ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/micrometer/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-micrometer/3.1.99-SNAPSHOT/jersey-micrometer-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/micrometer/target/jersey-micrometer-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-micrometer/3.1.99-SNAPSHOT/jersey-micrometer-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/micrometer/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-micrometer/3.1.99-SNAPSHOT/jersey-micrometer-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/micrometer/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-micrometer/3.1.99-SNAPSHOT/jersey-micrometer-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/micrometer/target/jersey-micrometer-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-micrometer/3.1.99-SNAPSHOT/jersey-micrometer-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-micrometer ---
Apr 04, 2024 8:14:26 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.228 s -- in org.glassfish.jersey.jetty.AsyncTest
[INFO] Running org.glassfish.jersey.jetty.JettyHttpServerProviderTest
Apr 04, 2024 8:14:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:14:26 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.jetty.JettyHttpServerProviderTest$Resource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.jetty.JettyHttpServerProviderTest$Resource will be ignored. 
Apr 04, 2024 8:14:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:14:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:14:26 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.jetty.JettyHttpServerProviderTest$Resource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.jetty.JettyHttpServerProviderTest$Resource will be ignored. 
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s -- in org.glassfish.jersey.jetty.JettyHttpServerProviderTest
[INFO] Running org.glassfish.jersey.jetty.ExceptionTest
Apr 04, 2024 8:14:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:14:26 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:33537/
Apr 04, 2024 8:14:26 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
Apr 04, 2024 8:14:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:14:26 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:33537/
Apr 04, 2024 8:14:26 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
Apr 04, 2024 8:14:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:14:26 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:33537/
Apr 04, 2024 8:14:26 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
Apr 04, 2024 8:14:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:14:26 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:33537/
Apr 04, 2024 8:14:26 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.409 s -- in org.glassfish.jersey.jetty.ExceptionTest
[INFO] 
[INFO] ----------------< org.glassfish.jersey.ext:jersey-mvc >-----------------
[INFO] Building jersey-ext-mvc 3.1.99-SNAPSHOT                         [66/303]
[INFO]   from ext/mvc/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-mvc ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-mvc ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-mvc ---
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-jetty11-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/target/jersey-container-jetty11-http-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-jetty11-http ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-mvc ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-mvc ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-mvc ---
[INFO] Resources:
[INFO] org/glassfish/jersey/server/mvc/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc/src/main/resources/org/glassfish/jersey/server/mvc/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-mvc ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-mvc ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-mvc ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-mvc ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 23 source files with javac [debug target 11] to target/classes
[INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/target/bom.xml
[INFO]            attaching as jersey-container-jetty11-http-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/target/bom.json
[INFO]            attaching as jersey-container-jetty11-http-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-jetty11-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/target/jersey-container-jetty11-http-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-jetty11-http ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/target/jersey-container-jetty11-http-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-container-jetty11-http ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty11-http/3.1.99-SNAPSHOT/jersey-container-jetty11-http-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/target/jersey-container-jetty11-http-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty11-http/3.1.99-SNAPSHOT/jersey-container-jetty11-http-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty11-http/3.1.99-SNAPSHOT/jersey-container-jetty11-http-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty11-http/3.1.99-SNAPSHOT/jersey-container-jetty11-http-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty11-http/target/jersey-container-jetty11-http-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty11-http/3.1.99-SNAPSHOT/jersey-container-jetty11-http-3.1.99-SNAPSHOT-sources.jar
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-mvc ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 23 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-jetty11-http ---
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mvc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-mvc ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-mvc ---
[INFO] Reserved port 45727 for jersey.config.test.container.port
[INFO] Reserved port 35245 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-mvc ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-mvc ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc/target/jersey-mvc-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-mvc ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] 
[INFO] ---< org.glassfish.jersey.containers:jersey-container-jetty-servlet >---
[INFO] Building jersey-container-jetty-servlet 3.1.99-SNAPSHOT         [57/378]
[INFO]   from containers/jetty-servlet/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-container-jetty-servlet ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-jetty-servlet ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-jetty-servlet ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-jetty-servlet ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-container-jetty-servlet ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-container-jetty-servlet ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-servlet/src/main/java17 added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-jetty-servlet ---
[INFO] Copying 2 resources from ../.. to target17/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-jetty-servlet ---
[INFO] Copying 2 resources from ../.. to target17/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-jetty-servlet ---
[INFO] Copying 2 resources from ../.. to target17/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-jetty-servlet ---
[INFO] Copying 2 resources from target17/legal to target17/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-jetty-servlet ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target17/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-jetty-servlet ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target17/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-jetty-servlet ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-servlet/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-jetty-servlet ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-container-jetty-servlet ---
[INFO] Reserved port 43963 for jersey.config.test.container.port
[INFO] Reserved port 32953 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-container-jetty-servlet ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-jetty-servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-servlet/target17/jersey-container-jetty-servlet-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-jetty-servlet ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc/target/bom.xml
[INFO]            attaching as jersey-mvc-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc/target/bom.json
[INFO]            attaching as jersey-mvc-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-mvc ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc/target/jersey-mvc-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-mvc ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc/target/jersey-mvc-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-mvc ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/3.1.99-SNAPSHOT/jersey-mvc-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc/target/jersey-mvc-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/3.1.99-SNAPSHOT/jersey-mvc-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/3.1.99-SNAPSHOT/jersey-mvc-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/3.1.99-SNAPSHOT/jersey-mvc-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc/target/jersey-mvc-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/3.1.99-SNAPSHOT/jersey-mvc-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-mvc ---
[INFO] CycloneDX: Creating BOM version 1.4 with 22 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-servlet/target17/bom.xml
[INFO]            attaching as jersey-container-jetty-servlet-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-servlet/target17/bom.json
[INFO]            attaching as jersey-container-jetty-servlet-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-jetty-servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-servlet/target17/jersey-container-jetty-servlet-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-jetty-servlet ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-servlet/target17/jersey-container-jetty-servlet-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-servlet/target17/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-container-jetty-servlet ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-servlet/3.1.99-SNAPSHOT/jersey-container-jetty-servlet-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-servlet/target17/jersey-container-jetty-servlet-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-servlet/3.1.99-SNAPSHOT/jersey-container-jetty-servlet-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-servlet/target17/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-servlet/3.1.99-SNAPSHOT/jersey-container-jetty-servlet-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-servlet/target17/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-servlet/3.1.99-SNAPSHOT/jersey-container-jetty-servlet-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-servlet/target17/jersey-container-jetty-servlet-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-servlet/3.1.99-SNAPSHOT/jersey-container-jetty-servlet-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-jetty-servlet ---
[INFO] 
[INFO] ----------< org.glassfish.jersey.ext:jersey-bean-validation >-----------
[INFO] Building jersey-ext-bean-validation 3.1.99-SNAPSHOT             [58/378]
[INFO]   from ext/bean-validation/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-bean-validation ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-bean-validation ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-bean-validation ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-bean-validation ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-bean-validation ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-bean-validation ---
[INFO] Resources:
[INFO] org/glassfish/jersey/server/validation/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/src/main/resources/org/glassfish/jersey/server/validation/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-bean-validation ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-bean-validation ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-bean-validation ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-bean-validation ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-bean-validation ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-bean-validation ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 20 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidateOnExecutionTraversableResolver.java:[110,34] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidateOnExecutionTraversableResolver.java:[123,36] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidateOnExecutionTraversableResolver.java:[129,24] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidateOnExecutionHandler.java:[151,21] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationBinder.java:[280,20] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationBinder.java:[283,20] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-bean-validation ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 20 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --------< org.glassfish.jersey.ext:jersey-mvc-bean-validation >---------
[INFO] Building jersey-ext-mvc-bean-validation 3.1.99-SNAPSHOT         [67/303]
[INFO]   from ext/mvc-bean-validation/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-mvc-bean-validation ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-mvc-bean-validation ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-mvc-bean-validation ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-mvc-bean-validation ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-mvc-bean-validation ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-mvc-bean-validation ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-bean-validation/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-mvc-bean-validation ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc-bean-validation ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc-bean-validation ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-mvc-bean-validation ---
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-mvc-bean-validation ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-mvc-bean-validation ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mvc-bean-validation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-bean-validation/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-mvc-bean-validation ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-mvc-bean-validation ---
[INFO] Reserved port 43881 for jersey.config.test.container.port
[INFO] Reserved port 38023 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-mvc-bean-validation ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-mvc-bean-validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-mvc-bean-validation ---
[INFO] CycloneDX: Resolving Dependencies
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidateOnExecutionTraversableResolver.java:[110,34] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidateOnExecutionTraversableResolver.java:[123,36] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidateOnExecutionTraversableResolver.java:[129,24] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidateOnExecutionHandler.java:[151,21] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationBinder.java:[280,20] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationBinder.java:[283,20] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-bean-validation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-bean-validation ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-bean-validation ---
[INFO] Reserved port 34189 for jersey.config.test.container.port
[INFO] Reserved port 33315 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-bean-validation ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-bean-validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/target/jersey-bean-validation-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-bean-validation ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/target/bom.xml
[INFO]            attaching as jersey-bean-validation-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/target/bom.json
[INFO]            attaching as jersey-bean-validation-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-bean-validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/target/jersey-bean-validation-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-bean-validation ---
[INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-bean-validation/target/bom.xml
[INFO]            attaching as jersey-mvc-bean-validation-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-bean-validation/target/bom.json
[INFO]            attaching as jersey-mvc-bean-validation-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-mvc-bean-validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-mvc-bean-validation ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-bean-validation/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-mvc-bean-validation ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-bean-validation/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-bean-validation/3.1.99-SNAPSHOT/jersey-mvc-bean-validation-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-bean-validation/3.1.99-SNAPSHOT/jersey-mvc-bean-validation-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-bean-validation/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-bean-validation/3.1.99-SNAPSHOT/jersey-mvc-bean-validation-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-bean-validation/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-bean-validation/3.1.99-SNAPSHOT/jersey-mvc-bean-validation-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-bean-validation/3.1.99-SNAPSHOT/jersey-mvc-bean-validation-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-mvc-bean-validation ---
[INFO] 
[INFO] -----------< org.glassfish.jersey.ext:jersey-mvc-freemarker >-----------
[INFO] Building jersey-ext-mvc-freemarker 3.1.99-SNAPSHOT              [68/303]
[INFO]   from ext/mvc-freemarker/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-mvc-freemarker ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-mvc-freemarker ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-mvc-freemarker ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-mvc-freemarker ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-mvc-freemarker ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-mvc-freemarker ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-freemarker/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-mvc-freemarker ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc-freemarker ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc-freemarker ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-mvc-freemarker ---
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-mvc-freemarker ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug target 11] to target/classes
[WARNING] Bundle org.glassfish.jersey.ext:jersey-bean-validation:jar:3.1.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.decorator.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/target/jersey-bean-validation-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-bean-validation ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.1.99-SNAPSHOT/jersey-bean-validation-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/target/jersey-bean-validation-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.1.99-SNAPSHOT/jersey-bean-validation-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.1.99-SNAPSHOT/jersey-bean-validation-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.1.99-SNAPSHOT/jersey-bean-validation-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/bean-validation/target/jersey-bean-validation-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.1.99-SNAPSHOT/jersey-bean-validation-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-bean-validation ---
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-mvc-freemarker ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mvc-freemarker ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-freemarker/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-mvc-freemarker ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-mvc-freemarker ---
[INFO] Reserved port 43237 for jersey.config.test.container.port
[INFO] Reserved port 34501 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-mvc-freemarker ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-mvc-freemarker ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-freemarker/target/jersey-mvc-freemarker-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-mvc-freemarker ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] 
[INFO] --< org.glassfish.jersey.ext.cdi:jersey-cdi1x-ban-custom-hk2-binding >--
[INFO] Building jersey-ext-cdi1x-ban-custom-hk2-binding 3.1.99-SNAPSHOT [59/378]
[INFO]   from ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/classes
[INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-freemarker/target/bom.xml
[INFO]            attaching as jersey-mvc-freemarker-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-freemarker/target/bom.json
[INFO]            attaching as jersey-mvc-freemarker-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-mvc-freemarker ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-freemarker/target/jersey-mvc-freemarker-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-mvc-freemarker ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-freemarker/target/jersey-mvc-freemarker-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-freemarker/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-mvc-freemarker ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-freemarker/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-freemarker/3.1.99-SNAPSHOT/jersey-mvc-freemarker-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-freemarker/target/jersey-mvc-freemarker-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-freemarker/3.1.99-SNAPSHOT/jersey-mvc-freemarker-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-freemarker/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-freemarker/3.1.99-SNAPSHOT/jersey-mvc-freemarker-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-freemarker/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-freemarker/3.1.99-SNAPSHOT/jersey-mvc-freemarker-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-freemarker/target/jersey-mvc-freemarker-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-freemarker/3.1.99-SNAPSHOT/jersey-mvc-freemarker-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-mvc-freemarker ---
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug target 11] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Reserved port 44507 for jersey.config.test.container.port
[INFO] Reserved port 38439 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-cdi1x-ban-custom-hk2-binding ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] --------------< org.glassfish.jersey.ext:jersey-mvc-jsp >---------------
[INFO] Building jersey-ext-mvc-jsp 3.1.99-SNAPSHOT                     [69/303]
[INFO]   from ext/mvc-jsp/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-mvc-jsp ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-mvc-jsp ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-mvc-jsp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-mvc-jsp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-mvc-jsp ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-mvc-jsp ---
[INFO] Resources:
[INFO] org.glassfish.jersey.server.mvc.jsp.internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-jsp/src/main/resources/org.glassfish.jersey.server.mvc.jsp.internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-mvc-jsp ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-jsp/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-mvc-jsp ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc-jsp ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc-jsp ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-mvc-jsp ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-mvc-jsp ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-mvc-jsp ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mvc-jsp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-jsp/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-mvc-jsp ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-mvc-jsp ---
[INFO] Reserved port 38343 for jersey.config.test.container.port
[INFO] Reserved port 33437 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-mvc-jsp ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-mvc-jsp ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-jsp/target/jersey-mvc-jsp-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-mvc-jsp ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] Running org.glassfish.jersey.ext.cdi1x.hk2ban.EmptyHk2CustomInjectionTypeProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.glassfish.jersey.ext.cdi1x.hk2ban.EmptyHk2CustomInjectionTypeProviderTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-jsp/target/bom.xml
[INFO]            attaching as jersey-mvc-jsp-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-jsp/target/bom.json
[INFO]            attaching as jersey-mvc-jsp-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-mvc-jsp ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-jsp/target/jersey-mvc-jsp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-mvc-jsp ---
[INFO] CycloneDX: Creating BOM version 1.4 with 2 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/bom.xml
[INFO]            attaching as jersey-cdi1x-ban-custom-hk2-binding-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/bom.json
[INFO]            attaching as jersey-cdi1x-ban-custom-hk2-binding-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-jsp/target/jersey-mvc-jsp-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-jsp/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-mvc-jsp ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-jsp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/3.1.99-SNAPSHOT/jersey-mvc-jsp-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-jsp/target/jersey-mvc-jsp-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/3.1.99-SNAPSHOT/jersey-mvc-jsp-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-jsp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/3.1.99-SNAPSHOT/jersey-mvc-jsp-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-jsp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/3.1.99-SNAPSHOT/jersey-mvc-jsp-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-jsp/target/jersey-mvc-jsp-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/3.1.99-SNAPSHOT/jersey-mvc-jsp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-mvc-jsp ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/3.1.99-SNAPSHOT/jersey-cdi1x-ban-custom-hk2-binding-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/3.1.99-SNAPSHOT/jersey-cdi1x-ban-custom-hk2-binding-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/3.1.99-SNAPSHOT/jersey-cdi1x-ban-custom-hk2-binding-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/3.1.99-SNAPSHOT/jersey-cdi1x-ban-custom-hk2-binding-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/3.1.99-SNAPSHOT/jersey-cdi1x-ban-custom-hk2-binding-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] 
[INFO] ---------< org.glassfish.jersey.ext.cdi:jersey-cdi-rs-inject >----------
[INFO] Building jersey-ext-cdi-rs-inject 3.1.99-SNAPSHOT               [60/378]
[INFO]   from ext/cdi/jersey-cdi-rs-inject/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi-rs-inject ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi-rs-inject ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi-rs-inject ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi-rs-inject ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-cdi-rs-inject ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-cdi-rs-inject ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi-rs-inject ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi-rs-inject ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi-rs-inject ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi-rs-inject ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi-rs-inject ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/InjectExtension.java:[76,13] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-cdi-rs-inject ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] ------------< org.glassfish.jersey.ext:jersey-mvc-mustache >------------
[INFO] Building jersey-ext-mvc-mustache 3.1.99-SNAPSHOT                [70/303]
[INFO]   from ext/mvc-mustache/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-mvc-mustache ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-mvc-mustache ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-mvc-mustache ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-mvc-mustache ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-mvc-mustache ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-mvc-mustache ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-mustache/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-mvc-mustache ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc-mustache ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc-mustache ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-mvc-mustache ---
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-mvc-mustache ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/InjectExtension.java:[76,13] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi-rs-inject ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi-rs-inject ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-cdi-rs-inject ---
[INFO] Reserved port 39595 for jersey.config.test.container.port
[INFO] Reserved port 43225 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-cdi-rs-inject ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi-rs-inject ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi-rs-inject ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-mvc-mustache ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mvc-mustache ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-mustache/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-mvc-mustache ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-mvc-mustache ---
[INFO] Reserved port 34231 for jersey.config.test.container.port
[INFO] Reserved port 41847 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-mvc-mustache ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-mvc-mustache ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-mustache/target/jersey-mvc-mustache-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-mvc-mustache ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/bom.xml
[INFO]            attaching as jersey-cdi-rs-inject-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/bom.json
[INFO]            attaching as jersey-cdi-rs-inject-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi-rs-inject ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jersey-cdi-rs-inject ---
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.3:javadoc' has not been previously called for the module: 'org.glassfish.jersey.core:jersey-common:jar:3.1.99-SNAPSHOT'. Trying to invoke it...
[INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-mustache/target/bom.xml
[INFO]            attaching as jersey-mvc-mustache-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-mustache/target/bom.json
[INFO]            attaching as jersey-mvc-mustache-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-mvc-mustache ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-mustache/target/jersey-mvc-mustache-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-mvc-mustache ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-mustache/target/jersey-mvc-mustache-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-mustache/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-mvc-mustache ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-mustache/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-mustache/3.1.99-SNAPSHOT/jersey-mvc-mustache-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-mustache/target/jersey-mvc-mustache-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-mustache/3.1.99-SNAPSHOT/jersey-mvc-mustache-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-mustache/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-mustache/3.1.99-SNAPSHOT/jersey-mvc-mustache-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-mustache/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-mustache/3.1.99-SNAPSHOT/jersey-mvc-mustache-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-mustache/target/jersey-mvc-mustache-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-mustache/3.1.99-SNAPSHOT/jersey-mvc-mustache-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-mvc-mustache ---
[INFO] 
[INFO] ------------< org.glassfish.jersey.ext:jersey-proxy-client >------------
[INFO] Building jersey-ext-proxy-client 3.1.99-SNAPSHOT                [71/303]
[INFO]   from ext/proxy-client/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-proxy-client ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-proxy-client ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-proxy-client ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-proxy-client ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-proxy-client ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-proxy-client ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-proxy-client ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-proxy-client ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-proxy-client ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-proxy-client ---
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-proxy-client ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/RequestParameters.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/RequestParameters.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/RequestParameters.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-proxy-client ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/RequestParameters.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/RequestParameters.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/RequestParameters.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-proxy-client ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-proxy-client ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 15 source files with javac [debug target 11] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/src/test/java/org/glassfish/jersey/client/proxy/RequestParametersTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/src/test/java/org/glassfish/jersey/client/proxy/RequestParametersTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-proxy-client ---
[INFO] Reserved port 35991 for jersey.config.test.container.port
[INFO] Reserved port 35407 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-proxy-client ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.client.proxy.RequestParametersTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.224 s -- in org.glassfish.jersey.client.proxy.RequestParametersTest
[INFO] Running org.glassfish.jersey.client.proxy.WebResourceFactoryBeanParamTest
Apr 04, 2024 8:14:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35991/
Apr 04, 2024 8:14:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35991]
Apr 04, 2024 8:14:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:14:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35991]
Apr 04, 2024 8:14:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35991/
Apr 04, 2024 8:14:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35991]
Apr 04, 2024 8:14:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:14:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35991]
Apr 04, 2024 8:14:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35991/
Apr 04, 2024 8:14:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35991]
Apr 04, 2024 8:14:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:14:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35991]
Apr 04, 2024 8:14:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35991/
Apr 04, 2024 8:14:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35991]
Apr 04, 2024 8:14:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:14:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35991]
Apr 04, 2024 8:14:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35991/
Apr 04, 2024 8:14:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35991]
Apr 04, 2024 8:14:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:14:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35991]
Apr 04, 2024 8:14:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35991/
Apr 04, 2024 8:14:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35991]
Apr 04, 2024 8:14:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:14:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35991]
Apr 04, 2024 8:14:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35991/
Apr 04, 2024 8:14:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35991]
Apr 04, 2024 8:14:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 8:14:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35991]
Apr 04, 2024 8:14:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35991/
Apr 04, 2024 8:14:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35991]
Apr 04, 2024 8:14:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 8:14:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35991]
Apr 04, 2024 8:14:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35991/
Apr 04, 2024 8:14:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35991]
Apr 04, 2024 8:14:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Apr 04, 2024 8:14:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35991]
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.390 s -- in org.glassfish.jersey.client.proxy.WebResourceFactoryBeanParamTest
[INFO] Running org.glassfish.jersey.client.proxy.WebResourceFactoryTest
Apr 04, 2024 8:14:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35991/
Apr 04, 2024 8:14:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35991]
Apr 04, 2024 8:14:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Apr 04, 2024 8:14:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35991]
Apr 04, 2024 8:14:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35991/
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/apidocs
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.3:javadoc' has not been previously called for the module: 'org.glassfish.jersey.inject:jersey-hk2:jar:3.1.99-SNAPSHOT'. Trying to invoke it...
Apr 04, 2024 8:14:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35991]
Apr 04, 2024 8:14:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Apr 04, 2024 8:14:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35991]
Apr 04, 2024 8:14:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35991/
Apr 04, 2024 8:14:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35991]
Apr 04, 2024 8:14:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Apr 04, 2024 8:14:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35991]
Apr 04, 2024 8:14:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35991/
Apr 04, 2024 8:14:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35991]
Apr 04, 2024 8:14:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Apr 04, 2024 8:14:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35991]
Apr 04, 2024 8:14:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35991/
Apr 04, 2024 8:14:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35991]
Apr 04, 2024 8:14:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Apr 04, 2024 8:14:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35991]
Apr 04, 2024 8:14:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35991/
Apr 04, 2024 8:14:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35991]
Apr 04, 2024 8:14:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Apr 04, 2024 8:14:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35991]
Apr 04, 2024 8:14:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35991/
Apr 04, 2024 8:14:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35991]
Apr 04, 2024 8:14:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Apr 04, 2024 8:14:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35991]
Apr 04, 2024 8:14:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35991/
Apr 04, 2024 8:14:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35991]
Apr 04, 2024 8:14:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Apr 04, 2024 8:14:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35991]
Apr 04, 2024 8:14:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35991/
Apr 04, 2024 8:14:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35991]
Apr 04, 2024 8:14:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Apr 04, 2024 8:14:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35991]
Apr 04, 2024 8:14:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35991/
Apr 04, 2024 8:14:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35991]
Apr 04, 2024 8:14:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Apr 04, 2024 8:14:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35991]
Apr 04, 2024 8:14:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35991/
Apr 04, 2024 8:14:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35991]
Apr 04, 2024 8:14:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Apr 04, 2024 8:14:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35991]
Apr 04, 2024 8:14:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35991/
Apr 04, 2024 8:14:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35991]
Apr 04, 2024 8:14:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Apr 04, 2024 8:14:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35991]
Apr 04, 2024 8:14:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35991/
Apr 04, 2024 8:14:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35991]
Apr 04, 2024 8:14:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Apr 04, 2024 8:14:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35991]
Apr 04, 2024 8:14:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35991/
Apr 04, 2024 8:14:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35991]
Apr 04, 2024 8:14:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Apr 04, 2024 8:14:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35991]
Apr 04, 2024 8:14:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35991/
Apr 04, 2024 8:14:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35991]
Apr 04, 2024 8:14:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Apr 04, 2024 8:14:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35991]
Apr 04, 2024 8:14:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35991/
Apr 04, 2024 8:14:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35991]
Apr 04, 2024 8:14:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Apr 04, 2024 8:14:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35991]
Apr 04, 2024 8:14:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35991/
Apr 04, 2024 8:14:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35991]
Apr 04, 2024 8:14:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Apr 04, 2024 8:14:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35991]
Apr 04, 2024 8:14:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35991/
Apr 04, 2024 8:14:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35991]
Apr 04, 2024 8:14:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Apr 04, 2024 8:14:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35991]
Apr 04, 2024 8:14:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35991/
Apr 04, 2024 8:14:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35991]
Apr 04, 2024 8:14:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Apr 04, 2024 8:14:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35991]
Apr 04, 2024 8:14:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35991/
Apr 04, 2024 8:14:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35991]
Apr 04, 2024 8:14:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Apr 04, 2024 8:14:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35991]
Apr 04, 2024 8:14:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35991/
Apr 04, 2024 8:14:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35991]
Apr 04, 2024 8:14:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Apr 04, 2024 8:14:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35991]
Apr 04, 2024 8:14:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35991/
Apr 04, 2024 8:14:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35991]
Apr 04, 2024 8:14:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Apr 04, 2024 8:14:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35991]
Apr 04, 2024 8:14:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35991/
Apr 04, 2024 8:14:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35991]
Apr 04, 2024 8:14:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Apr 04, 2024 8:14:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35991]
Apr 04, 2024 8:14:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35991/
Apr 04, 2024 8:14:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35991]
Apr 04, 2024 8:14:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Apr 04, 2024 8:14:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35991]
Apr 04, 2024 8:14:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35991/
Apr 04, 2024 8:14:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35991]
Apr 04, 2024 8:14:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Apr 04, 2024 8:14:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35991]
[WARNING] Tests run: 31, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 1.971 s -- in org.glassfish.jersey.client.proxy.WebResourceFactoryTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 50, Failures: 0, Errors: 0, Skipped: 6
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-proxy-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/target/jersey-proxy-client-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-proxy-client ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/target/bom.xml
[INFO]            attaching as jersey-proxy-client-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/target/bom.json
[INFO]            attaching as jersey-proxy-client-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-proxy-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/target/jersey-proxy-client-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-proxy-client ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/target/jersey-proxy-client-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-proxy-client ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.1.99-SNAPSHOT/jersey-proxy-client-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/target/jersey-proxy-client-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.1.99-SNAPSHOT/jersey-proxy-client-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.1.99-SNAPSHOT/jersey-proxy-client-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.1.99-SNAPSHOT/jersey-proxy-client-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/target/jersey-proxy-client-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.1.99-SNAPSHOT/jersey-proxy-client-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-proxy-client ---
[INFO] 
[INFO] ----------------< org.glassfish.jersey.ext.rx:project >-----------------
[INFO] Building jersey-ext-rx 3.1.99-SNAPSHOT                          [72/303]
[INFO]   from ext/rx/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ project ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ project ---
[INFO] Reserved port 36441 for jersey.config.test.container.port
[INFO] Reserved port 35235 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/target/bom.xml
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/target/bom.json
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ project ---
[INFO] 
[INFO] ---------< org.glassfish.jersey.ext.rx:jersey-rx-client-guava >---------
[INFO] Building jersey-ext-rx-client-guava 3.1.99-SNAPSHOT             [73/303]
[INFO]   from ext/rx/rx-client-guava/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-rx-client-guava ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-rx-client-guava ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-rx-client-guava ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-rx-client-guava ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-rx-client-guava ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-rx-client-guava ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-guava/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-rx-client-guava ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-rx-client-guava ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-rx-client-guava ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-rx-client-guava ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-rx-client-guava ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-rx-client-guava ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-rx-client-guava ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-guava/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-rx-client-guava ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/test-classes
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-rx-client-guava ---
[INFO] Reserved port 45191 for jersey.config.test.container.port
[INFO] Reserved port 37975 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-rx-client-guava ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-guava/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/target/apidocs
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.3:javadoc' has not been previously called for the module: 'org.glassfish.jersey.ext.cdi:jersey-cdi1x:jar:3.1.99-SNAPSHOT'. Trying to invoke it...
[INFO] Running org.glassfish.jersey.client.rx.guava.RxListenableFutureTest
Apr 04, 2024 8:14:44 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder
WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter<jakarta.activation.DataSource> was not found. The provider is not available.
java.util.concurrent.ExecutionException: jakarta.ws.rs.NotFoundException: HTTP 404 Not Found
	at com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:588)
	at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:567)
	at com.google.common.util.concurrent.FluentFuture$TrustedFuture.get(FluentFuture.java:91)
	at org.glassfish.jersey.client.rx.guava.RxListenableFutureTest.lambda$testNotFoundReadEntityViaGenericType$1(RxListenableFutureTest.java:109)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35)
	at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3115)
	at org.glassfish.jersey.client.rx.guava.RxListenableFutureTest.testNotFoundReadEntityViaGenericType(RxListenableFutureTest.java:99)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
Caused by: jakarta.ws.rs.NotFoundException: HTTP 404 Not Found
	at org.glassfish.jersey.client.JerseyInvocation.convertToException(JerseyInvocation.java:965)
	at org.glassfish.jersey.client.JerseyInvocation.translate(JerseyInvocation.java:810)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$2(JerseyInvocation.java:699)
	at org.glassfish.jersey.client.JerseyInvocation.call(JerseyInvocation.java:709)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$runInScope$3(JerseyInvocation.java:703)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:391)
	at org.glassfish.jersey.client.JerseyInvocation.runInScope(JerseyInvocation.java:703)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:698)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:461)
	at org.glassfish.jersey.client.rx.guava.JerseyRxListenableFutureInvoker.lambda$method$1(JerseyRxListenableFutureInvoker.java:72)
	at com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:131)
	at com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:74)
	at com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:82)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.757 s -- in org.glassfish.jersey.client.rx.guava.RxListenableFutureTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-rx-client-guava ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-guava/target/jersey-rx-client-guava-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-rx-client-guava ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-guava/target/bom.xml
[INFO]            attaching as jersey-rx-client-guava-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-guava/target/bom.json
[INFO]            attaching as jersey-rx-client-guava-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-rx-client-guava ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-guava/target/jersey-rx-client-guava-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-rx-client-guava ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-guava/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-guava/3.1.99-SNAPSHOT/jersey-rx-client-guava-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-guava/target/jersey-rx-client-guava-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-guava/3.1.99-SNAPSHOT/jersey-rx-client-guava-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-guava/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-guava/3.1.99-SNAPSHOT/jersey-rx-client-guava-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-guava/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-guava/3.1.99-SNAPSHOT/jersey-rx-client-guava-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-guava/target/jersey-rx-client-guava-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-guava/3.1.99-SNAPSHOT/jersey-rx-client-guava-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-rx-client-guava ---
[INFO] 
[INFO] --------< org.glassfish.jersey.ext.rx:jersey-rx-client-rxjava >---------
[INFO] Building jersey-ext-rx-client-rxjava 3.1.99-SNAPSHOT            [74/303]
[INFO]   from ext/rx/rx-client-rxjava/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-rx-client-rxjava ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-rx-client-rxjava ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-rx-client-rxjava ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-rx-client-rxjava ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-rx-client-rxjava ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-rx-client-rxjava ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-rx-client-rxjava ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-rx-client-rxjava ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-rx-client-rxjava ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-rx-client-rxjava ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-rx-client-rxjava ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-rx-client-rxjava ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-rx-client-rxjava ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-rx-client-rxjava ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/test-classes
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-rx-client-rxjava ---
[INFO] Reserved port 41897 for jersey.config.test.container.port
[INFO] Reserved port 46039 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-rx-client-rxjava ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.client.rx.rxjava.RxObservableTest
Apr 04, 2024 8:14:47 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder
WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter<jakarta.activation.DataSource> was not found. The provider is not available.
java.util.concurrent.ExecutionException: Observable onError
	at rx.internal.operators.BlockingOperatorToFuture$2.getValue(BlockingOperatorToFuture.java:118)
	at rx.internal.operators.BlockingOperatorToFuture$2.get(BlockingOperatorToFuture.java:102)
	at org.glassfish.jersey.client.rx.rxjava.RxObservableTest.lambda$testNotFoundReadEntityViaGenericType$1(RxObservableTest.java:130)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35)
	at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3115)
	at org.glassfish.jersey.client.rx.rxjava.RxObservableTest.testNotFoundReadEntityViaGenericType(RxObservableTest.java:120)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
Caused by: jakarta.ws.rs.NotFoundException: HTTP 404 Not Found
	at org.glassfish.jersey.client.JerseyInvocation.convertToException(JerseyInvocation.java:965)
	at org.glassfish.jersey.client.JerseyInvocation.translate(JerseyInvocation.java:810)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$2(JerseyInvocation.java:699)
	at org.glassfish.jersey.client.JerseyInvocation.call(JerseyInvocation.java:709)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$runInScope$3(JerseyInvocation.java:703)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:391)
	at org.glassfish.jersey.client.JerseyInvocation.runInScope(JerseyInvocation.java:703)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:698)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:461)
	at org.glassfish.jersey.client.rx.rxjava.JerseyRxObservableInvoker.lambda$method$0(JerseyRxObservableInvoker.java:66)
	at rx.Observable.unsafeSubscribe(Observable.java:10327)
	at rx.internal.operators.OperatorSubscribeOn$SubscribeOnSubscriber.call(OperatorSubscribeOn.java:100)
	at rx.internal.schedulers.ScheduledAction.run(ScheduledAction.java:55)
	at rx.internal.schedulers.ExecutorScheduler$ExecutorSchedulerWorker.run(ExecutorScheduler.java:107)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.789 s -- in org.glassfish.jersey.client.rx.rxjava.RxObservableTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-rx-client-rxjava ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/target/jersey-rx-client-rxjava-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-rx-client-rxjava ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 7 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/target/bom.xml
[INFO]            attaching as jersey-rx-client-rxjava-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/target/bom.json
[INFO]            attaching as jersey-rx-client-rxjava-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-rx-client-rxjava ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/target/jersey-rx-client-rxjava-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-rx-client-rxjava ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava/3.1.99-SNAPSHOT/jersey-rx-client-rxjava-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/target/jersey-rx-client-rxjava-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava/3.1.99-SNAPSHOT/jersey-rx-client-rxjava-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava/3.1.99-SNAPSHOT/jersey-rx-client-rxjava-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava/3.1.99-SNAPSHOT/jersey-rx-client-rxjava-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/target/jersey-rx-client-rxjava-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava/3.1.99-SNAPSHOT/jersey-rx-client-rxjava-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-rx-client-rxjava ---
[INFO] 
[INFO] --------< org.glassfish.jersey.ext.rx:jersey-rx-client-rxjava2 >--------
[INFO] Building jersey-ext-rx-client-rxjava2 3.1.99-SNAPSHOT           [75/303]
[INFO]   from ext/rx/rx-client-rxjava2/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-rx-client-rxjava2 ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-rx-client-rxjava2 ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-rx-client-rxjava2 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-rx-client-rxjava2 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-rx-client-rxjava2 ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-rx-client-rxjava2 ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava2/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-rx-client-rxjava2 ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-rx-client-rxjava2 ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-rx-client-rxjava2 ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-rx-client-rxjava2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava2/src/main/resources
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-rx-client-rxjava2 ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-rx-client-rxjava2 ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-rx-client-rxjava2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava2/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-rx-client-rxjava2 ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/test-classes
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-rx-client-rxjava2 ---
[INFO] Reserved port 37211 for jersey.config.test.container.port
[INFO] Reserved port 33881 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-rx-client-rxjava2 ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava2/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.client.rx.rxjava2.RxFlowableTest
Apr 04, 2024 8:14:50 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder
WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter<jakarta.activation.DataSource> was not found. The provider is not available.
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.833 s -- in org.glassfish.jersey.client.rx.rxjava2.RxFlowableTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-rx-client-rxjava2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava2/target/jersey-rx-client-rxjava2-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-rx-client-rxjava2 ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava2/target/bom.xml
[INFO]            attaching as jersey-rx-client-rxjava2-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava2/target/bom.json
[INFO]            attaching as jersey-rx-client-rxjava2-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-rx-client-rxjava2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava2/target/jersey-rx-client-rxjava2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-rx-client-rxjava2 ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava2/3.1.99-SNAPSHOT/jersey-rx-client-rxjava2-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava2/target/jersey-rx-client-rxjava2-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava2/3.1.99-SNAPSHOT/jersey-rx-client-rxjava2-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava2/3.1.99-SNAPSHOT/jersey-rx-client-rxjava2-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava2/3.1.99-SNAPSHOT/jersey-rx-client-rxjava2-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava2/target/jersey-rx-client-rxjava2-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava2/3.1.99-SNAPSHOT/jersey-rx-client-rxjava2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-rx-client-rxjava2 ---
[INFO] 
[INFO] --------------< org.glassfish.jersey.ext:jersey-spring6 >---------------
[INFO] Building jersey-spring6 3.1.99-SNAPSHOT                         [76/303]
[INFO]   from ext/spring6/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-spring6 ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-spring6 ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-spring6 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-spring6 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-spring6 ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-spring6 ---
[INFO] Resources:
[INFO] org/glassfish/jersey/server/spring/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/spring6/src/main/resources/org/glassfish/jersey/server/spring/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-spring6 ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/spring6/src/main/javaPre17 added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-spring6 ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-spring6 ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-spring6 ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-spring6 ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-spring6 ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-spring6 ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-spring6 ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-spring6 ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-spring6 ---
[INFO] Reserved port 39953 for jersey.config.test.container.port
[INFO] Reserved port 33297 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-spring6 ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-spring6 ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/spring6/target/jersey-spring6-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-spring6 ---
[INFO] CycloneDX: Resolving Dependencies
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/target/apidocs
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_3.1/core-common/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/hk2/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.1.99-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi-rs-inject ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-cdi-rs-inject ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/3.1.99-SNAPSHOT/jersey-cdi-rs-inject-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/3.1.99-SNAPSHOT/jersey-cdi-rs-inject-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/3.1.99-SNAPSHOT/jersey-cdi-rs-inject-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/3.1.99-SNAPSHOT/jersey-cdi-rs-inject-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/3.1.99-SNAPSHOT/jersey-cdi-rs-inject-3.1.99-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.1.99-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/3.1.99-SNAPSHOT/jersey-cdi-rs-inject-3.1.99-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi-rs-inject ---
[INFO] 
[INFO] ---------< org.glassfish.jersey.ext.cdi:jersey-cdi1x-servlet >----------
[INFO] Building jersey-ext-cdi1x-servlet 3.1.99-SNAPSHOT               [61/378]
[INFO]   from ext/cdi/jersey-cdi1x-servlet/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi1x-servlet ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi1x-servlet ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi1x-servlet ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi1x-servlet ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-cdi1x-servlet ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-cdi1x-servlet ---
[INFO] Resources:
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-cdi1x-servlet ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-servlet/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi1x-servlet ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x-servlet ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x-servlet ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi1x-servlet ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi1x-servlet ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-cdi1x-servlet ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi1x-servlet ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-servlet/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi1x-servlet ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-cdi1x-servlet ---
[INFO] Reserved port 44077 for jersey.config.test.container.port
[INFO] Reserved port 38173 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-cdi1x-servlet ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi1x-servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi1x-servlet ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 34 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/spring6/target/bom.xml
[INFO]            attaching as jersey-spring6-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/spring6/target/bom.json
[INFO]            attaching as jersey-spring6-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-spring6 ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/spring6/target/jersey-spring6-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-spring6 ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/spring6/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring6/3.1.99-SNAPSHOT/jersey-spring6-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/spring6/target/jersey-spring6-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring6/3.1.99-SNAPSHOT/jersey-spring6-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/spring6/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring6/3.1.99-SNAPSHOT/jersey-spring6-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/spring6/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring6/3.1.99-SNAPSHOT/jersey-spring6-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/spring6/target/jersey-spring6-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring6/3.1.99-SNAPSHOT/jersey-spring6-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-spring6 ---
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-servlet/target/bom.xml
[INFO]            attaching as jersey-cdi1x-servlet-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-servlet/target/bom.json
[INFO]            attaching as jersey-cdi1x-servlet-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi1x-servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi1x-servlet ---
[WARNING] Bundle org.glassfish.jersey.ext.cdi:jersey-cdi1x-servlet:jar:3.1.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.decorator.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-servlet/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-cdi1x-servlet ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/3.1.99-SNAPSHOT/jersey-cdi1x-servlet-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/3.1.99-SNAPSHOT/jersey-cdi1x-servlet-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-servlet/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/3.1.99-SNAPSHOT/jersey-cdi1x-servlet-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-servlet/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/3.1.99-SNAPSHOT/jersey-cdi1x-servlet-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/3.1.99-SNAPSHOT/jersey-cdi1x-servlet-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi1x-servlet ---
[INFO] 
[INFO] -------< org.glassfish.jersey.ext.cdi:jersey-cdi1x-transaction >--------
[INFO] Building jersey-ext-cdi1x-transaction 3.1.99-SNAPSHOT           [62/378]
[INFO]   from ext/cdi/jersey-cdi1x-transaction/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi1x-transaction ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi1x-transaction ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi1x-transaction ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi1x-transaction ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-cdi1x-transaction ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-cdi1x-transaction ---
[INFO] Resources:
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-cdi1x-transaction ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-transaction/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi1x-transaction ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x-transaction ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x-transaction ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi1x-transaction ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi1x-transaction ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/TransactionalExceptionInterceptorProvider.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/TransactionalExceptionInterceptorProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-cdi1x-transaction ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/TransactionalExceptionInterceptorProvider.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/TransactionalExceptionInterceptorProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi1x-transaction ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-transaction/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi1x-transaction ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-cdi1x-transaction ---
[INFO] Reserved port 41165 for jersey.config.test.container.port
[INFO] Reserved port 46011 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-cdi1x-transaction ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi1x-transaction ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi1x-transaction ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] 
[INFO] ------------< org.glassfish.jersey.ext:jersey-wadl-doclet >-------------
[INFO] Building jersey-wadl-doclet 3.1.99-SNAPSHOT                     [77/303]
[INFO]   from ext/wadl-doclet/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-wadl-doclet ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-wadl-doclet ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-wadl-doclet ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-wadl-doclet ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-wadl-doclet ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-wadl-doclet ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java added.
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11 added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-wadl-doclet ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-wadl-doclet ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-wadl-doclet ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-wadl-doclet ---
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-wadl-doclet ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug target 11] to target/classes
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[58,23] com.sun.javadoc.AnnotationDesc in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/DocProcessorWrapper.java:[82,33] com.sun.javadoc.ClassDoc in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/DocProcessorWrapper.java:[89,34] com.sun.javadoc.MethodDoc in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/DocProcessorWrapper.java:[97,33] com.sun.javadoc.ParamTag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/DocProcessorWrapper.java:[97,52] com.sun.javadoc.Parameter in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/DocProcessor.java:[64,26] com.sun.javadoc.ClassDoc in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/DocProcessor.java:[74,27] com.sun.javadoc.MethodDoc in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/DocProcessor.java:[85,26] com.sun.javadoc.ParamTag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/DocProcessor.java:[85,45] com.sun.javadoc.Parameter in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[95,39] com.sun.javadoc.RootDoc in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[124,19] com.sun.javadoc.ClassDoc in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[125,24] com.sun.javadoc.ClassDoc in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[132,28] com.sun.javadoc.MethodDoc in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[160,46] com.sun.javadoc.MethodDoc in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[165,15] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[170,15] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[171,20] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[174,24] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[209,32] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[210,39] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[213,24] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[236,59] com.sun.javadoc.MethodDoc in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[238,15] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[239,15] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[266,37] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[266,79] com.sun.javadoc.MethodDoc in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[267,32] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[268,20] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[272,22] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[290,54] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[292,19] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[294,28] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[302,31] com.sun.javadoc.SeeTag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[302,49] com.sun.javadoc.SeeTag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[316,20] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[316,49] com.sun.javadoc.MethodDoc in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[317,15] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[324,44] com.sun.javadoc.MethodDoc in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[327,15] com.sun.javadoc.Parameter in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[328,15] com.sun.javadoc.ParamTag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[337,23] com.sun.javadoc.Parameter in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[343,23] com.sun.javadoc.ParamTag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[350,23] com.sun.javadoc.AnnotationDesc in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[352,32] com.sun.javadoc.AnnotationDesc in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[356,36] com.sun.javadoc.AnnotationDesc.ElementValuePair in com.sun.javadoc.AnnotationDesc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[373,58] com.sun.javadoc.SeeTag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[374,15] com.sun.javadoc.MemberDoc in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[388,15] com.sun.javadoc.ClassDoc in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[392,39] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[402,31] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[409,42] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[413,42] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[421,29] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[425,19] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[463,72] com.sun.javadoc.DocErrorReporter in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[471,46] com.sun.javadoc.DocErrorReporter in com.sun.javadoc has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-wadl-doclet ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug target 11] to target/classes
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[58,23] com.sun.javadoc.AnnotationDesc in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/DocProcessorWrapper.java:[82,33] com.sun.javadoc.ClassDoc in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/DocProcessorWrapper.java:[89,34] com.sun.javadoc.MethodDoc in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/DocProcessorWrapper.java:[97,33] com.sun.javadoc.ParamTag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/DocProcessorWrapper.java:[97,52] com.sun.javadoc.Parameter in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/DocProcessor.java:[64,26] com.sun.javadoc.ClassDoc in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/DocProcessor.java:[74,27] com.sun.javadoc.MethodDoc in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/DocProcessor.java:[85,26] com.sun.javadoc.ParamTag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/DocProcessor.java:[85,45] com.sun.javadoc.Parameter in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[95,39] com.sun.javadoc.RootDoc in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[124,19] com.sun.javadoc.ClassDoc in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[125,24] com.sun.javadoc.ClassDoc in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[132,28] com.sun.javadoc.MethodDoc in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[160,46] com.sun.javadoc.MethodDoc in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[165,15] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[170,15] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[171,20] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[174,24] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[209,32] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[210,39] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[213,24] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[236,59] com.sun.javadoc.MethodDoc in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[238,15] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[239,15] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[266,37] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[266,79] com.sun.javadoc.MethodDoc in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[267,32] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[268,20] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[272,22] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[290,54] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[292,19] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[294,28] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[302,31] com.sun.javadoc.SeeTag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[302,49] com.sun.javadoc.SeeTag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[316,20] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[316,49] com.sun.javadoc.MethodDoc in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[317,15] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[324,44] com.sun.javadoc.MethodDoc in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[327,15] com.sun.javadoc.Parameter in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[328,15] com.sun.javadoc.ParamTag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[337,23] com.sun.javadoc.Parameter in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[343,23] com.sun.javadoc.ParamTag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[350,23] com.sun.javadoc.AnnotationDesc in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[352,32] com.sun.javadoc.AnnotationDesc in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[356,36] com.sun.javadoc.AnnotationDesc.ElementValuePair in com.sun.javadoc.AnnotationDesc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[373,58] com.sun.javadoc.SeeTag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[374,15] com.sun.javadoc.MemberDoc in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[388,15] com.sun.javadoc.ClassDoc in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[392,39] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[402,31] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[409,42] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[413,42] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[421,29] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[425,19] com.sun.javadoc.Tag in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[463,72] com.sun.javadoc.DocErrorReporter in com.sun.javadoc has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java:[471,46] com.sun.javadoc.DocErrorReporter in com.sun.javadoc has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-wadl-doclet ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-wadl-doclet ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-wadl-doclet ---
[INFO] Reserved port 33835 for jersey.config.test.container.port
[INFO] Reserved port 38407 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-wadl-doclet ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-transaction/target/bom.xml
[INFO]            attaching as jersey-cdi1x-transaction-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-transaction/target/bom.json
[INFO]            attaching as jersey-cdi1x-transaction-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi1x-transaction ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi1x-transaction ---
[WARNING] Bundle org.glassfish.jersey.ext.cdi:jersey-cdi1x-transaction:jar:3.1.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.decorator.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-transaction/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-cdi1x-transaction ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-transaction/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/3.1.99-SNAPSHOT/jersey-cdi1x-transaction-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/3.1.99-SNAPSHOT/jersey-cdi1x-transaction-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-transaction/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/3.1.99-SNAPSHOT/jersey-cdi1x-transaction-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-transaction/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/3.1.99-SNAPSHOT/jersey-cdi1x-transaction-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/3.1.99-SNAPSHOT/jersey-cdi1x-transaction-3.1.99-SNAPSHOT-sources.jar
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-wadl-doclet ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/target/jersey-wadl-doclet-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-wadl-doclet ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi1x-transaction ---
[INFO] 
[INFO] --------< org.glassfish.jersey.ext.cdi:jersey-cdi1x-validation >--------
[INFO] Building jersey-ext-cdi1x-validation 3.1.99-SNAPSHOT            [63/378]
[INFO]   from ext/cdi/jersey-cdi1x-validation/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi1x-validation ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi1x-validation ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi1x-validation ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi1x-validation ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-cdi1x-validation ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-cdi1x-validation ---
[INFO] Resources:
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-cdi1x-validation ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-validation/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi1x-validation ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x-validation ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x-validation ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi1x-validation ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi1x-validation ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-cdi1x-validation ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi1x-validation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-validation/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi1x-validation ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-cdi1x-validation ---
[INFO] Reserved port 37869 for jersey.config.test.container.port
[INFO] Reserved port 43227 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-cdi1x-validation ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi1x-validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi1x-validation ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/target/bom.xml
[INFO]            attaching as jersey-wadl-doclet-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/target/bom.json
[INFO]            attaching as jersey-wadl-doclet-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-wadl-doclet ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/target/jersey-wadl-doclet-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-wadl-doclet ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-wadl-doclet/3.1.99-SNAPSHOT/jersey-wadl-doclet-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/target/jersey-wadl-doclet-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-wadl-doclet/3.1.99-SNAPSHOT/jersey-wadl-doclet-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-wadl-doclet/3.1.99-SNAPSHOT/jersey-wadl-doclet-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-wadl-doclet/3.1.99-SNAPSHOT/jersey-wadl-doclet-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/target/jersey-wadl-doclet-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-wadl-doclet/3.1.99-SNAPSHOT/jersey-wadl-doclet-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-wadl-doclet ---
[INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-validation/target/bom.xml
[INFO]            attaching as jersey-cdi1x-validation-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-validation/target/bom.json
[INFO]            attaching as jersey-cdi1x-validation-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi1x-validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi1x-validation ---
[WARNING] Bundle org.glassfish.jersey.ext.cdi:jersey-cdi1x-validation:jar:3.1.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.decorator.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-validation/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-cdi1x-validation ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-validation/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-validation/3.1.99-SNAPSHOT/jersey-cdi1x-validation-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-validation/3.1.99-SNAPSHOT/jersey-cdi1x-validation-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-validation/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-validation/3.1.99-SNAPSHOT/jersey-cdi1x-validation-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-validation/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-validation/3.1.99-SNAPSHOT/jersey-cdi1x-validation-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-validation/3.1.99-SNAPSHOT/jersey-cdi1x-validation-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi1x-validation ---
[INFO] 
[INFO] ------------< org.glassfish.jersey.ext.cdi:jersey-weld2-se >------------
[INFO] Building jersey-ext-weld2-se 3.1.99-SNAPSHOT                    [64/378]
[INFO]   from ext/cdi/jersey-weld2-se/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-weld2-se ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-weld2-se ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-weld2-se ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-weld2-se ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-weld2-se ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-weld2-se ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-weld2-se/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-weld2-se ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-weld2-se ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-weld2-se ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-weld2-se ---
[INFO] Copying 0 resource from src/main/java to target/classes
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-weld2-se ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] Annotation processing is enabled because one or more processors were found
  on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-weld2-se ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] Annotation processing is enabled because one or more processors were found
  on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-weld2-se ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-weld2-se/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-weld2-se ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-weld2-se ---
[INFO] Reserved port 44561 for jersey.config.test.container.port
[INFO] Reserved port 46223 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-weld2-se ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-weld2-se ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-weld2-se/target/jersey-weld2-se-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-weld2-se ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] 
[INFO] --------< org.glassfish.jersey.media:jersey-media-json-binding >--------
[INFO] Building jersey-media-json-binding 3.1.99-SNAPSHOT              [78/303]
[INFO]   from media/json-binding/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-media-json-binding ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-json-binding ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-json-binding ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-json-binding ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-media-json-binding ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-json-binding ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jsonb/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-binding/src/main/resources/org/glassfish/jersey/jsonb/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-media-json-binding ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-binding/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-json-binding ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-binding ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-binding ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-json-binding ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-json-binding ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-json-binding ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-json-binding ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-binding/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-json-binding ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug target 11] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-binding/src/test/java/org/glassfish/jersey/jsonb/internal/JsonBindingProviderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-binding/src/test/java/org/glassfish/jersey/jsonb/internal/JsonBindingProviderTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-binding/src/test/java/org/glassfish/jersey/jsonb/internal/JsonBindingProviderTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-media-json-binding ---
[INFO] Reserved port 36673 for jersey.config.test.container.port
[INFO] Reserved port 40899 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-media-json-binding ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-binding/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] CycloneDX: Creating BOM version 1.4 with 23 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-weld2-se/target/bom.xml
[INFO]            attaching as jersey-weld2-se-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-weld2-se/target/bom.json
[INFO]            attaching as jersey-weld2-se-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-weld2-se ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-weld2-se/target/jersey-weld2-se-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-weld2-se ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-weld2-se/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-weld2-se/3.1.99-SNAPSHOT/jersey-weld2-se-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-weld2-se/target/jersey-weld2-se-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-weld2-se/3.1.99-SNAPSHOT/jersey-weld2-se-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-weld2-se/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-weld2-se/3.1.99-SNAPSHOT/jersey-weld2-se-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-weld2-se/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-weld2-se/3.1.99-SNAPSHOT/jersey-weld2-se-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-weld2-se/target/jersey-weld2-se-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-weld2-se/3.1.99-SNAPSHOT/jersey-weld2-se-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-weld2-se ---
[INFO] 
[INFO] ----------< org.glassfish.jersey.ext:jersey-metainf-services >----------
[INFO] Building jersey-ext-metainf-services 3.1.99-SNAPSHOT            [65/378]
[INFO]   from ext/metainf-services/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-metainf-services ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-metainf-services ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-metainf-services ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-metainf-services ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-metainf-services ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-metainf-services ---
[INFO] Resources:
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-metainf-services ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/metainf-services/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-metainf-services ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-metainf-services ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-metainf-services ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-metainf-services ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-metainf-services ---
[WARNING]  Parameter 'compilerArguments' is deprecated: use compilerArgs instead.
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-metainf-services ---
[WARNING]  Parameter 'compilerArguments' is deprecated: use compilerArgs instead.
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-metainf-services ---
[INFO] Copying 2 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-metainf-services ---
[WARNING]  Parameter 'compilerArguments' is deprecated: use compilerArgs instead.
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug target 11] to target/test-classes
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-metainf-services ---
[INFO] Reserved port 40827 for jersey.config.test.container.port
[INFO] Reserved port 46207 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-metainf-services ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/metainf-services/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.jsonb.internal.JsonBindingProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.glassfish.jersey.jsonb.internal.JsonBindingProviderTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-json-binding ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-binding/target/jersey-media-json-binding-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-json-binding ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] Running org.glassfish.jersey.message.MetaInfServicesTest$Enable
Apr 04, 2024 8:14:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40827/
[INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-binding/target/bom.xml
[INFO]            attaching as jersey-media-json-binding-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-binding/target/bom.json
[INFO]            attaching as jersey-media-json-binding-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-json-binding ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-binding/target/jersey-media-json-binding-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-json-binding ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-binding/target/jersey-media-json-binding-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-binding/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-media-json-binding ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-binding/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/3.1.99-SNAPSHOT/jersey-media-json-binding-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-binding/target/jersey-media-json-binding-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/3.1.99-SNAPSHOT/jersey-media-json-binding-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-binding/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/3.1.99-SNAPSHOT/jersey-media-json-binding-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-binding/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/3.1.99-SNAPSHOT/jersey-media-json-binding-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-binding/target/jersey-media-json-binding-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/3.1.99-SNAPSHOT/jersey-media-json-binding-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-json-binding ---
Apr 04, 2024 8:14:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
[INFO] 
[INFO] -----------< org.glassfish.jersey.ext.microprofile:project >------------
[INFO] Building project 3.1.99-SNAPSHOT                                [79/303]
[INFO]   from ext/microprofile/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ project ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ project ---
[INFO] Reserved port 34823 for jersey.config.test.container.port
[INFO] Reserved port 38571 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project ---
[INFO] CycloneDX: Resolving Dependencies
Apr 04, 2024 8:14:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:40827]
Apr 04, 2024 8:14:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:14:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:40827]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.814 s -- in org.glassfish.jersey.message.MetaInfServicesTest$Enable
[INFO] Running org.glassfish.jersey.message.MetaInfServicesTest$DisableServer
Apr 04, 2024 8:14:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40827/
Apr 04, 2024 8:14:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:14:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:40827]
Apr 04, 2024 8:14:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:14:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:40827]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 s -- in org.glassfish.jersey.message.MetaInfServicesTest$DisableServer
[INFO] Running org.glassfish.jersey.message.MetaInfServicesTest$DisableClient
Apr 04, 2024 8:14:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40827/
Apr 04, 2024 8:14:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:14:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:40827]
Apr 04, 2024 8:14:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:14:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:40827]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.glassfish.jersey.message.MetaInfServicesTest$DisableClient
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-metainf-services ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/metainf-services/target/jersey-metainf-services-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-metainf-services ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/target/bom.xml
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/target/bom.json
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ project ---
[INFO] 
[INFO] ----< org.glassfish.jersey.ext.microprofile:jersey-mp-rest-client >-----
[INFO] Building jersey-mp-rest-client 3.1.99-SNAPSHOT                  [80/303]
[INFO]   from ext/microprofile/mp-rest-client/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-mp-rest-client ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-mp-rest-client ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-mp-rest-client ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-mp-rest-client ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-mp-rest-client ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-mp-rest-client ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-mp-rest-client ---
[INFO] Resources:
[INFO] org/glassfish/jersey/microprofile/restclient/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/main/resources/org/glassfish/jersey/microprofile/restclient/internal/localization.properties
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-mp-rest-client ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-mp-rest-client ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mp-rest-client ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-mp-rest-client ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-mp-rest-client ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 35 source files with javac [debug target 11] to target/classes
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/MethodModel.java:[412,82] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to java.lang.Object for a varargs call
  cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/MethodModel.java:[421,78] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to java.lang.Object for a varargs call
  cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanClassModel.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanClassModel.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanClassModel.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/MethodModel.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/MethodModel.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-mp-rest-client ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 35 source files with javac [debug target 11] to target/classes
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/MethodModel.java:[412,82] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to java.lang.Object for a varargs call
  cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/MethodModel.java:[421,78] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to java.lang.Object for a varargs call
  cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanClassModel.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanClassModel.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanClassModel.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/MethodModel.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/MethodModel.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mp-rest-client ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-mp-rest-client ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/test-classes
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-mp-rest-client ---
[INFO] Reserved port 41193 for jersey.config.test.container.port
[INFO] Reserved port 43923 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-mp-rest-client ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/metainf-services/target/bom.xml
[INFO]            attaching as jersey-metainf-services-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/metainf-services/target/bom.json
[INFO]            attaching as jersey-metainf-services-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-metainf-services ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/metainf-services/target/jersey-metainf-services-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-metainf-services ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/metainf-services/target/jersey-metainf-services-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/metainf-services/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-metainf-services ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/metainf-services/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-metainf-services/3.1.99-SNAPSHOT/jersey-metainf-services-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/metainf-services/target/jersey-metainf-services-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-metainf-services/3.1.99-SNAPSHOT/jersey-metainf-services-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/metainf-services/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-metainf-services/3.1.99-SNAPSHOT/jersey-metainf-services-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/metainf-services/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-metainf-services/3.1.99-SNAPSHOT/jersey-metainf-services-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/metainf-services/target/jersey-metainf-services-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-metainf-services/3.1.99-SNAPSHOT/jersey-metainf-services-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-metainf-services ---
[INFO] 
[INFO] -------------< org.glassfish.jersey.ext:jersey-micrometer >-------------
[INFO] Building jersey-micrometer 3.1.99-SNAPSHOT                      [66/378]
[INFO]   from ext/micrometer/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-micrometer ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-micrometer ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-micrometer ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-micrometer ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-micrometer ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-micrometer ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/micrometer/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-micrometer ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-micrometer ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-micrometer ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-micrometer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/micrometer/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-micrometer ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 15 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] unknown enum constant javax.annotation.meta.When.MAYBE
  reason: class file for javax.annotation.meta.When not found
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-micrometer ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 15 source files with javac [debug target 11] to target/classes
[INFO] Running org.glassfish.jersey.microprofile.restclient.RestClientBuilderImplTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.glassfish.jersey.microprofile.restclient.RestClientBuilderImplTest
[INFO] Running org.glassfish.jersey.microprofile.restclient.InterceptorInvocationContextTest
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] unknown enum constant javax.annotation.meta.When.MAYBE
  reason: class file for javax.annotation.meta.When not found
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-micrometer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/micrometer/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-micrometer ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 10 source files with javac [debug target 11] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-micrometer ---
[INFO] Reserved port 42499 for jersey.config.test.container.port
[INFO] Reserved port 45345 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-micrometer ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/micrometer/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.510 s -- in org.glassfish.jersey.microprofile.restclient.InterceptorInvocationContextTest
[INFO] Running org.glassfish.jersey.microprofile.restclient.InterfaceUtilTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.microprofile.restclient.InterfaceUtilTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-mp-rest-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-mp-rest-client ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] Running org.glassfish.jersey.micrometer.server.observation.ObservationApplicationEventListenerTest
[INFO] Running org.glassfish.jersey.micrometer.server.observation.ObservationApplicationEventListenerTest$OtelObservationRequestEventListenerTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Trace Id [6c06290e2bb0d625ee7ddbd69fd609f1]
[INFO] CycloneDX: Creating BOM version 1.4 with 30 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/target/bom.xml
[INFO]            attaching as jersey-mp-rest-client-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/target/bom.json
[INFO]            attaching as jersey-mp-rest-client-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-mp-rest-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-mp-rest-client ---
[WARNING] Bundle org.glassfish.jersey.ext.microprofile:jersey-mp-rest-client:jar:3.1.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.decorator.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-mp-rest-client ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-rest-client/3.1.99-SNAPSHOT/jersey-mp-rest-client-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-rest-client/3.1.99-SNAPSHOT/jersey-mp-rest-client-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-rest-client/3.1.99-SNAPSHOT/jersey-mp-rest-client-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-rest-client/3.1.99-SNAPSHOT/jersey-mp-rest-client-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-rest-client/3.1.99-SNAPSHOT/jersey-mp-rest-client-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-mp-rest-client ---
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.780 s -- in org.glassfish.jersey.micrometer.server.observation.ObservationApplicationEventListenerTest$OtelObservationRequestEventListenerTest
[INFO] Running org.glassfish.jersey.micrometer.server.observation.ObservationApplicationEventListenerTest$BraveObservationRequestEventListenerTest
SLF4J: Failed to load class "org.slf4j.impl.StaticMDCBinder".
SLF4J: Defaulting to no-operation MDCAdapter implementation.
SLF4J: See http://www.slf4j.org/codes.html#no_static_mdc_binder for further details.
Trace Id [660e6187fade746cb5983c7490ac17a8]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s -- in org.glassfish.jersey.micrometer.server.observation.ObservationApplicationEventListenerTest$BraveObservationRequestEventListenerTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.914 s -- in org.glassfish.jersey.micrometer.server.observation.ObservationApplicationEventListenerTest
[INFO] Running org.glassfish.jersey.micrometer.server.MetricsRequestEventListenerTimedTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.505 s -- in org.glassfish.jersey.micrometer.server.MetricsRequestEventListenerTimedTest
[INFO] Running org.glassfish.jersey.micrometer.server.MetricsRequestEventListenerTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.254 s -- in org.glassfish.jersey.micrometer.server.MetricsRequestEventListenerTest
[INFO] Running org.glassfish.jersey.micrometer.server.DefaultJerseyTagsProviderTest
[INFO] 
[INFO] -------< org.glassfish.jersey.ext.microprofile:jersey-mp-config >-------
[INFO] Building jersey-mp-config 3.1.99-SNAPSHOT                       [81/303]
[INFO]   from ext/microprofile/mp-config/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-mp-config ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-mp-config ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-mp-config ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-mp-config ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-mp-config ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-mp-config ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-config/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-mp-config ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-mp-config ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mp-config ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-mp-config ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-mp-config ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-mp-config ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mp-config ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-mp-config ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-mp-config ---
[INFO] Reserved port 43125 for jersey.config.test.container.port
[INFO] Reserved port 34775 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-mp-config ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-mp-config ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-config/target/jersey-mp-config-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-mp-config ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.641 s -- in org.glassfish.jersey.micrometer.server.DefaultJerseyTagsProviderTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-micrometer ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/micrometer/target/jersey-micrometer-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-micrometer ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-config/target/bom.xml
[INFO]            attaching as jersey-mp-config-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-config/target/bom.json
[INFO]            attaching as jersey-mp-config-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-mp-config ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-config/target/jersey-mp-config-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-mp-config ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-config/target/jersey-mp-config-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-config/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-mp-config ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-config/3.1.99-SNAPSHOT/jersey-mp-config-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-config/target/jersey-mp-config-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-config/3.1.99-SNAPSHOT/jersey-mp-config-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-config/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-config/3.1.99-SNAPSHOT/jersey-mp-config-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-config/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-config/3.1.99-SNAPSHOT/jersey-mp-config-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-config/target/jersey-mp-config-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-config/3.1.99-SNAPSHOT/jersey-mp-config-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-mp-config ---
[INFO] 
[INFO] ---------------< org.glassfish.jersey.incubator:project >---------------
[INFO] Building jersey-incubator 3.1.99-SNAPSHOT                       [82/303]
[INFO]   from incubator/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ project ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources from .. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources from .. to target/legal/META-INF
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ project ---
[INFO] Reserved port 42415 for jersey.config.test.container.port
[INFO] Reserved port 46393 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/target/bom.xml
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/target/bom.json
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ project ---
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/micrometer/target/bom.xml
[INFO]            attaching as jersey-micrometer-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/micrometer/target/bom.json
[INFO]            attaching as jersey-micrometer-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-micrometer ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/micrometer/target/jersey-micrometer-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-micrometer ---
[WARNING] Bundle org.glassfish.jersey.ext:jersey-micrometer:jar:3.1.99-SNAPSHOT : Unused Import-Package instructions: [org.eclipse.microprofile.micrometer.server.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/micrometer/target/jersey-micrometer-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/micrometer/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-micrometer ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/micrometer/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-micrometer/3.1.99-SNAPSHOT/jersey-micrometer-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/micrometer/target/jersey-micrometer-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-micrometer/3.1.99-SNAPSHOT/jersey-micrometer-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/micrometer/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-micrometer/3.1.99-SNAPSHOT/jersey-micrometer-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/micrometer/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-micrometer/3.1.99-SNAPSHOT/jersey-micrometer-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/micrometer/target/jersey-micrometer-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-micrometer/3.1.99-SNAPSHOT/jersey-micrometer-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-micrometer ---
[INFO] 
[INFO] -------< org.glassfish.jersey.incubator:jersey-cdi-inject-weld >--------
[INFO] Building jersey-inject-cdi-weld 3.1.99-SNAPSHOT                 [83/303]
[INFO]   from incubator/cdi-inject-weld/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi-inject-weld ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi-inject-weld ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi-inject-weld ---
[INFO] 
[INFO] ----------------< org.glassfish.jersey.ext:jersey-mvc >-----------------
[INFO] Building jersey-ext-mvc 3.1.99-SNAPSHOT                         [67/378]
[INFO]   from ext/mvc/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-mvc ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-mvc ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-mvc ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-mvc ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-mvc ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-mvc ---
[INFO] Resources:
[INFO] org/glassfish/jersey/server/mvc/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc/src/main/resources/org/glassfish/jersey/server/mvc/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-mvc ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-mvc ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-mvc ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-mvc ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 23 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/TemplateModelProcessor.java:[305,57] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-mvc ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 23 source files with javac [debug target 11] to target/classes
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi-inject-weld ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-cdi-inject-weld ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-cdi-inject-weld ---
[INFO] Resources:
[INFO] org/glassfish/jersey/inject/weld/internal/managed/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/src/main/resources/org/glassfish/jersey/inject/weld/internal/managed/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-cdi-inject-weld ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi-inject-weld ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi-inject-weld ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi-inject-weld ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi-inject-weld ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi-inject-weld ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 43 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/TemplateModelProcessor.java:[305,57] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mvc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-mvc ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-mvc ---
[INFO] Reserved port 42587 for jersey.config.test.container.port
[INFO] Reserved port 40929 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-mvc ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-mvc ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc/target/jersey-mvc-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-mvc ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc/target/bom.xml
[INFO]            attaching as jersey-mvc-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc/target/bom.json
[INFO]            attaching as jersey-mvc-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-mvc ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc/target/jersey-mvc-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-mvc ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc/target/jersey-mvc-3.1.99-SNAPSHOT.jar
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/ReflectionUtils.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/ReflectionUtils.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/bean/InitializableSupplierInstanceBeanBridge.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/bean/InitializableSupplierInstanceBeanBridge.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-cdi-inject-weld ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 43 source files with javac [debug target 11] to target/classes
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-mvc ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/3.1.99-SNAPSHOT/jersey-mvc-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc/target/jersey-mvc-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/3.1.99-SNAPSHOT/jersey-mvc-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/3.1.99-SNAPSHOT/jersey-mvc-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/3.1.99-SNAPSHOT/jersey-mvc-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc/target/jersey-mvc-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/3.1.99-SNAPSHOT/jersey-mvc-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-mvc ---
[INFO] 
[INFO] --------< org.glassfish.jersey.ext:jersey-mvc-bean-validation >---------
[INFO] Building jersey-ext-mvc-bean-validation 3.1.99-SNAPSHOT         [68/378]
[INFO]   from ext/mvc-bean-validation/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-mvc-bean-validation ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-mvc-bean-validation ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-mvc-bean-validation ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-mvc-bean-validation ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-mvc-bean-validation ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-mvc-bean-validation ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-bean-validation/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-mvc-bean-validation ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc-bean-validation ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc-bean-validation ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-mvc-bean-validation ---
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-mvc-bean-validation ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-mvc-bean-validation ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mvc-bean-validation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-bean-validation/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-mvc-bean-validation ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-mvc-bean-validation ---
[INFO] Reserved port 43595 for jersey.config.test.container.port
[INFO] Reserved port 46075 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-mvc-bean-validation ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-mvc-bean-validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-mvc-bean-validation ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/ReflectionUtils.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/ReflectionUtils.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/bean/InitializableSupplierInstanceBeanBridge.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/bean/InitializableSupplierInstanceBeanBridge.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi-inject-weld ---
[INFO] Copying 2 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi-inject-weld ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 22 source files with javac [debug target 11] to target/test-classes
[INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-bean-validation/target/bom.xml
[INFO]            attaching as jersey-mvc-bean-validation-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-bean-validation/target/bom.json
[INFO]            attaching as jersey-mvc-bean-validation-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-mvc-bean-validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-mvc-bean-validation ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-bean-validation/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-mvc-bean-validation ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-bean-validation/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-bean-validation/3.1.99-SNAPSHOT/jersey-mvc-bean-validation-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-bean-validation/3.1.99-SNAPSHOT/jersey-mvc-bean-validation-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-bean-validation/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-bean-validation/3.1.99-SNAPSHOT/jersey-mvc-bean-validation-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-bean-validation/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-bean-validation/3.1.99-SNAPSHOT/jersey-mvc-bean-validation-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-bean-validation/3.1.99-SNAPSHOT/jersey-mvc-bean-validation-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-mvc-bean-validation ---
[INFO] 
[INFO] -----------< org.glassfish.jersey.ext:jersey-mvc-freemarker >-----------
[INFO] Building jersey-ext-mvc-freemarker 3.1.99-SNAPSHOT              [69/378]
[INFO]   from ext/mvc-freemarker/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-mvc-freemarker ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-mvc-freemarker ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-mvc-freemarker ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-mvc-freemarker ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-mvc-freemarker ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-mvc-freemarker ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-freemarker/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-mvc-freemarker ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc-freemarker ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc-freemarker ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-mvc-freemarker ---
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-mvc-freemarker ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/src/test/java/org/glassfish/jersey/inject/weld/internal/managed/DisposableSupplierTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/src/test/java/org/glassfish/jersey/inject/weld/internal/managed/DisposableSupplierTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/src/test/java/org/glassfish/jersey/inject/weld/internal/managed/DisposableSupplierTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-cdi-inject-weld ---
[INFO] Reserved port 40327 for jersey.config.test.container.port
[INFO] Reserved port 41577 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-cdi-inject-weld ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-mvc-freemarker ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mvc-freemarker ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-freemarker/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-mvc-freemarker ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-mvc-freemarker ---
[INFO] Reserved port 37199 for jersey.config.test.container.port
[INFO] Reserved port 40735 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-mvc-freemarker ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-mvc-freemarker ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-freemarker/target/jersey-mvc-freemarker-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-mvc-freemarker ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-freemarker/target/bom.xml
[INFO]            attaching as jersey-mvc-freemarker-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-freemarker/target/bom.json
[INFO]            attaching as jersey-mvc-freemarker-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-mvc-freemarker ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-freemarker/target/jersey-mvc-freemarker-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-mvc-freemarker ---
[INFO] Running org.glassfish.jersey.inject.weld.internal.managed.InjectionManagerTest
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-freemarker/target/jersey-mvc-freemarker-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-freemarker/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-mvc-freemarker ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-freemarker/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-freemarker/3.1.99-SNAPSHOT/jersey-mvc-freemarker-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-freemarker/target/jersey-mvc-freemarker-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-freemarker/3.1.99-SNAPSHOT/jersey-mvc-freemarker-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-freemarker/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-freemarker/3.1.99-SNAPSHOT/jersey-mvc-freemarker-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-freemarker/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-freemarker/3.1.99-SNAPSHOT/jersey-mvc-freemarker-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-freemarker/target/jersey-mvc-freemarker-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-freemarker/3.1.99-SNAPSHOT/jersey-mvc-freemarker-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-mvc-freemarker ---
Apr 04, 2024 8:15:10 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 5.1.1 (Final)
[INFO] 
[INFO] --------------< org.glassfish.jersey.ext:jersey-mvc-jsp >---------------
[INFO] Building jersey-ext-mvc-jsp 3.1.99-SNAPSHOT                     [70/378]
[INFO]   from ext/mvc-jsp/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-mvc-jsp ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-mvc-jsp ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-mvc-jsp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-mvc-jsp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-mvc-jsp ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-mvc-jsp ---
[INFO] Resources:
[INFO] org.glassfish.jersey.server.mvc.jsp.internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-jsp/src/main/resources/org.glassfish.jersey.server.mvc.jsp.internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-mvc-jsp ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-jsp/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-mvc-jsp ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc-jsp ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc-jsp ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-mvc-jsp ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-mvc-jsp ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-mvc-jsp ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mvc-jsp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-jsp/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-mvc-jsp ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-mvc-jsp ---
[INFO] Reserved port 33777 for jersey.config.test.container.port
[INFO] Reserved port 35747 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-mvc-jsp ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-mvc-jsp ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-jsp/target/jersey-mvc-jsp-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-mvc-jsp ---
[INFO] CycloneDX: Resolving Dependencies
Apr 04, 2024 8:15:10 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Apr 04, 2024 8:15:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:11 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder
WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter<jakarta.activation.DataSource> was not found. The provider is not available.
[INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-jsp/target/bom.xml
[INFO]            attaching as jersey-mvc-jsp-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-jsp/target/bom.json
[INFO]            attaching as jersey-mvc-jsp-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-mvc-jsp ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-jsp/target/jersey-mvc-jsp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-mvc-jsp ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-jsp/target/jersey-mvc-jsp-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-jsp/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-mvc-jsp ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-jsp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/3.1.99-SNAPSHOT/jersey-mvc-jsp-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-jsp/target/jersey-mvc-jsp-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/3.1.99-SNAPSHOT/jersey-mvc-jsp-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-jsp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/3.1.99-SNAPSHOT/jersey-mvc-jsp-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-jsp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/3.1.99-SNAPSHOT/jersey-mvc-jsp-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-jsp/target/jersey-mvc-jsp-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/3.1.99-SNAPSHOT/jersey-mvc-jsp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-mvc-jsp ---
[INFO] 
[INFO] ------------< org.glassfish.jersey.ext:jersey-mvc-mustache >------------
[INFO] Building jersey-ext-mvc-mustache 3.1.99-SNAPSHOT                [71/378]
[INFO]   from ext/mvc-mustache/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-mvc-mustache ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-mvc-mustache ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-mvc-mustache ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-mvc-mustache ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-mvc-mustache ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-mvc-mustache ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-mustache/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-mvc-mustache ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc-mustache ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc-mustache ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-mvc-mustache ---
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-mvc-mustache ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-mvc-mustache ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mvc-mustache ---
Apr 04, 2024 8:15:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-mustache/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-mvc-mustache ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-mvc-mustache ---
[INFO] Reserved port 37599 for jersey.config.test.container.port
[INFO] Reserved port 34023 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-mvc-mustache ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-mvc-mustache ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-mustache/target/jersey-mvc-mustache-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-mvc-mustache ---
[INFO] CycloneDX: Resolving Dependencies
Apr 04, 2024 8:15:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6b595ab1-a88e-41d9-9dfb-6145634a25e7 initialized
Apr 04, 2024 8:15:11 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6b595ab1-a88e-41d9-9dfb-6145634a25e7 shut down
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.516 s -- in org.glassfish.jersey.inject.weld.internal.managed.InjectionManagerTest
[INFO] Running org.glassfish.jersey.inject.weld.internal.managed.SupplierClassBindingTest
Apr 04, 2024 8:15:11 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Apr 04, 2024 8:15:11 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bbe99a4a-bc14-41e2-b4b2-6b5f138da951 initialized
Apr 04, 2024 8:15:12 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bbe99a4a-bc14-41e2-b4b2-6b5f138da951 shut down
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 s -- in org.glassfish.jersey.inject.weld.internal.managed.SupplierClassBindingTest
[INFO] Running org.glassfish.jersey.inject.weld.internal.managed.ThreadScopeTest
Apr 04, 2024 8:15:12 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Apr 04, 2024 8:15:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
[INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-mustache/target/bom.xml
[INFO]            attaching as jersey-mvc-mustache-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-mustache/target/bom.json
[INFO]            attaching as jersey-mvc-mustache-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-mvc-mustache ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-mustache/target/jersey-mvc-mustache-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-mvc-mustache ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-mustache/target/jersey-mvc-mustache-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-mustache/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-mvc-mustache ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-mustache/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-mustache/3.1.99-SNAPSHOT/jersey-mvc-mustache-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-mustache/target/jersey-mvc-mustache-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-mustache/3.1.99-SNAPSHOT/jersey-mvc-mustache-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-mustache/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-mustache/3.1.99-SNAPSHOT/jersey-mvc-mustache-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-mustache/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-mustache/3.1.99-SNAPSHOT/jersey-mvc-mustache-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/mvc-mustache/target/jersey-mvc-mustache-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-mustache/3.1.99-SNAPSHOT/jersey-mvc-mustache-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-mvc-mustache ---
[INFO] 
[INFO] ------------< org.glassfish.jersey.ext:jersey-proxy-client >------------
[INFO] Building jersey-ext-proxy-client 3.1.99-SNAPSHOT                [72/378]
[INFO]   from ext/proxy-client/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-proxy-client ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-proxy-client ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-proxy-client ---
Apr 04, 2024 8:15:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container cea47bc0-4e87-486c-90eb-6804db3e7ff7 initialized
Apr 04, 2024 8:15:12 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container cea47bc0-4e87-486c-90eb-6804db3e7ff7 shut down
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s -- in org.glassfish.jersey.inject.weld.internal.managed.ThreadScopeTest
[INFO] Running org.glassfish.jersey.inject.weld.internal.managed.ProviderInjectionTest
Apr 04, 2024 8:15:12 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Apr 04, 2024 8:15:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bd45c605-181e-4f6c-929f-a9753578dfa8 initialized
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-proxy-client ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-proxy-client ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-proxy-client ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-proxy-client ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-proxy-client ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-proxy-client ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-proxy-client ---
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-proxy-client ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/WebResourceFactory.java:[120,43] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/RequestParameters.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/RequestParameters.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/RequestParameters.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-proxy-client ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/WebResourceFactory.java:[120,43] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/RequestParameters.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/RequestParameters.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/RequestParameters.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-proxy-client ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-proxy-client ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 15 source files with javac [debug target 11] to target/test-classes
Apr 04, 2024 8:15:12 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bd45c605-181e-4f6c-929f-a9753578dfa8 shut down
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 s -- in org.glassfish.jersey.inject.weld.internal.managed.ProviderInjectionTest
[INFO] Running org.glassfish.jersey.inject.weld.internal.managed.ClientInstanceInjectionTest
Apr 04, 2024 8:15:12 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Apr 04, 2024 8:15:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 028a655c-50ac-4d48-b5b5-aa167b7ec90c initialized
Apr 04, 2024 8:15:12 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 028a655c-50ac-4d48-b5b5-aa167b7ec90c shut down
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 s -- in org.glassfish.jersey.inject.weld.internal.managed.ClientInstanceInjectionTest
[INFO] Running org.glassfish.jersey.inject.weld.internal.managed.SupplierInstanceBindingTest
Apr 04, 2024 8:15:12 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Apr 04, 2024 8:15:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/src/test/java/org/glassfish/jersey/client/proxy/RequestParametersTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/src/test/java/org/glassfish/jersey/client/proxy/RequestParametersTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-proxy-client ---
[INFO] Reserved port 44751 for jersey.config.test.container.port
[INFO] Reserved port 45701 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-proxy-client ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
Apr 04, 2024 8:15:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 555b0f52-f6f3-4bb8-9d10-a2d18f1709d2 initialized
Apr 04, 2024 8:15:12 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 555b0f52-f6f3-4bb8-9d10-a2d18f1709d2 shut down
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s -- in org.glassfish.jersey.inject.weld.internal.managed.SupplierInstanceBindingTest
[INFO] Running org.glassfish.jersey.inject.weld.internal.managed.DisposableSupplierTest
Apr 04, 2024 8:15:13 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Apr 04, 2024 8:15:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a60ecc31-7191-4318-9a34-714b7804992c initialized
Apr 04, 2024 8:15:13 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a60ecc31-7191-4318-9a34-714b7804992c shut down
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 s -- in org.glassfish.jersey.inject.weld.internal.managed.DisposableSupplierTest
[INFO] Running org.glassfish.jersey.inject.weld.internal.managed.SupplierContractsTest
Apr 04, 2024 8:15:13 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Apr 04, 2024 8:15:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:13 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Apr 04, 2024 8:15:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
[INFO] Running org.glassfish.jersey.client.proxy.RequestParametersTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 s -- in org.glassfish.jersey.client.proxy.RequestParametersTest
[INFO] Running org.glassfish.jersey.client.proxy.WebResourceFactoryBeanParamTest
Apr 04, 2024 8:15:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 47db65d8-f2ba-4da1-9f8f-0460f0ab6abb initialized
Apr 04, 2024 8:15:13 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 47db65d8-f2ba-4da1-9f8f-0460f0ab6abb shut down
Apr 04, 2024 8:15:13 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Apr 04, 2024 8:15:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 615f2721-19f3-4338-b9a8-35fd7d4e6b22 initialized
Apr 04, 2024 8:15:13 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 615f2721-19f3-4338-b9a8-35fd7d4e6b22 shut down
Apr 04, 2024 8:15:13 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Apr 04, 2024 8:15:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8df1d212-515b-41bb-9cd8-f8956ba49b7b initialized
Apr 04, 2024 8:15:13 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8df1d212-515b-41bb-9cd8-f8956ba49b7b shut down
Apr 04, 2024 8:15:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44751/
Apr 04, 2024 8:15:13 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Apr 04, 2024 8:15:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a669c3f5-3fc4-4bde-a60d-b3cae914d540 initialized
Apr 04, 2024 8:15:13 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a669c3f5-3fc4-4bde-a60d-b3cae914d540 shut down
Apr 04, 2024 8:15:13 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Apr 04, 2024 8:15:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 865743db-72fd-4aa9-a3fd-b597a4862867 initialized
Apr 04, 2024 8:15:13 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 865743db-72fd-4aa9-a3fd-b597a4862867 shut down
Apr 04, 2024 8:15:13 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Apr 04, 2024 8:15:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3700be61-2969-4ebe-9ba8-71774c002624 initialized
Apr 04, 2024 8:15:14 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3700be61-2969-4ebe-9ba8-71774c002624 shut down
Apr 04, 2024 8:15:14 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Apr 04, 2024 8:15:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:14 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:14 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:14 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Apr 04, 2024 8:15:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:14 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44751]
Apr 04, 2024 8:15:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:15:14 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bbfb9d52-90f7-4ef9-8c5f-803371f7dcbf initialized
Apr 04, 2024 8:15:14 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bbfb9d52-90f7-4ef9-8c5f-803371f7dcbf shut down
Apr 04, 2024 8:15:14 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Apr 04, 2024 8:15:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:14 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:14 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0d051f47-7469-4a51-9a91-41a7b244120f initialized
Apr 04, 2024 8:15:14 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0d051f47-7469-4a51-9a91-41a7b244120f shut down
Apr 04, 2024 8:15:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44751]
Apr 04, 2024 8:15:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44751/
Apr 04, 2024 8:15:14 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Apr 04, 2024 8:15:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:14 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:14 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9bf564ab-9c5f-4fe7-9ea5-b7234e03348c initialized
Apr 04, 2024 8:15:14 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9bf564ab-9c5f-4fe7-9ea5-b7234e03348c shut down
Apr 04, 2024 8:15:14 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Apr 04, 2024 8:15:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:14 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:14 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.376 s -- in org.glassfish.jersey.inject.weld.internal.managed.SupplierContractsTest
[INFO] Running org.glassfish.jersey.inject.weld.internal.injector.CachedConstructorAnalyzerTest
Apr 04, 2024 8:15:14 AM org.glassfish.jersey.inject.weld.internal.injector.CachedConstructorAnalyzer getConstructorInternal
WARNING: Found 2 constructors with 1 parameters in org.glassfish.jersey.inject.weld.internal.injector.CachedConstructorAnalyzerTest$BothAnnotatedConstructor class. Selecting the first found constructor: public org.glassfish.jersey.inject.weld.internal.injector.CachedConstructorAnalyzerTest$BothAnnotatedConstructor(java.lang.Integer)
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.glassfish.jersey.inject.weld.internal.injector.CachedConstructorAnalyzerTest
[INFO] Running org.glassfish.jersey.inject.weld.internal.injector.JerseyProxyResolverTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.glassfish.jersey.inject.weld.internal.injector.JerseyProxyResolverTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi-inject-weld ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-3.1.99-SNAPSHOT.jar
Apr 04, 2024 8:15:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44751]
Apr 04, 2024 8:15:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:15:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44751]
Apr 04, 2024 8:15:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44751/
Apr 04, 2024 8:15:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44751]
Apr 04, 2024 8:15:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:15:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44751]
Apr 04, 2024 8:15:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44751/
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi-inject-weld ---
[INFO] CycloneDX: Resolving Dependencies
Apr 04, 2024 8:15:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44751]
Apr 04, 2024 8:15:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:15:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44751]
Apr 04, 2024 8:15:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44751/
Apr 04, 2024 8:15:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44751]
Apr 04, 2024 8:15:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:15:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44751]
Apr 04, 2024 8:15:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44751/
Apr 04, 2024 8:15:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44751]
Apr 04, 2024 8:15:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:15:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44751]
Apr 04, 2024 8:15:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44751/
Apr 04, 2024 8:15:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44751]
Apr 04, 2024 8:15:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 8:15:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44751]
Apr 04, 2024 8:15:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44751/
Apr 04, 2024 8:15:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44751]
Apr 04, 2024 8:15:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 8:15:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44751]
Apr 04, 2024 8:15:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44751/
Apr 04, 2024 8:15:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44751]
Apr 04, 2024 8:15:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Apr 04, 2024 8:15:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44751]
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.890 s -- in org.glassfish.jersey.client.proxy.WebResourceFactoryBeanParamTest
[INFO] Running org.glassfish.jersey.client.proxy.WebResourceFactoryTest
Apr 04, 2024 8:15:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44751/
Apr 04, 2024 8:15:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44751]
Apr 04, 2024 8:15:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Apr 04, 2024 8:15:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44751]
Apr 04, 2024 8:15:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44751/
Apr 04, 2024 8:15:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44751]
Apr 04, 2024 8:15:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Apr 04, 2024 8:15:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44751]
Apr 04, 2024 8:15:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44751/
Apr 04, 2024 8:15:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44751]
Apr 04, 2024 8:15:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Apr 04, 2024 8:15:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44751]
Apr 04, 2024 8:15:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44751/
Apr 04, 2024 8:15:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44751]
Apr 04, 2024 8:15:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Apr 04, 2024 8:15:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44751]
Apr 04, 2024 8:15:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44751/
Apr 04, 2024 8:15:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44751]
Apr 04, 2024 8:15:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Apr 04, 2024 8:15:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44751]
Apr 04, 2024 8:15:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44751/
Apr 04, 2024 8:15:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44751]
Apr 04, 2024 8:15:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Apr 04, 2024 8:15:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44751]
Apr 04, 2024 8:15:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44751/
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44751]
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44751]
Apr 04, 2024 8:15:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44751/
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44751]
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44751]
Apr 04, 2024 8:15:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44751/
[INFO] CycloneDX: Creating BOM version 1.4 with 29 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/target/bom.xml
[INFO]            attaching as jersey-cdi-inject-weld-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/target/bom.json
[INFO]            attaching as jersey-cdi-inject-weld-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi-inject-weld ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi-inject-weld ---
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44751]
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44751]
Apr 04, 2024 8:15:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44751/
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44751]
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44751]
Apr 04, 2024 8:15:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44751/
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44751]
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44751]
Apr 04, 2024 8:15:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44751/
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44751]
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44751]
[WARNING] Bundle org.glassfish.jersey.incubator:jersey-cdi-inject-weld:jar:3.1.99-SNAPSHOT : Unused Import-Package instructions: [sun.misc.*, jakarta.annotation.*~] 
[WARNING] Bundle org.glassfish.jersey.incubator:jersey-cdi-inject-weld:jar:3.1.99-SNAPSHOT : Export org.glassfish.jersey.inject.weld.managed,  has 1,  private references [org.glassfish.jersey.inject.weld.internal.managed]
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-cdi-inject-weld ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-cdi-inject-weld/3.1.99-SNAPSHOT/jersey-cdi-inject-weld-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-cdi-inject-weld/3.1.99-SNAPSHOT/jersey-cdi-inject-weld-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-cdi-inject-weld/3.1.99-SNAPSHOT/jersey-cdi-inject-weld-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-cdi-inject-weld/3.1.99-SNAPSHOT/jersey-cdi-inject-weld-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-cdi-inject-weld/3.1.99-SNAPSHOT/jersey-cdi-inject-weld-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi-inject-weld ---
Apr 04, 2024 8:15:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44751/
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44751]
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44751]
Apr 04, 2024 8:15:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44751/
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44751]
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44751]
Apr 04, 2024 8:15:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44751/
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44751]
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44751]
Apr 04, 2024 8:15:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44751/
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44751]
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44751]
Apr 04, 2024 8:15:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44751/
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44751]
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44751]
Apr 04, 2024 8:15:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44751/
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44751]
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44751]
Apr 04, 2024 8:15:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44751/
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44751]
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44751]
Apr 04, 2024 8:15:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44751/
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44751]
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44751]
Apr 04, 2024 8:15:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44751/
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44751]
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44751]
Apr 04, 2024 8:15:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44751/
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44751]
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Apr 04, 2024 8:15:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44751]
Apr 04, 2024 8:15:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44751/
Apr 04, 2024 8:15:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44751]
Apr 04, 2024 8:15:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Apr 04, 2024 8:15:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44751]
Apr 04, 2024 8:15:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44751/
Apr 04, 2024 8:15:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44751]
Apr 04, 2024 8:15:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Apr 04, 2024 8:15:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44751]
Apr 04, 2024 8:15:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44751/
Apr 04, 2024 8:15:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44751]
Apr 04, 2024 8:15:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Apr 04, 2024 8:15:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44751]
[WARNING] Tests run: 31, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 1.868 s -- in org.glassfish.jersey.client.proxy.WebResourceFactoryTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 50, Failures: 0, Errors: 0, Skipped: 6
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-proxy-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/target/jersey-proxy-client-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-proxy-client ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] 
[INFO] --------< org.glassfish.jersey.ext:jersey-declarative-linking >---------
[INFO] Building jersey-declarative-linking 3.1.99-SNAPSHOT             [84/303]
[INFO]   from incubator/declarative-linking/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-declarative-linking ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-declarative-linking ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-declarative-linking ---
[INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/target/bom.xml
[INFO]            attaching as jersey-proxy-client-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/target/bom.json
[INFO]            attaching as jersey-proxy-client-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-proxy-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/target/jersey-proxy-client-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-proxy-client ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/target/jersey-proxy-client-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-proxy-client ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.1.99-SNAPSHOT/jersey-proxy-client-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/target/jersey-proxy-client-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.1.99-SNAPSHOT/jersey-proxy-client-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.1.99-SNAPSHOT/jersey-proxy-client-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.1.99-SNAPSHOT/jersey-proxy-client-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/proxy-client/target/jersey-proxy-client-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.1.99-SNAPSHOT/jersey-proxy-client-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-proxy-client ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-declarative-linking ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-declarative-linking ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-declarative-linking ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-declarative-linking ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-declarative-linking ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-declarative-linking ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-declarative-linking ---
[INFO] Copying 0 resource from src/main/java to target/classes
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-declarative-linking ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 26 source files with javac [debug target 11] to target/classes
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/ResponseContextResolver.java:[90,40] getFeatureDescriptors(jakarta.el.ELContext,java.lang.Object) in jakarta.el.ELResolver has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldDescriptor.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldDescriptor.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldProcessor.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldProcessor.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-declarative-linking ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 26 source files with javac [debug target 11] to target/classes
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/ResponseContextResolver.java:[90,40] getFeatureDescriptors(jakarta.el.ELContext,java.lang.Object) in jakarta.el.ELResolver has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldDescriptor.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldDescriptor.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldProcessor.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldProcessor.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-declarative-linking ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-declarative-linking ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 19 source files with javac [debug target 11] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/src/test/java/org/glassfish/jersey/linking/integration/app/LinkingManualApplication.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/src/test/java/org/glassfish/jersey/linking/integration/app/LinkingManualApplication.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/src/test/java/org/glassfish/jersey/linking/integration/app/LinkingManualApplication.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/src/test/java/org/glassfish/jersey/linking/FieldProcessorTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/src/test/java/org/glassfish/jersey/linking/FieldProcessorTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-declarative-linking ---
[INFO] Reserved port 34059 for jersey.config.test.container.port
[INFO] Reserved port 46111 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-declarative-linking ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] ----------------< org.glassfish.jersey.ext.rx:project >-----------------
[INFO] Building jersey-ext-rx 3.1.99-SNAPSHOT                          [73/378]
[INFO]   from ext/rx/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ project ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ project ---
[INFO] Reserved port 40539 for jersey.config.test.container.port
[INFO] Reserved port 37125 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/target/bom.xml
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/target/bom.json
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ project ---
[INFO] 
[INFO] ---------< org.glassfish.jersey.ext.rx:jersey-rx-client-guava >---------
[INFO] Building jersey-ext-rx-client-guava 3.1.99-SNAPSHOT             [74/378]
[INFO]   from ext/rx/rx-client-guava/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-rx-client-guava ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-rx-client-guava ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-rx-client-guava ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-rx-client-guava ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-rx-client-guava ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-rx-client-guava ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-guava/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-rx-client-guava ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-rx-client-guava ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-rx-client-guava ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-rx-client-guava ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-rx-client-guava ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-rx-client-guava ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-rx-client-guava ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-guava/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-rx-client-guava ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-rx-client-guava ---
[INFO] Reserved port 35709 for jersey.config.test.container.port
[INFO] Reserved port 41979 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-rx-client-guava ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-guava/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.linking.integration.LinkingTest
Apr 04, 2024 8:15:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34059/
[INFO] Running org.glassfish.jersey.client.rx.guava.RxListenableFutureTest
Apr 04, 2024 8:15:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:20 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder
WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter<jakarta.activation.DataSource> was not found. The provider is not available.
java.util.concurrent.ExecutionException: jakarta.ws.rs.NotFoundException: HTTP 404 Not Found
	at com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:588)
	at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:567)
	at com.google.common.util.concurrent.FluentFuture$TrustedFuture.get(FluentFuture.java:91)
	at org.glassfish.jersey.client.rx.guava.RxListenableFutureTest.lambda$testNotFoundReadEntityViaGenericType$1(RxListenableFutureTest.java:109)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35)
	at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3115)
	at org.glassfish.jersey.client.rx.guava.RxListenableFutureTest.testNotFoundReadEntityViaGenericType(RxListenableFutureTest.java:99)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
Caused by: jakarta.ws.rs.NotFoundException: HTTP 404 Not Found
	at org.glassfish.jersey.client.JerseyInvocation.convertToException(JerseyInvocation.java:965)
	at org.glassfish.jersey.client.JerseyInvocation.translate(JerseyInvocation.java:810)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$2(JerseyInvocation.java:699)
	at org.glassfish.jersey.client.JerseyInvocation.call(JerseyInvocation.java:709)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$runInScope$3(JerseyInvocation.java:703)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:391)
	at org.glassfish.jersey.client.JerseyInvocation.runInScope(JerseyInvocation.java:703)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:698)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:461)
	at org.glassfish.jersey.client.rx.guava.JerseyRxListenableFutureInvoker.lambda$method$1(JerseyRxListenableFutureInvoker.java:72)
	at com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:131)
	at com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:74)
	at com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:82)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.base/java.lang.Thread.run(Thread.java:1583)
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.508 s -- in org.glassfish.jersey.client.rx.guava.RxListenableFutureTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-rx-client-guava ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-guava/target/jersey-rx-client-guava-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-rx-client-guava ---
[INFO] CycloneDX: Resolving Dependencies
Apr 04, 2024 8:15:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:34059]
Apr 04, 2024 8:15:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-guava/target/bom.xml
[INFO]            attaching as jersey-rx-client-guava-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-guava/target/bom.json
[INFO]            attaching as jersey-rx-client-guava-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-rx-client-guava ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-guava/target/jersey-rx-client-guava-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-rx-client-guava ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-guava/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-guava/3.1.99-SNAPSHOT/jersey-rx-client-guava-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-guava/target/jersey-rx-client-guava-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-guava/3.1.99-SNAPSHOT/jersey-rx-client-guava-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-guava/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-guava/3.1.99-SNAPSHOT/jersey-rx-client-guava-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-guava/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-guava/3.1.99-SNAPSHOT/jersey-rx-client-guava-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-guava/target/jersey-rx-client-guava-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-guava/3.1.99-SNAPSHOT/jersey-rx-client-guava-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-rx-client-guava ---
Apr 04, 2024 8:15:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:34059]
[INFO] 
[INFO] --------< org.glassfish.jersey.ext.rx:jersey-rx-client-rxjava >---------
[INFO] Building jersey-ext-rx-client-rxjava 3.1.99-SNAPSHOT            [75/378]
[INFO]   from ext/rx/rx-client-rxjava/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-rx-client-rxjava ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-rx-client-rxjava ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-rx-client-rxjava ---
Apr 04, 2024 8:15:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34059/
Apr 04, 2024 8:15:21 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:34059]
Apr 04, 2024 8:15:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:15:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:34059]
Apr 04, 2024 8:15:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34059/
Apr 04, 2024 8:15:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:34059]
Apr 04, 2024 8:15:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-rx-client-rxjava ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-rx-client-rxjava ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-rx-client-rxjava ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-rx-client-rxjava ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-rx-client-rxjava ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-rx-client-rxjava ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-rx-client-rxjava ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-rx-client-rxjava ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-rx-client-rxjava ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-rx-client-rxjava ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-rx-client-rxjava ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-rx-client-rxjava ---
[INFO] Reserved port 33509 for jersey.config.test.container.port
[INFO] Reserved port 40261 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-rx-client-rxjava ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
Apr 04, 2024 8:15:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:34059]
Apr 04, 2024 8:15:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34059/
Apr 04, 2024 8:15:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:34059]
Apr 04, 2024 8:15:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:15:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:34059]
Apr 04, 2024 8:15:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34059/
Apr 04, 2024 8:15:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:34059]
Apr 04, 2024 8:15:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:15:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:34059]
Apr 04, 2024 8:15:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34059/
Apr 04, 2024 8:15:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:34059]
Apr 04, 2024 8:15:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:15:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:34059]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.359 s -- in org.glassfish.jersey.linking.integration.LinkingTest
[INFO] Running org.glassfish.jersey.linking.integration.LinkingManualTest
Apr 04, 2024 8:15:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34059/
Apr 04, 2024 8:15:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:34059]
Apr 04, 2024 8:15:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
[INFO] Running org.glassfish.jersey.client.rx.rxjava.RxObservableTest
Apr 04, 2024 8:15:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:34059]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s -- in org.glassfish.jersey.linking.integration.LinkingManualTest
[INFO] Running org.glassfish.jersey.linking.EntityDescriptorTest
Declared properties
Resource class link
Inherited properties
Set link
String link
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.glassfish.jersey.linking.EntityDescriptorTest
[INFO] Running org.glassfish.jersey.linking.FieldProcessorTest
Apr 04, 2024 8:15:22 AM org.glassfish.jersey.linking.FieldProcessorTest testComputedProperty
INFO: Computed property
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.glassfish.jersey.linking.FieldDescriptor$1 (file:/home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/target/classes/) to field java.util.HashMap$Node.next
WARNING: Please consider reporting this to the maintainers of org.glassfish.jersey.linking.FieldDescriptor$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Apr 04, 2024 8:15:22 AM org.glassfish.jersey.linking.FieldProcessorTest testMap
INFO: Map
Apr 04, 2024 8:15:22 AM org.glassfish.jersey.linking.FieldProcessorTest testProcessLinks
INFO: Links
Apr 04, 2024 8:15:22 AM org.glassfish.jersey.linking.FieldProcessorTest testArray
INFO: Array
Apr 04, 2024 8:15:22 AM org.glassfish.jersey.linking.FieldProcessorTest testMixed
INFO: Mixed EL and template vars link
Apr 04, 2024 8:15:22 AM org.glassfish.jersey.linking.FieldProcessorTest testELBindingOnLinks
INFO: EL binding
Apr 04, 2024 8:15:22 AM org.glassfish.jersey.linking.FieldProcessorTest testQueryResourceWithoutBindings
INFO: QueryResource
Apr 04, 2024 8:15:22 AM org.glassfish.jersey.linking.FieldProcessorTest testNoRecursiveNesting
INFO: No Recursive Nesting
Apr 04, 2024 8:15:22 AM org.glassfish.jersey.linking.FieldProcessorTest testQueryResource
INFO: QueryResource
Apr 04, 2024 8:15:22 AM org.glassfish.jersey.linking.FieldProcessorTest testEL
INFO: El link
Apr 04, 2024 8:15:22 AM org.glassfish.jersey.linking.FieldProcessorTest testELBindingOnLink
INFO: EL binding
Apr 04, 2024 8:15:22 AM org.glassfish.jersey.linking.FieldProcessorTest testBeanParamResource
INFO: BeanParamResource
Apr 04, 2024 8:15:22 AM org.glassfish.jersey.linking.FieldProcessorTest testELBinding
INFO: EL binding
Apr 04, 2024 8:15:22 AM org.glassfish.jersey.linking.FieldProcessorTest testDoubleQueryResource
INFO: QueryResource
Apr 04, 2024 8:15:22 AM org.glassfish.jersey.linking.FieldProcessorTest testCondition
INFO: Condition
Apr 04, 2024 8:15:22 AM org.glassfish.jersey.linking.FieldProcessorTest testLinkStyles
INFO: Link styles
Apr 04, 2024 8:15:22 AM org.glassfish.jersey.linking.FieldProcessorTest testSubresource
INFO: Subresource
Apr 04, 2024 8:15:22 AM org.glassfish.jersey.linking.FieldProcessorTest testNesting
INFO: Nesting
Apr 04, 2024 8:15:22 AM org.glassfish.jersey.linking.FieldProcessorTest testProcessLinksWithFields
INFO: Links from field values
Apr 04, 2024 8:15:22 AM org.glassfish.jersey.linking.FieldProcessorTest testCollection
INFO: Collection
Apr 04, 2024 8:15:22 AM org.glassfish.jersey.linking.FieldProcessorTest testELScopes
INFO: EL scopes
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s -- in org.glassfish.jersey.linking.FieldProcessorTest
[INFO] Running org.glassfish.jersey.linking.HeaderProcessorTest
Template Literal
EL
Parameters
Literal
EL
Multiple Literal
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.glassfish.jersey.linking.HeaderProcessorTest
[INFO] Running org.glassfish.jersey.linking.LinkELContextTest
Create expression factory
Literal expression
Nested expression
Embedded expression
Multiple expressions
Raw expression
Boolean expression
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.glassfish.jersey.linking.LinkELContextTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-declarative-linking ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/target/jersey-declarative-linking-3.1.99-SNAPSHOT.jar
Apr 04, 2024 8:15:22 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder
WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter<jakarta.activation.DataSource> was not found. The provider is not available.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-declarative-linking ---
[INFO] CycloneDX: Resolving Dependencies
java.util.concurrent.ExecutionException: Observable onError
	at rx.internal.operators.BlockingOperatorToFuture$2.getValue(BlockingOperatorToFuture.java:118)
	at rx.internal.operators.BlockingOperatorToFuture$2.get(BlockingOperatorToFuture.java:102)
	at org.glassfish.jersey.client.rx.rxjava.RxObservableTest.lambda$testNotFoundReadEntityViaGenericType$1(RxObservableTest.java:130)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35)
	at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3115)
	at org.glassfish.jersey.client.rx.rxjava.RxObservableTest.testNotFoundReadEntityViaGenericType(RxObservableTest.java:120)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
Caused by: jakarta.ws.rs.NotFoundException: HTTP 404 Not Found
	at org.glassfish.jersey.client.JerseyInvocation.convertToException(JerseyInvocation.java:965)
	at org.glassfish.jersey.client.JerseyInvocation.translate(JerseyInvocation.java:810)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$2(JerseyInvocation.java:699)
	at org.glassfish.jersey.client.JerseyInvocation.call(JerseyInvocation.java:709)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$runInScope$3(JerseyInvocation.java:703)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:391)
	at org.glassfish.jersey.client.JerseyInvocation.runInScope(JerseyInvocation.java:703)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:698)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:461)
	at org.glassfish.jersey.client.rx.rxjava.JerseyRxObservableInvoker.lambda$method$0(JerseyRxObservableInvoker.java:66)
	at rx.Observable.unsafeSubscribe(Observable.java:10327)
	at rx.internal.operators.OperatorSubscribeOn$SubscribeOnSubscriber.call(OperatorSubscribeOn.java:100)
	at rx.internal.schedulers.ScheduledAction.run(ScheduledAction.java:55)
	at rx.internal.schedulers.ExecutorScheduler$ExecutorSchedulerWorker.run(ExecutorScheduler.java:107)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.base/java.lang.Thread.run(Thread.java:1583)
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.587 s -- in org.glassfish.jersey.client.rx.rxjava.RxObservableTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-rx-client-rxjava ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/target/jersey-rx-client-rxjava-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-rx-client-rxjava ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 7 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/target/bom.xml
[INFO]            attaching as jersey-rx-client-rxjava-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/target/bom.json
[INFO]            attaching as jersey-rx-client-rxjava-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-rx-client-rxjava ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/target/jersey-rx-client-rxjava-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-rx-client-rxjava ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava/3.1.99-SNAPSHOT/jersey-rx-client-rxjava-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/target/jersey-rx-client-rxjava-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava/3.1.99-SNAPSHOT/jersey-rx-client-rxjava-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava/3.1.99-SNAPSHOT/jersey-rx-client-rxjava-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava/3.1.99-SNAPSHOT/jersey-rx-client-rxjava-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava/target/jersey-rx-client-rxjava-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava/3.1.99-SNAPSHOT/jersey-rx-client-rxjava-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-rx-client-rxjava ---
[INFO] 
[INFO] --------< org.glassfish.jersey.ext.rx:jersey-rx-client-rxjava2 >--------
[INFO] Building jersey-ext-rx-client-rxjava2 3.1.99-SNAPSHOT           [76/378]
[INFO]   from ext/rx/rx-client-rxjava2/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-rx-client-rxjava2 ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-rx-client-rxjava2 ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-rx-client-rxjava2 ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-rx-client-rxjava2 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-rx-client-rxjava2 ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-rx-client-rxjava2 ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava2/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-rx-client-rxjava2 ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-rx-client-rxjava2 ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-rx-client-rxjava2 ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-rx-client-rxjava2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava2/src/main/resources
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-rx-client-rxjava2 ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-rx-client-rxjava2 ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-rx-client-rxjava2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava2/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-rx-client-rxjava2 ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/test-classes
[INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/target/bom.xml
[INFO]            attaching as jersey-declarative-linking-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/target/bom.json
[INFO]            attaching as jersey-declarative-linking-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-declarative-linking ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/target/jersey-declarative-linking-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-declarative-linking ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/target/jersey-declarative-linking-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-declarative-linking ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-declarative-linking/3.1.99-SNAPSHOT/jersey-declarative-linking-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/target/jersey-declarative-linking-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-declarative-linking/3.1.99-SNAPSHOT/jersey-declarative-linking-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-declarative-linking/3.1.99-SNAPSHOT/jersey-declarative-linking-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-declarative-linking/3.1.99-SNAPSHOT/jersey-declarative-linking-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/target/jersey-declarative-linking-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-declarative-linking/3.1.99-SNAPSHOT/jersey-declarative-linking-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-declarative-linking ---
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-rx-client-rxjava2 ---
[INFO] Reserved port 38309 for jersey.config.test.container.port
[INFO] Reserved port 46755 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-rx-client-rxjava2 ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava2/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.client.rx.rxjava2.RxFlowableTest
Apr 04, 2024 8:15:25 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder
WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter<jakarta.activation.DataSource> was not found. The provider is not available.
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.797 s -- in org.glassfish.jersey.client.rx.rxjava2.RxFlowableTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-rx-client-rxjava2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava2/target/jersey-rx-client-rxjava2-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-rx-client-rxjava2 ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] 
[INFO] -------< org.glassfish.jersey.incubator:jersey-gae-integration >--------
[INFO] Building jersey-ext-gae-integration 3.1.99-SNAPSHOT             [85/303]
[INFO]   from incubator/gae-integration/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-gae-integration ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-gae-integration ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-gae-integration ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-gae-integration ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-gae-integration ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-gae-integration ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/gae-integration/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-gae-integration ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-gae-integration ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-gae-integration ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-gae-integration ---
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-gae-integration ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-gae-integration ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-gae-integration ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/gae-integration/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-gae-integration ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-gae-integration ---
[INFO] Reserved port 42291 for jersey.config.test.container.port
[INFO] Reserved port 45875 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-gae-integration ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-gae-integration ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/gae-integration/target/jersey-gae-integration-3.1.99-SNAPSHOT.jar
[INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava2/target/bom.xml
[INFO]            attaching as jersey-rx-client-rxjava2-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava2/target/bom.json
[INFO]            attaching as jersey-rx-client-rxjava2-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-rx-client-rxjava2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava2/target/jersey-rx-client-rxjava2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-rx-client-rxjava2 ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava2/3.1.99-SNAPSHOT/jersey-rx-client-rxjava2-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava2/target/jersey-rx-client-rxjava2-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava2/3.1.99-SNAPSHOT/jersey-rx-client-rxjava2-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava2/3.1.99-SNAPSHOT/jersey-rx-client-rxjava2-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava2/3.1.99-SNAPSHOT/jersey-rx-client-rxjava2-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/rx/rx-client-rxjava2/target/jersey-rx-client-rxjava2-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava2/3.1.99-SNAPSHOT/jersey-rx-client-rxjava2-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-rx-client-rxjava2 ---
[INFO] 
[INFO] --------------< org.glassfish.jersey.ext:jersey-spring6 >---------------
[INFO] Building jersey-spring6 3.1.99-SNAPSHOT                         [77/378]
[INFO]   from ext/spring6/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-spring6 ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-spring6 ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-spring6 ---
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-gae-integration ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-spring6 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-spring6 ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-spring6 ---
[INFO] Resources:
[INFO] org/glassfish/jersey/server/spring/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/spring6/src/main/resources/org/glassfish/jersey/server/spring/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-spring6 ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/spring6/src/main/java17 added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-spring6 ---
[INFO] Copying 2 resources from ../.. to target17/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-spring6 ---
[INFO] Copying 2 resources from ../.. to target17/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-spring6 ---
[INFO] Copying 2 resources from ../.. to target17/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-spring6 ---
[INFO] Copying 3 resources from src/main/resources to target17/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-spring6 ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 10 source files with javac [debug target 11] to target17/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/spring6/src/main/java17/org/glassfish/jersey/server/spring/SpringComponentProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/spring6/src/main/java17/org/glassfish/jersey/server/spring/SpringComponentProvider.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/spring6/src/main/java17/org/glassfish/jersey/server/spring/SpringComponentProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-spring6 ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 10 source files with javac [debug target 11] to target17/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/spring6/src/main/java17/org/glassfish/jersey/server/spring/SpringComponentProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/spring6/src/main/java17/org/glassfish/jersey/server/spring/SpringComponentProvider.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/spring6/src/main/java17/org/glassfish/jersey/server/spring/SpringComponentProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-spring6 ---
[INFO] Copying 1 resource from src/test/resources to target17/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-spring6 ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 32 source files with javac [debug target 11] to target17/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-spring6 ---
[INFO] Reserved port 37847 for jersey.config.test.container.port
[INFO] Reserved port 37295 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-spring6 ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/spring6/target17/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/gae-integration/target/bom.xml
[INFO]            attaching as jersey-gae-integration-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/gae-integration/target/bom.json
[INFO]            attaching as jersey-gae-integration-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-gae-integration ---
[INFO] Running org.glassfish.jersey.server.spring.filter.FilterTest
Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/gae-integration/target/jersey-gae-integration-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-gae-integration ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/gae-integration/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-gae-integration/3.1.99-SNAPSHOT/jersey-gae-integration-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/gae-integration/target/jersey-gae-integration-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-gae-integration/3.1.99-SNAPSHOT/jersey-gae-integration-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/gae-integration/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-gae-integration/3.1.99-SNAPSHOT/jersey-gae-integration-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/gae-integration/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-gae-integration/3.1.99-SNAPSHOT/jersey-gae-integration-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/gae-integration/target/jersey-gae-integration-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-gae-integration/3.1.99-SNAPSHOT/jersey-gae-integration-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-gae-integration ---
[INFO] 
[INFO] ----------------< org.glassfish.jersey.media:html-json >----------------
[INFO] Building jersey-media-html-json 3.1.99-SNAPSHOT                 [86/303]
[INFO]   from incubator/html-json/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ html-json ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ html-json ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ html-json ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ html-json ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ html-json ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ html-json ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/html-json/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ html-json ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ html-json ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ html-json ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ html-json ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ html-json ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/classes
[WARNING] Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.openide.util.ServiceProviderProcessor' less than -source '11'
[WARNING] Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.openide.util.NamedServiceProcessor' less than -source '11'
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ html-json ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/classes
[WARNING] Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.openide.util.ServiceProviderProcessor' less than -source '11'
[WARNING] Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.openide.util.NamedServiceProcessor' less than -source '11'
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ html-json ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/html-json/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ html-json ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug target 11] to target/test-classes
Apr 04, 2024 8:15:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37847/
Apr 04, 2024 8:15:28 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
[WARNING] Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.openide.util.ServiceProviderProcessor' less than -source '11'
[WARNING] Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.openide.util.NamedServiceProcessor' less than -source '11'
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/html-json/src/test/java/org/glassfish/jersey/media/htmljson/ModelEntityOnArrayTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/html-json/src/test/java/org/glassfish/jersey/media/htmljson/ModelEntityOnArrayTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/html-json/src/test/java/org/glassfish/jersey/media/htmljson/ModelEntityOnArrayTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ html-json ---
[INFO] Reserved port 45219 for jersey.config.test.container.port
[INFO] Reserved port 33853 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ html-json ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/html-json/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
Apr 04, 2024 8:15:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37847]
Apr 04, 2024 8:15:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:15:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37847]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.170 s -- in org.glassfish.jersey.server.spring.filter.FilterTest
[INFO] Running org.glassfish.jersey.server.spring.parameterinjection.SpringParameterInjectionTest
Apr 04, 2024 8:15:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37847/
Apr 04, 2024 8:15:28 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37847]
Apr 04, 2024 8:15:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:15:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37847]
Apr 04, 2024 8:15:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37847/
Apr 04, 2024 8:15:28 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37847]
Apr 04, 2024 8:15:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:15:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37847]
Apr 04, 2024 8:15:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37847/
Apr 04, 2024 8:15:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37847]
Apr 04, 2024 8:15:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:15:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37847]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.414 s -- in org.glassfish.jersey.server.spring.parameterinjection.SpringParameterInjectionTest
[INFO] Running org.glassfish.jersey.server.spring.profiles.SpringProfilesTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.glassfish.jersey.server.spring.profiles.SpringProfilesTest
[INFO] Running org.glassfish.jersey.server.spring.profiles.SpringDefaultProfileResourceTest
Apr 04, 2024 8:15:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37847/
[INFO] Running org.glassfish.jersey.media.htmljson.ModelEntityTest
Apr 04, 2024 8:15:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45219/
Apr 04, 2024 8:15:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37847]
Apr 04, 2024 8:15:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:15:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37847]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.140 s -- in org.glassfish.jersey.server.spring.profiles.SpringDefaultProfileResourceTest
[INFO] Running org.glassfish.jersey.server.spring.profiles.SpringDevProfileResourceTest
Apr 04, 2024 8:15:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37847/
Apr 04, 2024 8:15:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37847]
Apr 04, 2024 8:15:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:15:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37847]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.glassfish.jersey.server.spring.profiles.SpringDevProfileResourceTest
[INFO] Running org.glassfish.jersey.server.spring.methodinjection.SpringMethodInjectionTest
Apr 04, 2024 8:15:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37847/
Apr 04, 2024 8:15:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37847]
Apr 04, 2024 8:15:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 8:15:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37847]
Apr 04, 2024 8:15:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37847/
Apr 04, 2024 8:15:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37847]
Apr 04, 2024 8:15:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 8:15:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37847]
Apr 04, 2024 8:15:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37847/
Apr 04, 2024 8:15:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37847]
Apr 04, 2024 8:15:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Apr 04, 2024 8:15:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37847]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.295 s -- in org.glassfish.jersey.server.spring.methodinjection.SpringMethodInjectionTest
[INFO] Running org.glassfish.jersey.server.spring.aspect4j.Aspect4JTest
Apr 04, 2024 8:15:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37847/
Apr 04, 2024 8:15:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37847]
Apr 04, 2024 8:15:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Apr 04, 2024 8:15:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37847]
Apr 04, 2024 8:15:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45219]
Apr 04, 2024 8:15:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:15:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37847/
Apr 04, 2024 8:15:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37847]
Apr 04, 2024 8:15:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Apr 04, 2024 8:15:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37847]
Apr 04, 2024 8:15:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37847/
Apr 04, 2024 8:15:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37847]
Apr 04, 2024 8:15:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Apr 04, 2024 8:15:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37847]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.600 s -- in org.glassfish.jersey.server.spring.aspect4j.Aspect4JTest
[INFO] Running org.glassfish.jersey.server.spring.fieldinjection.SpringFieldInjectionTest
Apr 04, 2024 8:15:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45219]
Apr 04, 2024 8:15:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37847/
Apr 04, 2024 8:15:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37847]
Apr 04, 2024 8:15:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Apr 04, 2024 8:15:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37847]
Apr 04, 2024 8:15:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37847/
Apr 04, 2024 8:15:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37847]
Apr 04, 2024 8:15:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Apr 04, 2024 8:15:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37847]
Apr 04, 2024 8:15:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37847/
Apr 04, 2024 8:15:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37847]
Apr 04, 2024 8:15:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Apr 04, 2024 8:15:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37847]
Apr 04, 2024 8:15:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37847/
Apr 04, 2024 8:15:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37847]
Apr 04, 2024 8:15:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Apr 04, 2024 8:15:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37847]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.296 s -- in org.glassfish.jersey.server.spring.fieldinjection.SpringFieldInjectionTest
Apr 04, 2024 8:15:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45219/
Apr 04, 2024 8:15:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45219]
Apr 04, 2024 8:15:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:15:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45219]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.501 s -- in org.glassfish.jersey.media.htmljson.ModelEntityTest
[INFO] Running org.glassfish.jersey.media.htmljson.ModelEntityOnArrayTest
Apr 04, 2024 8:15:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45219/
Apr 04, 2024 8:15:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-spring6 ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/spring6/target17/jersey-spring6-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-spring6 ---
[INFO] CycloneDX: Resolving Dependencies
Apr 04, 2024 8:15:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45219]
Apr 04, 2024 8:15:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:15:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45219]
Apr 04, 2024 8:15:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45219/
Apr 04, 2024 8:15:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45219]
Apr 04, 2024 8:15:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:15:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45219]
Apr 04, 2024 8:15:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45219/
Apr 04, 2024 8:15:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45219]
Apr 04, 2024 8:15:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:15:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45219]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.296 s -- in org.glassfish.jersey.media.htmljson.ModelEntityOnArrayTest
[INFO] Running org.glassfish.jersey.media.htmljson.ComputedPropertyTest
Apr 04, 2024 8:15:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45219/
Apr 04, 2024 8:15:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45219]
Apr 04, 2024 8:15:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:15:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45219]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.glassfish.jersey.media.htmljson.ComputedPropertyTest
[INFO] Running org.glassfish.jersey.media.htmljson.ModelEntityOnListTest
Apr 04, 2024 8:15:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45219/
Apr 04, 2024 8:15:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45219]
Apr 04, 2024 8:15:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 8:15:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45219]
Apr 04, 2024 8:15:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45219/
Apr 04, 2024 8:15:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45219]
Apr 04, 2024 8:15:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 8:15:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45219]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 s -- in org.glassfish.jersey.media.htmljson.ModelEntityOnListTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ html-json ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/html-json/target/html-json-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ html-json ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 34 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/spring6/target17/bom.xml
[INFO]            attaching as jersey-spring6-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/spring6/target17/bom.json
[INFO]            attaching as jersey-spring6-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-spring6 ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/spring6/target17/jersey-spring6-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-spring6 ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/spring6/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring6/3.1.99-SNAPSHOT/jersey-spring6-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/spring6/target17/jersey-spring6-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring6/3.1.99-SNAPSHOT/jersey-spring6-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/spring6/target17/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring6/3.1.99-SNAPSHOT/jersey-spring6-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/spring6/target17/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring6/3.1.99-SNAPSHOT/jersey-spring6-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/spring6/target17/jersey-spring6-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring6/3.1.99-SNAPSHOT/jersey-spring6-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-spring6 ---
[INFO] 
[INFO] ------------< org.glassfish.jersey.ext:jersey-wadl-doclet >-------------
[INFO] Building jersey-wadl-doclet 3.1.99-SNAPSHOT                     [78/378]
[INFO]   from ext/wadl-doclet/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-wadl-doclet ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-wadl-doclet ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-wadl-doclet ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-wadl-doclet ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-wadl-doclet ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-wadl-doclet ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java added.
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java12 added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-wadl-doclet ---
[INFO] Copying 2 resources from ../.. to target-java12/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-wadl-doclet ---
[INFO] Copying 2 resources from ../.. to target-java12/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-wadl-doclet ---
[INFO] Copying 2 resources from ../.. to target-java12/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-wadl-doclet ---
[INFO] Copying 2 resources from target-java12/legal to target-java12/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-wadl-doclet ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 9 source files with javac [debug target 11] to target-java12/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java12/org/glassfish/jersey/wadl/doclet/DocProcessorWrapper.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java12/org/glassfish/jersey/wadl/doclet/DocProcessorWrapper.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java12/org/glassfish/jersey/wadl/doclet/DocProcessorWrapper.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-wadl-doclet ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 9 source files with javac [debug target 11] to target-java12/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java12/org/glassfish/jersey/wadl/doclet/DocProcessorWrapper.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java12/org/glassfish/jersey/wadl/doclet/DocProcessorWrapper.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/main/java12/org/glassfish/jersey/wadl/doclet/DocProcessorWrapper.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-wadl-doclet ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-wadl-doclet ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-wadl-doclet ---
[INFO] Reserved port 46879 for jersey.config.test.container.port
[INFO] Reserved port 41053 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-wadl-doclet ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-wadl-doclet ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/target-java12/jersey-wadl-doclet-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-wadl-doclet ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/html-json/target/bom.xml
[INFO]            attaching as html-json-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/html-json/target/bom.json
[INFO]            attaching as html-json-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ html-json ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/html-json/target/html-json-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ html-json ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/html-json/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/html-json/3.1.99-SNAPSHOT/html-json-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/html-json/target/html-json-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/html-json/3.1.99-SNAPSHOT/html-json-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/html-json/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/html-json/3.1.99-SNAPSHOT/html-json-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/html-json/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/html-json/3.1.99-SNAPSHOT/html-json-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/html-json/target/html-json-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/html-json/3.1.99-SNAPSHOT/html-json-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ html-json ---
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/target-java12/bom.xml
[INFO]            attaching as jersey-wadl-doclet-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/target-java12/bom.json
[INFO]            attaching as jersey-wadl-doclet-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-wadl-doclet ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/target-java12/jersey-wadl-doclet-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.glassfish.jersey.incubator:jersey-injectless-client >-------
[INFO] Building jersey-inject-injectless-client 3.1.99-SNAPSHOT        [87/303]
[INFO]   from incubator/injectless-client/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-injectless-client ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-injectless-client ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-injectless-client ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-injectless-client ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-injectless-client ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-injectless-client ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/injectless-client/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-injectless-client ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-injectless-client ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-injectless-client ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-injectless-client ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-injectless-client ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-injectless-client ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-injectless-client ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/injectless-client/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-injectless-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-injectless-client ---
[INFO] Reserved port 36921 for jersey.config.test.container.port
[INFO] Reserved port 44583 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-injectless-client ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-injectless-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/injectless-client/target/jersey-injectless-client-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-injectless-client ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-wadl-doclet ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-wadl-doclet/3.1.99-SNAPSHOT/jersey-wadl-doclet-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/target-java12/jersey-wadl-doclet-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-wadl-doclet/3.1.99-SNAPSHOT/jersey-wadl-doclet-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/target-java12/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-wadl-doclet/3.1.99-SNAPSHOT/jersey-wadl-doclet-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/target-java12/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-wadl-doclet/3.1.99-SNAPSHOT/jersey-wadl-doclet-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/wadl-doclet/target-java12/jersey-wadl-doclet-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-wadl-doclet/3.1.99-SNAPSHOT/jersey-wadl-doclet-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-wadl-doclet ---
[INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/injectless-client/target/bom.xml
[INFO]            attaching as jersey-injectless-client-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/injectless-client/target/bom.json
[INFO]            attaching as jersey-injectless-client-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-injectless-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/injectless-client/target/jersey-injectless-client-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-injectless-client ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/injectless-client/target/jersey-injectless-client-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/injectless-client/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-injectless-client ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/injectless-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-injectless-client/3.1.99-SNAPSHOT/jersey-injectless-client-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/injectless-client/target/jersey-injectless-client-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-injectless-client/3.1.99-SNAPSHOT/jersey-injectless-client-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/injectless-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-injectless-client/3.1.99-SNAPSHOT/jersey-injectless-client-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/injectless-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-injectless-client/3.1.99-SNAPSHOT/jersey-injectless-client-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/injectless-client/target/jersey-injectless-client-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-injectless-client/3.1.99-SNAPSHOT/jersey-injectless-client-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-injectless-client ---
[INFO] 
[INFO] ------------< org.glassfish.jersey.media:jersey-media-kryo >------------
[INFO] Building jersey-media-kryo 3.1.99-SNAPSHOT                      [88/303]
[INFO]   from incubator/kryo/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-media-kryo ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-kryo ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-kryo ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-kryo ---
[INFO] 
[INFO] --------< org.glassfish.jersey.media:jersey-media-json-binding >--------
[INFO] Building jersey-media-json-binding 3.1.99-SNAPSHOT              [79/378]
[INFO]   from media/json-binding/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-media-json-binding ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-json-binding ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-json-binding ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-json-binding ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-media-json-binding ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-json-binding ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jsonb/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-binding/src/main/resources/org/glassfish/jersey/jsonb/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-media-json-binding ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-binding/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-json-binding ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-binding ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-binding ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-json-binding ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-json-binding ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-json-binding ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug target 11] to target/classes
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-media-kryo ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-media-kryo ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/kryo/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-kryo ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-kryo ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-kryo ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-kryo ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-kryo ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-kryo ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-kryo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/kryo/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-kryo ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug target 11] to target/test-classes
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-media-kryo ---
[INFO] Reserved port 46133 for jersey.config.test.container.port
[INFO] Reserved port 38245 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-media-kryo ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/kryo/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-json-binding ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-binding/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-json-binding ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug target 11] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-binding/src/test/java/org/glassfish/jersey/jsonb/internal/JsonBindingProviderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-binding/src/test/java/org/glassfish/jersey/jsonb/internal/JsonBindingProviderTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-binding/src/test/java/org/glassfish/jersey/jsonb/internal/JsonBindingProviderTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-media-json-binding ---
[INFO] Reserved port 37411 for jersey.config.test.container.port
[INFO] Reserved port 42299 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-media-json-binding ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-binding/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.jsonb.internal.JsonBindingProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.glassfish.jersey.jsonb.internal.JsonBindingProviderTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-json-binding ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-binding/target/jersey-media-json-binding-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-json-binding ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] Running org.glassfish.jersey.kryo.PersonResourceTest
Apr 04, 2024 8:15:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46133/
[INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-binding/target/bom.xml
[INFO]            attaching as jersey-media-json-binding-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-binding/target/bom.json
[INFO]            attaching as jersey-media-json-binding-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-json-binding ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-binding/target/jersey-media-json-binding-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-json-binding ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-binding/target/jersey-media-json-binding-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-binding/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-media-json-binding ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-binding/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/3.1.99-SNAPSHOT/jersey-media-json-binding-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-binding/target/jersey-media-json-binding-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/3.1.99-SNAPSHOT/jersey-media-json-binding-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-binding/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/3.1.99-SNAPSHOT/jersey-media-json-binding-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-binding/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/3.1.99-SNAPSHOT/jersey-media-json-binding-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-binding/target/jersey-media-json-binding-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/3.1.99-SNAPSHOT/jersey-media-json-binding-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-json-binding ---
Apr 04, 2024 8:15:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
[INFO] 
[INFO] -----------< org.glassfish.jersey.ext.microprofile:project >------------
[INFO] Building project 3.1.99-SNAPSHOT                                [80/378]
[INFO]   from ext/microprofile/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ project ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ project ---
[INFO] Reserved port 46565 for jersey.config.test.container.port
[INFO] Reserved port 42487 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project ---
[INFO] CycloneDX: Resolving Dependencies
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.esotericsoftware.kryo.util.UnsafeUtil (file:/home/jenkins/.m2/repository/com/esotericsoftware/kryo/4.0.3/kryo-4.0.3.jar) to constructor java.nio.DirectByteBuffer(long,int,java.lang.Object)
WARNING: Please consider reporting this to the maintainers of com.esotericsoftware.kryo.util.UnsafeUtil
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/target/bom.xml
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/target/bom.json
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ project ---
[INFO] 
[INFO] ----< org.glassfish.jersey.ext.microprofile:jersey-mp-rest-client >-----
[INFO] Building jersey-mp-rest-client 3.1.99-SNAPSHOT                  [81/378]
[INFO]   from ext/microprofile/mp-rest-client/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-mp-rest-client ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-mp-rest-client ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-mp-rest-client ---
Apr 04, 2024 8:15:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:46133]
Apr 04, 2024 8:15:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-mp-rest-client ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-mp-rest-client ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-mp-rest-client ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-mp-rest-client ---
[INFO] Resources:
[INFO] org/glassfish/jersey/microprofile/restclient/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/main/resources/org/glassfish/jersey/microprofile/restclient/internal/localization.properties
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-mp-rest-client ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-mp-rest-client ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mp-rest-client ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-mp-rest-client ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-mp-rest-client ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 35 source files with javac [debug target 11] to target/classes
Apr 04, 2024 8:15:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:46133]
Apr 04, 2024 8:15:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46133/
Apr 04, 2024 8:15:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:46133]
Apr 04, 2024 8:15:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:15:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:46133]
Apr 04, 2024 8:15:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46133/
Apr 04, 2024 8:15:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:46133]
Apr 04, 2024 8:15:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:15:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:46133]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.600 s -- in org.glassfish.jersey.kryo.PersonResourceTest
[INFO] Running org.glassfish.jersey.kryo.PersonResourceRegistrationNotRequiredTest
Apr 04, 2024 8:15:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46133/
Apr 04, 2024 8:15:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/MethodModel.java:[412,82] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to java.lang.Object for a varargs call
  cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/MethodModel.java:[421,78] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to java.lang.Object for a varargs call
  cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanClassModel.java:[205,16] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/InterfaceUtil.java:[139,42] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/ReflectionUtil.java:[42,16] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/ReflectionUtil.java:[53,16] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/RestClientProducer.java:[219,38] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/RestClientProducer.java:[367,21] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/RestClientProducer.java:[391,39] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/RestClientBuilderImpl.java:[280,38] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanClassModel.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanClassModel.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/MethodModel.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/MethodModel.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-mp-rest-client ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 35 source files with javac [debug target 11] to target/classes
Apr 04, 2024 8:15:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:46133]
Apr 04, 2024 8:15:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:15:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:46133]
Apr 04, 2024 8:15:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46133/
Apr 04, 2024 8:15:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:46133]
Apr 04, 2024 8:15:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:15:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:46133]
Apr 04, 2024 8:15:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46133/
Apr 04, 2024 8:15:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:46133]
Apr 04, 2024 8:15:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:15:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:46133]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.311 s -- in org.glassfish.jersey.kryo.PersonResourceRegistrationNotRequiredTest
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/MethodModel.java:[412,82] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to java.lang.Object for a varargs call
  cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/MethodModel.java:[421,78] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to java.lang.Object for a varargs call
  cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanClassModel.java:[205,16] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/InterfaceUtil.java:[139,42] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/ReflectionUtil.java:[42,16] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/ReflectionUtil.java:[53,16] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/RestClientProducer.java:[219,38] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/RestClientProducer.java:[367,21] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/RestClientProducer.java:[391,39] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/RestClientBuilderImpl.java:[280,38] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanClassModel.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanClassModel.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/MethodModel.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/MethodModel.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mp-rest-client ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-mp-rest-client ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-mp-rest-client ---
[INFO] Reserved port 44887 for jersey.config.test.container.port
[INFO] Reserved port 39983 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-mp-rest-client ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-kryo ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/kryo/target/jersey-media-kryo-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-kryo ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] Running org.glassfish.jersey.microprofile.restclient.RestClientBuilderImplTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.glassfish.jersey.microprofile.restclient.RestClientBuilderImplTest
[INFO] Running org.glassfish.jersey.microprofile.restclient.InterceptorInvocationContextTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.393 s -- in org.glassfish.jersey.microprofile.restclient.InterceptorInvocationContextTest
[INFO] Running org.glassfish.jersey.microprofile.restclient.InterfaceUtilTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.jersey.microprofile.restclient.InterfaceUtilTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-mp-rest-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-3.1.99-SNAPSHOT.jar
[INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/kryo/target/bom.xml
[INFO]            attaching as jersey-media-kryo-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/kryo/target/bom.json
[INFO]            attaching as jersey-media-kryo-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-kryo ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/kryo/target/jersey-media-kryo-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-kryo ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/kryo/target/jersey-media-kryo-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/kryo/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-media-kryo ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/kryo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-kryo/3.1.99-SNAPSHOT/jersey-media-kryo-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/kryo/target/jersey-media-kryo-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-kryo/3.1.99-SNAPSHOT/jersey-media-kryo-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/kryo/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-kryo/3.1.99-SNAPSHOT/jersey-media-kryo-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/kryo/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-kryo/3.1.99-SNAPSHOT/jersey-media-kryo-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/kryo/target/jersey-media-kryo-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-kryo/3.1.99-SNAPSHOT/jersey-media-kryo-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-kryo ---
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-mp-rest-client ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] 
[INFO] ---------< org.glassfish.jersey.incubator:jersey-open-tracing >---------
[INFO] Building jersey-open-tracing 3.1.99-SNAPSHOT                    [89/303]
[INFO]   from incubator/open-tracing/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-open-tracing ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-open-tracing ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-open-tracing ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-open-tracing ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-open-tracing ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-open-tracing ---
[INFO] Resources:
[INFO] org/glassfish/jersey/opentracing/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/open-tracing/src/main/resources/org/glassfish/jersey/opentracing/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-open-tracing ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/open-tracing/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-open-tracing ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-open-tracing ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-open-tracing ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-open-tracing ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-open-tracing ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-open-tracing ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-open-tracing ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/open-tracing/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-open-tracing ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-open-tracing ---
[INFO] Reserved port 38617 for jersey.config.test.container.port
[INFO] Reserved port 34937 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-open-tracing ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-open-tracing ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/open-tracing/target/jersey-open-tracing-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-open-tracing ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 30 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/target/bom.xml
[INFO]            attaching as jersey-mp-rest-client-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/target/bom.json
[INFO]            attaching as jersey-mp-rest-client-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-mp-rest-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-mp-rest-client ---
[WARNING] Bundle org.glassfish.jersey.ext.microprofile:jersey-mp-rest-client:jar:3.1.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.decorator.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-mp-rest-client ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-rest-client/3.1.99-SNAPSHOT/jersey-mp-rest-client-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-rest-client/3.1.99-SNAPSHOT/jersey-mp-rest-client-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-rest-client/3.1.99-SNAPSHOT/jersey-mp-rest-client-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-rest-client/3.1.99-SNAPSHOT/jersey-mp-rest-client-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-rest-client/3.1.99-SNAPSHOT/jersey-mp-rest-client-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-mp-rest-client ---
[INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/open-tracing/target/bom.xml
[INFO]            attaching as jersey-open-tracing-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/open-tracing/target/bom.json
[INFO]            attaching as jersey-open-tracing-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-open-tracing ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/open-tracing/target/jersey-open-tracing-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-open-tracing ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/open-tracing/target/jersey-open-tracing-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/open-tracing/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-open-tracing ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/open-tracing/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-open-tracing/3.1.99-SNAPSHOT/jersey-open-tracing-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/open-tracing/target/jersey-open-tracing-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-open-tracing/3.1.99-SNAPSHOT/jersey-open-tracing-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/open-tracing/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-open-tracing/3.1.99-SNAPSHOT/jersey-open-tracing-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/open-tracing/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-open-tracing/3.1.99-SNAPSHOT/jersey-open-tracing-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/open-tracing/target/jersey-open-tracing-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-open-tracing/3.1.99-SNAPSHOT/jersey-open-tracing-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-open-tracing ---
[INFO] 
[INFO] -------------< org.glassfish.jersey.inject:jersey-cdi2-se >-------------
[INFO] Building jersey-inject-cdi2-se 3.1.99-SNAPSHOT                  [90/303]
[INFO]   from inject/cdi2-se/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi2-se ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi2-se ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi2-se ---
[INFO] 
[INFO] -------< org.glassfish.jersey.ext.microprofile:jersey-mp-config >-------
[INFO] Building jersey-mp-config 3.1.99-SNAPSHOT                       [82/378]
[INFO]   from ext/microprofile/mp-config/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-mp-config ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-mp-config ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-mp-config ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-mp-config ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-mp-config ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-mp-config ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-config/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-mp-config ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-mp-config ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mp-config ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-mp-config ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-mp-config ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-mp-config ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mp-config ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-mp-config ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-mp-config ---
[INFO] Reserved port 38059 for jersey.config.test.container.port
[INFO] Reserved port 39041 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-mp-config ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-config/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi2-se ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-cdi2-se ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-cdi2-se ---
[INFO] Resources:
[INFO] org/glassfish/jersey/inject/cdi/se/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/src/main/resources/org/glassfish/jersey/inject/cdi/se/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-cdi2-se ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi2-se ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi2-se ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi2-se ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi2-se ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi2-se ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 31 source files with javac [debug target 11] to target/classes
[INFO] Running org.glassfish.jersey.microprofile.config.ExternalPropertiesConfigurationFactoryTest
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/bean/SupplierInstanceBeanBridge.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/bean/SupplierInstanceBeanBridge.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-cdi2-se ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 31 source files with javac [debug target 11] to target/classes
Apr 04, 2024 8:15:41 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:38059/
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/bean/SupplierInstanceBeanBridge.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/bean/SupplierInstanceBeanBridge.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi2-se ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi2-se ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 20 source files with javac [debug target 11] to target/test-classes
Apr 04, 2024 8:15:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-cdi2-se ---
[INFO] Reserved port 37945 for jersey.config.test.container.port
[INFO] Reserved port 46445 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-cdi2-se ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
Apr 04, 2024 8:15:42 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:38059/
Apr 04, 2024 8:15:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:42 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:38059/
Apr 04, 2024 8:15:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.076 s -- in org.glassfish.jersey.microprofile.config.ExternalPropertiesConfigurationFactoryTest
[INFO] Running org.glassfish.jersey.microprofile.config.ConfigurationProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.microprofile.config.ConfigurationProviderTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-mp-config ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-config/target/jersey-mp-config-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-mp-config ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] Running org.glassfish.jersey.inject.cdi.se.SupplierContractsTest
Apr 04, 2024 8:15:43 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 5.1.1 (Final)
Apr 04, 2024 8:15:43 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
[INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-config/target/bom.xml
[INFO]            attaching as jersey-mp-config-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-config/target/bom.json
[INFO]            attaching as jersey-mp-config-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-mp-config ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-config/target/jersey-mp-config-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-mp-config ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-config/target/jersey-mp-config-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-config/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-mp-config ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-config/3.1.99-SNAPSHOT/jersey-mp-config-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-config/target/jersey-mp-config-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-config/3.1.99-SNAPSHOT/jersey-mp-config-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-config/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-config/3.1.99-SNAPSHOT/jersey-mp-config-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-config/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-config/3.1.99-SNAPSHOT/jersey-mp-config-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/microprofile/mp-config/target/jersey-mp-config-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-config/3.1.99-SNAPSHOT/jersey-mp-config-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-mp-config ---
[INFO] 
[INFO] ---------------< org.glassfish.jersey.incubator:project >---------------
[INFO] Building jersey-incubator 3.1.99-SNAPSHOT                       [83/378]
[INFO]   from incubator/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ project ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources from .. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources from .. to target/legal/META-INF
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ project ---
[INFO] Reserved port 45805 for jersey.config.test.container.port
[INFO] Reserved port 40951 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project ---
[INFO] CycloneDX: Resolving Dependencies
Apr 04, 2024 8:15:43 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6f654059-b4f5-4a01-99d0-3a741f3fdf45 initialized
Apr 04, 2024 8:15:43 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6f654059-b4f5-4a01-99d0-3a741f3fdf45 shut down
Apr 04, 2024 8:15:43 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 00a688fa-047e-4cd4-ba08-03cca7635e9c initialized
Apr 04, 2024 8:15:44 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 00a688fa-047e-4cd4-ba08-03cca7635e9c shut down
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/target/bom.xml
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/target/bom.json
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ project ---
[INFO] 
[INFO] -------< org.glassfish.jersey.incubator:jersey-cdi-inject-weld >--------
[INFO] Building jersey-inject-cdi-weld 3.1.99-SNAPSHOT                 [84/378]
[INFO]   from incubator/cdi-inject-weld/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi-inject-weld ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi-inject-weld ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi-inject-weld ---
Apr 04, 2024 8:15:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f6f8a0a0-b253-48f4-a368-52ca95a5cdb5 initialized
Apr 04, 2024 8:15:44 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f6f8a0a0-b253-48f4-a368-52ca95a5cdb5 shut down
Apr 04, 2024 8:15:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 55de9c71-e2cc-4b39-9c98-7e15d25372a4 initialized
Apr 04, 2024 8:15:44 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 55de9c71-e2cc-4b39-9c98-7e15d25372a4 shut down
Apr 04, 2024 8:15:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1957f875-ba6f-45bb-803a-4eaa13369961 initialized
Apr 04, 2024 8:15:44 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1957f875-ba6f-45bb-803a-4eaa13369961 shut down
Apr 04, 2024 8:15:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9d6cf64e-fade-4576-9f98-0b0be7f57b1d initialized
Apr 04, 2024 8:15:44 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9d6cf64e-fade-4576-9f98-0b0be7f57b1d shut down
Apr 04, 2024 8:15:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4f67f45d-fb1e-4e9f-952a-4e06f7bbf17e initialized
Apr 04, 2024 8:15:44 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4f67f45d-fb1e-4e9f-952a-4e06f7bbf17e shut down
Apr 04, 2024 8:15:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d744d84b-da76-4b80-804f-00dd96fb3e4b initialized
Apr 04, 2024 8:15:44 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d744d84b-da76-4b80-804f-00dd96fb3e4b shut down
Apr 04, 2024 8:15:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bda2f6d3-3a7e-4d74-a5fc-f290d82274dd initialized
Apr 04, 2024 8:15:44 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bda2f6d3-3a7e-4d74-a5fc-f290d82274dd shut down
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi-inject-weld ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-cdi-inject-weld ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-cdi-inject-weld ---
[INFO] Resources:
[INFO] org/glassfish/jersey/inject/weld/internal/managed/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/src/main/resources/org/glassfish/jersey/inject/weld/internal/managed/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-cdi-inject-weld ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi-inject-weld ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi-inject-weld ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi-inject-weld ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi-inject-weld ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi-inject-weld ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 43 source files with javac [debug target 11] to target/classes
Apr 04, 2024 8:15:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.763 s -- in org.glassfish.jersey.inject.cdi.se.SupplierContractsTest
[INFO] Running org.glassfish.jersey.inject.cdi.se.injector.JerseyProxyResolverTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.glassfish.jersey.inject.cdi.se.injector.JerseyProxyResolverTest
[INFO] Running org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzerTest
Apr 04, 2024 8:15:44 AM org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzer getConstructorInternal
WARNING: Found 2 constructors with 1 parameters in org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzerTest$BothAnnotatedConstructor class. Selecting the first found constructor: public org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzerTest$BothAnnotatedConstructor(java.lang.Integer)
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzerTest
[INFO] Running org.glassfish.jersey.inject.cdi.se.SupplierInstanceBindingTest
Apr 04, 2024 8:15:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5542d225-b765-4f2d-aeaf-630c3ae3d490 initialized
Apr 04, 2024 8:15:44 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5542d225-b765-4f2d-aeaf-630c3ae3d490 shut down
Apr 04, 2024 8:15:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2a88a94d-5b64-4f06-8f54-a1bfdcfce2c7 initialized
Apr 04, 2024 8:15:44 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2a88a94d-5b64-4f06-8f54-a1bfdcfce2c7 shut down
Apr 04, 2024 8:15:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4e148e90-79b3-47ac-b311-1ee1c9f63292 initialized
Apr 04, 2024 8:15:44 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4e148e90-79b3-47ac-b311-1ee1c9f63292 shut down
Apr 04, 2024 8:15:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 28fa7317-2d01-45e8-b067-5879ef6f07be initialized
Apr 04, 2024 8:15:44 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 28fa7317-2d01-45e8-b067-5879ef6f07be shut down
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 s -- in org.glassfish.jersey.inject.cdi.se.SupplierInstanceBindingTest
[INFO] Running org.glassfish.jersey.inject.cdi.se.DisposableSupplierTest
Apr 04, 2024 8:15:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c1b4c40e-4676-4736-8436-f5f185b1849b initialized
Apr 04, 2024 8:15:45 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c1b4c40e-4676-4736-8436-f5f185b1849b shut down
Apr 04, 2024 8:15:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e8c1ae2d-ff6e-434d-8059-8742550662ca initialized
Apr 04, 2024 8:15:45 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e8c1ae2d-ff6e-434d-8059-8742550662ca shut down
Apr 04, 2024 8:15:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 771c504f-cfbf-4602-ae1c-9f3e942e5af6 initialized
Apr 04, 2024 8:15:45 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 771c504f-cfbf-4602-ae1c-9f3e942e5af6 shut down
Apr 04, 2024 8:15:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 06916726-1d5a-4b74-9e97-0c772c4a0bf8 initialized
Apr 04, 2024 8:15:45 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 06916726-1d5a-4b74-9e97-0c772c4a0bf8 shut down
Apr 04, 2024 8:15:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2b069516-6aeb-4741-9152-70aecdcd8bee initialized
Apr 04, 2024 8:15:45 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2b069516-6aeb-4741-9152-70aecdcd8bee shut down
Apr 04, 2024 8:15:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 04d6eded-9a02-46b6-81c1-db4a6dd2d49b initialized
Apr 04, 2024 8:15:45 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 04d6eded-9a02-46b6-81c1-db4a6dd2d49b shut down
Apr 04, 2024 8:15:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1691415c-fc50-43fa-97af-11ff641756af initialized
Apr 04, 2024 8:15:45 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1691415c-fc50-43fa-97af-11ff641756af shut down
[WARNING] system modules path not set in conjunction with -source 11
[INFO] Annotation processing is enabled because one or more processors were found
  on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/ReflectionUtils.java:[76,16] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/ReflectionUtils.java:[423,9] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/CachedConstructorAnalyzer.java:[87,41] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/ReflectionUtils.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/ReflectionUtils.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/bean/InitializableSupplierInstanceBeanBridge.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/bean/InitializableSupplierInstanceBeanBridge.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-cdi-inject-weld ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 43 source files with javac [debug target 11] to target/classes
Apr 04, 2024 8:15:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d23ba46d-3d6f-4e3c-9dab-62168f0083bd initialized
Apr 04, 2024 8:15:45 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d23ba46d-3d6f-4e3c-9dab-62168f0083bd shut down
Apr 04, 2024 8:15:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d333a20e-0125-4fb5-b33a-e6422cb47a3c initialized
Apr 04, 2024 8:15:45 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d333a20e-0125-4fb5-b33a-e6422cb47a3c shut down
Apr 04, 2024 8:15:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5b0ee435-1724-4df1-a4e6-d67a676fc9c6 initialized
Apr 04, 2024 8:15:45 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5b0ee435-1724-4df1-a4e6-d67a676fc9c6 shut down
Apr 04, 2024 8:15:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d663f1b6-118a-465b-be94-fcafcfe4ec5b initialized
Apr 04, 2024 8:15:45 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d663f1b6-118a-465b-be94-fcafcfe4ec5b shut down
Apr 04, 2024 8:15:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 445c62eb-fa9c-45c1-96e5-5a51982cb056 initialized
Apr 04, 2024 8:15:45 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 445c62eb-fa9c-45c1-96e5-5a51982cb056 shut down
Apr 04, 2024 8:15:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container af7d7d6d-f443-49b8-b773-2e232e7e4c60 initialized
Apr 04, 2024 8:15:45 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container af7d7d6d-f443-49b8-b773-2e232e7e4c60 shut down
Apr 04, 2024 8:15:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d69cb258-1c91-4dbd-beca-a40cd871801a initialized
Apr 04, 2024 8:15:45 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d69cb258-1c91-4dbd-beca-a40cd871801a shut down
Apr 04, 2024 8:15:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 81d56299-079e-4115-9c64-b13505b79742 initialized
Apr 04, 2024 8:15:45 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 81d56299-079e-4115-9c64-b13505b79742 shut down
Apr 04, 2024 8:15:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a229edac-407a-4321-ba38-f2ee8fa6d77b initialized
Apr 04, 2024 8:15:45 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a229edac-407a-4321-ba38-f2ee8fa6d77b shut down
Apr 04, 2024 8:15:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 937f9736-32e3-43a0-9655-e3285fd837e0 initialized
Apr 04, 2024 8:15:45 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 937f9736-32e3-43a0-9655-e3285fd837e0 shut down
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.909 s -- in org.glassfish.jersey.inject.cdi.se.DisposableSupplierTest
[INFO] Running org.glassfish.jersey.inject.cdi.se.ThreadScopeTest
[WARNING] system modules path not set in conjunction with -source 11
[INFO] Annotation processing is enabled because one or more processors were found
  on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/ReflectionUtils.java:[76,16] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/ReflectionUtils.java:[423,9] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/CachedConstructorAnalyzer.java:[87,41] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/ReflectionUtils.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/ReflectionUtils.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/bean/InitializableSupplierInstanceBeanBridge.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/bean/InitializableSupplierInstanceBeanBridge.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi-inject-weld ---
[INFO] Copying 2 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi-inject-weld ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 22 source files with javac [debug target 11] to target/test-classes
Apr 04, 2024 8:15:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 58c349d3-0137-4ffe-91b6-4dca44e99087 initialized
Apr 04, 2024 8:15:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 60e87b83-d2c3-4527-b735-2f1b4fe321f6 initialized
Apr 04, 2024 8:15:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5a53b142-915a-4309-b14f-c9cb972f6192 initialized
Apr 04, 2024 8:15:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 78b3b59b-1ac7-4c73-a4d4-cc5d407e64d3 initialized
Apr 04, 2024 8:15:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5f5c1d73-7bd9-4a7d-8375-8091af3cff92 initialized
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 s -- in org.glassfish.jersey.inject.cdi.se.ThreadScopeTest
[INFO] Running org.glassfish.jersey.inject.cdi.se.ProviderInjectionTest
Apr 04, 2024 8:15:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 14983497-969e-460b-9562-a7d643742cb6 initialized
Apr 04, 2024 8:15:46 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 14983497-969e-460b-9562-a7d643742cb6 shut down
Apr 04, 2024 8:15:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 972826d1-483a-4fbe-96d3-10c7aaf7442f initialized
Apr 04, 2024 8:15:46 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 972826d1-483a-4fbe-96d3-10c7aaf7442f shut down
[WARNING] system modules path not set in conjunction with -source 11
[INFO] Annotation processing is enabled because one or more processors were found
  on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/src/test/java/org/glassfish/jersey/inject/weld/internal/managed/DisposableSupplierTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/src/test/java/org/glassfish/jersey/inject/weld/internal/managed/DisposableSupplierTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/src/test/java/org/glassfish/jersey/inject/weld/internal/managed/DisposableSupplierTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-cdi-inject-weld ---
[INFO] Reserved port 38061 for jersey.config.test.container.port
[INFO] Reserved port 46735 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-cdi-inject-weld ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
Apr 04, 2024 8:15:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a9a696a7-738a-4ae1-ae57-3f2e0bd297a1 initialized
Apr 04, 2024 8:15:46 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a9a696a7-738a-4ae1-ae57-3f2e0bd297a1 shut down
Apr 04, 2024 8:15:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c02137bb-7278-4bd0-9a42-05059b0ad68c initialized
Apr 04, 2024 8:15:46 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c02137bb-7278-4bd0-9a42-05059b0ad68c shut down
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 s -- in org.glassfish.jersey.inject.cdi.se.ProviderInjectionTest
[INFO] Running org.glassfish.jersey.inject.cdi.se.SupplierClassBindingTest
Apr 04, 2024 8:15:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9083d3a9-c4b3-4023-a626-72fd18a86bea initialized
Apr 04, 2024 8:15:46 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9083d3a9-c4b3-4023-a626-72fd18a86bea shut down
Apr 04, 2024 8:15:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4de284de-5fdb-4b82-9b87-85cb7a74e7f0 initialized
Apr 04, 2024 8:15:46 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4de284de-5fdb-4b82-9b87-85cb7a74e7f0 shut down
Apr 04, 2024 8:15:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7f1d8cb1-cfc4-4fc1-879a-5f4cf59c36c1 initialized
Apr 04, 2024 8:15:46 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7f1d8cb1-cfc4-4fc1-879a-5f4cf59c36c1 shut down
Apr 04, 2024 8:15:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 18b01090-6fad-4a1a-a2c6-bc38055aee0a initialized
Apr 04, 2024 8:15:46 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 18b01090-6fad-4a1a-a2c6-bc38055aee0a shut down
Apr 04, 2024 8:15:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8fd2a2c9-37f5-48a5-a289-8c22490032fd initialized
Apr 04, 2024 8:15:46 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8fd2a2c9-37f5-48a5-a289-8c22490032fd shut down
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.223 s -- in org.glassfish.jersey.inject.cdi.se.SupplierClassBindingTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi2-se ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/target/jersey-cdi2-se-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi2-se ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] Running org.glassfish.jersey.inject.weld.internal.managed.InjectionManagerTest
Apr 04, 2024 8:15:46 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 5.1.1 (Final)
Apr 04, 2024 8:15:46 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Apr 04, 2024 8:15:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
[INFO] CycloneDX: Creating BOM version 1.4 with 20 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/target/bom.xml
[INFO]            attaching as jersey-cdi2-se-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/target/bom.json
[INFO]            attaching as jersey-cdi2-se-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi2-se ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/target/jersey-cdi2-se-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi2-se ---
[WARNING] Bundle org.glassfish.jersey.inject:jersey-cdi2-se:jar:3.1.99-SNAPSHOT : Unused Import-Package instructions: [sun.misc.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/target/jersey-cdi2-se-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-cdi2-se ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-cdi2-se/3.1.99-SNAPSHOT/jersey-cdi2-se-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/target/jersey-cdi2-se-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-cdi2-se/3.1.99-SNAPSHOT/jersey-cdi2-se-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-cdi2-se/3.1.99-SNAPSHOT/jersey-cdi2-se-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-cdi2-se/3.1.99-SNAPSHOT/jersey-cdi2-se-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/target/jersey-cdi2-se-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-cdi2-se/3.1.99-SNAPSHOT/jersey-cdi2-se-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi2-se ---
Apr 04, 2024 8:15:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:47 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder
WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter<jakarta.activation.DataSource> was not found. The provider is not available.
Apr 04, 2024 8:15:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 500fe47b-9b82-4b60-b324-3960f537b0f1 initialized
Apr 04, 2024 8:15:47 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 500fe47b-9b82-4b60-b324-3960f537b0f1 shut down
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.007 s -- in org.glassfish.jersey.inject.weld.internal.managed.InjectionManagerTest
[INFO] Running org.glassfish.jersey.inject.weld.internal.managed.SupplierClassBindingTest
Apr 04, 2024 8:15:47 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Apr 04, 2024 8:15:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 48508ec7-5977-4ba2-85c9-1d527a82a4a8 initialized
Apr 04, 2024 8:15:47 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 48508ec7-5977-4ba2-85c9-1d527a82a4a8 shut down
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 s -- in org.glassfish.jersey.inject.weld.internal.managed.SupplierClassBindingTest
[INFO] Running org.glassfish.jersey.inject.weld.internal.managed.ThreadScopeTest
Apr 04, 2024 8:15:47 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Apr 04, 2024 8:15:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container daedd7d0-fca6-4594-babf-9f92731c5be2 initialized
Apr 04, 2024 8:15:48 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container daedd7d0-fca6-4594-babf-9f92731c5be2 shut down
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.260 s -- in org.glassfish.jersey.inject.weld.internal.managed.ThreadScopeTest
[INFO] Running org.glassfish.jersey.inject.weld.internal.managed.ProviderInjectionTest
Apr 04, 2024 8:15:48 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Apr 04, 2024 8:15:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:48 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:48 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 20555c47-da99-4d1d-bb22-6ac7df499c1b initialized
Apr 04, 2024 8:15:48 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 20555c47-da99-4d1d-bb22-6ac7df499c1b shut down
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s -- in org.glassfish.jersey.inject.weld.internal.managed.ProviderInjectionTest
[INFO] Running org.glassfish.jersey.inject.weld.internal.managed.ClientInstanceInjectionTest
Apr 04, 2024 8:15:48 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Apr 04, 2024 8:15:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:48 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:48 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a82473fb-66ae-4d37-ac5c-4847289e8ed7 initialized
Apr 04, 2024 8:15:48 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a82473fb-66ae-4d37-ac5c-4847289e8ed7 shut down
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 s -- in org.glassfish.jersey.inject.weld.internal.managed.ClientInstanceInjectionTest
[INFO] Running org.glassfish.jersey.inject.weld.internal.managed.SupplierInstanceBindingTest
Apr 04, 2024 8:15:48 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Apr 04, 2024 8:15:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:48 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:48 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fb9bc555-6dbb-40ab-ad4d-954dd61fe4e9 initialized
Apr 04, 2024 8:15:48 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fb9bc555-6dbb-40ab-ad4d-954dd61fe4e9 shut down
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s -- in org.glassfish.jersey.inject.weld.internal.managed.SupplierInstanceBindingTest
[INFO] Running org.glassfish.jersey.inject.weld.internal.managed.DisposableSupplierTest
Apr 04, 2024 8:15:48 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Apr 04, 2024 8:15:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:48 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:48 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4d9d3b61-59e4-41e8-8e60-0215e29aefd8 initialized
Apr 04, 2024 8:15:48 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4d9d3b61-59e4-41e8-8e60-0215e29aefd8 shut down
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s -- in org.glassfish.jersey.inject.weld.internal.managed.DisposableSupplierTest
[INFO] Running org.glassfish.jersey.inject.weld.internal.managed.SupplierContractsTest
Apr 04, 2024 8:15:48 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Apr 04, 2024 8:15:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:48 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:48 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:48 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Apr 04, 2024 8:15:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:48 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:48 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 774c353f-db6d-4f85-b5c3-5cf033002c37 initialized
Apr 04, 2024 8:15:48 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 774c353f-db6d-4f85-b5c3-5cf033002c37 shut down
[INFO] 
[INFO] ---------< org.glassfish.jersey.media:jersey-media-json-gson >----------
[INFO] Building jersey-media-json-gson 3.1.99-SNAPSHOT                 [91/303]
[INFO]   from media/json-gson/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-media-json-gson ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-json-gson ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-json-gson ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-json-gson ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-media-json-gson ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-json-gson ---
[INFO] Resources:
[INFO] org/glassfish/jersey/gson/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-gson/src/main/resources/org/glassfish/jersey/gson/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-media-json-gson ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-gson/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-json-gson ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-gson ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-gson ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-json-gson ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-json-gson ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-json-gson ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-json-gson ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-gson/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-json-gson ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug target 11] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-gson/src/test/java/org/glassfish/jersey/gson/internal/JsonGsonProviderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-gson/src/test/java/org/glassfish/jersey/gson/internal/JsonGsonProviderTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-gson/src/test/java/org/glassfish/jersey/gson/internal/JsonGsonProviderTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-media-json-gson ---
[INFO] Reserved port 35023 for jersey.config.test.container.port
[INFO] Reserved port 38427 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-media-json-gson ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-gson/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
Apr 04, 2024 8:15:48 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Apr 04, 2024 8:15:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:48 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:48 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e6815c70-88db-412f-8a1b-3bfaad2a732e initialized
Apr 04, 2024 8:15:48 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e6815c70-88db-412f-8a1b-3bfaad2a732e shut down
Apr 04, 2024 8:15:48 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Apr 04, 2024 8:15:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:48 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:49 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fb832248-52f2-4f82-b2e3-57234687ba16 initialized
Apr 04, 2024 8:15:49 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fb832248-52f2-4f82-b2e3-57234687ba16 shut down
Apr 04, 2024 8:15:49 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Apr 04, 2024 8:15:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:49 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:49 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 46565102-4311-49d8-86fa-edbfb4a75ae5 initialized
Apr 04, 2024 8:15:49 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 46565102-4311-49d8-86fa-edbfb4a75ae5 shut down
Apr 04, 2024 8:15:49 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Apr 04, 2024 8:15:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:49 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:49 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 624581a0-2683-4a83-97be-00362f3fb8a1 initialized
Apr 04, 2024 8:15:49 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 624581a0-2683-4a83-97be-00362f3fb8a1 shut down
Apr 04, 2024 8:15:49 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Apr 04, 2024 8:15:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:49 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:49 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container da81caec-a1f5-4512-9f67-68ceced22bf7 initialized
Apr 04, 2024 8:15:49 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container da81caec-a1f5-4512-9f67-68ceced22bf7 shut down
Apr 04, 2024 8:15:49 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Apr 04, 2024 8:15:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:49 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:49 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:49 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Apr 04, 2024 8:15:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:49 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:49 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 83d6be80-7dc2-4082-8bae-f6bf5d38d9a6 initialized
Apr 04, 2024 8:15:49 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 83d6be80-7dc2-4082-8bae-f6bf5d38d9a6 shut down
Apr 04, 2024 8:15:49 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Apr 04, 2024 8:15:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:49 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:49 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6df251a2-0258-4742-b3f3-9f1c4f0c338b initialized
Apr 04, 2024 8:15:49 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6df251a2-0258-4742-b3f3-9f1c4f0c338b shut down
Apr 04, 2024 8:15:49 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Apr 04, 2024 8:15:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:49 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:49 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ccd8c377-9f6d-4345-b121-379d639e9b4a initialized
Apr 04, 2024 8:15:49 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ccd8c377-9f6d-4345-b121-379d639e9b4a shut down
[INFO] Running org.glassfish.jersey.gson.internal.JsonGsonProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.glassfish.jersey.gson.internal.JsonGsonProviderTest
Apr 04, 2024 8:15:49 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Apr 04, 2024 8:15:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:15:49 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Apr 04, 2024 8:15:49 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.028 s -- in org.glassfish.jersey.inject.weld.internal.managed.SupplierContractsTest
[INFO] Running org.glassfish.jersey.inject.weld.internal.injector.CachedConstructorAnalyzerTest
Apr 04, 2024 8:15:49 AM org.glassfish.jersey.inject.weld.internal.injector.CachedConstructorAnalyzer getConstructorInternal
WARNING: Found 2 constructors with 1 parameters in org.glassfish.jersey.inject.weld.internal.injector.CachedConstructorAnalyzerTest$BothAnnotatedConstructor class. Selecting the first found constructor: public org.glassfish.jersey.inject.weld.internal.injector.CachedConstructorAnalyzerTest$BothAnnotatedConstructor(java.lang.Integer)
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.glassfish.jersey.inject.weld.internal.injector.CachedConstructorAnalyzerTest
[INFO] Running org.glassfish.jersey.inject.weld.internal.injector.JerseyProxyResolverTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.jersey.inject.weld.internal.injector.JerseyProxyResolverTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi-inject-weld ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi-inject-weld ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-json-gson ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-gson/target/jersey-media-json-gson-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-json-gson ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-gson/target/bom.xml
[INFO]            attaching as jersey-media-json-gson-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-gson/target/bom.json
[INFO]            attaching as jersey-media-json-gson-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-json-gson ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-gson/target/jersey-media-json-gson-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-json-gson ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-gson/target/jersey-media-json-gson-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-gson/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-media-json-gson ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-gson/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-gson/3.1.99-SNAPSHOT/jersey-media-json-gson-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-gson/target/jersey-media-json-gson-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-gson/3.1.99-SNAPSHOT/jersey-media-json-gson-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-gson/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-gson/3.1.99-SNAPSHOT/jersey-media-json-gson-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-gson/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-gson/3.1.99-SNAPSHOT/jersey-media-json-gson-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-gson/target/jersey-media-json-gson-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-gson/3.1.99-SNAPSHOT/jersey-media-json-gson-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-json-gson ---
[INFO] 
[INFO] -------< org.glassfish.jersey.media:jersey-media-json-jettison >--------
[INFO] Building jersey-media-json-jettison 3.1.99-SNAPSHOT             [92/303]
[INFO]   from media/json-jettison/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-media-json-jettison ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-json-jettison ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-json-jettison ---
[INFO] CycloneDX: Creating BOM version 1.4 with 29 component(s)
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-json-jettison ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-media-json-jettison ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-json-jettison ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jettison/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jettison/src/main/resources/org/glassfish/jersey/jettison/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-media-json-jettison ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jettison/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-json-jettison ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-jettison ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-jettison ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-json-jettison ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-json-jettison ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 21 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-json-jettison ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 21 source files with javac [debug target 11] to target/classes
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/target/bom.xml
[INFO]            attaching as jersey-cdi-inject-weld-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/target/bom.json
[INFO]            attaching as jersey-cdi-inject-weld-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi-inject-weld ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi-inject-weld ---
[WARNING] Bundle org.glassfish.jersey.incubator:jersey-cdi-inject-weld:jar:3.1.99-SNAPSHOT : Unused Import-Package instructions: [sun.misc.*, jakarta.annotation.*~] 
[WARNING] Bundle org.glassfish.jersey.incubator:jersey-cdi-inject-weld:jar:3.1.99-SNAPSHOT : Export org.glassfish.jersey.inject.weld.managed,  has 1,  private references [org.glassfish.jersey.inject.weld.internal.managed]
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-json-jettison ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jettison/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-json-jettison ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-media-json-jettison ---
[INFO] Reserved port 41125 for jersey.config.test.container.port
[INFO] Reserved port 37481 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-media-json-jettison ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-json-jettison ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jettison/target/jersey-media-json-jettison-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-json-jettison ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-cdi-inject-weld ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-cdi-inject-weld/3.1.99-SNAPSHOT/jersey-cdi-inject-weld-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-cdi-inject-weld/3.1.99-SNAPSHOT/jersey-cdi-inject-weld-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-cdi-inject-weld/3.1.99-SNAPSHOT/jersey-cdi-inject-weld-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-cdi-inject-weld/3.1.99-SNAPSHOT/jersey-cdi-inject-weld-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-cdi-inject-weld/3.1.99-SNAPSHOT/jersey-cdi-inject-weld-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi-inject-weld ---
[INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jettison/target/bom.xml
[INFO]            attaching as jersey-media-json-jettison-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jettison/target/bom.json
[INFO]            attaching as jersey-media-json-jettison-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-json-jettison ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jettison/target/jersey-media-json-jettison-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-json-jettison ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jettison/target/jersey-media-json-jettison-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jettison/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-media-json-jettison ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jettison/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/3.1.99-SNAPSHOT/jersey-media-json-jettison-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jettison/target/jersey-media-json-jettison-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/3.1.99-SNAPSHOT/jersey-media-json-jettison-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jettison/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/3.1.99-SNAPSHOT/jersey-media-json-jettison-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jettison/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/3.1.99-SNAPSHOT/jersey-media-json-jettison-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jettison/target/jersey-media-json-jettison-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/3.1.99-SNAPSHOT/jersey-media-json-jettison-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-json-jettison ---
[INFO] 
[INFO] ------< org.glassfish.jersey.media:jersey-media-json-processing >-------
[INFO] Building jersey-media-json-processing 3.1.99-SNAPSHOT           [93/303]
[INFO]   from media/json-processing/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-media-json-processing ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-json-processing ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-json-processing ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-json-processing ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-media-json-processing ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-json-processing ---
[INFO] Resources:
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-media-json-processing ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-processing/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-json-processing ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-processing ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-processing ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-json-processing ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-json-processing ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-json-processing ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-json-processing ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-processing/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-json-processing ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/test-classes
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-media-json-processing ---
[INFO] Reserved port 44105 for jersey.config.test.container.port
[INFO] Reserved port 36805 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-media-json-processing ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-processing/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] --------< org.glassfish.jersey.ext:jersey-declarative-linking >---------
[INFO] Building jersey-declarative-linking 3.1.99-SNAPSHOT             [85/378]
[INFO]   from incubator/declarative-linking/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-declarative-linking ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-declarative-linking ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-declarative-linking ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-declarative-linking ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-declarative-linking ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-declarative-linking ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-declarative-linking ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-declarative-linking ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-declarative-linking ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-declarative-linking ---
[INFO] Copying 0 resource from src/main/java to target/classes
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-declarative-linking ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 26 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldDescriptor.java:[60,9] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/ResponseContextResolver.java:[90,40] getFeatureDescriptors(jakarta.el.ELContext,java.lang.Object) in jakarta.el.ELResolver has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldDescriptor.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldDescriptor.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldProcessor.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldProcessor.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-declarative-linking ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 26 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldDescriptor.java:[60,9] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/ResponseContextResolver.java:[90,40] getFeatureDescriptors(jakarta.el.ELContext,java.lang.Object) in jakarta.el.ELResolver has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldDescriptor.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldDescriptor.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldProcessor.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldProcessor.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-declarative-linking ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-declarative-linking ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 19 source files with javac [debug target 11] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/src/test/java/org/glassfish/jersey/linking/integration/app/LinkingManualApplication.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/src/test/java/org/glassfish/jersey/linking/integration/app/LinkingManualApplication.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/src/test/java/org/glassfish/jersey/linking/integration/app/LinkingManualApplication.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/src/test/java/org/glassfish/jersey/linking/FieldProcessorTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/src/test/java/org/glassfish/jersey/linking/FieldProcessorTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-declarative-linking ---
[INFO] Reserved port 36199 for jersey.config.test.container.port
[INFO] Reserved port 33121 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-declarative-linking ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.jsonp.JsonProcessingAutoDiscoverableServerTest
[INFO] Running org.glassfish.jersey.linking.integration.LinkingTest
Apr 04, 2024 8:15:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36199/
Apr 04, 2024 8:15:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.089 s -- in org.glassfish.jersey.jsonp.JsonProcessingAutoDiscoverableServerTest
[INFO] Running org.glassfish.jersey.jsonp.JsonProcessingAutoDiscoverableClientTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.290 s -- in org.glassfish.jersey.jsonp.JsonProcessingAutoDiscoverableClientTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-json-processing ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-processing/target/jersey-media-json-processing-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-json-processing ---
[INFO] CycloneDX: Resolving Dependencies
Apr 04, 2024 8:15:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36199]
Apr 04, 2024 8:15:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:15:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36199]
Apr 04, 2024 8:15:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36199/
Apr 04, 2024 8:15:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36199]
Apr 04, 2024 8:15:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:15:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36199]
Apr 04, 2024 8:15:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36199/
Apr 04, 2024 8:15:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36199]
Apr 04, 2024 8:15:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:15:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36199]
Apr 04, 2024 8:15:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36199/
Apr 04, 2024 8:15:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36199]
Apr 04, 2024 8:15:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:15:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36199]
Apr 04, 2024 8:15:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36199/
Apr 04, 2024 8:15:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36199]
Apr 04, 2024 8:15:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:15:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36199]
[INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-processing/target/bom.xml
[INFO]            attaching as jersey-media-json-processing-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-processing/target/bom.json
[INFO]            attaching as jersey-media-json-processing-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-json-processing ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-processing/target/jersey-media-json-processing-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-json-processing ---
[WARNING] Bundle org.glassfish.jersey.media:jersey-media-json-processing:jar:3.1.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.json.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-processing/target/jersey-media-json-processing-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-processing/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-media-json-processing ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-processing/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/3.1.99-SNAPSHOT/jersey-media-json-processing-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-processing/target/jersey-media-json-processing-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/3.1.99-SNAPSHOT/jersey-media-json-processing-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-processing/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/3.1.99-SNAPSHOT/jersey-media-json-processing-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-processing/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/3.1.99-SNAPSHOT/jersey-media-json-processing-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-processing/target/jersey-media-json-processing-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/3.1.99-SNAPSHOT/jersey-media-json-processing-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-json-processing ---
Apr 04, 2024 8:15:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36199/
Apr 04, 2024 8:15:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36199]
Apr 04, 2024 8:15:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:15:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36199]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.786 s -- in org.glassfish.jersey.linking.integration.LinkingTest
[INFO] Running org.glassfish.jersey.linking.integration.LinkingManualTest
Apr 04, 2024 8:15:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36199/
Apr 04, 2024 8:15:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:15:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36199]
Apr 04, 2024 8:15:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 8:15:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36199]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.glassfish.jersey.linking.integration.LinkingManualTest
[INFO] Running org.glassfish.jersey.linking.EntityDescriptorTest
Declared properties
Resource class link
Inherited properties
Set link
String link
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.glassfish.jersey.linking.EntityDescriptorTest
[INFO] Running org.glassfish.jersey.linking.FieldProcessorTest
Apr 04, 2024 8:15:55 AM org.glassfish.jersey.linking.FieldProcessorTest testComputedProperty
INFO: Computed property
Apr 04, 2024 8:15:55 AM org.glassfish.jersey.linking.FieldProcessorTest testMap
INFO: Map
Apr 04, 2024 8:15:55 AM org.glassfish.jersey.linking.FieldProcessorTest testProcessLinks
INFO: Links
Apr 04, 2024 8:15:55 AM org.glassfish.jersey.linking.FieldProcessorTest testArray
INFO: Array
Apr 04, 2024 8:15:55 AM org.glassfish.jersey.linking.FieldProcessorTest testMixed
INFO: Mixed EL and template vars link
Apr 04, 2024 8:15:55 AM org.glassfish.jersey.linking.FieldProcessorTest testELBindingOnLinks
INFO: EL binding
Apr 04, 2024 8:15:55 AM org.glassfish.jersey.linking.FieldProcessorTest testQueryResourceWithoutBindings
INFO: QueryResource
Apr 04, 2024 8:15:55 AM org.glassfish.jersey.linking.FieldProcessorTest testNoRecursiveNesting
INFO: No Recursive Nesting
Apr 04, 2024 8:15:55 AM org.glassfish.jersey.linking.FieldProcessorTest testQueryResource
INFO: QueryResource
Apr 04, 2024 8:15:55 AM org.glassfish.jersey.linking.FieldProcessorTest testEL
INFO: El link
Apr 04, 2024 8:15:55 AM org.glassfish.jersey.linking.FieldProcessorTest testELBindingOnLink
INFO: EL binding
[INFO] 
[INFO] ------------< org.glassfish.jersey.media:jersey-media-moxy >------------
[INFO] Building jersey-media-moxy 3.1.99-SNAPSHOT                      [94/303]
[INFO]   from media/moxy/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-media-moxy ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-moxy ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-moxy ---
Apr 04, 2024 8:15:55 AM org.glassfish.jersey.linking.FieldProcessorTest testBeanParamResource
INFO: BeanParamResource
Apr 04, 2024 8:15:55 AM org.glassfish.jersey.linking.FieldProcessorTest testELBinding
INFO: EL binding
Apr 04, 2024 8:15:55 AM org.glassfish.jersey.linking.FieldProcessorTest testDoubleQueryResource
INFO: QueryResource
Apr 04, 2024 8:15:55 AM org.glassfish.jersey.linking.FieldProcessorTest testCondition
INFO: Condition
Apr 04, 2024 8:15:55 AM org.glassfish.jersey.linking.FieldProcessorTest testLinkStyles
INFO: Link styles
Apr 04, 2024 8:15:55 AM org.glassfish.jersey.linking.FieldProcessorTest testSubresource
INFO: Subresource
Apr 04, 2024 8:15:55 AM org.glassfish.jersey.linking.FieldProcessorTest testNesting
INFO: Nesting
Apr 04, 2024 8:15:55 AM org.glassfish.jersey.linking.FieldProcessorTest testProcessLinksWithFields
INFO: Links from field values
Apr 04, 2024 8:15:55 AM org.glassfish.jersey.linking.FieldProcessorTest testCollection
INFO: Collection
Apr 04, 2024 8:15:55 AM org.glassfish.jersey.linking.FieldProcessorTest testELScopes
INFO: EL scopes
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.glassfish.jersey.linking.FieldProcessorTest
[INFO] Running org.glassfish.jersey.linking.HeaderProcessorTest
Template Literal
EL
Parameters
Literal
EL
Multiple Literal
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.glassfish.jersey.linking.HeaderProcessorTest
[INFO] Running org.glassfish.jersey.linking.LinkELContextTest
Create expression factory
Literal expression
Nested expression
Embedded expression
Multiple expressions
Raw expression
Boolean expression
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.glassfish.jersey.linking.LinkELContextTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-declarative-linking ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/target/jersey-declarative-linking-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-declarative-linking ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-moxy ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-media-moxy ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-moxy ---
[INFO] Resources:
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-media-moxy ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/moxy/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- jflex:1.4.3:generate (default) @ jersey-media-moxy ---
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-moxy ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-moxy ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-moxy ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-moxy ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-moxy ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 13 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-moxy ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 13 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-moxy ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/moxy/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-moxy ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-media-moxy ---
[INFO] Reserved port 37485 for jersey.config.test.container.port
[INFO] Reserved port 38903 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-media-moxy ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-moxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/moxy/target/jersey-media-moxy-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-moxy ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/moxy/target/bom.xml
[INFO]            attaching as jersey-media-moxy-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/moxy/target/bom.json
[INFO]            attaching as jersey-media-moxy-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-moxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/moxy/target/jersey-media-moxy-3.1.99-SNAPSHOT-sources.jar
[INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/target/bom.xml
[INFO]            attaching as jersey-declarative-linking-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/target/bom.json
[INFO]            attaching as jersey-declarative-linking-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-declarative-linking ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/target/jersey-declarative-linking-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-declarative-linking ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/target/jersey-declarative-linking-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-declarative-linking ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-declarative-linking/3.1.99-SNAPSHOT/jersey-declarative-linking-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/target/jersey-declarative-linking-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-declarative-linking/3.1.99-SNAPSHOT/jersey-declarative-linking-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-declarative-linking/3.1.99-SNAPSHOT/jersey-declarative-linking-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-declarative-linking/3.1.99-SNAPSHOT/jersey-declarative-linking-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/declarative-linking/target/jersey-declarative-linking-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-declarative-linking/3.1.99-SNAPSHOT/jersey-declarative-linking-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-declarative-linking ---
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-moxy ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/moxy/target/jersey-media-moxy-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/moxy/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-media-moxy ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/moxy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/3.1.99-SNAPSHOT/jersey-media-moxy-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/moxy/target/jersey-media-moxy-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/3.1.99-SNAPSHOT/jersey-media-moxy-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/moxy/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/3.1.99-SNAPSHOT/jersey-media-moxy-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/moxy/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/3.1.99-SNAPSHOT/jersey-media-moxy-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/moxy/target/jersey-media-moxy-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/3.1.99-SNAPSHOT/jersey-media-moxy-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-moxy ---
[INFO] 
[INFO] ---------< org.glassfish.jersey.media:jersey-media-multipart >----------
[INFO] Building jersey-media-multipart 3.1.99-SNAPSHOT                 [95/303]
[INFO]   from media/multipart/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-media-multipart ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-multipart ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-multipart ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-multipart ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-media-multipart ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-multipart ---
[INFO] Resources:
[INFO] org/glassfish/jersey/media/multipart/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/src/main/resources/org/glassfish/jersey/media/multipart/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-media-multipart ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-multipart ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-multipart ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-multipart ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-multipart ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-multipart ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 34 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] -------< org.glassfish.jersey.incubator:jersey-gae-integration >--------
[INFO] Building jersey-ext-gae-integration 3.1.99-SNAPSHOT             [86/378]
[INFO]   from incubator/gae-integration/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-gae-integration ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-gae-integration ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-gae-integration ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-gae-integration ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-gae-integration ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-gae-integration ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/gae-integration/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-gae-integration ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-gae-integration ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-gae-integration ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-gae-integration ---
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-gae-integration ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/BodyPart.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/BodyPart.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-multipart ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 34 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] Annotation processing is enabled because one or more processors were found
  on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-gae-integration ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] Annotation processing is enabled because one or more processors were found
  on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-gae-integration ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/gae-integration/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-gae-integration ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-gae-integration ---
[INFO] Reserved port 46791 for jersey.config.test.container.port
[INFO] Reserved port 35899 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-gae-integration ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-gae-integration ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/gae-integration/target/jersey-gae-integration-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-gae-integration ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/BodyPart.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/BodyPart.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-multipart ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-multipart ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 20 source files with javac [debug target 11] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-media-multipart ---
[INFO] Reserved port 33599 for jersey.config.test.container.port
[INFO] Reserved port 42191 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-media-multipart ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/gae-integration/target/bom.xml
[INFO]            attaching as jersey-gae-integration-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/gae-integration/target/bom.json
[INFO]            attaching as jersey-gae-integration-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-gae-integration ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/gae-integration/target/jersey-gae-integration-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-gae-integration ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/gae-integration/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-gae-integration/3.1.99-SNAPSHOT/jersey-gae-integration-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/gae-integration/target/jersey-gae-integration-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-gae-integration/3.1.99-SNAPSHOT/jersey-gae-integration-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/gae-integration/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-gae-integration/3.1.99-SNAPSHOT/jersey-gae-integration-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/gae-integration/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-gae-integration/3.1.99-SNAPSHOT/jersey-gae-integration-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/gae-integration/target/jersey-gae-integration-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-gae-integration/3.1.99-SNAPSHOT/jersey-gae-integration-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-gae-integration ---
[INFO] 
[INFO] ----------------< org.glassfish.jersey.media:html-json >----------------
[INFO] Building jersey-media-html-json 3.1.99-SNAPSHOT                 [87/378]
[INFO]   from incubator/html-json/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ html-json ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ html-json ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ html-json ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ html-json ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ html-json ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ html-json ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/html-json/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ html-json ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ html-json ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ html-json ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ html-json ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ html-json ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] Annotation processing is enabled because one or more processors were found
  on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
[WARNING] Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.openide.util.ServiceProviderProcessor' less than -source '11'
[WARNING] Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.openide.util.NamedServiceProcessor' less than -source '11'
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ html-json ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] Annotation processing is enabled because one or more processors were found
  on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
[WARNING] Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.openide.util.ServiceProviderProcessor' less than -source '11'
[WARNING] Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.openide.util.NamedServiceProcessor' less than -source '11'
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ html-json ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/html-json/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ html-json ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug target 11] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] Annotation processing is enabled because one or more processors were found
  on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
[WARNING] Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.openide.util.ServiceProviderProcessor' less than -source '11'
[WARNING] Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.openide.util.NamedServiceProcessor' less than -source '11'
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/html-json/src/test/java/org/glassfish/jersey/media/htmljson/ModelEntityOnArrayTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/html-json/src/test/java/org/glassfish/jersey/media/htmljson/ModelEntityOnArrayTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/html-json/src/test/java/org/glassfish/jersey/media/htmljson/ModelEntityOnArrayTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ html-json ---
[INFO] Reserved port 39611 for jersey.config.test.container.port
[INFO] Reserved port 40593 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ html-json ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/html-json/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.media.htmljson.ModelEntityTest
[INFO] Running org.glassfish.jersey.media.multipart.file.StreamDataBodyPartTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.230 s -- in org.glassfish.jersey.media.multipart.file.StreamDataBodyPartTest
[INFO] Running org.glassfish.jersey.media.multipart.file.FileDataBodyPartTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.glassfish.jersey.media.multipart.file.FileDataBodyPartTest
[INFO] Running org.glassfish.jersey.media.multipart.BodyPartTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.media.multipart.BodyPartTest
[INFO] Running org.glassfish.jersey.media.multipart.internal.EntityPartBeansTest
Apr 04, 2024 8:16:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39611/
Apr 04, 2024 8:16:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33599/
Apr 04, 2024 8:16:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39611]
Apr 04, 2024 8:16:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:16:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39611]
Apr 04, 2024 8:16:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39611/
Apr 04, 2024 8:16:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33599]
Apr 04, 2024 8:16:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:16:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39611]
Apr 04, 2024 8:16:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:16:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39611]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.140 s -- in org.glassfish.jersey.media.htmljson.ModelEntityTest
[INFO] Running org.glassfish.jersey.media.htmljson.ModelEntityOnArrayTest
Apr 04, 2024 8:16:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39611/
Apr 04, 2024 8:16:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39611]
Apr 04, 2024 8:16:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:16:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39611]
Apr 04, 2024 8:16:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39611/
Apr 04, 2024 8:16:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39611]
Apr 04, 2024 8:16:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:16:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39611]
Apr 04, 2024 8:16:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33599]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.571 s -- in org.glassfish.jersey.media.multipart.internal.EntityPartBeansTest
[INFO] Running org.glassfish.jersey.media.multipart.internal.FormDataMultiPartBufferTest
Apr 04, 2024 8:16:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39611/
Apr 04, 2024 8:16:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39611]
Apr 04, 2024 8:16:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:16:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39611]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.259 s -- in org.glassfish.jersey.media.htmljson.ModelEntityOnArrayTest
[INFO] Running org.glassfish.jersey.media.htmljson.ComputedPropertyTest
Apr 04, 2024 8:16:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39611/
Apr 04, 2024 8:16:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39611]
Apr 04, 2024 8:16:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:16:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39611]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in org.glassfish.jersey.media.htmljson.ComputedPropertyTest
[INFO] Running org.glassfish.jersey.media.htmljson.ModelEntityOnListTest
Apr 04, 2024 8:16:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39611/
Apr 04, 2024 8:16:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39611]
Apr 04, 2024 8:16:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 8:16:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39611]
Apr 04, 2024 8:16:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33599/
Apr 04, 2024 8:16:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33599]
Apr 04, 2024 8:16:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:16:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33599]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 s -- in org.glassfish.jersey.media.multipart.internal.FormDataMultiPartBufferTest
[INFO] Running org.glassfish.jersey.media.multipart.internal.FormDataMultiPartReaderWriterTest
Apr 04, 2024 8:16:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33599/
Apr 04, 2024 8:16:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39611/
Apr 04, 2024 8:16:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39611]
Apr 04, 2024 8:16:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 8:16:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39611]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 s -- in org.glassfish.jersey.media.htmljson.ModelEntityOnListTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ html-json ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/html-json/target/html-json-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ html-json ---
[INFO] CycloneDX: Resolving Dependencies
Apr 04, 2024 8:16:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33599]
Apr 04, 2024 8:16:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:16:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33599]
Apr 04, 2024 8:16:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33599/
Apr 04, 2024 8:16:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33599]
Apr 04, 2024 8:16:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:16:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33599]
Apr 04, 2024 8:16:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33599/
Apr 04, 2024 8:16:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33599]
Apr 04, 2024 8:16:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:16:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33599]
Apr 04, 2024 8:16:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33599/
Apr 04, 2024 8:16:03 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33599]
Apr 04, 2024 8:16:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:16:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33599]
Apr 04, 2024 8:16:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33599/
Apr 04, 2024 8:16:03 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33599]
Apr 04, 2024 8:16:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 8:16:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33599]
Apr 04, 2024 8:16:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33599/
Apr 04, 2024 8:16:03 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33599]
Apr 04, 2024 8:16:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 8:16:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33599]
Apr 04, 2024 8:16:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33599/
Apr 04, 2024 8:16:03 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33599]
Apr 04, 2024 8:16:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Apr 04, 2024 8:16:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33599]
Apr 04, 2024 8:16:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33599/
Apr 04, 2024 8:16:03 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33599]
Apr 04, 2024 8:16:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Apr 04, 2024 8:16:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33599]
Apr 04, 2024 8:16:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33599/
Apr 04, 2024 8:16:03 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33599]
Apr 04, 2024 8:16:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Apr 04, 2024 8:16:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33599]
[INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/html-json/target/bom.xml
[INFO]            attaching as html-json-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/html-json/target/bom.json
[INFO]            attaching as html-json-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ html-json ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/html-json/target/html-json-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ html-json ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/html-json/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/html-json/3.1.99-SNAPSHOT/html-json-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/html-json/target/html-json-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/html-json/3.1.99-SNAPSHOT/html-json-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/html-json/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/html-json/3.1.99-SNAPSHOT/html-json-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/html-json/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/html-json/3.1.99-SNAPSHOT/html-json-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/html-json/target/html-json-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/html-json/3.1.99-SNAPSHOT/html-json-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ html-json ---
[INFO] 
[INFO] ------< org.glassfish.jersey.incubator:jersey-injectless-client >-------
[INFO] Building jersey-inject-injectless-client 3.1.99-SNAPSHOT        [88/378]
[INFO]   from incubator/injectless-client/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-injectless-client ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-injectless-client ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-injectless-client ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-injectless-client ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-injectless-client ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-injectless-client ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/injectless-client/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-injectless-client ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-injectless-client ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-injectless-client ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-injectless-client ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-injectless-client ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-injectless-client ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-injectless-client ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/injectless-client/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-injectless-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-injectless-client ---
[INFO] Reserved port 46305 for jersey.config.test.container.port
[INFO] Reserved port 44833 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-injectless-client ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-injectless-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/injectless-client/target/jersey-injectless-client-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-injectless-client ---
[INFO] CycloneDX: Resolving Dependencies
Apr 04, 2024 8:16:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33599/
Apr 04, 2024 8:16:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33599]
Apr 04, 2024 8:16:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Apr 04, 2024 8:16:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33599]
Apr 04, 2024 8:16:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33599/
Apr 04, 2024 8:16:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33599]
Apr 04, 2024 8:16:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Apr 04, 2024 8:16:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33599]
Apr 04, 2024 8:16:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33599/
Apr 04, 2024 8:16:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33599]
Apr 04, 2024 8:16:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Apr 04, 2024 8:16:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33599]
[INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/injectless-client/target/bom.xml
[INFO]            attaching as jersey-injectless-client-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/injectless-client/target/bom.json
[INFO]            attaching as jersey-injectless-client-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-injectless-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/injectless-client/target/jersey-injectless-client-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-injectless-client ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/injectless-client/target/jersey-injectless-client-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/injectless-client/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-injectless-client ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/injectless-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-injectless-client/3.1.99-SNAPSHOT/jersey-injectless-client-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/injectless-client/target/jersey-injectless-client-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-injectless-client/3.1.99-SNAPSHOT/jersey-injectless-client-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/injectless-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-injectless-client/3.1.99-SNAPSHOT/jersey-injectless-client-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/injectless-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-injectless-client/3.1.99-SNAPSHOT/jersey-injectless-client-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/injectless-client/target/jersey-injectless-client-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-injectless-client/3.1.99-SNAPSHOT/jersey-injectless-client-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-injectless-client ---
[INFO] 
[INFO] ------------< org.glassfish.jersey.media:jersey-media-kryo >------------
[INFO] Building jersey-media-kryo 3.1.99-SNAPSHOT                      [89/378]
[INFO]   from incubator/kryo/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-media-kryo ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-kryo ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-kryo ---
Apr 04, 2024 8:16:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33599/
Apr 04, 2024 8:16:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33599]
Apr 04, 2024 8:16:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Apr 04, 2024 8:16:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33599]
Apr 04, 2024 8:16:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33599/
Apr 04, 2024 8:16:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33599]
Apr 04, 2024 8:16:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-kryo ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-media-kryo ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-media-kryo ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/kryo/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-kryo ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-kryo ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-kryo ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-kryo ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-kryo ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-kryo ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-kryo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/kryo/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-kryo ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug target 11] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-media-kryo ---
[INFO] Reserved port 45273 for jersey.config.test.container.port
[INFO] Reserved port 41593 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-media-kryo ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/kryo/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.kryo.PersonResourceTest
Apr 04, 2024 8:16:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45273/
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33599]
Apr 04, 2024 8:16:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33599/
Apr 04, 2024 8:16:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33599]
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33599]
Apr 04, 2024 8:16:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33599/
Apr 04, 2024 8:16:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33599]
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33599]
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.660 s -- in org.glassfish.jersey.media.multipart.internal.FormDataMultiPartReaderWriterTest
[INFO] Running org.glassfish.jersey.media.multipart.internal.MultiPartReaderWriterTest
Apr 04, 2024 8:16:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33599/
Apr 04, 2024 8:16:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33599]
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33599]
Apr 04, 2024 8:16:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33599/
Apr 04, 2024 8:16:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45273]
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45273]
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33599]
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33599]
Apr 04, 2024 8:16:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33599/
Apr 04, 2024 8:16:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33599]
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33599]
Apr 04, 2024 8:16:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33599/
Apr 04, 2024 8:16:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33599]
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33599]
Apr 04, 2024 8:16:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33599/
Apr 04, 2024 8:16:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33599]
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33599]
Apr 04, 2024 8:16:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45273/
Apr 04, 2024 8:16:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45273]
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45273]
Apr 04, 2024 8:16:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45273/
Apr 04, 2024 8:16:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45273]
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45273]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.140 s -- in org.glassfish.jersey.kryo.PersonResourceTest
[INFO] Running org.glassfish.jersey.kryo.PersonResourceRegistrationNotRequiredTest
Apr 04, 2024 8:16:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33599/
Apr 04, 2024 8:16:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33599]
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33599]
Apr 04, 2024 8:16:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33599/
Apr 04, 2024 8:16:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33599]
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33599]
Apr 04, 2024 8:16:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33599/
Apr 04, 2024 8:16:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33599]
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33599]
Apr 04, 2024 8:16:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33599/
Apr 04, 2024 8:16:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33599]
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33599]
Apr 04, 2024 8:16:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33599/
Apr 04, 2024 8:16:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33599]
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33599]
Apr 04, 2024 8:16:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45273/
Apr 04, 2024 8:16:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45273]
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45273]
Apr 04, 2024 8:16:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45273/
Apr 04, 2024 8:16:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45273]
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45273]
Apr 04, 2024 8:16:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45273/
Apr 04, 2024 8:16:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45273]
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45273]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.237 s -- in org.glassfish.jersey.kryo.PersonResourceRegistrationNotRequiredTest
Apr 04, 2024 8:16:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33599/
Apr 04, 2024 8:16:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33599]
Apr 04, 2024 8:16:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Apr 04, 2024 8:16:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33599]
Apr 04, 2024 8:16:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33599/
Apr 04, 2024 8:16:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33599]
Apr 04, 2024 8:16:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Apr 04, 2024 8:16:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33599]
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-kryo ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/kryo/target/jersey-media-kryo-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-kryo ---
[INFO] CycloneDX: Resolving Dependencies
Apr 04, 2024 8:16:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33599/
Apr 04, 2024 8:16:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33599]
Apr 04, 2024 8:16:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Apr 04, 2024 8:16:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33599]
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.922 s -- in org.glassfish.jersey.media.multipart.internal.MultiPartReaderWriterTest
[INFO] Running org.glassfish.jersey.media.multipart.internal.EntityPartTest
Apr 04, 2024 8:16:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33599/
Apr 04, 2024 8:16:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33599]
Apr 04, 2024 8:16:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Apr 04, 2024 8:16:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33599]
Apr 04, 2024 8:16:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33599/
Apr 04, 2024 8:16:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33599]
Apr 04, 2024 8:16:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Apr 04, 2024 8:16:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33599]
Apr 04, 2024 8:16:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33599/
Apr 04, 2024 8:16:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33599]
Apr 04, 2024 8:16:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Apr 04, 2024 8:16:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33599]
Apr 04, 2024 8:16:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33599/
Apr 04, 2024 8:16:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33599]
Apr 04, 2024 8:16:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Apr 04, 2024 8:16:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33599]
Apr 04, 2024 8:16:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33599/
Apr 04, 2024 8:16:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33599]
Apr 04, 2024 8:16:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
Apr 04, 2024 8:16:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33599]
Apr 04, 2024 8:16:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33599/
Apr 04, 2024 8:16:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33599]
Apr 04, 2024 8:16:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-36] Started.
Apr 04, 2024 8:16:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33599]
Apr 04, 2024 8:16:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33599/
Apr 04, 2024 8:16:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33599]
Apr 04, 2024 8:16:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-37] Started.
Apr 04, 2024 8:16:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33599]
Apr 04, 2024 8:16:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33599/
Apr 04, 2024 8:16:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33599]
Apr 04, 2024 8:16:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-38] Started.
Apr 04, 2024 8:16:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33599]
[INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/kryo/target/bom.xml
Apr 04, 2024 8:16:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33599/
Apr 04, 2024 8:16:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33599]
Apr 04, 2024 8:16:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-39] Started.
Apr 04, 2024 8:16:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33599]
Apr 04, 2024 8:16:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33599/
Apr 04, 2024 8:16:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33599]
Apr 04, 2024 8:16:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-40] Started.
Apr 04, 2024 8:16:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33599]
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.553 s -- in org.glassfish.jersey.media.multipart.internal.EntityPartTest
[INFO] Running org.glassfish.jersey.media.multipart.MultipartMixedWithApacheClientTest
Apr 04, 2024 8:16:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33599/
Apr 04, 2024 8:16:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33599]
Apr 04, 2024 8:16:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-41] Started.
[INFO]            attaching as jersey-media-kryo-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/kryo/target/bom.json
[INFO]            attaching as jersey-media-kryo-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-kryo ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/kryo/target/jersey-media-kryo-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-kryo ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/kryo/target/jersey-media-kryo-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/kryo/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-media-kryo ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/kryo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-kryo/3.1.99-SNAPSHOT/jersey-media-kryo-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/kryo/target/jersey-media-kryo-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-kryo/3.1.99-SNAPSHOT/jersey-media-kryo-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/kryo/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-kryo/3.1.99-SNAPSHOT/jersey-media-kryo-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/kryo/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-kryo/3.1.99-SNAPSHOT/jersey-media-kryo-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/kryo/target/jersey-media-kryo-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-kryo/3.1.99-SNAPSHOT/jersey-media-kryo-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-kryo ---
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
Apr 04, 2024 8:16:08 AM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges
WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache.connector.ApacheConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead.
Unsent header changes: [MIME-Version]
Apr 04, 2024 8:16:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33599]
[INFO] 
[INFO] ---------< org.glassfish.jersey.incubator:jersey-open-tracing >---------
[INFO] Building jersey-open-tracing 3.1.99-SNAPSHOT                    [90/378]
[INFO]   from incubator/open-tracing/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-open-tracing ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-open-tracing ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-open-tracing ---
Apr 04, 2024 8:16:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33599/
Apr 04, 2024 8:16:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33599]
Apr 04, 2024 8:16:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-42] Started.
Apr 04, 2024 8:16:08 AM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges
WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache.connector.ApacheConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead.
Unsent header changes: [MIME-Version]
Apr 04, 2024 8:16:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33599]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.442 s -- in org.glassfish.jersey.media.multipart.MultipartMixedWithApacheClientTest
[INFO] Running org.glassfish.jersey.media.multipart.FormDataMultiPartTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.media.multipart.FormDataMultiPartTest
[INFO] Running org.glassfish.jersey.media.multipart.MultiPartTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.media.multipart.MultiPartTest
[INFO] Running org.glassfish.jersey.media.multipart.MediaTypeTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.media.multipart.MediaTypeTest
[INFO] Running org.glassfish.jersey.media.multipart.MultiPartMediaTypesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.media.multipart.MultiPartMediaTypesTest
[INFO] Running org.glassfish.jersey.media.multipart.ParameterizedHeadersMapTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.glassfish.jersey.media.multipart.ParameterizedHeadersMapTest
[INFO] Running org.glassfish.jersey.media.multipart.StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.glassfish.jersey.media.multipart.StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest
[INFO] Running org.glassfish.jersey.media.multipart.FormDataBodyPartTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.media.multipart.FormDataBodyPartTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 116, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-multipart ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/target/jersey-media-multipart-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-multipart ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-open-tracing ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-open-tracing ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-open-tracing ---
[INFO] Resources:
[INFO] org/glassfish/jersey/opentracing/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/open-tracing/src/main/resources/org/glassfish/jersey/opentracing/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-open-tracing ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/open-tracing/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-open-tracing ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-open-tracing ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-open-tracing ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-open-tracing ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-open-tracing ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-open-tracing ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-open-tracing ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/open-tracing/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-open-tracing ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-open-tracing ---
[INFO] Reserved port 37311 for jersey.config.test.container.port
[INFO] Reserved port 34737 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-open-tracing ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-open-tracing ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/open-tracing/target/jersey-open-tracing-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-open-tracing ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/open-tracing/target/bom.xml
[INFO]            attaching as jersey-open-tracing-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/open-tracing/target/bom.json
[INFO]            attaching as jersey-open-tracing-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-open-tracing ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/open-tracing/target/jersey-open-tracing-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-open-tracing ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/open-tracing/target/jersey-open-tracing-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/open-tracing/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-open-tracing ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/open-tracing/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-open-tracing/3.1.99-SNAPSHOT/jersey-open-tracing-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/open-tracing/target/jersey-open-tracing-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-open-tracing/3.1.99-SNAPSHOT/jersey-open-tracing-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/open-tracing/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-open-tracing/3.1.99-SNAPSHOT/jersey-open-tracing-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/open-tracing/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-open-tracing/3.1.99-SNAPSHOT/jersey-open-tracing-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/incubator/open-tracing/target/jersey-open-tracing-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-open-tracing/3.1.99-SNAPSHOT/jersey-open-tracing-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-open-tracing ---
[INFO] 
[INFO] -------------< org.glassfish.jersey.inject:jersey-cdi2-se >-------------
[INFO] Building jersey-inject-cdi2-se 3.1.99-SNAPSHOT                  [91/378]
[INFO]   from inject/cdi2-se/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi2-se ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi2-se ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi2-se ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi2-se ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-cdi2-se ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-cdi2-se ---
[INFO] Resources:
[INFO] org/glassfish/jersey/inject/cdi/se/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/src/main/resources/org/glassfish/jersey/inject/cdi/se/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-cdi2-se ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi2-se ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi2-se ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi2-se ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi2-se ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi2-se ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 31 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] Annotation processing is enabled because one or more processors were found
  on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java:[76,16] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java:[423,9] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/CachedConstructorAnalyzer.java:[87,41] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/bean/SupplierInstanceBeanBridge.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/bean/SupplierInstanceBeanBridge.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-cdi2-se ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 31 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] Annotation processing is enabled because one or more processors were found
  on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java:[76,16] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java:[423,9] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/CachedConstructorAnalyzer.java:[87,41] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/bean/SupplierInstanceBeanBridge.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/bean/SupplierInstanceBeanBridge.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi2-se ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi2-se ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 20 source files with javac [debug target 11] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] Annotation processing is enabled because one or more processors were found
  on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-cdi2-se ---
[INFO] Reserved port 35853 for jersey.config.test.container.port
[INFO] Reserved port 33675 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-cdi2-se ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/target/bom.xml
[INFO]            attaching as jersey-media-multipart-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/target/bom.json
[INFO]            attaching as jersey-media-multipart-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-multipart ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/target/jersey-media-multipart-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-multipart ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/target/jersey-media-multipart-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-media-multipart ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/3.1.99-SNAPSHOT/jersey-media-multipart-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/target/jersey-media-multipart-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/3.1.99-SNAPSHOT/jersey-media-multipart-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/3.1.99-SNAPSHOT/jersey-media-multipart-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/3.1.99-SNAPSHOT/jersey-media-multipart-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/target/jersey-media-multipart-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/3.1.99-SNAPSHOT/jersey-media-multipart-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-multipart ---
[INFO] Running org.glassfish.jersey.inject.cdi.se.SupplierContractsTest
Apr 04, 2024 8:16:11 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 5.1.1 (Final)
Apr 04, 2024 8:16:11 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:11 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a976cc29-2ee1-4e95-9b95-5e417075556d initialized
Apr 04, 2024 8:16:12 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a976cc29-2ee1-4e95-9b95-5e417075556d shut down
Apr 04, 2024 8:16:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 76577816-996d-42ac-b2fd-2aeabb3c156f initialized
Apr 04, 2024 8:16:12 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 76577816-996d-42ac-b2fd-2aeabb3c156f shut down
Apr 04, 2024 8:16:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e395fd5e-9b95-4165-a48d-0d663ea0e85f initialized
Apr 04, 2024 8:16:12 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e395fd5e-9b95-4165-a48d-0d663ea0e85f shut down
Apr 04, 2024 8:16:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3aaf592d-247b-4908-991b-835fdb7ab8a3 initialized
Apr 04, 2024 8:16:12 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3aaf592d-247b-4908-991b-835fdb7ab8a3 shut down
Apr 04, 2024 8:16:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c4951268-4432-429b-995d-75605fa42655 initialized
Apr 04, 2024 8:16:12 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c4951268-4432-429b-995d-75605fa42655 shut down
Apr 04, 2024 8:16:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 18b9abdc-5d8c-4ce9-ba79-f82bb47d42b1 initialized
Apr 04, 2024 8:16:12 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 18b9abdc-5d8c-4ce9-ba79-f82bb47d42b1 shut down
Apr 04, 2024 8:16:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f4f003e1-dca6-423e-9e72-708f7f54a1f9 initialized
Apr 04, 2024 8:16:12 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f4f003e1-dca6-423e-9e72-708f7f54a1f9 shut down
Apr 04, 2024 8:16:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 77663ebf-12dc-4f5d-b7d6-a3d0d0c3448b initialized
Apr 04, 2024 8:16:12 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 77663ebf-12dc-4f5d-b7d6-a3d0d0c3448b shut down
[INFO] 
[INFO] ---------------< org.glassfish.jersey.security:project >----------------
[INFO] Building jersey-security 3.1.99-SNAPSHOT                        [96/303]
[INFO]   from security/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ project ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources from .. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources from .. to target/legal/META-INF
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ project ---
[INFO] Reserved port 39853 for jersey.config.test.container.port
[INFO] Reserved port 40333 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/target/bom.xml
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/target/bom.json
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/security/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ project ---
[INFO] 
[INFO] -----------< org.glassfish.jersey.security:oauth1-signature >-----------
[INFO] Building oauth1-signature 3.1.99-SNAPSHOT                       [97/303]
[INFO]   from security/oauth1-signature/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ oauth1-signature ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ oauth1-signature ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ oauth1-signature ---
Apr 04, 2024 8:16:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a1de30fb-7d8e-4f0f-9bf1-59073c8c3e2f initialized
Apr 04, 2024 8:16:12 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a1de30fb-7d8e-4f0f-9bf1-59073c8c3e2f shut down
Apr 04, 2024 8:16:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.442 s -- in org.glassfish.jersey.inject.cdi.se.SupplierContractsTest
[INFO] Running org.glassfish.jersey.inject.cdi.se.injector.JerseyProxyResolverTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.glassfish.jersey.inject.cdi.se.injector.JerseyProxyResolverTest
[INFO] Running org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzerTest
Apr 04, 2024 8:16:12 AM org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzer getConstructorInternal
WARNING: Found 2 constructors with 1 parameters in org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzerTest$BothAnnotatedConstructor class. Selecting the first found constructor: public org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzerTest$BothAnnotatedConstructor(java.lang.Integer)
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzerTest
[INFO] Running org.glassfish.jersey.inject.cdi.se.SupplierInstanceBindingTest
Apr 04, 2024 8:16:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fdc6027a-140d-4ea0-9dc8-586dcc0226ec initialized
Apr 04, 2024 8:16:12 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fdc6027a-140d-4ea0-9dc8-586dcc0226ec shut down
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ oauth1-signature ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ oauth1-signature ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ oauth1-signature ---
[INFO] Resources:
[INFO] org/glassfish/jersey/oauth1/signature/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-signature/src/main/resources/org/glassfish/jersey/oauth1/signature/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ oauth1-signature ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-signature/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ oauth1-signature ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ oauth1-signature ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth1-signature ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ oauth1-signature ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ oauth1-signature ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 15 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ oauth1-signature ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 15 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ oauth1-signature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-signature/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ oauth1-signature ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 11] to target/test-classes
Apr 04, 2024 8:16:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ce4792ee-5e19-4990-a594-b4863b0fc821 initialized
Apr 04, 2024 8:16:12 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ce4792ee-5e19-4990-a594-b4863b0fc821 shut down
Apr 04, 2024 8:16:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a4c1a9f9-ae18-4216-8246-356690fbf619 initialized
Apr 04, 2024 8:16:12 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a4c1a9f9-ae18-4216-8246-356690fbf619 shut down
Apr 04, 2024 8:16:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4afff658-046c-4774-96a4-e8393dc5f78b initialized
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4afff658-046c-4774-96a4-e8393dc5f78b shut down
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.232 s -- in org.glassfish.jersey.inject.cdi.se.SupplierInstanceBindingTest
[INFO] Running org.glassfish.jersey.inject.cdi.se.DisposableSupplierTest
Apr 04, 2024 8:16:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 567dbaa2-bc16-413a-a3c7-022b4e647a8b initialized
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 567dbaa2-bc16-413a-a3c7-022b4e647a8b shut down
Apr 04, 2024 8:16:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c054a322-6e3c-4122-997c-b97aa6dcf4b5 initialized
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c054a322-6e3c-4122-997c-b97aa6dcf4b5 shut down
Apr 04, 2024 8:16:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1a5fbe74-143b-4f57-9230-7006796c298e initialized
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1a5fbe74-143b-4f57-9230-7006796c298e shut down
Apr 04, 2024 8:16:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 10abbbce-1d2e-45d4-bc67-86fc625b9c74 initialized
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 10abbbce-1d2e-45d4-bc67-86fc625b9c74 shut down
Apr 04, 2024 8:16:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ oauth1-signature ---
[INFO] Reserved port 35467 for jersey.config.test.container.port
[INFO] Reserved port 38647 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ oauth1-signature ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-signature/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c10f196b-f257-48cb-af3e-fccefdf2649e initialized
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c10f196b-f257-48cb-af3e-fccefdf2649e shut down
Apr 04, 2024 8:16:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e09fa1dc-8ef4-4545-b022-6b16d84d2a02 initialized
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e09fa1dc-8ef4-4545-b022-6b16d84d2a02 shut down
Apr 04, 2024 8:16:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d7bb37ce-3857-40f2-8543-e941db74f85f initialized
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d7bb37ce-3857-40f2-8543-e941db74f85f shut down
Apr 04, 2024 8:16:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3b9cd27d-207b-49dc-9b1d-cc1e66f00985 initialized
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3b9cd27d-207b-49dc-9b1d-cc1e66f00985 shut down
Apr 04, 2024 8:16:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4b6010b5-a1ed-4860-9b5b-6b961991f495 initialized
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4b6010b5-a1ed-4860-9b5b-6b961991f495 shut down
Apr 04, 2024 8:16:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4fbc02b2-f9eb-4121-ac0f-ff1681e8f646 initialized
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4fbc02b2-f9eb-4121-ac0f-ff1681e8f646 shut down
Apr 04, 2024 8:16:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bf7342a3-cd6b-4a39-a192-cc16b39bfefb initialized
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bf7342a3-cd6b-4a39-a192-cc16b39bfefb shut down
Apr 04, 2024 8:16:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a8c5c0ac-b3e1-4cc9-b7f5-96597aab2639 initialized
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a8c5c0ac-b3e1-4cc9-b7f5-96597aab2639 shut down
Apr 04, 2024 8:16:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4852561f-500d-46a9-a1bd-e9abb478edca initialized
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4852561f-500d-46a9-a1bd-e9abb478edca shut down
Apr 04, 2024 8:16:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 23373599-f715-458b-97f8-ec1c087b09a8 initialized
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 23373599-f715-458b-97f8-ec1c087b09a8 shut down
Apr 04, 2024 8:16:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 351adb4d-6640-48e0-b2dc-7f5e8e54c8cf initialized
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 351adb4d-6640-48e0-b2dc-7f5e8e54c8cf shut down
Apr 04, 2024 8:16:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b9fb897a-e471-4467-af01-81f585fa4b32 initialized
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b9fb897a-e471-4467-af01-81f585fa4b32 shut down
Apr 04, 2024 8:16:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2b3eb6cd-1454-4676-b8bf-825b6e81a4f6 initialized
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2b3eb6cd-1454-4676-b8bf-825b6e81a4f6 shut down
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.655 s -- in org.glassfish.jersey.inject.cdi.se.DisposableSupplierTest
[INFO] Running org.glassfish.jersey.inject.cdi.se.ThreadScopeTest
[INFO] Running org.glassfish.jersey.oauth1.signature.OAuthBase64Test
SGVsbG8gV29ybGQxMjM0NTY3ODlqaGZzbGpraDM0N3V3ZWloZDc4MzR5Zm9pdWhlZjVyZTRnNTRlczM1Z2Y0NzR3NS8=
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in org.glassfish.jersey.oauth1.signature.OAuthBase64Test
[INFO] Running org.glassfish.jersey.oauth1.signature.OAuth1SignatureTest
Apr 04, 2024 8:16:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container abb48c05-c11a-4b48-af80-de0507ce6d93 initialized
Apr 04, 2024 8:16:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f469ecdb-9099-4d58-bf38-a887fb4b24b4 initialized
Apr 04, 2024 8:16:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bff38f6c-2f5b-4118-8b24-a5a26facaad3 initialized
Apr 04, 2024 8:16:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5686396d-46a3-4c71-b315-bca3653e3898 initialized
Apr 04, 2024 8:16:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d2672a7b-d9af-4aa3-a8b8-7d6e45e09a3a initialized
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 s -- in org.glassfish.jersey.inject.cdi.se.ThreadScopeTest
[INFO] Running org.glassfish.jersey.inject.cdi.se.ProviderInjectionTest
Apr 04, 2024 8:16:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 50c67813-51d3-4768-9fe7-94b059f4e029 initialized
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 50c67813-51d3-4768-9fe7-94b059f4e029 shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.glassfish.jersey.oauth1.signature.OAuth1SignatureTest
[INFO] Running org.glassfish.jersey.oauth1.signature.SignatureTest
Apr 04, 2024 8:16:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c3fe3e2a-6603-403f-ad6e-e75da9d2be0f initialized
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c3fe3e2a-6603-403f-ad6e-e75da9d2be0f shut down
Apr 04, 2024 8:16:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 29a923b4-008a-4ef7-9493-a92c50d0e6fc initialized
Apr 04, 2024 8:16:14 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 29a923b4-008a-4ef7-9493-a92c50d0e6fc shut down
Apr 04, 2024 8:16:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c102a460-1e50-4001-9736-5b6cedb97c30 initialized
Apr 04, 2024 8:16:14 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c102a460-1e50-4001-9736-5b6cedb97c30 shut down
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 s -- in org.glassfish.jersey.inject.cdi.se.ProviderInjectionTest
[INFO] Running org.glassfish.jersey.inject.cdi.se.SupplierClassBindingTest
Apr 04, 2024 8:16:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 85f99909-fd4f-4bf4-a0c0-3f1d580f9232 initialized
Apr 04, 2024 8:16:14 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 85f99909-fd4f-4bf4-a0c0-3f1d580f9232 shut down
Apr 04, 2024 8:16:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d7b06769-3780-438d-b4d6-d86df87a09eb initialized
Apr 04, 2024 8:16:14 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d7b06769-3780-438d-b4d6-d86df87a09eb shut down
Apr 04, 2024 8:16:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0bb8eafc-3e2b-4494-80b2-4f5cfe9e0b8b initialized
Apr 04, 2024 8:16:14 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0bb8eafc-3e2b-4494-80b2-4f5cfe9e0b8b shut down
Apr 04, 2024 8:16:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f90b3ccc-5d32-439d-869d-68d5a53a95b9 initialized
Apr 04, 2024 8:16:14 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f90b3ccc-5d32-439d-869d-68d5a53a95b9 shut down
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.399 s -- in org.glassfish.jersey.oauth1.signature.SignatureTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ oauth1-signature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-signature/target/oauth1-signature-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ oauth1-signature ---
[INFO] CycloneDX: Resolving Dependencies
Apr 04, 2024 8:16:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 04, 2024 8:16:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9a5f2556-8b00-407c-8114-0aac9908a92f initialized
Apr 04, 2024 8:16:14 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9a5f2556-8b00-407c-8114-0aac9908a92f shut down
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.190 s -- in org.glassfish.jersey.inject.cdi.se.SupplierClassBindingTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi2-se ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/target/jersey-cdi2-se-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi2-se ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-signature/target/bom.xml
[INFO]            attaching as oauth1-signature-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-signature/target/bom.json
[INFO]            attaching as oauth1-signature-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ oauth1-signature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-signature/target/oauth1-signature-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ oauth1-signature ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-signature/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/3.1.99-SNAPSHOT/oauth1-signature-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-signature/target/oauth1-signature-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/3.1.99-SNAPSHOT/oauth1-signature-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-signature/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/3.1.99-SNAPSHOT/oauth1-signature-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-signature/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/3.1.99-SNAPSHOT/oauth1-signature-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-signature/target/oauth1-signature-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/3.1.99-SNAPSHOT/oauth1-signature-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ oauth1-signature ---
[INFO] CycloneDX: Creating BOM version 1.4 with 20 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/target/bom.xml
[INFO]            attaching as jersey-cdi2-se-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/target/bom.json
[INFO]            attaching as jersey-cdi2-se-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi2-se ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/target/jersey-cdi2-se-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi2-se ---
[WARNING] Bundle org.glassfish.jersey.inject:jersey-cdi2-se:jar:3.1.99-SNAPSHOT : Unused Import-Package instructions: [sun.misc.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/target/jersey-cdi2-se-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-cdi2-se ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-cdi2-se/3.1.99-SNAPSHOT/jersey-cdi2-se-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/target/jersey-cdi2-se-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-cdi2-se/3.1.99-SNAPSHOT/jersey-cdi2-se-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-cdi2-se/3.1.99-SNAPSHOT/jersey-cdi2-se-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-cdi2-se/3.1.99-SNAPSHOT/jersey-cdi2-se-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/inject/cdi2-se/target/jersey-cdi2-se-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-cdi2-se/3.1.99-SNAPSHOT/jersey-cdi2-se-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi2-se ---
[INFO] 
[INFO] ------------< org.glassfish.jersey.security:oauth1-client >-------------
[INFO] Building jersey-security 3.1.99-SNAPSHOT                        [98/303]
[INFO]   from security/oauth1-client/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ oauth1-client ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ oauth1-client ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ oauth1-client ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ oauth1-client ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ oauth1-client ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ oauth1-client ---
[INFO] Resources:
[INFO] org/glassfish/jersey/client/oauth1/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-client/src/main/resources/org/glassfish/jersey/client/oauth1/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ oauth1-client ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-client/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ oauth1-client ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ oauth1-client ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth1-client ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ oauth1-client ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ oauth1-client ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 13 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ oauth1-client ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 13 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ oauth1-client ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-client/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ oauth1-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ oauth1-client ---
[INFO] Reserved port 42415 for jersey.config.test.container.port
[INFO] Reserved port 43095 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ oauth1-client ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ oauth1-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-client/target/oauth1-client-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ oauth1-client ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 7 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-client/target/bom.xml
[INFO]            attaching as oauth1-client-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-client/target/bom.json
[INFO]            attaching as oauth1-client-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ oauth1-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-client/target/oauth1-client-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ oauth1-client ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/3.1.99-SNAPSHOT/oauth1-client-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-client/target/oauth1-client-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/3.1.99-SNAPSHOT/oauth1-client-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/3.1.99-SNAPSHOT/oauth1-client-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/3.1.99-SNAPSHOT/oauth1-client-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-client/target/oauth1-client-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/3.1.99-SNAPSHOT/oauth1-client-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ oauth1-client ---
[INFO] 
[INFO] ------------< org.glassfish.jersey.security:oauth1-server >-------------
[INFO] Building oauth1-server 3.1.99-SNAPSHOT                          [99/303]
[INFO]   from security/oauth1-server/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ oauth1-server ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ oauth1-server ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ oauth1-server ---
[INFO] 
[INFO] ---------< org.glassfish.jersey.media:jersey-media-json-gson >----------
[INFO] Building jersey-media-json-gson 3.1.99-SNAPSHOT                 [92/378]
[INFO]   from media/json-gson/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-media-json-gson ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-json-gson ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-json-gson ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-json-gson ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-media-json-gson ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-json-gson ---
[INFO] Resources:
[INFO] org/glassfish/jersey/gson/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-gson/src/main/resources/org/glassfish/jersey/gson/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-media-json-gson ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-gson/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-json-gson ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-gson ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-gson ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-json-gson ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-json-gson ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-json-gson ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-json-gson ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-gson/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-json-gson ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug target 11] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-gson/src/test/java/org/glassfish/jersey/gson/internal/JsonGsonProviderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-gson/src/test/java/org/glassfish/jersey/gson/internal/JsonGsonProviderTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-gson/src/test/java/org/glassfish/jersey/gson/internal/JsonGsonProviderTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-media-json-gson ---
[INFO] Reserved port 35017 for jersey.config.test.container.port
[INFO] Reserved port 45455 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-media-json-gson ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-gson/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ oauth1-server ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ oauth1-server ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ oauth1-server ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-server/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ oauth1-server ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ oauth1-server ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth1-server ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ oauth1-server ---
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ oauth1-server ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 16 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ oauth1-server ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 16 source files with javac [debug target 11] to target/classes
[INFO] Running org.glassfish.jersey.gson.internal.JsonGsonProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.glassfish.jersey.gson.internal.JsonGsonProviderTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-json-gson ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-gson/target/jersey-media-json-gson-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-json-gson ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ oauth1-server ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-server/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ oauth1-server ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/test-classes
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ oauth1-server ---
[INFO] Reserved port 44101 for jersey.config.test.container.port
[INFO] Reserved port 41339 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ oauth1-server ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-server/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-gson/target/bom.xml
[INFO]            attaching as jersey-media-json-gson-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-gson/target/bom.json
[INFO]            attaching as jersey-media-json-gson-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-json-gson ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-gson/target/jersey-media-json-gson-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-json-gson ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-gson/target/jersey-media-json-gson-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-gson/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-media-json-gson ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-gson/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-gson/3.1.99-SNAPSHOT/jersey-media-json-gson-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-gson/target/jersey-media-json-gson-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-gson/3.1.99-SNAPSHOT/jersey-media-json-gson-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-gson/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-gson/3.1.99-SNAPSHOT/jersey-media-json-gson-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-gson/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-gson/3.1.99-SNAPSHOT/jersey-media-json-gson-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-gson/target/jersey-media-json-gson-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-gson/3.1.99-SNAPSHOT/jersey-media-json-gson-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-json-gson ---
[INFO] 
[INFO] -------< org.glassfish.jersey.media:jersey-media-json-jettison >--------
[INFO] Building jersey-media-json-jettison 3.1.99-SNAPSHOT             [93/378]
[INFO]   from media/json-jettison/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-media-json-jettison ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-json-jettison ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-json-jettison ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-json-jettison ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-media-json-jettison ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-json-jettison ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jettison/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jettison/src/main/resources/org/glassfish/jersey/jettison/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-media-json-jettison ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jettison/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-json-jettison ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-jettison ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-jettison ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-json-jettison ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-json-jettison ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 21 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-json-jettison ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 21 source files with javac [debug target 11] to target/classes
[INFO] Running org.glassfish.jersey.server.oauth1.NonceManagerTest
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-json-jettison ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jettison/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-json-jettison ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-media-json-jettison ---
[INFO] Reserved port 44203 for jersey.config.test.container.port
[INFO] Reserved port 40309 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-media-json-jettison ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-json-jettison ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jettison/target/jersey-media-json-jettison-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-json-jettison ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jettison/target/bom.xml
[INFO]            attaching as jersey-media-json-jettison-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jettison/target/bom.json
[INFO]            attaching as jersey-media-json-jettison-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-json-jettison ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jettison/target/jersey-media-json-jettison-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-json-jettison ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jettison/target/jersey-media-json-jettison-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jettison/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-media-json-jettison ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jettison/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/3.1.99-SNAPSHOT/jersey-media-json-jettison-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jettison/target/jersey-media-json-jettison-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/3.1.99-SNAPSHOT/jersey-media-json-jettison-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jettison/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/3.1.99-SNAPSHOT/jersey-media-json-jettison-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jettison/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/3.1.99-SNAPSHOT/jersey-media-json-jettison-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-jettison/target/jersey-media-json-jettison-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/3.1.99-SNAPSHOT/jersey-media-json-jettison-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-json-jettison ---
[INFO] 
[INFO] ------< org.glassfish.jersey.media:jersey-media-json-processing >-------
[INFO] Building jersey-media-json-processing 3.1.99-SNAPSHOT           [94/378]
[INFO]   from media/json-processing/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-media-json-processing ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-json-processing ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-json-processing ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-json-processing ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-media-json-processing ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-json-processing ---
[INFO] Resources:
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-media-json-processing ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-processing/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-json-processing ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-processing ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-processing ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-json-processing ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-json-processing ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-json-processing ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-json-processing ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-processing/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-json-processing ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-media-json-processing ---
[INFO] Reserved port 40349 for jersey.config.test.container.port
[INFO] Reserved port 44819 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-media-json-processing ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-processing/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.jsonp.JsonProcessingAutoDiscoverableServerTest
Apr 04, 2024 8:16:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.195 s -- in org.glassfish.jersey.server.oauth1.NonceManagerTest
[INFO] Running org.glassfish.jersey.server.oauth1.OAuth1ExceptionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s -- in org.glassfish.jersey.server.oauth1.OAuth1ExceptionTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ oauth1-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-server/target/oauth1-server-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ oauth1-server ---
[INFO] CycloneDX: Resolving Dependencies
Apr 04, 2024 8:16:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.747 s -- in org.glassfish.jersey.jsonp.JsonProcessingAutoDiscoverableServerTest
[INFO] Running org.glassfish.jersey.jsonp.JsonProcessingAutoDiscoverableClientTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.201 s -- in org.glassfish.jersey.jsonp.JsonProcessingAutoDiscoverableClientTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-json-processing ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-processing/target/jersey-media-json-processing-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-json-processing ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-server/target/bom.xml
[INFO]            attaching as oauth1-server-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-server/target/bom.json
[INFO]            attaching as oauth1-server-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ oauth1-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-server/target/oauth1-server-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ oauth1-server ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/3.1.99-SNAPSHOT/oauth1-server-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-server/target/oauth1-server-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/3.1.99-SNAPSHOT/oauth1-server-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-server/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/3.1.99-SNAPSHOT/oauth1-server-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-server/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/3.1.99-SNAPSHOT/oauth1-server-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-server/target/oauth1-server-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/3.1.99-SNAPSHOT/oauth1-server-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ oauth1-server ---
[INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-processing/target/bom.xml
[INFO]            attaching as jersey-media-json-processing-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-processing/target/bom.json
[INFO]            attaching as jersey-media-json-processing-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-json-processing ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-processing/target/jersey-media-json-processing-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-json-processing ---
[WARNING] Bundle org.glassfish.jersey.media:jersey-media-json-processing:jar:3.1.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.json.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-processing/target/jersey-media-json-processing-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-processing/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-media-json-processing ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-processing/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/3.1.99-SNAPSHOT/jersey-media-json-processing-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-processing/target/jersey-media-json-processing-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/3.1.99-SNAPSHOT/jersey-media-json-processing-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-processing/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/3.1.99-SNAPSHOT/jersey-media-json-processing-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-processing/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/3.1.99-SNAPSHOT/jersey-media-json-processing-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/json-processing/target/jersey-media-json-processing-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/3.1.99-SNAPSHOT/jersey-media-json-processing-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-json-processing ---
[INFO] 
[INFO] ------------< org.glassfish.jersey.media:jersey-media-moxy >------------
[INFO] Building jersey-media-moxy 3.1.99-SNAPSHOT                      [95/378]
[INFO]   from media/moxy/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-media-moxy ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-moxy ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-moxy ---
[INFO] 
[INFO] ------------< org.glassfish.jersey.security:oauth2-client >-------------
[INFO] Building oauth2-client 3.1.99-SNAPSHOT                         [100/303]
[INFO]   from security/oauth2-client/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ oauth2-client ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ oauth2-client ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ oauth2-client ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ oauth2-client ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ oauth2-client ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ oauth2-client ---
[INFO] Resources:
[INFO] org/glassfish/jersey/client/oauth2/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth2-client/src/main/resources/org/glassfish/jersey/client/oauth2/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ oauth2-client ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth2-client/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ oauth2-client ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ oauth2-client ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth2-client ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ oauth2-client ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ oauth2-client ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 13 source files with javac [debug target 11] to target/classes
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-moxy ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-media-moxy ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-moxy ---
[INFO] Resources:
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-media-moxy ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/moxy/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- jflex:1.4.3:generate (default) @ jersey-media-moxy ---
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-moxy ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-moxy ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-moxy ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-moxy ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-moxy ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 13 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/internal/ConfigurableMoxyJsonProvider.java:[68,34] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-moxy ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 13 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth2-client/src/main/java/org/glassfish/jersey/client/oauth2/AuthCodeGrantImpl.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth2-client/src/main/java/org/glassfish/jersey/client/oauth2/AuthCodeGrantImpl.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ oauth2-client ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 13 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth2-client/src/main/java/org/glassfish/jersey/client/oauth2/AuthCodeGrantImpl.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth2-client/src/main/java/org/glassfish/jersey/client/oauth2/AuthCodeGrantImpl.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ oauth2-client ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth2-client/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ oauth2-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ oauth2-client ---
[INFO] Reserved port 45117 for jersey.config.test.container.port
[INFO] Reserved port 40123 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ oauth2-client ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ oauth2-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth2-client/target/oauth2-client-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ oauth2-client ---
[INFO] CycloneDX: Resolving Dependencies
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/internal/ConfigurableMoxyJsonProvider.java:[68,34] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-moxy ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/moxy/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-moxy ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-media-moxy ---
[INFO] Reserved port 42747 for jersey.config.test.container.port
[INFO] Reserved port 45399 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-media-moxy ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-moxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/moxy/target/jersey-media-moxy-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-moxy ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth2-client/target/bom.xml
[INFO]            attaching as oauth2-client-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth2-client/target/bom.json
[INFO]            attaching as oauth2-client-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ oauth2-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth2-client/target/oauth2-client-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ oauth2-client ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth2-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/3.1.99-SNAPSHOT/oauth2-client-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth2-client/target/oauth2-client-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/3.1.99-SNAPSHOT/oauth2-client-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth2-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/3.1.99-SNAPSHOT/oauth2-client-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth2-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/3.1.99-SNAPSHOT/oauth2-client-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth2-client/target/oauth2-client-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/3.1.99-SNAPSHOT/oauth2-client-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ oauth2-client ---
[INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/moxy/target/bom.xml
[INFO]            attaching as jersey-media-moxy-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/moxy/target/bom.json
[INFO]            attaching as jersey-media-moxy-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-moxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/moxy/target/jersey-media-moxy-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-moxy ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/moxy/target/jersey-media-moxy-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/moxy/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-media-moxy ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/moxy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/3.1.99-SNAPSHOT/jersey-media-moxy-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/moxy/target/jersey-media-moxy-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/3.1.99-SNAPSHOT/jersey-media-moxy-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/moxy/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/3.1.99-SNAPSHOT/jersey-media-moxy-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/moxy/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/3.1.99-SNAPSHOT/jersey-media-moxy-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/moxy/target/jersey-media-moxy-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/3.1.99-SNAPSHOT/jersey-media-moxy-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-moxy ---
[INFO] 
[INFO] ---< org.glassfish.jersey.test-framework:jersey-test-framework-util >---
[INFO] Building jersey-test-framework-util 3.1.99-SNAPSHOT            [101/303]
[INFO]   from test-framework/util/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-util ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-util ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-util ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-util ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-test-framework-util ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-test-framework-util ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/util/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-util ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-util ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-util ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-util ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/util/src/main/resources
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-util ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 8 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-util ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 8 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-util ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/util/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-util ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/test-classes
[INFO] 
[INFO] ---------< org.glassfish.jersey.media:jersey-media-multipart >----------
[INFO] Building jersey-media-multipart 3.1.99-SNAPSHOT                 [96/378]
[INFO]   from media/multipart/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-media-multipart ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-multipart ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-multipart ---
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-test-framework-util ---
[INFO] Reserved port 33511 for jersey.config.test.container.port
[INFO] Reserved port 35683 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-test-framework-util ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/util/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-multipart ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-media-multipart ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-multipart ---
[INFO] Resources:
[INFO] org/glassfish/jersey/media/multipart/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/src/main/resources/org/glassfish/jersey/media/multipart/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-media-multipart ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-multipart ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-multipart ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-multipart ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-multipart ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-multipart ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 34 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/BodyPart.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/BodyPart.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-multipart ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 34 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/BodyPart.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/BodyPart.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-multipart ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-multipart ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 21 source files with javac [debug target 11] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/internal/FormDataMultiPartReaderWriterTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/internal/FormDataMultiPartReaderWriterTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/internal/FormDataMultiPartReaderWriterTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-media-multipart ---
[INFO] Reserved port 39757 for jersey.config.test.container.port
[INFO] Reserved port 41989 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-media-multipart ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.test.util.client.LoopBackConnectorTest
Apr 04, 2024 8:16:24 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder
WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter<jakarta.activation.DataSource> was not found. The provider is not available.
Apr 04, 2024 8:16:25 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo
SEVERE: MessageBodyWriter not found for media type=application/json, type=class java.util.Arrays$ArrayList, genericType=class java.util.Arrays$ArrayList.
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.705 s -- in org.glassfish.jersey.test.util.client.LoopBackConnectorTest
[INFO] Running org.glassfish.jersey.test.util.runner.ConcurrentRunnerTest
[INFO] Running org.glassfish.jersey.media.multipart.file.StreamDataBodyPartTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s -- in org.glassfish.jersey.media.multipart.file.StreamDataBodyPartTest
[INFO] Running org.glassfish.jersey.media.multipart.file.FileDataBodyPartTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.glassfish.jersey.media.multipart.file.FileDataBodyPartTest
[INFO] Running org.glassfish.jersey.media.multipart.BodyPartTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.media.multipart.BodyPartTest
[INFO] Running org.glassfish.jersey.media.multipart.internal.EntityPartBeansTest
[WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.009 s -- in org.glassfish.jersey.test.util.runner.ConcurrentRunnerTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 9, Failures: 0, Errors: 0, Skipped: 1
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-util ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/util/target/jersey-test-framework-util-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-util ---
[INFO] CycloneDX: Resolving Dependencies
Apr 04, 2024 8:16:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:25 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
[INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s)
Apr 04, 2024 8:16:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:16:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.826 s -- in org.glassfish.jersey.media.multipart.internal.EntityPartBeansTest
[INFO] Running org.glassfish.jersey.media.multipart.internal.FormDataMultiPartBufferTest
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/util/target/bom.xml
[INFO]            attaching as jersey-test-framework-util-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/util/target/bom.json
[INFO]            attaching as jersey-test-framework-util-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-util ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/util/target/jersey-test-framework-util-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-util ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/util/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/3.1.99-SNAPSHOT/jersey-test-framework-util-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/util/target/jersey-test-framework-util-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/3.1.99-SNAPSHOT/jersey-test-framework-util-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/util/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/3.1.99-SNAPSHOT/jersey-test-framework-util-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/util/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/3.1.99-SNAPSHOT/jersey-test-framework-util-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/util/target/jersey-test-framework-util-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/3.1.99-SNAPSHOT/jersey-test-framework-util-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-util ---
Apr 04, 2024 8:16:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:16:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 s -- in org.glassfish.jersey.media.multipart.internal.FormDataMultiPartBufferTest
[INFO] Running org.glassfish.jersey.media.multipart.internal.FormDataMultiPartReaderWriterTest
Apr 04, 2024 8:16:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:16:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
Apr 04, 2024 8:16:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:16:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
Apr 04, 2024 8:16:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
[INFO] 
[INFO] -----------------< org.glassfish.jersey.tests:project >-----------------
[INFO] Building jersey-tests 3.1.99-SNAPSHOT                          [102/303]
[INFO]   from tests/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ project ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/tests/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources from .. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources from .. to target/legal/META-INF
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ project ---
[INFO] Reserved port 35393 for jersey.config.test.container.port
[INFO] Reserved port 39337 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project ---
[INFO] CycloneDX: Resolving Dependencies
Apr 04, 2024 8:16:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:16:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
Apr 04, 2024 8:16:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:16:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
Apr 04, 2024 8:16:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 8:16:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
Apr 04, 2024 8:16:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
[INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/tests/target/bom.xml
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/tests/target/bom.json
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/tests/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/tests/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/tests/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ project ---
Apr 04, 2024 8:16:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 8:16:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
Apr 04, 2024 8:16:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Apr 04, 2024 8:16:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
Apr 04, 2024 8:16:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Apr 04, 2024 8:16:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
Apr 04, 2024 8:16:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
[INFO] 
[INFO] -------------------< org.glassfish.jersey.tests:e2e >-------------------
[INFO] Building jersey-tests-e2e 3.1.99-SNAPSHOT                      [103/303]
[INFO]   from tests/e2e/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ e2e ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ e2e ---
Apr 04, 2024 8:16:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Apr 04, 2024 8:16:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
Apr 04, 2024 8:16:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:28 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Apr 04, 2024 8:16:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
Apr 04, 2024 8:16:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:28 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Apr 04, 2024 8:16:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
Apr 04, 2024 8:16:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:28 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Apr 04, 2024 8:16:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
Apr 04, 2024 8:16:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:28 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Apr 04, 2024 8:16:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
Apr 04, 2024 8:16:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:28 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ e2e ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ e2e ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ e2e ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/tests/e2e/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ e2e ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/tests/e2e/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ e2e ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ e2e ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ e2e ---
[INFO] Copying 4 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ e2e ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 89 source files with javac [debug target 11] to target/test-classes
Apr 04, 2024 8:16:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
Apr 04, 2024 8:16:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Apr 04, 2024 8:16:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
Apr 04, 2024 8:16:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Apr 04, 2024 8:16:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.450 s -- in org.glassfish.jersey.media.multipart.internal.FormDataMultiPartReaderWriterTest
[INFO] Running org.glassfish.jersey.media.multipart.internal.MultiPartReaderWriterTest
Apr 04, 2024 8:16:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Apr 04, 2024 8:16:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
Apr 04, 2024 8:16:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Apr 04, 2024 8:16:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
Apr 04, 2024 8:16:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Apr 04, 2024 8:16:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
Apr 04, 2024 8:16:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Apr 04, 2024 8:16:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
Apr 04, 2024 8:16:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Apr 04, 2024 8:16:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/CacheControlImplTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/CacheControlImplTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/MessageBodyWorkerInheritanceTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/MessageBodyWorkerInheritanceTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ e2e ---
[INFO] Reserved port 42391 for jersey.config.test.container.port
[INFO] Reserved port 33789 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ e2e ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/tests/e2e/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
Apr 04, 2024 8:16:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Apr 04, 2024 8:16:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
Apr 04, 2024 8:16:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Apr 04, 2024 8:16:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
Apr 04, 2024 8:16:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Apr 04, 2024 8:16:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
Apr 04, 2024 8:16:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Apr 04, 2024 8:16:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
Apr 04, 2024 8:16:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Apr 04, 2024 8:16:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
Apr 04, 2024 8:16:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Apr 04, 2024 8:16:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
Apr 04, 2024 8:16:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Apr 04, 2024 8:16:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
Apr 04, 2024 8:16:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Apr 04, 2024 8:16:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.800 s -- in org.glassfish.jersey.media.multipart.internal.MultiPartReaderWriterTest
[INFO] Running org.glassfish.jersey.media.multipart.internal.MultiPartHeaderModificationTest
Apr 04, 2024 8:16:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Apr 04, 2024 8:16:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
Apr 04, 2024 8:16:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
Apr 04, 2024 8:16:31 AM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges
WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.grizzly.connector.GrizzlyConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead.
Unsent header changes: [MIME-Version, Content-Type]
Apr 04, 2024 8:16:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
Apr 04, 2024 8:16:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Apr 04, 2024 8:16:31 AM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges
WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache.connector.ApacheConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead.
Unsent header changes: [MIME-Version, Content-Type]
Apr 04, 2024 8:16:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.509 s -- in org.glassfish.jersey.media.multipart.internal.MultiPartHeaderModificationTest
[INFO] Running org.glassfish.jersey.media.multipart.internal.EntityPartTest
Apr 04, 2024 8:16:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Apr 04, 2024 8:16:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
Apr 04, 2024 8:16:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
Apr 04, 2024 8:16:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
Apr 04, 2024 8:16:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-36] Started.
Apr 04, 2024 8:16:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
Apr 04, 2024 8:16:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-37] Started.
Apr 04, 2024 8:16:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
Apr 04, 2024 8:16:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-38] Started.
Apr 04, 2024 8:16:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
Apr 04, 2024 8:16:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-39] Started.
Apr 04, 2024 8:16:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
Apr 04, 2024 8:16:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-40] Started.
Apr 04, 2024 8:16:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
Apr 04, 2024 8:16:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-41] Started.
Apr 04, 2024 8:16:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
Apr 04, 2024 8:16:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-42] Started.
Apr 04, 2024 8:16:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
Apr 04, 2024 8:16:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-43] Started.
Apr 04, 2024 8:16:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.487 s -- in org.glassfish.jersey.media.multipart.internal.EntityPartTest
[INFO] Running org.glassfish.jersey.media.multipart.MultipartMixedWithApacheClientTest
[INFO] Running org.glassfish.jersey.tests.api.ConstructorSelectionTest
Apr 04, 2024 8:16:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-44] Started.
Apr 04, 2024 8:16:31 AM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges
WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache.connector.ApacheConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead.
Unsent header changes: [MIME-Version]
Apr 04, 2024 8:16:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
Apr 04, 2024 8:16:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/
Apr 04, 2024 8:16:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 04, 2024 8:16:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39757]
Apr 04, 2024 8:16:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-45] Started.
Apr 04, 2024 8:16:31 AM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges
WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache.connector.ApacheConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead.
Unsent header changes: [MIME-Version]
Apr 04, 2024 8:16:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39757]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 s -- in org.glassfish.jersey.media.multipart.MultipartMixedWithApacheClientTest
[INFO] Running org.glassfish.jersey.media.multipart.FormDataMultiPartTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.media.multipart.FormDataMultiPartTest
[INFO] Running org.glassfish.jersey.media.multipart.MultiPartTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.media.multipart.MultiPartTest
[INFO] Running org.glassfish.jersey.media.multipart.MediaTypeTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.media.multipart.MediaTypeTest
[INFO] Running org.glassfish.jersey.media.multipart.MultiPartMediaTypesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.glassfish.jersey.media.multipart.MultiPartMediaTypesTest
[INFO] Running org.glassfish.jersey.media.multipart.ParameterizedHeadersMapTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.glassfish.jersey.media.multipart.ParameterizedHeadersMapTest
[INFO] Running org.glassfish.jersey.media.multipart.StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.glassfish.jersey.media.multipart.StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest
[INFO] Running org.glassfish.jersey.media.multipart.FormDataBodyPartTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.media.multipart.FormDataBodyPartTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 119, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-multipart ---
Apr 04, 2024 8:16:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/target/jersey-media-multipart-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-multipart ---
[INFO] CycloneDX: Resolving Dependencies
Apr 04, 2024 8:16:33 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
[INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s)
Apr 04, 2024 8:16:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:16:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/target/bom.xml
[INFO]            attaching as jersey-media-multipart-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/target/bom.json
[INFO]            attaching as jersey-media-multipart-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-multipart ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/target/jersey-media-multipart-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-multipart ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/target/jersey-media-multipart-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-media-multipart ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/3.1.99-SNAPSHOT/jersey-media-multipart-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/target/jersey-media-multipart-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/3.1.99-SNAPSHOT/jersey-media-multipart-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/3.1.99-SNAPSHOT/jersey-media-multipart-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/3.1.99-SNAPSHOT/jersey-media-multipart-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/media/multipart/target/jersey-media-multipart-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/3.1.99-SNAPSHOT/jersey-media-multipart-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-multipart ---
Apr 04, 2024 8:16:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:16:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:16:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:16:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:16:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.423 s -- in org.glassfish.jersey.tests.api.ConstructorSelectionTest
[INFO] Running org.glassfish.jersey.tests.api.MessageBodyWriterTest
[INFO] 
[INFO] ---------------< org.glassfish.jersey.security:project >----------------
[INFO] Building jersey-security 3.1.99-SNAPSHOT                        [97/378]
[INFO]   from security/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ project ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources from .. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources from .. to target/legal/META-INF
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ project ---
[INFO] Reserved port 40505 for jersey.config.test.container.port
[INFO] Reserved port 34601 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project ---
[INFO] CycloneDX: Resolving Dependencies
Apr 04, 2024 8:16:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/target/bom.xml
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/target/bom.json
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/security/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ project ---
[INFO] 
[INFO] -----------< org.glassfish.jersey.security:oauth1-signature >-----------
[INFO] Building oauth1-signature 3.1.99-SNAPSHOT                       [98/378]
[INFO]   from security/oauth1-signature/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ oauth1-signature ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ oauth1-signature ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ oauth1-signature ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ oauth1-signature ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ oauth1-signature ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ oauth1-signature ---
[INFO] Resources:
[INFO] org/glassfish/jersey/oauth1/signature/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-signature/src/main/resources/org/glassfish/jersey/oauth1/signature/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ oauth1-signature ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-signature/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ oauth1-signature ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ oauth1-signature ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth1-signature ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ oauth1-signature ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ oauth1-signature ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 15 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ oauth1-signature ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 15 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ oauth1-signature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-signature/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ oauth1-signature ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 11] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-signature/src/test/java/org/glassfish/jersey/oauth1/signature/DummyRequest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-signature/src/test/java/org/glassfish/jersey/oauth1/signature/DummyRequest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-signature/src/test/java/org/glassfish/jersey/oauth1/signature/DummyRequest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ oauth1-signature ---
[INFO] Reserved port 45525 for jersey.config.test.container.port
[INFO] Reserved port 44069 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ oauth1-signature ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-signature/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.oauth1.signature.OAuthBase64Test
SGVsbG8gV29ybGQxMjM0NTY3ODlqaGZzbGpraDM0N3V3ZWloZDc4MzR5Zm9pdWhlZjVyZTRnNTRlczM1Z2Y0NzR3NS8=
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.glassfish.jersey.oauth1.signature.OAuthBase64Test
[INFO] Running org.glassfish.jersey.oauth1.signature.OAuth1SignatureTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.jersey.oauth1.signature.OAuth1SignatureTest
[INFO] Running org.glassfish.jersey.oauth1.signature.SignatureTest
Apr 04, 2024 8:16:36 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.296 s -- in org.glassfish.jersey.oauth1.signature.SignatureTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ oauth1-signature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-signature/target/oauth1-signature-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ oauth1-signature ---
[INFO] CycloneDX: Resolving Dependencies
Apr 04, 2024 8:16:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:16:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
[INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-signature/target/bom.xml
[INFO]            attaching as oauth1-signature-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-signature/target/bom.json
[INFO]            attaching as oauth1-signature-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ oauth1-signature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-signature/target/oauth1-signature-3.1.99-SNAPSHOT-sources.jar
Apr 04, 2024 8:16:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:16:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ oauth1-signature ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-signature/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/3.1.99-SNAPSHOT/oauth1-signature-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-signature/target/oauth1-signature-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/3.1.99-SNAPSHOT/oauth1-signature-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-signature/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/3.1.99-SNAPSHOT/oauth1-signature-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-signature/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/3.1.99-SNAPSHOT/oauth1-signature-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-signature/target/oauth1-signature-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/3.1.99-SNAPSHOT/oauth1-signature-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ oauth1-signature ---
Apr 04, 2024 8:16:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:16:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:16:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.420 s -- in org.glassfish.jersey.tests.api.MessageBodyWriterTest
[INFO] 
[INFO] ------------< org.glassfish.jersey.security:oauth1-client >-------------
[INFO] Building jersey-security 3.1.99-SNAPSHOT                        [99/378]
[INFO]   from security/oauth1-client/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ oauth1-client ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ oauth1-client ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ oauth1-client ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ oauth1-client ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ oauth1-client ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ oauth1-client ---
[INFO] Resources:
[INFO] org/glassfish/jersey/client/oauth1/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-client/src/main/resources/org/glassfish/jersey/client/oauth1/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ oauth1-client ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-client/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ oauth1-client ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ oauth1-client ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth1-client ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ oauth1-client ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ oauth1-client ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 13 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ oauth1-client ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 13 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ oauth1-client ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-client/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ oauth1-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ oauth1-client ---
[INFO] Reserved port 36153 for jersey.config.test.container.port
[INFO] Reserved port 36795 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ oauth1-client ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ oauth1-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-client/target/oauth1-client-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ oauth1-client ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 7 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-client/target/bom.xml
[INFO]            attaching as oauth1-client-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-client/target/bom.json
[INFO]            attaching as oauth1-client-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ oauth1-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-client/target/oauth1-client-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ oauth1-client ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/3.1.99-SNAPSHOT/oauth1-client-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-client/target/oauth1-client-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/3.1.99-SNAPSHOT/oauth1-client-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/3.1.99-SNAPSHOT/oauth1-client-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/3.1.99-SNAPSHOT/oauth1-client-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-client/target/oauth1-client-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/3.1.99-SNAPSHOT/oauth1-client-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ oauth1-client ---
[INFO] Running org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest
Apr 04, 2024 8:16:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
[INFO] 
[INFO] ------------< org.glassfish.jersey.security:oauth1-server >-------------
[INFO] Building oauth1-server 3.1.99-SNAPSHOT                         [100/378]
[INFO]   from security/oauth1-server/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ oauth1-server ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ oauth1-server ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ oauth1-server ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ oauth1-server ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ oauth1-server ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ oauth1-server ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-server/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ oauth1-server ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ oauth1-server ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth1-server ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ oauth1-server ---
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ oauth1-server ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 16 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ oauth1-server ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 16 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ oauth1-server ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-server/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ oauth1-server ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ oauth1-server ---
[INFO] Reserved port 35295 for jersey.config.test.container.port
[INFO] Reserved port 35455 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ oauth1-server ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-server/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.server.oauth1.NonceManagerTest
Apr 04, 2024 8:16:39 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:16:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:16:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:16:40 AM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest$ResponseTest locationTest
INFO: URI Created in the resource method > location
Apr 04, 2024 8:16:40 AM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest testLocation
INFO: Location resolved from response > location
Apr 04, 2024 8:16:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:16:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:16:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:16:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:16:40 AM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest testNullLocation
INFO: Location resolved from response > null
Apr 04, 2024 8:16:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:16:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:16:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:16:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:16:40 AM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest testLocationWithSlash
INFO: Location resolved from response > /location
Apr 04, 2024 8:16:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.699 s -- in org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest
[INFO] Running org.glassfish.jersey.tests.api.ResponseE2ETest
Apr 04, 2024 8:16:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.172 s -- in org.glassfish.jersey.server.oauth1.NonceManagerTest
[INFO] Running org.glassfish.jersey.server.oauth1.OAuth1ExceptionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in org.glassfish.jersey.server.oauth1.OAuth1ExceptionTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ oauth1-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-server/target/oauth1-server-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ oauth1-server ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-server/target/bom.xml
[INFO]            attaching as oauth1-server-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-server/target/bom.json
[INFO]            attaching as oauth1-server-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ oauth1-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-server/target/oauth1-server-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ oauth1-server ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/3.1.99-SNAPSHOT/oauth1-server-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-server/target/oauth1-server-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/3.1.99-SNAPSHOT/oauth1-server-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-server/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/3.1.99-SNAPSHOT/oauth1-server-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-server/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/3.1.99-SNAPSHOT/oauth1-server-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth1-server/target/oauth1-server-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/3.1.99-SNAPSHOT/oauth1-server-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ oauth1-server ---
[INFO] 
[INFO] ------------< org.glassfish.jersey.security:oauth2-client >-------------
[INFO] Building oauth2-client 3.1.99-SNAPSHOT                         [101/378]
[INFO]   from security/oauth2-client/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ oauth2-client ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ oauth2-client ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ oauth2-client ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ oauth2-client ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ oauth2-client ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ oauth2-client ---
[INFO] Resources:
[INFO] org/glassfish/jersey/client/oauth2/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth2-client/src/main/resources/org/glassfish/jersey/client/oauth2/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ oauth2-client ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth2-client/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ oauth2-client ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ oauth2-client ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth2-client ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ oauth2-client ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ oauth2-client ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 13 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth2-client/src/main/java/org/glassfish/jersey/client/oauth2/AuthCodeGrantImpl.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth2-client/src/main/java/org/glassfish/jersey/client/oauth2/AuthCodeGrantImpl.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ oauth2-client ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 13 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth2-client/src/main/java/org/glassfish/jersey/client/oauth2/AuthCodeGrantImpl.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth2-client/src/main/java/org/glassfish/jersey/client/oauth2/AuthCodeGrantImpl.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ oauth2-client ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth2-client/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ oauth2-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ oauth2-client ---
[INFO] Reserved port 33619 for jersey.config.test.container.port
[INFO] Reserved port 37627 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ oauth2-client ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ oauth2-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth2-client/target/oauth2-client-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ oauth2-client ---
[INFO] CycloneDX: Resolving Dependencies
Apr 04, 2024 8:16:43 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:16:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:16:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:16:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:16:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
[INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth2-client/target/bom.xml
[INFO]            attaching as oauth2-client-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth2-client/target/bom.json
[INFO]            attaching as oauth2-client-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ oauth2-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth2-client/target/oauth2-client-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ oauth2-client ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth2-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/3.1.99-SNAPSHOT/oauth2-client-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth2-client/target/oauth2-client-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/3.1.99-SNAPSHOT/oauth2-client-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth2-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/3.1.99-SNAPSHOT/oauth2-client-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth2-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/3.1.99-SNAPSHOT/oauth2-client-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/security/oauth2-client/target/oauth2-client-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/3.1.99-SNAPSHOT/oauth2-client-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ oauth2-client ---
Apr 04, 2024 8:16:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:16:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:16:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:16:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:16:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:16:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:16:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] 
[INFO] ---< org.glassfish.jersey.test-framework:jersey-test-framework-util >---
[INFO] Building jersey-test-framework-util 3.1.99-SNAPSHOT            [102/378]
[INFO]   from test-framework/util/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-util ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-util ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-util ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-util ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-test-framework-util ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ jersey-test-framework-util ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/util/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-util ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-util ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-util ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-util ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/util/src/main/resources
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-util ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 8 source files with javac [debug target 11] to target/classes
Apr 04, 2024 8:16:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:16:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:16:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:16:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:16:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-util ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 8 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-util ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/util/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-util ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/test-classes
Apr 04, 2024 8:16:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:16:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:16:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.984 s -- in org.glassfish.jersey.tests.api.ResponseE2ETest
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-test-framework-util ---
[INFO] Reserved port 38655 for jersey.config.test.container.port
[INFO] Reserved port 38023 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jersey-test-framework-util ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/util/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.test.util.client.LoopBackConnectorTest
[INFO] Running org.glassfish.jersey.tests.api.MessageBodyReaderTest
Apr 04, 2024 8:16:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:16:45 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder
WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter<jakarta.activation.DataSource> was not found. The provider is not available.
Apr 04, 2024 8:16:46 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo
SEVERE: MessageBodyWriter not found for media type=application/json, type=class java.util.Arrays$ArrayList, genericType=class java.util.Arrays$ArrayList.
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.512 s -- in org.glassfish.jersey.test.util.client.LoopBackConnectorTest
[INFO] Running org.glassfish.jersey.test.util.runner.ConcurrentRunnerTest
[WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.007 s -- in org.glassfish.jersey.test.util.runner.ConcurrentRunnerTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 9, Failures: 0, Errors: 0, Skipped: 1
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-util ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/util/target/jersey-test-framework-util-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-util ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/util/target/bom.xml
[INFO]            attaching as jersey-test-framework-util-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/util/target/bom.json
[INFO]            attaching as jersey-test-framework-util-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-util ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/util/target/jersey-test-framework-util-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-util ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/util/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/3.1.99-SNAPSHOT/jersey-test-framework-util-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/util/target/jersey-test-framework-util-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/3.1.99-SNAPSHOT/jersey-test-framework-util-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/util/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/3.1.99-SNAPSHOT/jersey-test-framework-util-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/util/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/3.1.99-SNAPSHOT/jersey-test-framework-util-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/util/target/jersey-test-framework-util-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/3.1.99-SNAPSHOT/jersey-test-framework-util-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-util ---
[INFO] 
[INFO] -----------------< org.glassfish.jersey.tests:project >-----------------
[INFO] Building jersey-tests 3.1.99-SNAPSHOT                          [103/378]
[INFO]   from tests/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ project ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/tests/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources from .. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources from .. to target/legal/META-INF
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ project ---
[INFO] Reserved port 42583 for jersey.config.test.container.port
[INFO] Reserved port 42277 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project ---
[INFO] CycloneDX: Resolving Dependencies
Apr 04, 2024 8:16:46 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
[INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/tests/target/bom.xml
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/tests/target/bom.json
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/tests/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/tests/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/tests/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ project ---
[INFO] 
[INFO] -------------------< org.glassfish.jersey.tests:e2e >-------------------
[INFO] Building jersey-tests-e2e 3.1.99-SNAPSHOT                      [104/378]
[INFO]   from tests/e2e/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ e2e ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ e2e ---
Apr 04, 2024 8:16:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:16:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
Apr 04, 2024 8:16:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.454 s -- in org.glassfish.jersey.tests.api.MessageBodyReaderTest
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ e2e ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ e2e ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ e2e ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/tests/e2e/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ e2e ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/tests/e2e/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ e2e ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ e2e ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ e2e ---
[INFO] Copying 4 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ e2e ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 91 source files with javac [debug target 11] to target/test-classes
[INFO] Running org.glassfish.jersey.tests.api.AcceptMediaTypeProviderTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.170 s -- in org.glassfish.jersey.tests.api.AcceptMediaTypeProviderTest
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/oauth/OAuth2Test.java:[192,22] Long(long) in java.lang.Long has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/oauth/OAuth2Test.java:[197,22] Long(long) in java.lang.Long has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/ResponseTest.java:[234,43] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/LocaleProviderTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/LocaleProviderTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/MessageBodyWorkerInheritanceTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/MessageBodyWorkerInheritanceTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ e2e ---
[INFO] Reserved port 43127 for jersey.config.test.container.port
[INFO] Reserved port 39785 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ e2e ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/tests/e2e/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.api.SourceEntityProviderTest
Apr 04, 2024 8:16:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
[INFO] Running org.glassfish.jersey.tests.api.ConstructorSelectionTest
Apr 04, 2024 8:16:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:16:51 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:16:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:16:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:16:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:16:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:16:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:16:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:16:51 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:16:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:16:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:16:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:16:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:16:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:16:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:16:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:16:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:16:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:16:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:16:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:16:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:16:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:16:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:16:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:16:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.951 s -- in org.glassfish.jersey.tests.api.ConstructorSelectionTest
Apr 04, 2024 8:16:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:16:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:16:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:16:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:16:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:16:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:16:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:16:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:16:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:16:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:16:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 8:16:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Running org.glassfish.jersey.tests.api.MessageBodyWriterTest
Apr 04, 2024 8:16:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:16:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:16:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:16:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 8:16:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.666 s -- in org.glassfish.jersey.tests.api.SourceEntityProviderTest
Apr 04, 2024 8:16:54 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
[INFO] Running org.glassfish.jersey.tests.api.LocaleProviderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.140 s -- in org.glassfish.jersey.tests.api.LocaleProviderTest
Apr 04, 2024 8:16:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:16:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:16:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:16:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:16:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:16:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:16:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.640 s -- in org.glassfish.jersey.tests.api.MessageBodyWriterTest
[INFO] Running org.glassfish.jersey.tests.api.ClientInvocationTest
[INFO] Running org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest
Apr 04, 2024 8:16:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:16:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:16:56 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:16:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:16:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:16:56 AM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest$ResponseTest locationTest
INFO: URI Created in the resource method > location
Apr 04, 2024 8:16:56 AM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest testLocation
INFO: Location resolved from response > location
Apr 04, 2024 8:16:56 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:16:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:16:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:16:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:16:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:16:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:16:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:16:56 AM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest testNullLocation
INFO: Location resolved from response > null
Apr 04, 2024 8:16:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:16:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:16:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:16:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:16:57 AM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest testLocationWithSlash
INFO: Location resolved from response > /location
Apr 04, 2024 8:16:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.801 s -- in org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest
Apr 04, 2024 8:16:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:16:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:16:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:16:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:16:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:16:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:16:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:16:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:16:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:16:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
[INFO] Running org.glassfish.jersey.tests.api.ResponseE2ETest
Apr 04, 2024 8:16:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:16:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:16:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:16:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:16:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:16:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:16:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:16:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:16:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:16:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:16:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:16:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:16:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:16:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:16:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 8:16:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:16:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:16:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:16:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 8:16:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:16:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:16:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:16:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Apr 04, 2024 8:16:58 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:16:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:16:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:16:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:16:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Apr 04, 2024 8:16:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:16:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:16:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:16:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:16:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:16:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Apr 04, 2024 8:16:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:16:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:16:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:16:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Apr 04, 2024 8:16:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:16:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:16:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:16:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:16:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:16:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Apr 04, 2024 8:16:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:16:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:16:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:16:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:16:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:16:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:16:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:16:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Apr 04, 2024 8:16:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:16:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:16:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:16:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Apr 04, 2024 8:16:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:16:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:16:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:16:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:16:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:16:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:16:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:16:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:16:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:16:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:16:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Apr 04, 2024 8:16:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:16:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:16:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:16:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Apr 04, 2024 8:16:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:16:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:16:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:16:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:16:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:16:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.255 s -- in org.glassfish.jersey.tests.api.ResponseE2ETest
Apr 04, 2024 8:16:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:16:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Apr 04, 2024 8:16:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:16:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:16:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:16:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Apr 04, 2024 8:16:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:16:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Apr 04, 2024 8:17:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:17:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Apr 04, 2024 8:17:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:17:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Apr 04, 2024 8:17:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:17:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Apr 04, 2024 8:17:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:17:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Apr 04, 2024 8:17:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:17:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Apr 04, 2024 8:17:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:17:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
[INFO] Running org.glassfish.jersey.tests.api.MessageBodyReaderTest
Apr 04, 2024 8:17:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.465 s -- in org.glassfish.jersey.tests.api.ClientInvocationTest
Apr 04, 2024 8:17:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:01 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:17:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
[INFO] Running org.glassfish.jersey.tests.api.ResponseIntegrationTest
Apr 04, 2024 8:17:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
Apr 04, 2024 8:17:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.664 s -- in org.glassfish.jersey.tests.api.MessageBodyReaderTest
[INFO] Running org.glassfish.jersey.tests.api.AcceptMediaTypeProviderTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s -- in org.glassfish.jersey.tests.api.AcceptMediaTypeProviderTest
Apr 04, 2024 8:17:02 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:17:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
### Testing status: 200
[INFO] Running org.glassfish.jersey.tests.api.SourceEntityProviderTest
Apr 04, 2024 8:17:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
### Testing status: 201
### Testing status: 202
### Testing status: 204
### Testing status: 303
### Testing status: 304
### Testing status: 307
### Testing status: 401
### Testing status: 403
### Testing status: 404
### Testing status: 406
### Testing status: 409
### Testing status: 410
### Testing status: 411
### Testing status: 412
### Testing status: 415
### Testing status: 500
### Testing status: 503
Apr 04, 2024 8:17:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:17:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
### Testing status: 200
### Testing status: 201
### Testing status: 202
### Testing status: 204
### Testing status: 303
### Testing status: 304
### Testing status: 307
### Testing status: 401
### Testing status: 403
### Testing status: 404
### Testing status: 406
### Testing status: 409
### Testing status: 410
### Testing status: 411
### Testing status: 412
### Testing status: 415
### Testing status: 500
### Testing status: 503
Apr 04, 2024 8:17:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.575 s -- in org.glassfish.jersey.tests.api.ResponseIntegrationTest
Apr 04, 2024 8:17:04 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:17:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:17:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:17:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
[INFO] Running org.glassfish.jersey.tests.api.AbortingFilterTest
Apr 04, 2024 8:17:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:17:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:17:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:17:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:17:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 8:17:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 8:17:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.578 s -- in org.glassfish.jersey.tests.api.SourceEntityProviderTest
[INFO] Running org.glassfish.jersey.tests.api.LocaleProviderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s -- in org.glassfish.jersey.tests.api.LocaleProviderTest
Apr 04, 2024 8:17:06 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:17:06 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Aborting will take place in RequestFilter.
Apr 04, 2024 8:17:06 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Aborting will take place in ResponseFilter.
Apr 04, 2024 8:17:06 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Response will not be aborted.
Apr 04, 2024 8:17:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
[INFO] Running org.glassfish.jersey.tests.api.ClientInvocationTest
Apr 04, 2024 8:17:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:17:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:07 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Aborting will take place in RequestFilter.
Apr 04, 2024 8:17:07 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Aborting will take place in ResponseFilter.
Apr 04, 2024 8:17:07 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Response will not be aborted.
Apr 04, 2024 8:17:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:17:07 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
java.lang.IllegalStateException: The request cannot be aborted as it is already in the response processing phase.
	at org.glassfish.jersey.internal.guava.Preconditions.checkState(Preconditions.java:169)
	at org.glassfish.jersey.server.ContainerRequest.abortWith(ContainerRequest.java:556)
	at org.glassfish.jersey.tests.api.AbortingFilterTest$AbortingResponseFilter.filter(AbortingFilterTest.java:97)
	at org.glassfish.jersey.server.ContainerFilteringStage$ResponseFilterStage.apply(ContainerFilteringStage.java:172)
	at org.glassfish.jersey.server.ContainerFilteringStage$ResponseFilterStage.apply(ContainerFilteringStage.java:139)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:147)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:266)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:17:07 AM org.glassfish.jersey.tests.api.AbortingFilterTest testAbortingResponseFilter
INFO: Response status is: 500
Apr 04, 2024 8:17:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:17:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:07 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Aborting will take place in RequestFilter.
Apr 04, 2024 8:17:07 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Aborting will take place in ResponseFilter.
Apr 04, 2024 8:17:07 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Response will not be aborted.
Apr 04, 2024 8:17:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
Apr 04, 2024 8:17:08 AM org.glassfish.jersey.tests.api.AbortingFilterTest testAbortingFilterWithApacheConnector
INFO: Response status is: 401
Apr 04, 2024 8:17:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:17:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:08 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Aborting will take place in RequestFilter.
Apr 04, 2024 8:17:08 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Aborting will take place in ResponseFilter.
Apr 04, 2024 8:17:08 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Response will not be aborted.
Apr 04, 2024 8:17:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:17:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.517 s -- in org.glassfish.jersey.tests.api.AbortingFilterTest
Apr 04, 2024 8:17:08 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:17:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:17:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:17:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:17:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:17:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Running org.glassfish.jersey.tests.api.LocationHeaderBasicTest
Apr 04, 2024 8:17:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:17:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:17:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 8:17:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 8:17:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Apr 04, 2024 8:17:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Apr 04, 2024 8:17:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Apr 04, 2024 8:17:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Apr 04, 2024 8:17:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Apr 04, 2024 8:17:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Apr 04, 2024 8:17:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Apr 04, 2024 8:17:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Apr 04, 2024 8:17:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Apr 04, 2024 8:17:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Apr 04, 2024 8:17:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:10 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:17:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Apr 04, 2024 8:17:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Apr 04, 2024 8:17:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Apr 04, 2024 8:17:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Apr 04, 2024 8:17:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Apr 04, 2024 8:17:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Apr 04, 2024 8:17:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Apr 04, 2024 8:17:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Apr 04, 2024 8:17:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.230 s -- in org.glassfish.jersey.tests.api.ClientInvocationTest
Apr 04, 2024 8:17:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:17:11 AM org.glassfish.jersey.tests.api.LocationHeaderBasicTest checkResource
INFO: Location resolved from response > http://localhost:42391/locationWithBody
Apr 04, 2024 8:17:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:17:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:17:11 AM org.glassfish.jersey.tests.api.LocationHeaderBasicTest testNullLocation
INFO: Location resolved from response > null
Apr 04, 2024 8:17:11 AM org.glassfish.jersey.tests.api.LocationHeaderBasicTest$ResponseTest locationTest
INFO: URI Created in the resource method > location
Apr 04, 2024 8:17:11 AM org.glassfish.jersey.tests.api.LocationHeaderBasicTest checkResource
INFO: Location resolved from response > http://localhost:42391/location
Apr 04, 2024 8:17:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:17:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
[INFO] Running org.glassfish.jersey.tests.api.ResponseIntegrationTest
Apr 04, 2024 8:17:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:17:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.922 s -- in org.glassfish.jersey.tests.api.LocationHeaderBasicTest
Apr 04, 2024 8:17:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
[INFO] Running org.glassfish.jersey.tests.api.CacheControlImplTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s -- in org.glassfish.jersey.tests.api.CacheControlImplTest
Apr 04, 2024 8:17:12 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:17:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
### Testing status: 200
### Testing status: 201
### Testing status: 202
### Testing status: 204
### Testing status: 303
### Testing status: 304
### Testing status: 307
### Testing status: 401
### Testing status: 403
### Testing status: 404
### Testing status: 406
### Testing status: 409
### Testing status: 410
### Testing status: 411
### Testing status: 412
### Testing status: 415
### Testing status: 500
### Testing status: 503
Apr 04, 2024 8:17:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
### Testing status: 200
### Testing status: 201
### Testing status: 202
### Testing status: 204
### Testing status: 303
### Testing status: 304
### Testing status: 307
### Testing status: 401
### Testing status: 403
### Testing status: 404
### Testing status: 406
### Testing status: 409
### Testing status: 410
### Testing status: 411
### Testing status: 412
### Testing status: 415
### Testing status: 500
### Testing status: 503
Apr 04, 2024 8:17:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.756 s -- in org.glassfish.jersey.tests.api.ResponseIntegrationTest
[INFO] Running org.glassfish.jersey.tests.api.ExceptionTest
[INFO] Running org.glassfish.jersey.tests.api.AbortingFilterTest
Apr 04, 2024 8:17:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:15 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:17:15 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Aborting will take place in RequestFilter.
Apr 04, 2024 8:17:15 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Aborting will take place in ResponseFilter.
Apr 04, 2024 8:17:15 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Response will not be aborted.
Apr 04, 2024 8:17:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:17:15 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:17:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:15 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Aborting will take place in RequestFilter.
Apr 04, 2024 8:17:15 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Aborting will take place in ResponseFilter.
Apr 04, 2024 8:17:15 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Response will not be aborted.
Apr 04, 2024 8:17:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:17:15 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
java.lang.IllegalStateException: The request cannot be aborted as it is already in the response processing phase.
	at org.glassfish.jersey.internal.guava.Preconditions.checkState(Preconditions.java:169)
	at org.glassfish.jersey.server.ContainerRequest.abortWith(ContainerRequest.java:556)
	at org.glassfish.jersey.tests.api.AbortingFilterTest$AbortingResponseFilter.filter(AbortingFilterTest.java:97)
	at org.glassfish.jersey.server.ContainerFilteringStage$ResponseFilterStage.apply(ContainerFilteringStage.java:172)
	at org.glassfish.jersey.server.ContainerFilteringStage$ResponseFilterStage.apply(ContainerFilteringStage.java:139)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:147)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:266)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:17:15 AM org.glassfish.jersey.tests.api.AbortingFilterTest testAbortingResponseFilter
INFO: Response status is: 500
Apr 04, 2024 8:17:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:15 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Aborting will take place in RequestFilter.
Apr 04, 2024 8:17:15 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Aborting will take place in ResponseFilter.
Apr 04, 2024 8:17:15 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Response will not be aborted.
Apr 04, 2024 8:17:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
Apr 04, 2024 8:17:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:17:16 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.jersey.server.ParamException$MatrixParamException: HTTP 404 Not Found
	at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:85)
	at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:67)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242)
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:82)
	... 38 more
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource1 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource1
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)


Apr 04, 2024 8:17:16 AM org.glassfish.jersey.tests.api.AbortingFilterTest testAbortingFilterWithApacheConnector
INFO: Response status is: 401
Apr 04, 2024 8:17:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:16 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Aborting will take place in RequestFilter.
Apr 04, 2024 8:17:16 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Aborting will take place in ResponseFilter.
Apr 04, 2024 8:17:16 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Response will not be aborted.
Apr 04, 2024 8:17:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:17:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.150 s -- in org.glassfish.jersey.tests.api.AbortingFilterTest
Apr 04, 2024 8:17:16 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.jersey.server.ParamException$PathParamException: HTTP 404 Not Found
	at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:94)
	at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:79)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242)
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:92)
	... 38 more
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource2 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource2
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)


Apr 04, 2024 8:17:16 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.jersey.server.ParamException$QueryParamException: HTTP 404 Not Found
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:81)
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242)
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78)
	... 38 more
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource3 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource3
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)


Apr 04, 2024 8:17:16 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.jersey.server.ParamException$HeaderParamException: HTTP 400 Bad Request
	at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:79)
	at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:65)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242)
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:76)
	... 38 more
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource4 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource4
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)


Apr 04, 2024 8:17:16 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.jersey.server.ParamException$CookieParamException: HTTP 400 Bad Request
	at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:65)
	at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:44)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242)
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:62)
	... 38 more
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource5 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource5
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)


Apr 04, 2024 8:17:16 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.jersey.server.ParamException$MatrixParamException: HTTP 404 Not Found
	at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:85)
	at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:67)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242)
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:82)
	... 38 more
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource6 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource6
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)


Apr 04, 2024 8:17:16 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.jersey.server.ParamException$PathParamException: HTTP 404 Not Found
	at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:94)
	at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:79)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242)
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:92)
	... 38 more
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource7 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource7
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)


Apr 04, 2024 8:17:16 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.jersey.server.ParamException$QueryParamException: HTTP 404 Not Found
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:81)
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242)
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78)
	... 38 more
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource8 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource8
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)


Apr 04, 2024 8:17:16 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.jersey.server.ParamException$HeaderParamException: HTTP 400 Bad Request
	at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:79)
	at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:65)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242)
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:76)
	... 38 more
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource9 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource9
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)


Apr 04, 2024 8:17:16 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.jersey.server.ParamException$CookieParamException: HTTP 400 Bad Request
	at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:65)
	at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:44)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242)
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:62)
	... 38 more
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource10 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource10
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)


Apr 04, 2024 8:17:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:17:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:17:16 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
jakarta.ws.rs.WebApplicationException: HTTP 555 
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477)
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:82)
	at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:67)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource1 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource1
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)


Apr 04, 2024 8:17:16 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
jakarta.ws.rs.WebApplicationException: HTTP 555 
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477)
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:92)
	at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:79)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource2 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource2
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)


Apr 04, 2024 8:17:16 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
jakarta.ws.rs.WebApplicationException: HTTP 555 
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477)
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78)
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource3 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource3
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)


Apr 04, 2024 8:17:16 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
jakarta.ws.rs.WebApplicationException: HTTP 555 
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477)
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:76)
	at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:65)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource4 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource4
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)


Apr 04, 2024 8:17:16 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
jakarta.ws.rs.WebApplicationException: HTTP 555 
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477)
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:62)
	at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:44)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource5 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource5
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)


Apr 04, 2024 8:17:16 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
jakarta.ws.rs.WebApplicationException: HTTP 555 
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477)
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:82)
	at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:67)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource6 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource6
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)


Apr 04, 2024 8:17:16 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
jakarta.ws.rs.WebApplicationException: HTTP 555 
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477)
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:92)
	at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:79)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource7 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource7
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)


Apr 04, 2024 8:17:16 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
jakarta.ws.rs.WebApplicationException: HTTP 555 
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477)
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78)
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource8 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource8
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)


Apr 04, 2024 8:17:16 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
jakarta.ws.rs.WebApplicationException: HTTP 555 
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477)
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:76)
	at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:65)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource9 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource9
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)


Apr 04, 2024 8:17:16 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
jakarta.ws.rs.WebApplicationException: HTTP 555 
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477)
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:62)
	at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:44)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource10 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource10
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)


Apr 04, 2024 8:17:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Running org.glassfish.jersey.tests.api.LocationHeaderBasicTest
Apr 04, 2024 8:17:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:17:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.331 s -- in org.glassfish.jersey.tests.api.ExceptionTest
Apr 04, 2024 8:17:17 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:17:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
[INFO] Running org.glassfish.jersey.tests.api.ResourceContextTest
Apr 04, 2024 8:17:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:18 AM org.glassfish.jersey.tests.api.LocationHeaderBasicTest checkResource
INFO: Location resolved from response > http://localhost:43127/locationWithBody
Apr 04, 2024 8:17:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:17:18 AM org.glassfish.jersey.tests.api.LocationHeaderBasicTest testNullLocation
INFO: Location resolved from response > null
Apr 04, 2024 8:17:18 AM org.glassfish.jersey.tests.api.LocationHeaderBasicTest$ResponseTest locationTest
INFO: URI Created in the resource method > location
Apr 04, 2024 8:17:18 AM org.glassfish.jersey.tests.api.LocationHeaderBasicTest checkResource
INFO: Location resolved from response > http://localhost:43127/location
Apr 04, 2024 8:17:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:17:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.011 s -- in org.glassfish.jersey.tests.api.LocationHeaderBasicTest
[INFO] Running org.glassfish.jersey.tests.api.CacheControlImplTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in org.glassfish.jersey.tests.api.CacheControlImplTest
Apr 04, 2024 8:17:19 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:17:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:17:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:17:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
[INFO] Running org.glassfish.jersey.tests.api.ExceptionTest
Apr 04, 2024 8:17:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:17:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:17:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:17:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.617 s -- in org.glassfish.jersey.tests.api.ResourceContextTest
Apr 04, 2024 8:17:21 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:17:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
[INFO] Running org.glassfish.jersey.tests.api.MediaTypeProviderTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 s -- in org.glassfish.jersey.tests.api.MediaTypeProviderTest
Apr 04, 2024 8:17:21 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.jersey.server.ParamException$MatrixParamException: HTTP 404 Not Found
	at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:85)
	at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:67)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242)
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:82)
	... 38 more
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource1 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource1
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)


Apr 04, 2024 8:17:21 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.jersey.server.ParamException$PathParamException: HTTP 404 Not Found
	at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:94)
	at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:79)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242)
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:92)
	... 38 more
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource2 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource2
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)


Apr 04, 2024 8:17:21 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.jersey.server.ParamException$QueryParamException: HTTP 404 Not Found
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:81)
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242)
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78)
	... 38 more
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource3 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource3
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)


Apr 04, 2024 8:17:21 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.jersey.server.ParamException$HeaderParamException: HTTP 400 Bad Request
	at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:79)
	at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:65)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242)
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:76)
	... 38 more
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource4 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource4
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)


Apr 04, 2024 8:17:21 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.jersey.server.ParamException$CookieParamException: HTTP 400 Bad Request
	at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:65)
	at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:44)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242)
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:62)
	... 38 more
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource5 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource5
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)


Apr 04, 2024 8:17:21 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.jersey.server.ParamException$MatrixParamException: HTTP 404 Not Found
	at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:85)
	at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:67)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242)
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:82)
	... 38 more
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource6 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource6
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)


Apr 04, 2024 8:17:21 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.jersey.server.ParamException$PathParamException: HTTP 404 Not Found
	at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:94)
	at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:79)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242)
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:92)
	... 38 more
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource7 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource7
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)


Apr 04, 2024 8:17:21 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.jersey.server.ParamException$QueryParamException: HTTP 404 Not Found
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:81)
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242)
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78)
	... 38 more
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource8 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource8
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)


Apr 04, 2024 8:17:21 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.jersey.server.ParamException$HeaderParamException: HTTP 400 Bad Request
	at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:79)
	at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:65)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242)
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:76)
	... 38 more
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource9 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource9
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)


Apr 04, 2024 8:17:21 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.jersey.server.ParamException$CookieParamException: HTTP 400 Bad Request
	at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:65)
	at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:44)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242)
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:62)
	... 38 more
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource10 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource10
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)


Apr 04, 2024 8:17:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:17:22 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
jakarta.ws.rs.WebApplicationException: HTTP 555 
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477)
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:82)
	at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:67)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource1 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource1
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)


Apr 04, 2024 8:17:22 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
jakarta.ws.rs.WebApplicationException: HTTP 555 
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477)
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:92)
	at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:79)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource2 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource2
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)


Apr 04, 2024 8:17:22 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
jakarta.ws.rs.WebApplicationException: HTTP 555 
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477)
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78)
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource3 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource3
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)


Apr 04, 2024 8:17:22 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
jakarta.ws.rs.WebApplicationException: HTTP 555 
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477)
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:76)
	at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:65)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource4 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource4
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)


Apr 04, 2024 8:17:22 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
jakarta.ws.rs.WebApplicationException: HTTP 555 
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477)
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:62)
	at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:44)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource5 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource5
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)


Apr 04, 2024 8:17:22 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
jakarta.ws.rs.WebApplicationException: HTTP 555 
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477)
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:82)
	at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:67)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource6 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource6
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)


Apr 04, 2024 8:17:22 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
jakarta.ws.rs.WebApplicationException: HTTP 555 
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477)
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:92)
	at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:79)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource7 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource7
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)


Apr 04, 2024 8:17:22 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
jakarta.ws.rs.WebApplicationException: HTTP 555 
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477)
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78)
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource8 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource8
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)


Apr 04, 2024 8:17:22 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
jakarta.ws.rs.WebApplicationException: HTTP 555 
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477)
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:76)
	at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:65)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource9 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource9
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)


Apr 04, 2024 8:17:22 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
jakarta.ws.rs.WebApplicationException: HTTP 555 
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477)
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:62)
	at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:44)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource10 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource10
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)


Apr 04, 2024 8:17:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Running org.glassfish.jersey.tests.api.OptionsTest
Apr 04, 2024 8:17:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:17:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.386 s -- in org.glassfish.jersey.tests.api.ExceptionTest
[INFO] Running org.glassfish.jersey.tests.api.ResourceContextTest
Apr 04, 2024 8:17:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:23 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:17:24 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:17:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:17:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:17:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.135 s -- in org.glassfish.jersey.tests.api.OptionsTest
Apr 04, 2024 8:17:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:17:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:17:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.821 s -- in org.glassfish.jersey.tests.api.ResourceContextTest
[INFO] Running org.glassfish.jersey.tests.api.ApplicationCachingTest
[INFO] Running org.glassfish.jersey.tests.api.MediaTypeProviderTest
Apr 04, 2024 8:17:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.glassfish.jersey.tests.api.MediaTypeProviderTest
[INFO] Running org.glassfish.jersey.tests.api.OptionsTest
Apr 04, 2024 8:17:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:26 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:17:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:17:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.642 s -- in org.glassfish.jersey.tests.api.ApplicationCachingTest
Apr 04, 2024 8:17:27 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:17:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:17:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.479 s -- in org.glassfish.jersey.tests.api.OptionsTest
[INFO] Running org.glassfish.jersey.tests.api.QualitySourceMediaTypeProviderTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 s -- in org.glassfish.jersey.tests.api.QualitySourceMediaTypeProviderTest
[INFO] Running org.glassfish.jersey.tests.api.ApplicationCachingTest
Apr 04, 2024 8:17:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:28 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
[INFO] Running org.glassfish.jersey.tests.api.ContentDispositionTest
Apr 04, 2024 8:17:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:17:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.276 s -- in org.glassfish.jersey.tests.api.ContentDispositionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.087 s -- in org.glassfish.jersey.tests.api.ApplicationCachingTest
[INFO] Running org.glassfish.jersey.tests.api.QualitySourceMediaTypeProviderTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s -- in org.glassfish.jersey.tests.api.QualitySourceMediaTypeProviderTest
[INFO] Running org.glassfish.jersey.tests.api.RestrictedHeaderTest
Apr 04, 2024 8:17:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
[INFO] Running org.glassfish.jersey.tests.api.ContentDispositionTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 s -- in org.glassfish.jersey.tests.api.ContentDispositionTest
[INFO] Running org.glassfish.jersey.tests.api.RestrictedHeaderTest
Apr 04, 2024 8:17:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:31 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:17:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
Apr 04, 2024 8:17:32 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Headers: {origin=[http://example.com], access-control-request-method=[POST], user-agent=[Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)], testus=[Hello], host=[localhost:42391], connection=[Keep-Alive], accept-encoding=[gzip,deflate]}
Apr 04, 2024 8:17:32 AM org.glassfish.jersey.tests.api.RestrictedHeaderTest$MyResource getOptions
INFO: CORS headers found.
Apr 04, 2024 8:17:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:17:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:17:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Headers: {origin=[http://example.com], access-control-request-method=[POST], testus=[Hello], user-agent=[Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)], host=[localhost:42391], accept=[text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2], connection=[keep-alive]}
Apr 04, 2024 8:17:32 AM org.glassfish.jersey.tests.api.RestrictedHeaderTest$MyResource getOptions
INFO: CORS headers found.

Apr 04, 2024 8:17:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.775 s -- in org.glassfish.jersey.tests.api.RestrictedHeaderTest
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
Headers: {origin=[http://example.com], access-control-request-method=[POST], user-agent=[Jersey/3.1.99-SNAPSHOT (Apache HttpClient 4.5.14)], testus=[Hello], host=[localhost:43127], connection=[Keep-Alive], accept-encoding=[gzip,deflate]}
Apr 04, 2024 8:17:32 AM org.glassfish.jersey.tests.api.RestrictedHeaderTest$MyResource getOptions
INFO: CORS headers found.
Apr 04, 2024 8:17:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Headers: {origin=[http://example.com], access-control-request-method=[POST], testus=[Hello], user-agent=[Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)], host=[localhost:43127], accept=[*/*], connection=[keep-alive]}
Apr 04, 2024 8:17:33 AM org.glassfish.jersey.tests.api.RestrictedHeaderTest$MyResource getOptions
INFO: CORS headers found.

Apr 04, 2024 8:17:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.867 s -- in org.glassfish.jersey.tests.api.RestrictedHeaderTest
[INFO] Running org.glassfish.jersey.tests.api.AnnotationInheritanceTest
[INFO] Running org.glassfish.jersey.tests.api.AnnotationInheritanceTest
Apr 04, 2024 8:17:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:34 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:17:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:17:35 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:17:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:17:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:17:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:17:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:17:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.045 s -- in org.glassfish.jersey.tests.api.AnnotationInheritanceTest
Apr 04, 2024 8:17:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:17:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:17:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Running org.glassfish.jersey.tests.api.UnsafeCharsInUriTest
Apr 04, 2024 8:17:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:17:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:17:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:17:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.041 s -- in org.glassfish.jersey.tests.api.AnnotationInheritanceTest
Apr 04, 2024 8:17:37 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:17:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:17:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.391 s -- in org.glassfish.jersey.tests.api.UnsafeCharsInUriTest
[INFO] Running org.glassfish.jersey.tests.api.UnsafeCharsInUriTest
Apr 04, 2024 8:17:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
[INFO] Running org.glassfish.jersey.tests.api.EntityTagProviderTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in org.glassfish.jersey.tests.api.EntityTagProviderTest
[INFO] Running org.glassfish.jersey.tests.api.LocationHeaderFiltersTest
Apr 04, 2024 8:17:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:38 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:17:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:17:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.075 s -- in org.glassfish.jersey.tests.api.UnsafeCharsInUriTest
Apr 04, 2024 8:17:39 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:17:39 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:39 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$MyTest locationTestWithFilter
INFO: URI Created in the resource method > location
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationFilter filter
INFO: LocationManipulationFilter applied.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest checkResource
INFO: Location resolved from response > http://localhost:43127/ResponseTest/UriChangedByFilter
Apr 04, 2024 8:17:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Running org.glassfish.jersey.tests.api.EntityTagProviderTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 s -- in org.glassfish.jersey.tests.api.EntityTagProviderTest
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationInterceptor aroundWriteTo
INFO: LocationManipulationInterceptor applied.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest checkResource
INFO: Location resolved from response > http://localhost:43127/ResponseTest/UriChangedByInterceptor
Apr 04, 2024 8:17:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$AbortingRequestFilter filter
INFO: Aborting request in the request filter. Returning status created.
Apr 04, 2024 8:17:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:17:40 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
jakarta.ws.rs.WebApplicationException: HTTP 500 Internal Server Error
	at org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$MyTest.exceptionMapperSync(LocationHeaderFiltersTest.java:240)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Apr 04, 2024 8:17:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$AbortingPreMatchingRequestFilter filter
INFO: Aborting request in the request filter. Returning status created.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest checkResource
INFO: Location resolved from response > http://localhost:43127/uriAfterPreMatchingAbortion/SUCCESS
Apr 04, 2024 8:17:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
[INFO] Running org.glassfish.jersey.tests.api.LocationHeaderFiltersTest
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
jakarta.ws.rs.WebApplicationException: HTTP 500 Internal Server Error
	at org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$MyTest$4.run(LocationHeaderFiltersTest.java:280)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Apr 04, 2024 8:17:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
Apr 04, 2024 8:17:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
Apr 04, 2024 8:17:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
Apr 04, 2024 8:17:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
jakarta.ws.rs.WebApplicationException: HTTP 500 Internal Server Error
	at org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$MyTest$3.run(LocationHeaderFiltersTest.java:259)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Apr 04, 2024 8:17:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Apr 04, 2024 8:17:41 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
Apr 04, 2024 8:17:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.151 s -- in org.glassfish.jersey.tests.api.LocationHeaderFiltersTest
[INFO] Running org.glassfish.jersey.tests.api.LocationHeaderAsyncTest
Apr 04, 2024 8:17:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:42 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:17:43 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:43 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Apr 04, 2024 8:17:43 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:43 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Apr 04, 2024 8:17:43 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Apr 04, 2024 8:17:43 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:43 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:43 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:43 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:43 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Apr 04, 2024 8:17:43 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:17:43 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
Apr 04, 2024 8:17:43 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:17:43 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$MyTest locationTestWithFilter
INFO: URI Created in the resource method > location
Apr 04, 2024 8:17:43 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationFilter filter
INFO: LocationManipulationFilter applied.
Apr 04, 2024 8:17:43 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest checkResource
INFO: Location resolved from response > http://localhost:42391/ResponseTest/UriChangedByFilter
Apr 04, 2024 8:17:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:17:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:17:43 AM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest$1 run
INFO: Thread pool initialized.
Apr 04, 2024 8:17:43 AM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest$1 run
INFO: Thread pool initialized.
Apr 04, 2024 8:17:43 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:43 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Apr 04, 2024 8:17:43 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:43 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Apr 04, 2024 8:17:43 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Apr 04, 2024 8:17:43 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:43 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:43 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:43 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:43 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Apr 04, 2024 8:17:43 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:17:43 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
Apr 04, 2024 8:17:43 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationInterceptor aroundWriteTo
INFO: LocationManipulationInterceptor applied.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest checkResource
INFO: Location resolved from response > http://localhost:42391/ResponseTest/UriChangedByInterceptor
Apr 04, 2024 8:17:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest testExecutorAsync
INFO: Location resolved from response > http://localhost:43127/ResponseTest/executorAsync
Apr 04, 2024 8:17:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$AbortingRequestFilter filter
INFO: Aborting request in the request filter. Returning status created.
Apr 04, 2024 8:17:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:17:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest$1 run
INFO: Thread pool initialized.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest testAsync
INFO: Location resolved from response > http://localhost:43127/ResponseTest/locationAsync
Apr 04, 2024 8:17:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.814 s -- in org.glassfish.jersey.tests.api.LocationHeaderAsyncTest
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
jakarta.ws.rs.WebApplicationException: HTTP 500 Internal Server Error
	at org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$MyTest.exceptionMapperSync(LocationHeaderFiltersTest.java:240)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
Apr 04, 2024 8:17:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$AbortingPreMatchingRequestFilter filter
INFO: Aborting request in the request filter. Returning status created.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest checkResource
INFO: Location resolved from response > http://localhost:42391/uriAfterPreMatchingAbortion/SUCCESS
Apr 04, 2024 8:17:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
[INFO] Running org.glassfish.jersey.tests.api.FormDataContentDispositionTest
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
jakarta.ws.rs.WebApplicationException: HTTP 500 Internal Server Error
	at org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$MyTest$4.run(LocationHeaderFiltersTest.java:280)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)
Apr 04, 2024 8:17:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:17:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
Apr 04, 2024 8:17:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 s -- in org.glassfish.jersey.tests.api.FormDataContentDispositionTest
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
Apr 04, 2024 8:17:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
Apr 04, 2024 8:17:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
jakarta.ws.rs.WebApplicationException: HTTP 500 Internal Server Error
	at org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$MyTest$3.run(LocationHeaderFiltersTest.java:259)
	at java.base/java.lang.Thread.run(Thread.java:834)
Apr 04, 2024 8:17:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Running org.glassfish.jersey.tests.api.HttpHeaderTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 s -- in org.glassfish.jersey.tests.api.HttpHeaderTest
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Apr 04, 2024 8:17:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Apr 04, 2024 8:17:45 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
Apr 04, 2024 8:17:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.474 s -- in org.glassfish.jersey.tests.api.LocationHeaderFiltersTest
[INFO] Running org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest
Apr 04, 2024 8:17:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
[INFO] Running org.glassfish.jersey.tests.api.LocationHeaderAsyncTest
Apr 04, 2024 8:17:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:47 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:17:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:17:47 AM org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest testLocation
INFO: Location resolved from response > http://localhost:43127/test/location
Apr 04, 2024 8:17:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:17:48 AM org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest testNullLocation
INFO: Location resolved from response > null
Apr 04, 2024 8:17:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:17:48 AM org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest testLocationWithSlash
INFO: Location resolved from response > http://localhost:43127/location
Apr 04, 2024 8:17:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.895 s -- in org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest
Apr 04, 2024 8:17:48 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:17:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:17:48 AM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest$1 run
INFO: Thread pool initialized.
Apr 04, 2024 8:17:48 AM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest$1 run
INFO: Thread pool initialized.
[INFO] Running org.glassfish.jersey.tests.api.VariantsTest
Apr 04, 2024 8:17:48 AM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest testExecutorAsync
INFO: Location resolved from response > http://localhost:42391/ResponseTest/executorAsync
Apr 04, 2024 8:17:48 AM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest$1 run
INFO: Thread pool initialized.
Apr 04, 2024 8:17:48 AM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest testAsync
INFO: Location resolved from response > http://localhost:42391/ResponseTest/locationAsync
Apr 04, 2024 8:17:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.266 s -- in org.glassfish.jersey.tests.api.LocationHeaderAsyncTest
Apr 04, 2024 8:17:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
[INFO] Running org.glassfish.jersey.tests.api.FormDataContentDispositionTest
Apr 04, 2024 8:17:49 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.295 s -- in org.glassfish.jersey.tests.api.FormDataContentDispositionTest
Apr 04, 2024 8:17:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:17:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:17:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:17:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:17:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:17:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Running org.glassfish.jersey.tests.api.HttpHeaderTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 s -- in org.glassfish.jersey.tests.api.HttpHeaderTest
Apr 04, 2024 8:17:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:17:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Accept-Language
Apr 04, 2024 8:17:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 8:17:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.469 s -- in org.glassfish.jersey.tests.api.VariantsTest
[INFO] Running org.glassfish.jersey.tests.api.ConsumeProduceTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s -- in org.glassfish.jersey.tests.api.ConsumeProduceTest
[INFO] Running org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest
Apr 04, 2024 8:17:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
[INFO] Running org.glassfish.jersey.tests.api.ResponseTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 s -- in org.glassfish.jersey.tests.api.ResponseTest
[INFO] Running org.glassfish.jersey.tests.api.CookieImplTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in org.glassfish.jersey.tests.api.CookieImplTest
Apr 04, 2024 8:17:53 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:17:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
[INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ClientTest
Apr 04, 2024 8:17:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:53 AM org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest testLocation
INFO: Location resolved from response > http://localhost:42391/test/location
Apr 04, 2024 8:17:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:17:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:17:54 AM org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest testNullLocation
INFO: Location resolved from response > null
Apr 04, 2024 8:17:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:17:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:17:54 AM org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest testLocationWithSlash
INFO: Location resolved from response > http://localhost:42391/location
Apr 04, 2024 8:17:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.581 s -- in org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest
Apr 04, 2024 8:17:54 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:17:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
[INFO] Running org.glassfish.jersey.tests.api.VariantsTest
Apr 04, 2024 8:17:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:17:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:17:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:17:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:17:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:17:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 8:17:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 8:17:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Apr 04, 2024 8:17:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Apr 04, 2024 8:17:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Apr 04, 2024 8:17:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Apr 04, 2024 8:17:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Apr 04, 2024 8:17:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Apr 04, 2024 8:17:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Apr 04, 2024 8:17:56 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:17:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Apr 04, 2024 8:17:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Apr 04, 2024 8:17:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:17:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Apr 04, 2024 8:17:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Apr 04, 2024 8:17:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Apr 04, 2024 8:17:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.634 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ClientTest
Apr 04, 2024 8:17:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:17:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:17:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:17:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:17:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:17:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:17:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerTest
Apr 04, 2024 8:17:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:17:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:17:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:17:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:17:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Accept-Language
Apr 04, 2024 8:17:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:17:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:17:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:17:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 8:17:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.378 s -- in org.glassfish.jersey.tests.api.VariantsTest
Apr 04, 2024 8:17:58 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
[INFO] Running org.glassfish.jersey.tests.api.ConsumeProduceTest
Apr 04, 2024 8:17:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 s -- in org.glassfish.jersey.tests.api.ConsumeProduceTest
Apr 04, 2024 8:17:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:17:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:17:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:17:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:17:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:17:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:17:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.070 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerTest
[INFO] Running org.glassfish.jersey.tests.api.ResponseTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.210 s -- in org.glassfish.jersey.tests.api.ResponseTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerAutodiscoveryTest
Apr 04, 2024 8:18:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
[INFO] Running org.glassfish.jersey.tests.api.CookieImplTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 s -- in org.glassfish.jersey.tests.api.CookieImplTest
Apr 04, 2024 8:18:01 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:18:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:18:01 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:43127/
1 > accept: */*
1 > connection: keep-alive
1 > host: localhost:43127
1 > user-agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)

Apr 04, 2024 8:18:02 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < 001: First Header Value
1 < 002: Second Header Value
1 < 003: Third Header Value
1 < 004: Fourth Header Value
1 < 005: Fifth Header Value
1 < Content-Type: application/binary

Apr 04, 2024 8:18:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.506 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerAutodiscoveryTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ClientTest
Apr 04, 2024 8:18:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
[INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$FiltersOrderTest
Apr 04, 2024 8:18:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:03 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:18:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:18:03 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Sending client request on thread ForkJoinPool-1-worker-1
1 > GET http://localhost:43127/
1 > custom_header: client/request

Apr 04, 2024 8:18:03 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:43127/
1 > accept: */*
1 > connection: keep-alive
1 > custom_header: client/request
1 > host: localhost:43127
1 > user-agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)

Apr 04, 2024 8:18:03 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < 001: First Header Value
1 < 002: Second Header Value
1 < 003: Third Header Value
1 < 004: Fourth Header Value
1 < 005: Fifth Header Value
1 < Content-Type: application/binary
1 < custom_header: container/response

Apr 04, 2024 8:18:03 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Client response received on thread ForkJoinPool-1-worker-1
1 < 200
1 < 001: First Header Value
1 < 002: Second Header Value
1 < 003: Third Header Value
1 < 004: Fourth Header Value
1 < 005: Fifth Header Value
1 < Content-Length: 32
1 < Content-Type: application/binary
1 < custom_header: container/response

1 * Sending client request on thread ForkJoinPool-1-worker-1
1 > GET http://localhost:43127/
1 > custom_header: client/request

1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:43127/
1 > accept: */*
1 > connection: keep-alive
1 > custom_header: client/request
1 > host: localhost:43127
1 > user-agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)

1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < 001: First Header Value
1 < 002: Second Header Value
1 < 003: Third Header Value
1 < 004: Fourth Header Value
1 < 005: Fifth Header Value
1 < Content-Type: application/binary
1 < custom_header: container/response

1 * Client response received on thread ForkJoinPool-1-worker-1
1 < 200
1 < 001: First Header Value
1 < 002: Second Header Value
1 < 003: Third Header Value
1 < 004: Fourth Header Value
1 < 005: Fifth Header Value
1 < Content-Length: 32
1 < Content-Type: application/binary
1 < custom_header: container/response

Apr 04, 2024 8:18:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.160 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$FiltersOrderTest
Apr 04, 2024 8:18:03 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:18:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:18:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest
Apr 04, 2024 8:18:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:18:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
[INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ClientTest
Apr 04, 2024 8:18:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:18:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:18:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:18:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:18:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 8:18:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 8:18:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:05 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:18:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:18:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Apr 04, 2024 8:18:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Apr 04, 2024 8:18:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Apr 04, 2024 8:18:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:18:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Apr 04, 2024 8:18:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Apr 04, 2024 8:18:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:18:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:18:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:18:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:18:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Apr 04, 2024 8:18:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Apr 04, 2024 8:18:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Apr 04, 2024 8:18:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:18:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:18:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:18:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:18:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Apr 04, 2024 8:18:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Apr 04, 2024 8:18:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:18:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:18:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 8:18:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:18:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Apr 04, 2024 8:18:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Apr 04, 2024 8:18:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.596 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ClientTest
Apr 04, 2024 8:18:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 8:18:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:18:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Apr 04, 2024 8:18:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:18:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Apr 04, 2024 8:18:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:18:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Apr 04, 2024 8:18:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:18:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Apr 04, 2024 8:18:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:18:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Apr 04, 2024 8:18:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:18:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Apr 04, 2024 8:18:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:18:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Apr 04, 2024 8:18:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:18:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Apr 04, 2024 8:18:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerTest
Apr 04, 2024 8:18:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Apr 04, 2024 8:18:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:18:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Apr 04, 2024 8:18:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:18:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Apr 04, 2024 8:18:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:18:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Apr 04, 2024 8:18:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.565 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ClientTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerTest
Apr 04, 2024 8:18:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Apr 04, 2024 8:18:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:18:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Apr 04, 2024 8:18:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:18:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Apr 04, 2024 8:18:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:18:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Apr 04, 2024 8:18:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.350 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerAutodiscoveryTest
Apr 04, 2024 8:18:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Apr 04, 2024 8:18:08 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:43127/
1 > accept: */*
1 > connection: keep-alive
1 > host: localhost:43127
1 > user-agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)

Apr 04, 2024 8:18:08 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < 001: First Header Value
1 < 002: Second Header Value
1 < 003: Third Header Value
1 < 004: Fourth Header Value
1 < 005: Fifth Header Value
1 < Content-Type: application/binary

Apr 04, 2024 8:18:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerAutodiscoveryTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$FiltersOrderTest
Apr 04, 2024 8:18:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Apr 04, 2024 8:18:08 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Sending client request on thread ForkJoinPool-2-worker-1
1 > GET http://localhost:43127/
1 > custom_header: client/request

Apr 04, 2024 8:18:08 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:43127/
1 > accept: */*
1 > connection: keep-alive
1 > custom_header: client/request
1 > host: localhost:43127
1 > user-agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)

Apr 04, 2024 8:18:08 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < 001: First Header Value
1 < 002: Second Header Value
1 < 003: Third Header Value
1 < 004: Fourth Header Value
1 < 005: Fifth Header Value
1 < Content-Type: application/binary
1 < custom_header: container/response

Apr 04, 2024 8:18:08 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Client response received on thread ForkJoinPool-2-worker-1
1 < 200
1 < 001: First Header Value
1 < 002: Second Header Value
1 < 003: Third Header Value
1 < 004: Fourth Header Value
1 < 005: Fifth Header Value
1 < Content-Length: 32
1 < Content-Type: application/binary
1 < custom_header: container/response

1 * Sending client request on thread ForkJoinPool-2-worker-1
1 > GET http://localhost:43127/
1 > custom_header: client/request

1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:43127/
1 > accept: */*
1 > connection: keep-alive
1 > custom_header: client/request
1 > host: localhost:43127
1 > user-agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 21.0.2)

1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < 001: First Header Value
1 < 002: Second Header Value
1 < 003: Third Header Value
1 < 004: Fourth Header Value
1 < 005: Fifth Header Value
1 < Content-Type: application/binary
1 < custom_header: container/response

1 * Client response received on thread ForkJoinPool-2-worker-1
1 < 200
1 < 001: First Header Value
1 < 002: Second Header Value
1 < 003: Third Header Value
1 < 004: Fourth Header Value
1 < 005: Fifth Header Value
1 < Content-Length: 32
1 < Content-Type: application/binary
1 < custom_header: container/response

Apr 04, 2024 8:18:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$FiltersOrderTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.111 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.ReaderProviderTest
Apr 04, 2024 8:18:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:09 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:18:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:18:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:18:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:10 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:18:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:18:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:18:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:18:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:18:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.952 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerTest
Apr 04, 2024 8:18:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:18:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:18:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:18:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:18:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:18:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:18:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:18:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.094 s -- in org.glassfish.jersey.tests.e2e.common.ReaderProviderTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerAutodiscoveryTest
Apr 04, 2024 8:18:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
[INFO] Running org.glassfish.jersey.tests.e2e.common.AutoDiscoverableTest
Apr 04, 2024 8:18:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:12 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:18:12 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:18:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:18:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.525 s -- in org.glassfish.jersey.tests.e2e.common.AutoDiscoverableTest
Apr 04, 2024 8:18:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:18:13 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:42391/
1 > accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 > connection: keep-alive
1 > host: localhost:42391
1 > user-agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)

Apr 04, 2024 8:18:13 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < 001: First Header Value
1 < 002: Second Header Value
1 < 003: Third Header Value
1 < 004: Fourth Header Value
1 < 005: Fifth Header Value
1 < Content-Type: application/binary

Apr 04, 2024 8:18:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.090 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerAutodiscoveryTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.ContentLengthTest
Apr 04, 2024 8:18:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
[INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$FiltersOrderTest
Apr 04, 2024 8:18:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:14 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:18:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:18:15 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:18:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:18:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:18:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:18:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:18:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:18:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:18:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:18:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:18:15 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Sending client request on thread ForkJoinPool-1-worker-3
1 > GET http://localhost:42391/
1 > custom_header: client/request

[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.942 s -- in org.glassfish.jersey.tests.e2e.common.ContentLengthTest
Apr 04, 2024 8:18:15 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:42391/
1 > accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 > connection: keep-alive
1 > custom_header: client/request
1 > host: localhost:42391
1 > user-agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)

Apr 04, 2024 8:18:15 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < 001: First Header Value
1 < 002: Second Header Value
1 < 003: Third Header Value
1 < 004: Fourth Header Value
1 < 005: Fifth Header Value
1 < Content-Type: application/binary
1 < custom_header: container/response

Apr 04, 2024 8:18:15 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Client response received on thread ForkJoinPool-1-worker-3
1 < 200
1 < 001: First Header Value
1 < 002: Second Header Value
1 < 003: Third Header Value
1 < 004: Fourth Header Value
1 < 005: Fifth Header Value
1 < Content-Length: 32
1 < Content-Type: application/binary
1 < custom_header: container/response

1 * Sending client request on thread ForkJoinPool-1-worker-3
1 > GET http://localhost:42391/
1 > custom_header: client/request

1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:42391/
1 > accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 > connection: keep-alive
1 > custom_header: client/request
1 > host: localhost:42391
1 > user-agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)

1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < 001: First Header Value
1 < 002: Second Header Value
1 < 003: Third Header Value
1 < 004: Fourth Header Value
1 < 005: Fifth Header Value
1 < Content-Type: application/binary
1 < custom_header: container/response

1 * Client response received on thread ForkJoinPool-1-worker-3
1 < 200
1 < 001: First Header Value
1 < 002: Second Header Value
1 < 003: Third Header Value
1 < 004: Fourth Header Value
1 < 005: Fifth Header Value
1 < Content-Length: 32
1 < Content-Type: application/binary
1 < custom_header: container/response

Apr 04, 2024 8:18:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.693 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$FiltersOrderTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.FeatureConstraintTest
Apr 04, 2024 8:18:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
[INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ClientTest
Apr 04, 2024 8:18:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:17 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:18:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:18:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.662 s -- in org.glassfish.jersey.tests.e2e.common.FeatureConstraintTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.HeaderParamTest
Apr 04, 2024 8:18:18 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:18:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:18:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:18:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:18:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:18:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:19 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:18:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:18:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:18:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:18:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 8:18:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:18:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:18:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.637 s -- in org.glassfish.jersey.tests.e2e.common.HeaderParamTest
Apr 04, 2024 8:18:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 8:18:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Apr 04, 2024 8:18:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Apr 04, 2024 8:18:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Apr 04, 2024 8:18:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Apr 04, 2024 8:18:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Running org.glassfish.jersey.tests.e2e.common.ProvidersOrderingTest
Apr 04, 2024 8:18:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Apr 04, 2024 8:18:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Apr 04, 2024 8:18:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Apr 04, 2024 8:18:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Apr 04, 2024 8:18:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Apr 04, 2024 8:18:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Apr 04, 2024 8:18:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Apr 04, 2024 8:18:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Apr 04, 2024 8:18:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.635 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ClientTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerTest
Apr 04, 2024 8:18:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Apr 04, 2024 8:18:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Apr 04, 2024 8:18:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Apr 04, 2024 8:18:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Apr 04, 2024 8:18:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.368 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerAutodiscoveryTest
Apr 04, 2024 8:18:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:21 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:18:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Apr 04, 2024 8:18:21 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:42391/
1 > accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 > connection: keep-alive
1 > host: localhost:42391
1 > user-agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)

Apr 04, 2024 8:18:21 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < 001: First Header Value
1 < 002: Second Header Value
1 < 003: Third Header Value
1 < 004: Fourth Header Value
1 < 005: Fifth Header Value
1 < Content-Type: application/binary

Apr 04, 2024 8:18:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerAutodiscoveryTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$FiltersOrderTest
Apr 04, 2024 8:18:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Apr 04, 2024 8:18:21 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Sending client request on thread ForkJoinPool-2-worker-3
1 > GET http://localhost:42391/
1 > custom_header: client/request

Apr 04, 2024 8:18:21 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:42391/
1 > accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 > connection: keep-alive
1 > custom_header: client/request
1 > host: localhost:42391
1 > user-agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)

Apr 04, 2024 8:18:21 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < 001: First Header Value
1 < 002: Second Header Value
1 < 003: Third Header Value
1 < 004: Fourth Header Value
1 < 005: Fifth Header Value
1 < Content-Type: application/binary
1 < custom_header: container/response

Apr 04, 2024 8:18:21 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Client response received on thread ForkJoinPool-2-worker-3
1 < 200
1 < 001: First Header Value
1 < 002: Second Header Value
1 < 003: Third Header Value
1 < 004: Fourth Header Value
1 < 005: Fifth Header Value
1 < Content-Length: 32
1 < Content-Type: application/binary
1 < custom_header: container/response

1 * Sending client request on thread ForkJoinPool-2-worker-3
1 > GET http://localhost:42391/
1 > custom_header: client/request

1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:42391/
1 > accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 > connection: keep-alive
1 > custom_header: client/request
1 > host: localhost:42391
1 > user-agent: Jersey/3.1.99-SNAPSHOT (HttpUrlConnection 11.0.2)

1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < 001: First Header Value
1 < 002: Second Header Value
1 < 003: Third Header Value
1 < 004: Fourth Header Value
1 < 005: Fifth Header Value
1 < Content-Type: application/binary
1 < custom_header: container/response

1 * Client response received on thread ForkJoinPool-2-worker-3
1 < 200
1 < 001: First Header Value
1 < 002: Second Header Value
1 < 003: Third Header Value
1 < 004: Fourth Header Value
1 < 005: Fifth Header Value
1 < Content-Length: 32
1 < Content-Type: application/binary
1 < custom_header: container/response

Apr 04, 2024 8:18:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$FiltersOrderTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.217 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest
Apr 04, 2024 8:18:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:18:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:18:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:18:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.706 s -- in org.glassfish.jersey.tests.e2e.common.ProvidersOrderingTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.HeaderValueExceptionTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.ReaderProviderTest
Apr 04, 2024 8:18:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:23 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:18:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:18:24 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:18:24 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
org.glassfish.jersey.message.internal.HeaderValueException: Unable to parse "Date" header value: "foo"
	at org.glassfish.jersey.message.internal.MessageHeaderMethods.exception(MessageHeaderMethods.java:453)
	at org.glassfish.jersey.message.internal.MessageHeaderMethods.singleHeader(MessageHeaderMethods.java:431)
	at org.glassfish.jersey.message.internal.MessageHeaderMethods.getDate(MessageHeaderMethods.java:172)
	at org.glassfish.jersey.message.internal.OutboundJaxrsResponse.getDate(OutboundJaxrsResponse.java:253)
	at org.glassfish.jersey.tests.e2e.common.HeaderValueExceptionTest$TestResource.postOutboundResponse(HeaderValueExceptionTest.java:105)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: jakarta.ws.rs.ProcessingException: java.text.ParseException: java.text.ParseException: Unparseable date: "foo"
	at org.glassfish.jersey.message.internal.MessageHeaderMethods.lambda$getDate$0(MessageHeaderMethods.java:176)
	at org.glassfish.jersey.message.internal.MessageHeaderMethods.singleHeader(MessageHeaderMethods.java:429)
	... 27 more
Caused by: java.text.ParseException: java.text.ParseException: Unparseable date: "foo"
	at org.glassfish.jersey.message.internal.HttpDateFormat.readDate(HttpDateFormat.java:225)
	at org.glassfish.jersey.message.internal.HttpDateFormat.readDateSDF(HttpDateFormat.java:208)
	at org.glassfish.jersey.message.internal.HttpDateFormat.readDate(HttpDateFormat.java:194)
	at org.glassfish.jersey.message.internal.HttpHeaderReader.readDate(HttpHeaderReader.java:179)
	at org.glassfish.jersey.message.internal.MessageHeaderMethods.lambda$getDate$0(MessageHeaderMethods.java:174)
	... 28 more

Apr 04, 2024 8:18:24 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:18:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:18:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:18:24 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
org.glassfish.jersey.message.internal.HeaderValueException: Unable to parse "Date" header value: "bar"
	at org.glassfish.jersey.message.internal.MessageHeaderMethods.exception(MessageHeaderMethods.java:453)
	at org.glassfish.jersey.message.internal.MessageHeaderMethods.singleHeader(MessageHeaderMethods.java:431)
	at org.glassfish.jersey.message.internal.MessageHeaderMethods.getDate(MessageHeaderMethods.java:172)
	at org.glassfish.jersey.server.ContainerResponse.getDate(ContainerResponse.java:174)
	at org.glassfish.jersey.tests.e2e.common.HeaderValueExceptionTest$ResponseFilter.filter(HeaderValueExceptionTest.java:80)
	at org.glassfish.jersey.server.ContainerFilteringStage$ResponseFilterStage.apply(ContainerFilteringStage.java:172)
	at org.glassfish.jersey.server.ContainerFilteringStage$ResponseFilterStage.apply(ContainerFilteringStage.java:139)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:147)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:266)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: jakarta.ws.rs.ProcessingException: java.text.ParseException: java.text.ParseException: Unparseable date: "bar"
	at org.glassfish.jersey.message.internal.MessageHeaderMethods.lambda$getDate$0(MessageHeaderMethods.java:176)
	at org.glassfish.jersey.message.internal.MessageHeaderMethods.singleHeader(MessageHeaderMethods.java:429)
	... 22 more
Caused by: java.text.ParseException: java.text.ParseException: Unparseable date: "bar"
	at org.glassfish.jersey.message.internal.HttpDateFormat.readDate(HttpDateFormat.java:225)
	at org.glassfish.jersey.message.internal.HttpDateFormat.readDateSDF(HttpDateFormat.java:208)
	at org.glassfish.jersey.message.internal.HttpDateFormat.readDate(HttpDateFormat.java:194)
	at org.glassfish.jersey.message.internal.HttpHeaderReader.readDate(HttpHeaderReader.java:179)
	at org.glassfish.jersey.message.internal.MessageHeaderMethods.lambda$getDate$0(MessageHeaderMethods.java:174)
	... 23 more

Apr 04, 2024 8:18:24 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:18:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:18:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:18:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:18:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.876 s -- in org.glassfish.jersey.tests.e2e.common.HeaderValueExceptionTest
Apr 04, 2024 8:18:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:18:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:18:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:18:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Running org.glassfish.jersey.tests.e2e.common.RequestScopeTest
Apr 04, 2024 8:18:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:18:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.867 s -- in org.glassfish.jersey.tests.e2e.common.ReaderProviderTest
Apr 04, 2024 8:18:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
[INFO] Running org.glassfish.jersey.tests.e2e.common.AutoDiscoverableTest
Apr 04, 2024 8:18:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:26 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:18:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:18:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.450 s -- in org.glassfish.jersey.tests.e2e.common.RequestScopeTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.Hk2BinderSupportTest
Apr 04, 2024 8:18:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:27 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:18:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:18:28 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:18:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:18:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.239 s -- in org.glassfish.jersey.tests.e2e.common.AutoDiscoverableTest
Apr 04, 2024 8:18:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.457 s -- in org.glassfish.jersey.tests.e2e.common.Hk2BinderSupportTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.ContentLengthTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.QueryParamEncodingTest
Apr 04, 2024 8:18:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:30 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:18:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:18:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:18:30 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:18:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:18:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.652 s -- in org.glassfish.jersey.tests.e2e.common.QueryParamEncodingTest
Apr 04, 2024 8:18:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:18:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
[INFO] Running org.glassfish.jersey.tests.e2e.common.MessageBodyWriterObjectDistanceTest
Apr 04, 2024 8:18:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:18:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:18:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:18:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.719 s -- in org.glassfish.jersey.tests.e2e.common.ContentLengthTest
Apr 04, 2024 8:18:32 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:18:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:18:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.592 s -- in org.glassfish.jersey.tests.e2e.common.MessageBodyWriterObjectDistanceTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.FeatureConstraintTest
Apr 04, 2024 8:18:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
[INFO] Running org.glassfish.jersey.tests.e2e.common.UriComponentTest
Apr 04, 2024 8:18:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:34 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:18:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:18:34 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:18:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:18:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.446 s -- in org.glassfish.jersey.tests.e2e.common.UriComponentTest
Apr 04, 2024 8:18:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.478 s -- in org.glassfish.jersey.tests.e2e.common.FeatureConstraintTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.ForcedAutoDiscoverableTest
Apr 04, 2024 8:18:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
[INFO] Running org.glassfish.jersey.tests.e2e.common.HeaderParamTest
Apr 04, 2024 8:18:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:36 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:18:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:18:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.427 s -- in org.glassfish.jersey.tests.e2e.common.ForcedAutoDiscoverableTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.ResponseLinksTest
Apr 04, 2024 8:18:37 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:18:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:18:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:18:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.279 s -- in org.glassfish.jersey.tests.e2e.common.HeaderParamTest
Apr 04, 2024 8:18:38 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:18:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:18:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:18:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:18:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.629 s -- in org.glassfish.jersey.tests.e2e.common.ResponseLinksTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.ProvidersOrderingTest
Apr 04, 2024 8:18:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
[INFO] Running org.glassfish.jersey.tests.e2e.common.MessageBodyWorkerInheritanceTest
Apr 04, 2024 8:18:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:40 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:18:40 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:18:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:18:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:18:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:18:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:18:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.696 s -- in org.glassfish.jersey.tests.e2e.common.MessageBodyWorkerInheritanceTest
Apr 04, 2024 8:18:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:18:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.249 s -- in org.glassfish.jersey.tests.e2e.common.ProvidersOrderingTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.EncodingTest
Apr 04, 2024 8:18:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
[INFO] Running org.glassfish.jersey.tests.e2e.common.HeaderValueExceptionTest
Apr 04, 2024 8:18:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:43 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:18:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:18:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:18:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:18:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:18:43 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:18:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:18:44 AM org.glassfish.jersey.server.filter.EncodingFilter filter
WARNING: Expected separator ';' instead of '='
java.text.ParseException: Expected separator ';' instead of '='
	at org.glassfish.jersey.message.internal.HttpHeaderReader.nextSeparator(HttpHeaderReader.java:128)
	at org.glassfish.jersey.message.internal.HttpHeaderReader.readQualityFactorParameter(HttpHeaderReader.java:253)
	at org.glassfish.jersey.server.filter.EncodingFilter$ContentEncoding.fromString(EncodingFilter.java:194)
	at org.glassfish.jersey.server.filter.EncodingFilter.filter(EncodingFilter.java:113)
	at org.glassfish.jersey.server.ContainerFilteringStage$ResponseFilterStage.apply(ContainerFilteringStage.java:172)
	at org.glassfish.jersey.server.ContainerFilteringStage$ResponseFilterStage.apply(ContainerFilteringStage.java:139)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:147)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:266)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:18:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:18:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:18:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:18:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:18:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:18:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.131 s -- in org.glassfish.jersey.tests.e2e.common.EncodingTest
Apr 04, 2024 8:18:44 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
org.glassfish.jersey.message.internal.HeaderValueException: Unable to parse "Date" header value: "foo"
	at org.glassfish.jersey.message.internal.MessageHeaderMethods.exception(MessageHeaderMethods.java:453)
	at org.glassfish.jersey.message.internal.MessageHeaderMethods.singleHeader(MessageHeaderMethods.java:431)
	at org.glassfish.jersey.message.internal.MessageHeaderMethods.getDate(MessageHeaderMethods.java:172)
	at org.glassfish.jersey.message.internal.OutboundJaxrsResponse.getDate(OutboundJaxrsResponse.java:253)
	at org.glassfish.jersey.tests.e2e.common.HeaderValueExceptionTest$TestResource.postOutboundResponse(HeaderValueExceptionTest.java:105)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: jakarta.ws.rs.ProcessingException: java.text.ParseException: java.text.ParseException: Unparseable date: "foo"
	at org.glassfish.jersey.message.internal.MessageHeaderMethods.lambda$getDate$0(MessageHeaderMethods.java:176)
	at org.glassfish.jersey.message.internal.MessageHeaderMethods.singleHeader(MessageHeaderMethods.java:429)
	... 29 more
Caused by: java.text.ParseException: java.text.ParseException: Unparseable date: "foo"
	at org.glassfish.jersey.message.internal.HttpDateFormat.readDate(HttpDateFormat.java:225)
	at org.glassfish.jersey.message.internal.HttpDateFormat.readDateSDF(HttpDateFormat.java:208)
	at org.glassfish.jersey.message.internal.HttpDateFormat.readDate(HttpDateFormat.java:194)
	at org.glassfish.jersey.message.internal.HttpHeaderReader.readDate(HttpHeaderReader.java:179)
	at org.glassfish.jersey.message.internal.MessageHeaderMethods.lambda$getDate$0(MessageHeaderMethods.java:174)
	... 30 more

Apr 04, 2024 8:18:44 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:18:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:18:44 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
org.glassfish.jersey.message.internal.HeaderValueException: Unable to parse "Date" header value: "bar"
	at org.glassfish.jersey.message.internal.MessageHeaderMethods.exception(MessageHeaderMethods.java:453)
	at org.glassfish.jersey.message.internal.MessageHeaderMethods.singleHeader(MessageHeaderMethods.java:431)
	at org.glassfish.jersey.message.internal.MessageHeaderMethods.getDate(MessageHeaderMethods.java:172)
	at org.glassfish.jersey.server.ContainerResponse.getDate(ContainerResponse.java:174)
	at org.glassfish.jersey.tests.e2e.common.HeaderValueExceptionTest$ResponseFilter.filter(HeaderValueExceptionTest.java:80)
	at org.glassfish.jersey.server.ContainerFilteringStage$ResponseFilterStage.apply(ContainerFilteringStage.java:172)
	at org.glassfish.jersey.server.ContainerFilteringStage$ResponseFilterStage.apply(ContainerFilteringStage.java:139)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:147)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:266)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: jakarta.ws.rs.ProcessingException: java.text.ParseException: java.text.ParseException: Unparseable date: "bar"
	at org.glassfish.jersey.message.internal.MessageHeaderMethods.lambda$getDate$0(MessageHeaderMethods.java:176)
	at org.glassfish.jersey.message.internal.MessageHeaderMethods.singleHeader(MessageHeaderMethods.java:429)
	... 22 more
Caused by: java.text.ParseException: java.text.ParseException: Unparseable date: "bar"
	at org.glassfish.jersey.message.internal.HttpDateFormat.readDate(HttpDateFormat.java:225)
	at org.glassfish.jersey.message.internal.HttpDateFormat.readDateSDF(HttpDateFormat.java:208)
	at org.glassfish.jersey.message.internal.HttpDateFormat.readDate(HttpDateFormat.java:194)
	at org.glassfish.jersey.message.internal.HttpHeaderReader.readDate(HttpHeaderReader.java:179)
	at org.glassfish.jersey.message.internal.MessageHeaderMethods.lambda$getDate$0(MessageHeaderMethods.java:174)
	... 23 more

Apr 04, 2024 8:18:44 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:18:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
[INFO] Running org.glassfish.jersey.tests.e2e.common.ContentTypeTest
Apr 04, 2024 8:18:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:18:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.539 s -- in org.glassfish.jersey.tests.e2e.common.HeaderValueExceptionTest
Apr 04, 2024 8:18:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
[INFO] Running org.glassfish.jersey.tests.e2e.common.RequestScopeTest
Apr 04, 2024 8:18:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:45 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:18:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:18:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:18:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
filter2
filter1
filter2
reader
Apr 04, 2024 8:18:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:18:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:18:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:18:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:18:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.002 s -- in org.glassfish.jersey.tests.e2e.common.ContentTypeTest
Apr 04, 2024 8:18:47 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
[INFO] Running org.glassfish.jersey.tests.e2e.common.DetermineContentLengthTest
Apr 04, 2024 8:18:47 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:18:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.237 s -- in org.glassfish.jersey.tests.e2e.common.RequestScopeTest
Apr 04, 2024 8:18:48 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:18:48 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:48 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:43127/
[INFO] Running org.glassfish.jersey.tests.e2e.common.Hk2BinderSupportTest
Apr 04, 2024 8:18:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:49 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:49 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:49 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:49 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:49 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:49 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:43127/
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.149 s -- in org.glassfish.jersey.tests.e2e.common.DetermineContentLengthTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.MessageBodyReaderUnsupportedTest
Apr 04, 2024 8:18:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:50 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:18:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:18:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.204 s -- in org.glassfish.jersey.tests.e2e.common.Hk2BinderSupportTest
Apr 04, 2024 8:18:51 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:18:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:18:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.464 s -- in org.glassfish.jersey.tests.e2e.common.MessageBodyReaderUnsupportedTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.QueryParamEncodingTest
Apr 04, 2024 8:18:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceTest
Apr 04, 2024 8:18:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:53 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources
WARNING: Component of class class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResource cannot be instantiated and will be ignored.
Apr 04, 2024 8:18:53 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:18:53 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource, Resource{"/non-static", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "/non-static" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.

Apr 04, 2024 8:18:53 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:18:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:18:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.275 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceTest
Apr 04, 2024 8:18:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:18:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:18:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:18:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.357 s -- in org.glassfish.jersey.tests.e2e.common.QueryParamEncodingTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceSubResourceTest
Apr 04, 2024 8:18:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
[INFO] Running org.glassfish.jersey.tests.e2e.common.MessageBodyWriterObjectDistanceTest
Apr 04, 2024 8:18:55 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:18:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:18:55 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
MultiException stack 1 of 1
java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResource class. Instantiation of non-static member classes is not supported.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1043)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:984)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1088)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1080)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:199)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:123)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$3(ApplicationHandler.java:413)
	at org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.apply(SubResourceLocatorRouter.java:108)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:18:55 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:18:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.456 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceSubResourceTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceTest
Apr 04, 2024 8:18:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:56 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:18:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:18:57 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:18:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.112 s -- in org.glassfish.jersey.tests.e2e.common.MessageBodyWriterObjectDistanceTest
Apr 04, 2024 8:18:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:18:57 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
jakarta.ws.rs.ProcessingException: Resource Java method invocation error.
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.lang.IllegalAccessException: class org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory cannot access a member of class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResource with modifiers "public"
	at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:394)
	at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:714)
	at java.base/java.lang.reflect.Method.invoke(Method.java:571)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146)
	... 20 more

Apr 04, 2024 8:18:57 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:18:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.478 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.UriComponentTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubResourceTest
Apr 04, 2024 8:18:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:18:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:18:59 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:18:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:18:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:18:59 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
jakarta.ws.rs.ProcessingException: Resource Java method invocation error.
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.lang.IllegalAccessException: class org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory cannot access a member of class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResource with modifiers "public"
	at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:394)
	at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:714)
	at java.base/java.lang.reflect.Method.invoke(Method.java:571)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146)
	... 20 more

Apr 04, 2024 8:18:59 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:18:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.513 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubResourceTest
Apr 04, 2024 8:18:59 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:18:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:18:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceTest
Apr 04, 2024 8:19:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.296 s -- in org.glassfish.jersey.tests.e2e.common.UriComponentTest
Apr 04, 2024 8:19:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:19:01 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources
WARNING: Component of class class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResource cannot be instantiated and will be ignored.
[INFO] Running org.glassfish.jersey.tests.e2e.common.ForcedAutoDiscoverableTest
Apr 04, 2024 8:19:01 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:19:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:19:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:19:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.342 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceSubResourceTest
Apr 04, 2024 8:19:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:19:02 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:19:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:19:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:19:03 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:19:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:19:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.188 s -- in org.glassfish.jersey.tests.e2e.common.ForcedAutoDiscoverableTest
Apr 04, 2024 8:19:03 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
MultiException stack 1 of 1
java.lang.InstantiationException
	at java.base/jdk.internal.reflect.InstantiationExceptionConstructorAccessorImpl.newInstance(InstantiationExceptionConstructorAccessorImpl.java:48)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
	at org.glassfish.hk2.utilities.reflection.ReflectionHelper.makeMe(ReflectionHelper.java:1356)
	at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1060)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:984)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1088)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1080)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:199)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:123)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$3(ApplicationHandler.java:413)
	at org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.apply(SubResourceLocatorRouter.java:108)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:19:03 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:19:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.397 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceSubResourceTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.ResponseLinksTest
Apr 04, 2024 8:19:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:19:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:19:04 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources
WARNING: Component of class interface org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResource cannot be instantiated and will be ignored.
Apr 04, 2024 8:19:05 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:19:05 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource, Resource{"interface", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "interface" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.

Apr 04, 2024 8:19:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:19:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.326 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceTest
Apr 04, 2024 8:19:05 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceSubResourceTest
Apr 04, 2024 8:19:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:19:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:19:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:19:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:19:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:19:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:19:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:19:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.405 s -- in org.glassfish.jersey.tests.e2e.common.ResponseLinksTest
Apr 04, 2024 8:19:06 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:19:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
[INFO] Running org.glassfish.jersey.tests.e2e.common.MessageBodyWorkerInheritanceTest
Apr 04, 2024 8:19:07 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
MultiException stack 1 of 1
java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResource class.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1043)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:984)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1088)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1080)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:199)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:123)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$3(ApplicationHandler.java:413)
	at org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.apply(SubResourceLocatorRouter.java:108)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:19:07 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:19:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.403 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceSubResourceTest
Apr 04, 2024 8:19:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceWithConstructorTest
Apr 04, 2024 8:19:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:19:08 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:19:08 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:19:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:19:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:19:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:19:09 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
jakarta.ws.rs.ProcessingException: Resource Java method invocation error.
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.lang.IllegalAccessException: class org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory cannot access a member of class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceWithConstructor with modifiers "public"
	at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:394)
	at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:714)
	at java.base/java.lang.reflect.Method.invoke(Method.java:571)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146)
	... 20 more

Apr 04, 2024 8:19:09 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:19:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.466 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceWithConstructorTest
Apr 04, 2024 8:19:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:19:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:19:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:19:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:19:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.348 s -- in org.glassfish.jersey.tests.e2e.common.MessageBodyWorkerInheritanceTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubresourceWithConstructorTest
Apr 04, 2024 8:19:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
[INFO] Running org.glassfish.jersey.tests.e2e.common.EncodingTest
Apr 04, 2024 8:19:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:19:10 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:19:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:19:11 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
jakarta.ws.rs.ProcessingException: Resource Java method invocation error.
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.lang.IllegalAccessException: class org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory cannot access a member of class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceWithConstructor with modifiers "public"
	at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:394)
	at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:714)
	at java.base/java.lang.reflect.Method.invoke(Method.java:571)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146)
	... 20 more

Apr 04, 2024 8:19:11 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:19:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.511 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubresourceWithConstructorTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructorTest
Apr 04, 2024 8:19:11 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:19:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:19:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:19:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:19:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:19:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:19:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:19:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:19:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:19:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:19:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:19:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:19:13 AM org.glassfish.jersey.server.filter.EncodingFilter filter
WARNING: Expected separator ';' instead of '='
java.text.ParseException: Expected separator ';' instead of '='
	at org.glassfish.jersey.message.internal.HttpHeaderReader.nextSeparator(HttpHeaderReader.java:128)
	at org.glassfish.jersey.message.internal.HttpHeaderReader.readQualityFactorParameter(HttpHeaderReader.java:253)
	at org.glassfish.jersey.server.filter.EncodingFilter$ContentEncoding.fromString(EncodingFilter.java:194)
	at org.glassfish.jersey.server.filter.EncodingFilter.filter(EncodingFilter.java:113)
	at org.glassfish.jersey.server.ContainerFilteringStage$ResponseFilterStage.apply(ContainerFilteringStage.java:172)
	at org.glassfish.jersey.server.ContainerFilteringStage$ResponseFilterStage.apply(ContainerFilteringStage.java:139)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:147)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:266)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:19:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:19:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:19:12 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:19:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:19:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:19:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:19:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:19:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:19:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:19:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:19:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.930 s -- in org.glassfish.jersey.tests.e2e.common.EncodingTest
Apr 04, 2024 8:19:13 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
MultiException stack 1 of 1
java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor class.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1043)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:984)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1088)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1080)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:199)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:123)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:19:13 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:19:13 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor] with an exception:
MultiException stack 1 of 2
java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor class.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor
	contracts={org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor}
	scope=org.glassfish.jersey.process.internal.RequestScoped
	qualifiers={}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=195
	locatorId=0
	identityHashCode=83047346
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor] with an exception:
MultiException stack 1 of 2
java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor class.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor
	contracts={org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor}
	scope=org.glassfish.jersey.process.internal.RequestScoped
	qualifiers={}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=195
	locatorId=0
	identityHashCode=83047346
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)


Apr 04, 2024 8:19:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.495 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructorTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProviderTest
Apr 04, 2024 8:19:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
[INFO] Running org.glassfish.jersey.tests.e2e.common.ContentTypeTest
Apr 04, 2024 8:19:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:19:14 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:19:15 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception:
MultiException stack 1 of 2
java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider class. Instantiation of non-static member classes is not supported.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:308)
	at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider
	contracts={jakarta.ws.rs.ext.MessageBodyWriter}
	scope=jakarta.inject.Singleton
	qualifiers={org.glassfish.jersey.internal.inject.Custom}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=193
	locatorId=0
	identityHashCode=1880920305
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:308)
	at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception:
MultiException stack 1 of 2
java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider class. Instantiation of non-static member classes is not supported.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:308)
	at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider
	contracts={jakarta.ws.rs.ext.MessageBodyWriter}
	scope=jakarta.inject.Singleton
	qualifiers={org.glassfish.jersey.internal.inject.Custom}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=193
	locatorId=0
	identityHashCode=1880920305
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:308)
	at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception:
MultiException stack 1 of 2
java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider class. Instantiation of non-static member classes is not supported.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:300)
	at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider
	contracts={jakarta.ws.rs.ext.MessageBodyWriter}
	scope=jakarta.inject.Singleton
	qualifiers={org.glassfish.jersey.internal.inject.Custom}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=193
	locatorId=0
	identityHashCode=1880920305
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:300)
	at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception:
MultiException stack 1 of 2
java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider class. Instantiation of non-static member classes is not supported.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:300)
	at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider
	contracts={jakarta.ws.rs.ext.MessageBodyWriter}
	scope=jakarta.inject.Singleton
	qualifiers={org.glassfish.jersey.internal.inject.Custom}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=193
	locatorId=0
	identityHashCode=1880920305
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:300)
	at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)


Apr 04, 2024 8:19:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:19:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.269 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProviderTest
Apr 04, 2024 8:19:15 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicProviderTest
Apr 04, 2024 8:19:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:19:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:19:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:19:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:19:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:19:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:19:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
filter2
filter1
filter2
reader
Apr 04, 2024 8:19:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:19:16 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:19:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:19:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:19:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:19:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:19:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:19:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:19:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:19:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:19:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.945 s -- in org.glassfish.jersey.tests.e2e.common.ContentTypeTest
Apr 04, 2024 8:19:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.481 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicProviderTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructorTest
Apr 04, 2024 8:19:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
[INFO] Running org.glassfish.jersey.tests.e2e.common.DetermineContentLengthTest
Apr 04, 2024 8:19:18 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:19:18 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:19:19 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception:
MultiException stack 1 of 2
java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:308)
	at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor
	contracts={jakarta.ws.rs.ext.MessageBodyWriter}
	scope=jakarta.inject.Singleton
	qualifiers={org.glassfish.jersey.internal.inject.Custom}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=193
	locatorId=0
	identityHashCode=1880920305
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:308)
	at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception:
MultiException stack 1 of 2
java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:308)
	at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor
	contracts={jakarta.ws.rs.ext.MessageBodyWriter}
	scope=jakarta.inject.Singleton
	qualifiers={org.glassfish.jersey.internal.inject.Custom}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=193
	locatorId=0
	identityHashCode=1880920305
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:308)
	at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception:
MultiException stack 1 of 2
java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:300)
	at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor
	contracts={jakarta.ws.rs.ext.MessageBodyWriter}
	scope=jakarta.inject.Singleton
	qualifiers={org.glassfish.jersey.internal.inject.Custom}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=193
	locatorId=0
	identityHashCode=1880920305
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:300)
	at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception:
MultiException stack 1 of 2
java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:300)
	at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor
	contracts={jakarta.ws.rs.ext.MessageBodyWriter}
	scope=jakarta.inject.Singleton
	qualifiers={org.glassfish.jersey.internal.inject.Custom}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=193
	locatorId=0
	identityHashCode=1880920305
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:300)
	at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)


Apr 04, 2024 8:19:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:19:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.316 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructorTest
Apr 04, 2024 8:19:19 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:19:19 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:19:20 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:42391/
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceTest
Apr 04, 2024 8:19:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:19:20 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:19:20 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:19:20 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:19:20 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources
WARNING: Component of class class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResource cannot be instantiated and will be ignored.
Apr 04, 2024 8:19:20 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:19:20 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:19:20 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:19:20 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:42391/
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.094 s -- in org.glassfish.jersey.tests.e2e.common.DetermineContentLengthTest
Apr 04, 2024 8:19:21 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource, Resource{"/non-static", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "/non-static" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.

Apr 04, 2024 8:19:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:19:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.306 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceSubResourceTest
Apr 04, 2024 8:19:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:19:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:19:21 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
MultiException stack 1 of 1
java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResource class. Instantiation of non-static member classes is not supported.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1043)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:984)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1088)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1080)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:199)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:123)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$3(ApplicationHandler.java:413)
	at org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.apply(SubResourceLocatorRouter.java:108)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:19:21 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:19:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.298 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceSubResourceTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceTest
Apr 04, 2024 8:19:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:19:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:19:21 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
jakarta.ws.rs.ProcessingException: Resource Java method invocation error.
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.lang.IllegalAccessException: class org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory cannot access a member of class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResource with modifiers "public"
	at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:394)
	at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:714)
	at java.base/java.lang.reflect.Method.invoke(Method.java:571)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146)
	... 20 more

Apr 04, 2024 8:19:21 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:19:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubResourceTest
Apr 04, 2024 8:19:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:19:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:19:21 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
jakarta.ws.rs.ProcessingException: Resource Java method invocation error.
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.lang.IllegalAccessException: class org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory cannot access a member of class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResource with modifiers "public"
	at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:394)
	at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:714)
	at java.base/java.lang.reflect.Method.invoke(Method.java:571)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146)
	... 20 more

Apr 04, 2024 8:19:21 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:19:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubResourceTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceTest
Apr 04, 2024 8:19:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:19:21 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources
WARNING: Component of class class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResource cannot be instantiated and will be ignored.
Apr 04, 2024 8:19:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:19:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceSubResourceTest
Apr 04, 2024 8:19:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:19:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:19:21 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
MultiException stack 1 of 1
java.lang.InstantiationException
	at java.base/jdk.internal.reflect.InstantiationExceptionConstructorAccessorImpl.newInstance(InstantiationExceptionConstructorAccessorImpl.java:48)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
	at org.glassfish.hk2.utilities.reflection.ReflectionHelper.makeMe(ReflectionHelper.java:1356)
	at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1060)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:984)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1088)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1080)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:199)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:123)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$3(ApplicationHandler.java:413)
	at org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.apply(SubResourceLocatorRouter.java:108)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:19:21 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:19:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceSubResourceTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceTest
Apr 04, 2024 8:19:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:19:22 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources
WARNING: Component of class interface org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResource cannot be instantiated and will be ignored.
Apr 04, 2024 8:19:22 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource, Resource{"interface", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "interface" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.

Apr 04, 2024 8:19:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 8:19:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceSubResourceTest
Apr 04, 2024 8:19:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:19:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 8:19:22 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
MultiException stack 1 of 1
java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResource class.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1043)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:984)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1088)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1080)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:199)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:123)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$3(ApplicationHandler.java:413)
	at org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.apply(SubResourceLocatorRouter.java:108)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:19:22 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:19:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceSubResourceTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceWithConstructorTest
Apr 04, 2024 8:19:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:19:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Apr 04, 2024 8:19:22 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
jakarta.ws.rs.ProcessingException: Resource Java method invocation error.
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.lang.IllegalAccessException: class org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory cannot access a member of class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceWithConstructor with modifiers "public"
	at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:394)
	at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:714)
	at java.base/java.lang.reflect.Method.invoke(Method.java:571)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146)
	... 20 more

Apr 04, 2024 8:19:22 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:19:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceWithConstructorTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubresourceWithConstructorTest
Apr 04, 2024 8:19:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:19:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Apr 04, 2024 8:19:22 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
jakarta.ws.rs.ProcessingException: Resource Java method invocation error.
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.lang.IllegalAccessException: class org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory cannot access a member of class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceWithConstructor with modifiers "public"
	at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:394)
	at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:714)
	at java.base/java.lang.reflect.Method.invoke(Method.java:571)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146)
	... 20 more

Apr 04, 2024 8:19:22 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:19:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubresourceWithConstructorTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructorTest
Apr 04, 2024 8:19:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:19:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Apr 04, 2024 8:19:22 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
MultiException stack 1 of 1
java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor class.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1043)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:984)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1088)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1080)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:199)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:123)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:19:22 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 8:19:22 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor] with an exception:
MultiException stack 1 of 2
java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor class.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor
	contracts={org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor}
	scope=org.glassfish.jersey.process.internal.RequestScoped
	qualifiers={}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=187
	locatorId=17
	identityHashCode=1745544711
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor] with an exception:
MultiException stack 1 of 2
java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor class.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor
	contracts={org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor}
	scope=org.glassfish.jersey.process.internal.RequestScoped
	qualifiers={}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=187
	locatorId=17
	identityHashCode=1745544711
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)


Apr 04, 2024 8:19:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructorTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProviderTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.MessageBodyReaderUnsupportedTest
Apr 04, 2024 8:19:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:19:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:19:22 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception:
MultiException stack 1 of 2
java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider class. Instantiation of non-static member classes is not supported.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:308)
	at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider
	contracts={jakarta.ws.rs.ext.MessageBodyWriter}
	scope=jakarta.inject.Singleton
	qualifiers={org.glassfish.jersey.internal.inject.Custom}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=187
	locatorId=19
	identityHashCode=2053360199
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:308)
	at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception:
MultiException stack 1 of 2
java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider class. Instantiation of non-static member classes is not supported.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:308)
	at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider
	contracts={jakarta.ws.rs.ext.MessageBodyWriter}
	scope=jakarta.inject.Singleton
	qualifiers={org.glassfish.jersey.internal.inject.Custom}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=187
	locatorId=19
	identityHashCode=2053360199
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:308)
	at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception:
MultiException stack 1 of 2
java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider class. Instantiation of non-static member classes is not supported.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:300)
	at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider
	contracts={jakarta.ws.rs.ext.MessageBodyWriter}
	scope=jakarta.inject.Singleton
	qualifiers={org.glassfish.jersey.internal.inject.Custom}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=187
	locatorId=19
	identityHashCode=2053360199
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:300)
	at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception:
MultiException stack 1 of 2
java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider class. Instantiation of non-static member classes is not supported.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:300)
	at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider
	contracts={jakarta.ws.rs.ext.MessageBodyWriter}
	scope=jakarta.inject.Singleton
	qualifiers={org.glassfish.jersey.internal.inject.Custom}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=187
	locatorId=19
	identityHashCode=2053360199
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:300)
	at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)


Apr 04, 2024 8:19:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Apr 04, 2024 8:19:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProviderTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicProviderTest
Apr 04, 2024 8:19:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:19:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Apr 04, 2024 8:19:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicProviderTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructorTest
Apr 04, 2024 8:19:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:19:22 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception:
MultiException stack 1 of 2
java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:308)
	at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor
	contracts={jakarta.ws.rs.ext.MessageBodyWriter}
	scope=jakarta.inject.Singleton
	qualifiers={org.glassfish.jersey.internal.inject.Custom}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=191
	locatorId=22
	identityHashCode=1189878332
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:308)
	at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception:
MultiException stack 1 of 2
java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:308)
	at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor
	contracts={jakarta.ws.rs.ext.MessageBodyWriter}
	scope=jakarta.inject.Singleton
	qualifiers={org.glassfish.jersey.internal.inject.Custom}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=191
	locatorId=22
	identityHashCode=1189878332
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:308)
	at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception:
MultiException stack 1 of 2
java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:300)
	at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor
	contracts={jakarta.ws.rs.ext.MessageBodyWriter}
	scope=jakarta.inject.Singleton
	qualifiers={org.glassfish.jersey.internal.inject.Custom}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=191
	locatorId=22
	identityHashCode=1189878332
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:300)
	at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception:
MultiException stack 1 of 2
java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:300)
	at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor
	contracts={jakarta.ws.rs.ext.MessageBodyWriter}
	scope=jakarta.inject.Singleton
	qualifiers={org.glassfish.jersey.internal.inject.Custom}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=191
	locatorId=22
	identityHashCode=1189878332
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:300)
	at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)


Apr 04, 2024 8:19:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Apr 04, 2024 8:19:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructorTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.949 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.ConstrainedToTest
Apr 04, 2024 8:19:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:19:24 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:19:24 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:19:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:19:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:19:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:19:24 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A registered provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer constrained (via @ConstrainedTo) to SERVER runtime implements interface jakarta.ws.rs.client.ClientResponseFilter which is only usable in a CLIENT runtime context. A registered provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer is constrained (via @ConstrainedTo) to SERVER runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer will be ignored. 
Apr 04, 2024 8:19:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:19:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:19:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.596 s -- in org.glassfish.jersey.tests.e2e.common.MessageBodyReaderUnsupportedTest
Apr 04, 2024 8:19:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:19:24 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A registered provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer constrained (via @ConstrainedTo) to SERVER runtime implements interface jakarta.ws.rs.client.ClientResponseFilter which is only usable in a CLIENT runtime context. A registered provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer is constrained (via @ConstrainedTo) to SERVER runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer will be ignored. 
Apr 04, 2024 8:19:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.612 s -- in org.glassfish.jersey.tests.e2e.common.ConstrainedToTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.ProvidersLegacyOrderingTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceTest
Apr 04, 2024 8:19:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:19:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:19:26 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources
WARNING: Component of class class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResource cannot be instantiated and will be ignored.
Apr 04, 2024 8:19:26 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:19:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:19:26 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:19:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.479 s -- in org.glassfish.jersey.tests.e2e.common.ProvidersLegacyOrderingTest
Apr 04, 2024 8:19:27 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource, Resource{"/non-static", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "/non-static" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.

Apr 04, 2024 8:19:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:19:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:19:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.771 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NoEntityTest
Apr 04, 2024 8:19:27 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:43127/
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceSubResourceTest
Apr 04, 2024 8:19:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:19:28 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:19:28 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:43127/
[WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.712 s -- in org.glassfish.jersey.tests.e2e.common.NoEntityTest
Apr 04, 2024 8:19:29 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
[INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MethodTest$GrizzlyConnectorProviderMethodTest
Apr 04, 2024 8:19:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:19:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:19:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:19:30 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
MultiException stack 1 of 1
java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResource class. Instantiation of non-static member classes is not supported.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1043)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:984)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1088)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1080)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:199)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:123)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$3(ApplicationHandler.java:413)
	at org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.apply(SubResourceLocatorRouter.java:108)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:19:30 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:19:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.077 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceSubResourceTest
Apr 04, 2024 8:19:30 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:19:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceTest
Apr 04, 2024 8:19:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
Apr 04, 2024 8:19:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:19:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:19:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:19:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:19:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:19:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:19:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:19:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:19:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:19:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.073 s -- in org.glassfish.jersey.tests.e2e.client.connector.MethodTest$GrizzlyConnectorProviderMethodTest
Apr 04, 2024 8:19:32 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
[INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MethodTest$JdkConnectorProviderMethodTest
Apr 04, 2024 8:19:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:19:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:19:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:19:33 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
jakarta.ws.rs.ProcessingException: Resource Java method invocation error.
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.lang.IllegalAccessException: class org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory cannot access a member of class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResource with modifiers "public"
	at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:361)
	at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:591)
	at java.base/java.lang.reflect.Method.invoke(Method.java:558)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146)
	... 20 more

Apr 04, 2024 8:19:33 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:19:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.114 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceTest
Apr 04, 2024 8:19:33 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:19:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:19:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:19:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubResourceTest
Apr 04, 2024 8:19:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:19:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:19:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:19:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:19:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:19:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:19:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:19:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:19:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.064 s -- in org.glassfish.jersey.tests.e2e.client.connector.MethodTest$JdkConnectorProviderMethodTest
Apr 04, 2024 8:19:35 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
[INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MethodTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MethodTest$JdkConnectorProviderMethodTest
Apr 04, 2024 8:19:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:19:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:19:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:19:35 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
jakarta.ws.rs.ProcessingException: Resource Java method invocation error.
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.lang.IllegalAccessException: class org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory cannot access a member of class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResource with modifiers "public"
	at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:361)
	at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:591)
	at java.base/java.lang.reflect.Method.invoke(Method.java:558)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146)
	... 20 more

Apr 04, 2024 8:19:35 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:19:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.002 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubResourceTest
Apr 04, 2024 8:19:36 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:19:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceTest
Apr 04, 2024 8:19:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:19:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:19:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:19:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:19:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:19:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:19:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:19:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:19:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:19:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:19:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.057 s -- in org.glassfish.jersey.tests.e2e.client.connector.MethodTest$JdkConnectorProviderMethodTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MethodTest$GrizzlyConnectorProviderMethodTest
Apr 04, 2024 8:19:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:19:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
Apr 04, 2024 8:19:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:19:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:19:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:19:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:19:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:19:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 8:19:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:19:37 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources
WARNING: Component of class class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResource cannot be instantiated and will be ignored.
Apr 04, 2024 8:19:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:19:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 8:19:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.600 s -- in org.glassfish.jersey.tests.e2e.client.connector.MethodTest$GrizzlyConnectorProviderMethodTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.694 s -- in org.glassfish.jersey.tests.e2e.client.connector.MethodTest
Apr 04, 2024 8:19:38 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:19:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:19:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:19:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.872 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$GrizzlyConnectorProviderHugeEntityTest
Apr 04, 2024 8:19:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceSubResourceTest
Apr 04, 2024 8:19:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:19:39 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:19:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
Apr 04, 2024 8:19:40 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:19:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:19:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:19:41 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
MultiException stack 1 of 1
java.lang.InstantiationException
	at java.base/jdk.internal.reflect.InstantiationExceptionConstructorAccessorImpl.newInstance(InstantiationExceptionConstructorAccessorImpl.java:48)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
	at org.glassfish.hk2.utilities.reflection.ReflectionHelper.makeMe(ReflectionHelper.java:1356)
	at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1060)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:984)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1088)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1080)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:199)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:123)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$3(ApplicationHandler.java:413)
	at org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.apply(SubResourceLocatorRouter.java:108)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:19:41 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:19:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.192 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceSubResourceTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceTest
Apr 04, 2024 8:19:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:19:43 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources
WARNING: Component of class interface org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResource cannot be instantiated and will be ignored.
Apr 04, 2024 8:19:43 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:19:44 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource, Resource{"interface", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "interface" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.

Apr 04, 2024 8:19:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:19:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:19:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.994 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceSubResourceTest
Apr 04, 2024 8:19:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:19:46 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:19:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:19:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:19:47 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
MultiException stack 1 of 1
java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResource class.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1043)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:984)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1088)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1080)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:199)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:123)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$3(ApplicationHandler.java:413)
	at org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.apply(SubResourceLocatorRouter.java:108)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:19:47 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:19:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.121 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceSubResourceTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceWithConstructorTest
Apr 04, 2024 8:19:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:19:49 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:19:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:19:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:19:50 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
jakarta.ws.rs.ProcessingException: Resource Java method invocation error.
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.lang.IllegalAccessException: class org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory cannot access a member of class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceWithConstructor with modifiers "public"
	at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:361)
	at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:591)
	at java.base/java.lang.reflect.Method.invoke(Method.java:558)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146)
	... 20 more

Apr 04, 2024 8:19:50 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:19:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.184 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceWithConstructorTest
Apr 04, 2024 8:19:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:19:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:19:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubresourceWithConstructorTest
Apr 04, 2024 8:19:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:19:52 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:19:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:19:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:19:53 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
jakarta.ws.rs.ProcessingException: Resource Java method invocation error.
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.lang.IllegalAccessException: class org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory cannot access a member of class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceWithConstructor with modifiers "public"
	at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:361)
	at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:591)
	at java.base/java.lang.reflect.Method.invoke(Method.java:558)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146)
	... 20 more

Apr 04, 2024 8:19:53 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:19:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.210 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubresourceWithConstructorTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructorTest
Apr 04, 2024 8:19:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:19:55 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:19:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:19:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:19:56 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
MultiException stack 1 of 1
java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor class.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1043)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:984)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1088)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1080)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:199)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:123)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:19:56 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:19:56 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor] with an exception:
MultiException stack 1 of 2
java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor class.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor
	contracts={org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor}
	scope=org.glassfish.jersey.process.internal.RequestScoped
	qualifiers={}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=190
	locatorId=0
	identityHashCode=190490474
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor] with an exception:
MultiException stack 1 of 2
java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor class.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor
	contracts={org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor}
	scope=org.glassfish.jersey.process.internal.RequestScoped
	qualifiers={}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=190
	locatorId=0
	identityHashCode=190490474
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)


Apr 04, 2024 8:19:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.129 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructorTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProviderTest
Apr 04, 2024 8:19:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:19:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.02 s -- in org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$GrizzlyConnectorProviderHugeEntityTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$JdkConnectorProviderHugeEntityTest
Apr 04, 2024 8:19:58 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:19:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:19:58 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception:
MultiException stack 1 of 2
java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider class. Instantiation of non-static member classes is not supported.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:308)
	at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider
	contracts={jakarta.ws.rs.ext.MessageBodyWriter}
	scope=jakarta.inject.Singleton
	qualifiers={org.glassfish.jersey.internal.inject.Custom}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=185
	locatorId=0
	identityHashCode=1162787565
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:308)
	at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)

WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception:
MultiException stack 1 of 2
java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider class. Instantiation of non-static member classes is not supported.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:308)
	at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider
	contracts={jakarta.ws.rs.ext.MessageBodyWriter}
	scope=jakarta.inject.Singleton
	qualifiers={org.glassfish.jersey.internal.inject.Custom}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=185
	locatorId=0
	identityHashCode=1162787565
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:308)
	at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)

WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception:
MultiException stack 1 of 2
java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider class. Instantiation of non-static member classes is not supported.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:300)
	at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider
	contracts={jakarta.ws.rs.ext.MessageBodyWriter}
	scope=jakarta.inject.Singleton
	qualifiers={org.glassfish.jersey.internal.inject.Custom}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=185
	locatorId=0
	identityHashCode=1162787565
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:300)
	at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)

WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception:
MultiException stack 1 of 2
java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider class. Instantiation of non-static member classes is not supported.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:300)
	at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider
	contracts={jakarta.ws.rs.ext.MessageBodyWriter}
	scope=jakarta.inject.Singleton
	qualifiers={org.glassfish.jersey.internal.inject.Custom}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=185
	locatorId=0
	identityHashCode=1162787565
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:300)
	at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)


Apr 04, 2024 8:19:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:19:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:19:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.869 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProviderTest
Apr 04, 2024 8:19:59 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:19:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:19:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicProviderTest
Apr 04, 2024 8:19:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:20:01 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:20:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:20:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:20:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.163 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicProviderTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructorTest
Apr 04, 2024 8:20:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:20:04 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:20:04 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception:
MultiException stack 1 of 2
java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:308)
	at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor
	contracts={jakarta.ws.rs.ext.MessageBodyWriter}
	scope=jakarta.inject.Singleton
	qualifiers={org.glassfish.jersey.internal.inject.Custom}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=195
	locatorId=0
	identityHashCode=223406442
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:308)
	at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)

WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception:
MultiException stack 1 of 2
java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:308)
	at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor
	contracts={jakarta.ws.rs.ext.MessageBodyWriter}
	scope=jakarta.inject.Singleton
	qualifiers={org.glassfish.jersey.internal.inject.Custom}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=195
	locatorId=0
	identityHashCode=223406442
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:308)
	at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)

WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception:
MultiException stack 1 of 2
java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:300)
	at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor
	contracts={jakarta.ws.rs.ext.MessageBodyWriter}
	scope=jakarta.inject.Singleton
	qualifiers={org.glassfish.jersey.internal.inject.Custom}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=195
	locatorId=0
	identityHashCode=223406442
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:300)
	at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)

WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception:
MultiException stack 1 of 2
java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:300)
	at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor
	contracts={jakarta.ws.rs.ext.MessageBodyWriter}
	scope=jakarta.inject.Singleton
	qualifiers={org.glassfish.jersey.internal.inject.Custom}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=195
	locatorId=0
	identityHashCode=223406442
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:300)
	at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)


Apr 04, 2024 8:20:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:20:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:20:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.025 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructorTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceTest
Apr 04, 2024 8:20:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:20:06 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources
WARNING: Component of class class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResource cannot be instantiated and will be ignored.
Apr 04, 2024 8:20:07 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:20:07 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource, Resource{"/non-static", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "/non-static" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.

Apr 04, 2024 8:20:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:20:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:20:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.826 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceSubResourceTest
Apr 04, 2024 8:20:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:20:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:20:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:20:07 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
MultiException stack 1 of 1
java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResource class. Instantiation of non-static member classes is not supported.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1043)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:984)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1088)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1080)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:199)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:123)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$3(ApplicationHandler.java:413)
	at org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.apply(SubResourceLocatorRouter.java:108)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:20:07 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:20:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.391 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceSubResourceTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceTest
Apr 04, 2024 8:20:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:20:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:20:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:20:08 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
jakarta.ws.rs.ProcessingException: Resource Java method invocation error.
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.lang.IllegalAccessException: class org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory cannot access a member of class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResource with modifiers "public"
	at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:361)
	at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:591)
	at java.base/java.lang.reflect.Method.invoke(Method.java:558)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146)
	... 20 more

Apr 04, 2024 8:20:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:20:08 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.245 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubResourceTest
Apr 04, 2024 8:20:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:20:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:20:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:20:08 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
jakarta.ws.rs.ProcessingException: Resource Java method invocation error.
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.lang.IllegalAccessException: class org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory cannot access a member of class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResource with modifiers "public"
	at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:361)
	at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:591)
	at java.base/java.lang.reflect.Method.invoke(Method.java:558)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146)
	... 20 more

Apr 04, 2024 8:20:08 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:20:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubResourceTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceTest
Apr 04, 2024 8:20:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:20:08 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources
WARNING: Component of class class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResource cannot be instantiated and will be ignored.
Apr 04, 2024 8:20:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:20:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 8:20:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceSubResourceTest
Apr 04, 2024 8:20:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:20:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:20:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:20:08 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
MultiException stack 1 of 1
java.lang.InstantiationException
	at java.base/jdk.internal.reflect.InstantiationExceptionConstructorAccessorImpl.newInstance(InstantiationExceptionConstructorAccessorImpl.java:48)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
	at org.glassfish.hk2.utilities.reflection.ReflectionHelper.makeMe(ReflectionHelper.java:1356)
	at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1060)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:984)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1088)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1080)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:199)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:123)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$3(ApplicationHandler.java:413)
	at org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.apply(SubResourceLocatorRouter.java:108)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:20:08 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:20:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceSubResourceTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceTest
Apr 04, 2024 8:20:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:20:08 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources
WARNING: Component of class interface org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResource cannot be instantiated and will be ignored.
Apr 04, 2024 8:20:08 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource, Resource{"interface", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "interface" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.

Apr 04, 2024 8:20:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:20:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 8:20:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceSubResourceTest
Apr 04, 2024 8:20:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:20:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:20:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 8:20:08 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
MultiException stack 1 of 1
java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResource class.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1043)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:984)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1088)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1080)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:199)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:123)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$3(ApplicationHandler.java:413)
	at org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.apply(SubResourceLocatorRouter.java:108)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:20:08 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:20:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceSubResourceTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceWithConstructorTest
Apr 04, 2024 8:20:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:20:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:20:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Apr 04, 2024 8:20:08 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
jakarta.ws.rs.ProcessingException: Resource Java method invocation error.
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.lang.IllegalAccessException: class org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory cannot access a member of class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceWithConstructor with modifiers "public"
	at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:361)
	at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:591)
	at java.base/java.lang.reflect.Method.invoke(Method.java:558)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146)
	... 20 more

Apr 04, 2024 8:20:08 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:20:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceWithConstructorTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubresourceWithConstructorTest
Apr 04, 2024 8:20:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:20:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:20:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Apr 04, 2024 8:20:09 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
jakarta.ws.rs.ProcessingException: Resource Java method invocation error.
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.lang.IllegalAccessException: class org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory cannot access a member of class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceWithConstructor with modifiers "public"
	at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:361)
	at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:591)
	at java.base/java.lang.reflect.Method.invoke(Method.java:558)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146)
	... 20 more

Apr 04, 2024 8:20:09 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:20:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubresourceWithConstructorTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructorTest
Apr 04, 2024 8:20:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:20:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:20:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Apr 04, 2024 8:20:09 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
MultiException stack 1 of 1
java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor class.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1043)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:984)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1088)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1080)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:199)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:123)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:20:09 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Apr 04, 2024 8:20:09 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor] with an exception:
MultiException stack 1 of 2
java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor class.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor
	contracts={org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor}
	scope=org.glassfish.jersey.process.internal.RequestScoped
	qualifiers={}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=192
	locatorId=17
	identityHashCode=1655209235
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor] with an exception:
MultiException stack 1 of 2
java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor class.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor
	contracts={org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor}
	scope=org.glassfish.jersey.process.internal.RequestScoped
	qualifiers={}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=192
	locatorId=17
	identityHashCode=1655209235
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)


Apr 04, 2024 8:20:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructorTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProviderTest
Apr 04, 2024 8:20:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:20:09 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception:
MultiException stack 1 of 2
java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider class. Instantiation of non-static member classes is not supported.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:308)
	at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider
	contracts={jakarta.ws.rs.ext.MessageBodyWriter}
	scope=jakarta.inject.Singleton
	qualifiers={org.glassfish.jersey.internal.inject.Custom}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=190
	locatorId=19
	identityHashCode=256563310
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:308)
	at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)

WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception:
MultiException stack 1 of 2
java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider class. Instantiation of non-static member classes is not supported.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:308)
	at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider
	contracts={jakarta.ws.rs.ext.MessageBodyWriter}
	scope=jakarta.inject.Singleton
	qualifiers={org.glassfish.jersey.internal.inject.Custom}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=190
	locatorId=19
	identityHashCode=256563310
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:308)
	at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)

WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception:
MultiException stack 1 of 2
java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider class. Instantiation of non-static member classes is not supported.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:300)
	at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider
	contracts={jakarta.ws.rs.ext.MessageBodyWriter}
	scope=jakarta.inject.Singleton
	qualifiers={org.glassfish.jersey.internal.inject.Custom}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=190
	locatorId=19
	identityHashCode=256563310
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:300)
	at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)

WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception:
MultiException stack 1 of 2
java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider class. Instantiation of non-static member classes is not supported.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:300)
	at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider
	contracts={jakarta.ws.rs.ext.MessageBodyWriter}
	scope=jakarta.inject.Singleton
	qualifiers={org.glassfish.jersey.internal.inject.Custom}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=190
	locatorId=19
	identityHashCode=256563310
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:300)
	at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)


Apr 04, 2024 8:20:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:20:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Apr 04, 2024 8:20:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProviderTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicProviderTest
Apr 04, 2024 8:20:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:20:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:20:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Apr 04, 2024 8:20:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicProviderTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructorTest
Apr 04, 2024 8:20:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:20:09 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception:
MultiException stack 1 of 2
java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:308)
	at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor
	contracts={jakarta.ws.rs.ext.MessageBodyWriter}
	scope=jakarta.inject.Singleton
	qualifiers={org.glassfish.jersey.internal.inject.Custom}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=190
	locatorId=22
	identityHashCode=1785758345
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:308)
	at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)

WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception:
MultiException stack 1 of 2
java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:308)
	at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor
	contracts={jakarta.ws.rs.ext.MessageBodyWriter}
	scope=jakarta.inject.Singleton
	qualifiers={org.glassfish.jersey.internal.inject.Custom}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=190
	locatorId=22
	identityHashCode=1785758345
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:308)
	at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)

WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception:
MultiException stack 1 of 2
java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:300)
	at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor
	contracts={jakarta.ws.rs.ext.MessageBodyWriter}
	scope=jakarta.inject.Singleton
	qualifiers={org.glassfish.jersey.internal.inject.Custom}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=190
	locatorId=22
	identityHashCode=1785758345
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:300)
	at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)

WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception:
MultiException stack 1 of 2
java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:300)
	at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor
	contracts={jakarta.ws.rs.ext.MessageBodyWriter}
	scope=jakarta.inject.Singleton
	qualifiers={org.glassfish.jersey.internal.inject.Custom}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=190
	locatorId=22
	identityHashCode=1785758345
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:300)
	at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:366)
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:309)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:274)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)


Apr 04, 2024 8:20:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:20:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Apr 04, 2024 8:20:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructorTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.841 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.ConstrainedToTest
Apr 04, 2024 8:20:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:20:11 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:20:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:20:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:20:12 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A registered provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer constrained (via @ConstrainedTo) to SERVER runtime implements interface jakarta.ws.rs.client.ClientResponseFilter which is only usable in a CLIENT runtime context. A registered provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer is constrained (via @ConstrainedTo) to SERVER runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer will be ignored. 
Apr 04, 2024 8:20:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:20:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:20:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:20:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:20:12 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A registered provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer constrained (via @ConstrainedTo) to SERVER runtime implements interface jakarta.ws.rs.client.ClientResponseFilter which is only usable in a CLIENT runtime context. A registered provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer is constrained (via @ConstrainedTo) to SERVER runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer will be ignored. 
Apr 04, 2024 8:20:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.361 s -- in org.glassfish.jersey.tests.e2e.common.ConstrainedToTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.ProvidersLegacyOrderingTest
Apr 04, 2024 8:20:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:20:14 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:20:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:20:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:20:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.977 s -- in org.glassfish.jersey.tests.e2e.common.ProvidersLegacyOrderingTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NoEntityTest
Apr 04, 2024 8:20:16 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:20:17 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:20:18 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:42391/
[WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.309 s -- in org.glassfish.jersey.tests.e2e.common.NoEntityTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MethodTest$GrizzlyConnectorProviderMethodTest
Apr 04, 2024 8:20:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:20:20 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:20:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:20:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
Apr 04, 2024 8:20:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:20:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:20:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:20:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:20:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:20:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:20:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:20:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:20:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:20:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:20:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:20:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:20:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.854 s -- in org.glassfish.jersey.tests.e2e.client.connector.MethodTest$GrizzlyConnectorProviderMethodTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MethodTest$JdkConnectorProviderMethodTest
Apr 04, 2024 8:20:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:20:24 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:20:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:20:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:20:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:20:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:20:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:20:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:20:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:20:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:20:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:20:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:20:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:20:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:20:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:20:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:20:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.770 s -- in org.glassfish.jersey.tests.e2e.client.connector.MethodTest$JdkConnectorProviderMethodTest
Apr 04, 2024 8:20:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:20:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:20:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:20:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
[INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MethodTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MethodTest$JdkConnectorProviderMethodTest
Apr 04, 2024 8:20:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:20:28 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:20:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:20:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:20:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:20:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:20:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:20:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:20:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:20:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:20:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:20:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 8:20:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:20:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:20:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:20:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 8:20:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.775 s -- in org.glassfish.jersey.tests.e2e.client.connector.MethodTest$JdkConnectorProviderMethodTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MethodTest$GrizzlyConnectorProviderMethodTest
Apr 04, 2024 8:20:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:20:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:20:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
Apr 04, 2024 8:20:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:20:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:20:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:20:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 8:20:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:20:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:20:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:20:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 8:20:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:20:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:20:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:20:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 8:20:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.701 s -- in org.glassfish.jersey.tests.e2e.client.connector.MethodTest$GrizzlyConnectorProviderMethodTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.549 s -- in org.glassfish.jersey.tests.e2e.client.connector.MethodTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$GrizzlyConnectorProviderHugeEntityTest
Apr 04, 2024 8:20:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:20:32 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:20:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:20:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
Apr 04, 2024 8:20:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:20:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:20:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:20:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:20:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 46.65 s -- in org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$JdkConnectorProviderHugeEntityTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$GrizzlyConnectorProviderHugeEntityTest
Apr 04, 2024 8:20:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:20:47 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:20:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:20:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
Apr 04, 2024 8:20:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.72 s -- in org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$GrizzlyConnectorProviderHugeEntityTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$JdkConnectorProviderHugeEntityTest
Apr 04, 2024 8:20:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:20:54 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 8:20:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:20:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 8:20:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:20:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:20:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:20:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 8:21:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.33 s -- in org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$GrizzlyConnectorProviderHugeEntityTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$JdkConnectorProviderHugeEntityTest
Apr 04, 2024 8:21:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:21:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:21:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Aborted by Maxim Nesen
Sending interrupt signal to process
Apr 04, 2024 8:21:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42391]
Apr 04, 2024 8:21:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/
Apr 04, 2024 8:21:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42391]
Apr 04, 2024 8:21:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Sending interrupt signal to process
script returned exit code 143
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch JDK 11
Apr 04, 2024 8:21:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43127]
Apr 04, 2024 8:21:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43127/
Apr 04, 2024 8:21:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43127]
Apr 04, 2024 8:21:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
script returned exit code 143
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch JDK 21
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] End of Pipeline
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: fb751c42-a410-42a1-a2d9-b35cb0b7b771

GitHub has been notified of this commit’s build result

Finished: ABORTED