Skip to content
Success

Console Output

[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.cdi:context-inject-on-server >--
[INFO] Building jersey-tests-context-inject-on-server 3.1.0-SNAPSHOT  [127/281]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ context-inject-on-server ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ context-inject-on-server ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ context-inject-on-server ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ context-inject-on-server ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/buildPRbranch
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ context-inject-on-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ context-inject-on-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ context-inject-on-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ context-inject-on-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ context-inject-on-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 26 source files to /home/jenkins/agent/workspace/buildPRbranch/tests/integration/cdi-integration/context-inject-on-server/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ context-inject-on-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/buildPRbranch/tests/integration/cdi-integration/context-inject-on-server/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ context-inject-on-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/buildPRbranch/tests/integration/cdi-integration/context-inject-on-server/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ context-inject-on-server ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.cdi.inject.NonScopedInjectionTest
May 06, 2022 9:21:17 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 4.0.2 (Final)
May 06, 2022 9:21:18 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.
May 06, 2022 9:21:18 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.
May 06, 2022 9:21:18 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 06, 2022 9:21:18 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 06, 2022 9:21:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a510511a-9b75-472c-9501-cbe32dc9acde initialized
May 06, 2022 9:21:18 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
May 06, 2022 9:21:18 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
May 06, 2022 9:21:19 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
May 06, 2022 9:21:19 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
May 06, 2022 9:21:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 06, 2022 9:21:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
May 06, 2022 9:21:19 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
Everything contexted
May 06, 2022 9:21:20 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a510511a-9b75-472c-9501-cbe32dc9acde shut down
May 06, 2022 9:21:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
May 06, 2022 9:21:20 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.
May 06, 2022 9:21:20 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.
May 06, 2022 9:21:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 06, 2022 9:21:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 06, 2022 9:21:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d05fe9a1-a344-4776-bf13-046f8c407261 initialized
May 06, 2022 9:21:20 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
May 06, 2022 9:21:20 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
May 06, 2022 9:21:20 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
May 06, 2022 9:21:20 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
May 06, 2022 9:21:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 06, 2022 9:21:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
May 06, 2022 9:21:20 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
Everything contexteded on ExceptionMapper.
May 06, 2022 9:21:20 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d05fe9a1-a344-4776-bf13-046f8c407261 shut down
May 06, 2022 9:21:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
May 06, 2022 9:21:20 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.
May 06, 2022 9:21:20 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.
May 06, 2022 9:21:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 06, 2022 9:21:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 06, 2022 9:21:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b1bcc76b-2a98-4016-b49a-c2239973c64c initialized
May 06, 2022 9:21:20 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
May 06, 2022 9:21:20 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
May 06, 2022 9:21:20 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
May 06, 2022 9:21:20 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
May 06, 2022 9:21:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 06, 2022 9:21:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
May 06, 2022 9:21:20 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
InjectContainerResponseFilter: ResourceInfo did not get the resource.
May 06, 2022 9:21:20 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b1bcc76b-2a98-4016-b49a-c2239973c64c shut down
May 06, 2022 9:21:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
May 06, 2022 9:21:20 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.
May 06, 2022 9:21:20 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.
May 06, 2022 9:21:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 06, 2022 9:21:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 06, 2022 9:21:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ad83a265-57f5-4acd-a352-a921c86608cd initialized
May 06, 2022 9:21:20 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
May 06, 2022 9:21:20 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
May 06, 2022 9:21:20 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
May 06, 2022 9:21:20 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
May 06, 2022 9:21:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 06, 2022 9:21:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
May 06, 2022 9:21:20 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
InjectContainerResponseFilter: ResourceInfo did not get the resource.
May 06, 2022 9:21:20 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ad83a265-57f5-4acd-a352-a921c86608cd shut down
May 06, 2022 9:21:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
May 06, 2022 9:21:20 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.
May 06, 2022 9:21:20 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.
May 06, 2022 9:21:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 06, 2022 9:21:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 06, 2022 9:21:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e3c221de-3493-485b-adef-9789fbdcf1b1 initialized
May 06, 2022 9:21:20 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
May 06, 2022 9:21:20 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
May 06, 2022 9:21:20 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
May 06, 2022 9:21:20 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
May 06, 2022 9:21:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 06, 2022 9:21:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
May 06, 2022 9:21:20 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
Everything injected
May 06, 2022 9:21:21 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e3c221de-3493-485b-adef-9789fbdcf1b1 shut down
May 06, 2022 9:21:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
May 06, 2022 9:21:21 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.
May 06, 2022 9:21:21 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.
May 06, 2022 9:21:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 06, 2022 9:21:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 06, 2022 9:21:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0fe2b4fb-ec0c-492d-bfbd-2722db652d3e initialized
May 06, 2022 9:21:21 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
May 06, 2022 9:21:21 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
May 06, 2022 9:21:21 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
May 06, 2022 9:21:21 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
May 06, 2022 9:21:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 06, 2022 9:21:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
May 06, 2022 9:21:21 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
Everything injecteded on ExceptionMapper.
May 06, 2022 9:21:21 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0fe2b4fb-ec0c-492d-bfbd-2722db652d3e shut down
May 06, 2022 9:21:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.612 s - in org.glassfish.jersey.tests.cdi.inject.NonScopedInjectionTest
[INFO] Running org.glassfish.jersey.tests.cdi.inject.ScopedApplicationInjectTest
May 06, 2022 9:21:21 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.
May 06, 2022 9:21:21 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.
May 06, 2022 9:21:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 06, 2022 9:21:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 06, 2022 9:21:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 18eaa6b0-d7de-467e-bfe6-ce15703814b9 initialized
May 06, 2022 9:21:21 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
May 06, 2022 9:21:21 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
May 06, 2022 9:21:21 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
May 06, 2022 9:21:21 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
May 06, 2022 9:21:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 06, 2022 9:21:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
May 06, 2022 9:21:21 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
May 06, 2022 9:21:21 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
May 06, 2022 9:21:21 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.inject.ApplicationInjectParent$InjectHolder 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.tests.cdi.inject.ApplicationInjectParent$InjectHolder will be ignored. 
All injected
May 06, 2022 9:21:21 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 18eaa6b0-d7de-467e-bfe6-ce15703814b9 shut down
May 06, 2022 9:21:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
May 06, 2022 9:21:21 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.
May 06, 2022 9:21:21 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.
May 06, 2022 9:21:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 06, 2022 9:21:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 06, 2022 9:21:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d7ceafa3-8ed1-43f1-af62-b7750721e3eb initialized
May 06, 2022 9:21:21 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
May 06, 2022 9:21:21 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
May 06, 2022 9:21:21 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
May 06, 2022 9:21:21 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
May 06, 2022 9:21:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 06, 2022 9:21:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
May 06, 2022 9:21:21 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
May 06, 2022 9:21:21 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
May 06, 2022 9:21:21 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.inject.ApplicationInjectParent$InjectHolder 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.tests.cdi.inject.ApplicationInjectParent$InjectHolder will be ignored. 
All injected
May 06, 2022 9:21:21 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d7ceafa3-8ed1-43f1-af62-b7750721e3eb shut down
May 06, 2022 9:21:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.356 s - in org.glassfish.jersey.tests.cdi.inject.ScopedApplicationInjectTest
[INFO] Running org.glassfish.jersey.tests.cdi.inject.NonScopedApplicationInjectTest
May 06, 2022 9:21:21 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.
May 06, 2022 9:21:21 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.
May 06, 2022 9:21:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 06, 2022 9:21:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 06, 2022 9:21:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 91a430b8-eaf8-4b5d-b7d9-3b9d0a466e5c initialized
May 06, 2022 9:21:21 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
May 06, 2022 9:21:21 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
May 06, 2022 9:21:21 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
May 06, 2022 9:21:21 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
May 06, 2022 9:21:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 06, 2022 9:21:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
May 06, 2022 9:21:21 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
May 06, 2022 9:21:21 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
May 06, 2022 9:21:21 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.inject.ApplicationInjectParent$InjectHolder 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.tests.cdi.inject.ApplicationInjectParent$InjectHolder will be ignored. 
All injected
May 06, 2022 9:21:21 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 91a430b8-eaf8-4b5d-b7d9-3b9d0a466e5c shut down
May 06, 2022 9:21:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
May 06, 2022 9:21:21 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.
May 06, 2022 9:21:21 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.
May 06, 2022 9:21:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 06, 2022 9:21:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 06, 2022 9:21:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5bff8c5f-6363-4396-8b1b-3802519b53b8 initialized
May 06, 2022 9:21:21 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
May 06, 2022 9:21:21 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
May 06, 2022 9:21:21 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
May 06, 2022 9:21:21 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
May 06, 2022 9:21:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 06, 2022 9:21:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
May 06, 2022 9:21:21 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
May 06, 2022 9:21:21 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
May 06, 2022 9:21:21 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.inject.ApplicationInjectParent$InjectHolder 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.tests.cdi.inject.ApplicationInjectParent$InjectHolder will be ignored. 
All injected
May 06, 2022 9:21:21 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5bff8c5f-6363-4396-8b1b-3802519b53b8 shut down
May 06, 2022 9:21:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.299 s - in org.glassfish.jersey.tests.cdi.inject.NonScopedApplicationInjectTest
[INFO] Running org.glassfish.jersey.tests.cdi.inject.SseTest
May 06, 2022 9:21:21 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.
May 06, 2022 9:21:21 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.
May 06, 2022 9:21:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 06, 2022 9:21:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 06, 2022 9:21:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 020d9b30-c803-4638-a4d3-cbcb933f9056 initialized
May 06, 2022 9:21:21 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
May 06, 2022 9:21:21 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
May 06, 2022 9:21:21 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
May 06, 2022 9:21:21 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
May 06, 2022 9:21:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 06, 2022 9:21:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
May 06, 2022 9:21:21 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
May 06, 2022 9:21:22 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 020d9b30-c803-4638-a4d3-cbcb933f9056 shut down
May 06, 2022 9:21:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
May 06, 2022 9:21:22 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.
May 06, 2022 9:21:22 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.
May 06, 2022 9:21:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 06, 2022 9:21:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 06, 2022 9:21:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container db283f05-3612-464a-a415-c57ab9519d85 initialized
May 06, 2022 9:21:22 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
May 06, 2022 9:21:22 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
May 06, 2022 9:21:22 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
May 06, 2022 9:21:22 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
May 06, 2022 9:21:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 06, 2022 9:21:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
May 06, 2022 9:21:22 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
May 06, 2022 9:21:22 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container db283f05-3612-464a-a415-c57ab9519d85 shut down
May 06, 2022 9:21:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.317 s - in org.glassfish.jersey.tests.cdi.inject.SseTest
[INFO] Running org.glassfish.jersey.tests.cdi.inject.ScopedInjectionTest
May 06, 2022 9:21:22 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.
May 06, 2022 9:21:22 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.
May 06, 2022 9:21:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 06, 2022 9:21:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 06, 2022 9:21:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ce2d5dc2-23b7-4846-a763-cd6a377b4dde initialized
May 06, 2022 9:21:22 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
May 06, 2022 9:21:22 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
May 06, 2022 9:21:22 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
May 06, 2022 9:21:22 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
May 06, 2022 9:21:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 06, 2022 9:21:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
May 06, 2022 9:21:22 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
Everything contexted
May 06, 2022 9:21:22 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ce2d5dc2-23b7-4846-a763-cd6a377b4dde shut down
May 06, 2022 9:21:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
May 06, 2022 9:21:22 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.
May 06, 2022 9:21:22 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.
May 06, 2022 9:21:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 06, 2022 9:21:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 06, 2022 9:21:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 35ca6895-0c49-4f07-af22-3fad3398fac4 initialized
May 06, 2022 9:21:22 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
May 06, 2022 9:21:22 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
May 06, 2022 9:21:22 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
May 06, 2022 9:21:22 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
May 06, 2022 9:21:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 06, 2022 9:21:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
May 06, 2022 9:21:22 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
Everything contexteded on ExceptionMapper.
May 06, 2022 9:21:22 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 35ca6895-0c49-4f07-af22-3fad3398fac4 shut down
May 06, 2022 9:21:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
May 06, 2022 9:21:22 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.
May 06, 2022 9:21:22 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.
May 06, 2022 9:21:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 06, 2022 9:21:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 06, 2022 9:21:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container be51aced-fe3d-4e67-b770-caa7c514bdc5 initialized
May 06, 2022 9:21:22 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
May 06, 2022 9:21:22 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
May 06, 2022 9:21:22 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
May 06, 2022 9:21:22 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
May 06, 2022 9:21:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 06, 2022 9:21:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
May 06, 2022 9:21:22 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
InjectContainerResponseFilter: ResourceInfo did not get the resource.
May 06, 2022 9:21:22 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container be51aced-fe3d-4e67-b770-caa7c514bdc5 shut down
May 06, 2022 9:21:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
May 06, 2022 9:21:22 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.
May 06, 2022 9:21:22 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.
May 06, 2022 9:21:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 06, 2022 9:21:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 06, 2022 9:21:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4a422c2b-3ce2-4ba5-b96e-177016934c97 initialized
May 06, 2022 9:21:22 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
May 06, 2022 9:21:22 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
May 06, 2022 9:21:22 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
May 06, 2022 9:21:22 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
May 06, 2022 9:21:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 06, 2022 9:21:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
May 06, 2022 9:21:22 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
InjectContainerResponseFilter: ResourceInfo did not get the resource.
May 06, 2022 9:21:22 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4a422c2b-3ce2-4ba5-b96e-177016934c97 shut down
May 06, 2022 9:21:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
May 06, 2022 9:21:22 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.
May 06, 2022 9:21:22 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.
May 06, 2022 9:21:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 06, 2022 9:21:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 06, 2022 9:21:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9f343d1b-71f0-4664-9fae-2673d498378c initialized
May 06, 2022 9:21:22 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
May 06, 2022 9:21:22 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
May 06, 2022 9:21:22 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
May 06, 2022 9:21:22 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
May 06, 2022 9:21:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 06, 2022 9:21:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
May 06, 2022 9:21:22 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
Everything injected
May 06, 2022 9:21:22 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9f343d1b-71f0-4664-9fae-2673d498378c shut down
May 06, 2022 9:21:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
May 06, 2022 9:21:22 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.
May 06, 2022 9:21:22 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.
May 06, 2022 9:21:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 06, 2022 9:21:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 06, 2022 9:21:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7ea67969-dd9a-4a7f-b3c2-3df2cc33f601 initialized
May 06, 2022 9:21:22 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
May 06, 2022 9:21:22 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
May 06, 2022 9:21:22 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
May 06, 2022 9:21:22 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
May 06, 2022 9:21:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 06, 2022 9:21:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
May 06, 2022 9:21:22 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
Everything injecteded on ExceptionMapper.
May 06, 2022 9:21:23 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7ea67969-dd9a-4a7f-b3c2-3df2cc33f601 shut down
May 06, 2022 9:21:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.892 s - in org.glassfish.jersey.tests.cdi.inject.ScopedInjectionTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ context-inject-on-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/buildPRbranch/tests/integration/cdi-integration/context-inject-on-server/target/context-inject-on-server-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ context-inject-on-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/buildPRbranch/tests/integration/cdi-integration/context-inject-on-server/target/context-inject-on-server-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ context-inject-on-server ---
[INFO] Installing /home/jenkins/agent/workspace/buildPRbranch/tests/integration/cdi-integration/context-inject-on-server/target/context-inject-on-server-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/context-inject-on-server/3.1.0-SNAPSHOT/context-inject-on-server-3.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/buildPRbranch/tests/integration/cdi-integration/context-inject-on-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/context-inject-on-server/3.1.0-SNAPSHOT/context-inject-on-server-3.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/buildPRbranch/tests/integration/cdi-integration/context-inject-on-server/target/context-inject-on-server-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/context-inject-on-server/3.1.0-SNAPSHOT/context-inject-on-server-3.1.0-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jersey 3.1.0-SNAPSHOT:
[INFO] 
[INFO] jersey ............................................. SUCCESS [ 10.761 s]
[INFO] jersey-archetypes .................................. SUCCESS [  1.043 s]
[INFO] jersey-archetype-heroku-webapp ..................... SUCCESS [  4.778 s]
[INFO] jersey-archetype-grizzly2 .......................... SUCCESS [  0.397 s]
[INFO] jersey-archetype-webapp ............................ SUCCESS [  0.356 s]
[INFO] jersey-example-java8-webapp ........................ SUCCESS [  0.963 s]
[INFO] jersey-bom ......................................... SUCCESS [  0.234 s]
[INFO] jersey-core-common ................................. SUCCESS [ 44.117 s]
[INFO] jersey-inject ...................................... SUCCESS [  0.256 s]
[INFO] jersey-inject-hk2 .................................. SUCCESS [  3.006 s]
[INFO] jersey-core-client ................................. SUCCESS [ 20.660 s]
[INFO] jersey-media ....................................... SUCCESS [  0.212 s]
[INFO] jersey-media-jaxb .................................. SUCCESS [  5.355 s]
[INFO] jersey-core-server ................................. SUCCESS [ 33.897 s]
[INFO] jersey-containers .................................. SUCCESS [  0.215 s]
[INFO] jersey-container-grizzly2-http ..................... SUCCESS [  4.883 s]
[INFO] jersey-container-servlet-core ...................... SUCCESS [  1.751 s]
[INFO] jersey-test-framework .............................. SUCCESS [  0.211 s]
[INFO] jersey-test-framework-core ......................... SUCCESS [  3.964 s]
[INFO] jersey-container-servlet ........................... SUCCESS [  0.677 s]
[INFO] jersey-container-grizzly2-servlet .................. SUCCESS [  0.739 s]
[INFO] jersey-test-framework-providers .................... SUCCESS [  0.256 s]
[INFO] jersey-test-framework-provider-grizzly2 ............ SUCCESS [  5.880 s]
[INFO] jersey-connectors .................................. SUCCESS [  0.234 s]
[INFO] jersey-connectors-apache ........................... SUCCESS [ 19.576 s]
[INFO] jersey-connectors-apache5 .......................... SUCCESS [ 22.013 s]
[INFO] jersey-test-framework-provider-inmemory ............ SUCCESS [  2.745 s]
[INFO] jersey-test-framework-provider-external ............ SUCCESS [  0.472 s]
[INFO] jersey-container-jdk-http .......................... SUCCESS [ 18.332 s]
[INFO] jersey-test-framework-provider-jdk-http ............ SUCCESS [  8.160 s]
[INFO] jersey-container-simple-http ....................... SUCCESS [ 17.154 s]
[INFO] jersey-test-framework-provider-simple .............. SUCCESS [  2.316 s]
[INFO] jersey-connectors-netty ............................ SUCCESS [ 46.305 s]
[INFO] jersey-container-netty-http ........................ SUCCESS [  0.859 s]
[INFO] jersey-test-framework-provider-netty ............... SUCCESS [  0.521 s]
[INFO] jersey-container-jetty-http ........................ SUCCESS [  1.197 s]
[INFO] jersey-test-framework-provider-jetty ............... SUCCESS [  0.682 s]
[INFO] jersey-test-framework-provider-bundle .............. SUCCESS [  0.226 s]
[INFO] jersey-connectors-grizzly .......................... SUCCESS [ 10.056 s]
[INFO] jersey-media-sse ................................... SUCCESS [ 23.933 s]
[INFO] jersey-connectors-helidon .......................... SUCCESS [ 54.511 s]
[INFO] jersey-connectors-jdk .............................. SUCCESS [ 48.520 s]
[INFO] jersey-connectors-jetty ............................ SUCCESS [  0.649 s]
[INFO] jersey-extensions .................................. SUCCESS [  0.254 s]
[INFO] jersey-cdi-support ................................. SUCCESS [  0.222 s]
[INFO] jersey-ext-cdi1x ................................... SUCCESS [  2.459 s]
[INFO] jersey-glassfish-support ........................... SUCCESS [  0.224 s]
[INFO] jersey-gf-ejb ...................................... SUCCESS [ 14.794 s]
[INFO] jersey-container-jetty-servlet ..................... SUCCESS [  1.111 s]
[INFO] jersey-ext-bean-validation ......................... SUCCESS [  1.037 s]
[INFO] jersey-ext-cdi1x-ban-custom-hk2-binding ............ SUCCESS [  1.203 s]
[INFO] jersey-ext-cdi-rs-inject ........................... SUCCESS [ 10.695 s]
[INFO] jersey-ext-cdi1x-servlet ........................... SUCCESS [  0.664 s]
[INFO] jersey-ext-cdi1x-transaction ....................... SUCCESS [  0.956 s]
[INFO] jersey-ext-cdi1x-validation ........................ SUCCESS [  0.863 s]
[INFO] jersey-ext-weld2-se ................................ SUCCESS [  1.450 s]
[INFO] jersey-ext-entity-filtering ........................ SUCCESS [  1.636 s]
[INFO] jersey-ext-metainf-services ........................ SUCCESS [  3.020 s]
[INFO] jersey-ext-mvc ..................................... SUCCESS [  0.822 s]
[INFO] jersey-ext-mvc-bean-validation ..................... SUCCESS [  0.564 s]
[INFO] jersey-ext-mvc-freemarker .......................... SUCCESS [  0.955 s]
[INFO] jersey-ext-mvc-jsp ................................. SUCCESS [  0.936 s]
[INFO] jersey-ext-mvc-mustache ............................ SUCCESS [  0.875 s]
[INFO] jersey-ext-proxy-client ............................ SUCCESS [  6.507 s]
[INFO] jersey-ext-rx ...................................... SUCCESS [  0.206 s]
[INFO] jersey-ext-rx-client-guava ......................... SUCCESS [  2.079 s]
[INFO] jersey-ext-rx-client-rxjava ........................ SUCCESS [  2.480 s]
[INFO] jersey-ext-rx-client-rxjava2 ....................... SUCCESS [  4.165 s]
[INFO] jersey-spring6 ..................................... SUCCESS [  3.806 s]
[INFO] jersey-wadl-doclet ................................. SUCCESS [  0.986 s]
[INFO] jersey-media-json-binding .......................... SUCCESS [  1.905 s]
[INFO] project ............................................ SUCCESS [  0.243 s]
[INFO] jersey-mp-rest-client .............................. SUCCESS [  2.176 s]
[INFO] jersey-mp-config ................................... SUCCESS [  2.741 s]
[INFO] jersey-incubator ................................... SUCCESS [  0.218 s]
[INFO] jersey-inject-cdi-weld ............................. SUCCESS [  6.321 s]
[INFO] jersey-declarative-linking ......................... SUCCESS [  2.160 s]
[INFO] jersey-ext-gae-integration ......................... SUCCESS [  1.455 s]
[INFO] jersey-media-html-json ............................. SUCCESS [  6.958 s]
[INFO] jersey-media-kryo .................................. SUCCESS [  4.003 s]
[INFO] jersey-open-tracing ................................ SUCCESS [  3.712 s]
[INFO] jersey-inject-cdi2-se .............................. SUCCESS [  4.845 s]
[INFO] jersey-media-json-jackson .......................... SUCCESS [  6.887 s]
[INFO] jersey-media-json-jettison ......................... SUCCESS [  1.009 s]
[INFO] jersey-media-json-processing ....................... SUCCESS [  2.674 s]
[INFO] jersey-media-moxy .................................. SUCCESS [  2.092 s]
[INFO] jersey-media-multipart ............................. SUCCESS [  8.987 s]
[INFO] jersey-security .................................... SUCCESS [  0.208 s]
[INFO] oauth1-signature ................................... SUCCESS [  1.757 s]
[INFO] jersey-security .................................... SUCCESS [  0.549 s]
[INFO] oauth1-server ...................................... SUCCESS [  3.300 s]
[INFO] oauth2-client ...................................... SUCCESS [  0.589 s]
[INFO] jersey-test-framework-util ......................... SUCCESS [  1.992 s]
[INFO] jersey-tests ....................................... SUCCESS [  0.241 s]
[INFO] jersey-tests-e2e ................................... SUCCESS [06:57 min]
[INFO] jersey-tests-e2e-client ............................ SUCCESS [03:41 min]
[INFO] jersey-tests-e2e-core-common ....................... SUCCESS [  2.874 s]
[INFO] jersey-tests-e2e-entity ............................ SUCCESS [04:22 min]
[INFO] jersey-tests-e2e-inject ............................ SUCCESS [  0.283 s]
[INFO] jersey-tests-e2e-inject-cdi-se ..................... SUCCESS [  6.145 s]
[INFO] jersey-tests-e2e-inject-cdi-inject-weld ............ SUCCESS [  6.171 s]
[INFO] e2e-inject-hk2 ..................................... SUCCESS [  3.300 s]
[INFO] jersey-tests-e2e-server ............................ SUCCESS [07:32 min]
[INFO] jersey-tests-e2e-testng ............................ SUCCESS [ 13.562 s]
[INFO] jersey-tests-integration ........................... SUCCESS [  0.210 s]
[INFO] jersey-asm-integration ............................. SUCCESS [  1.093 s]
[INFO] cdi-integration-project ............................ SUCCESS [  0.214 s]
[INFO] jersey-tests-cdi-beanvalidation-webapp ............. SUCCESS [  9.212 s]
[INFO] jersey-tests-cdi-client ............................ SUCCESS [  2.794 s]
[INFO] jersey-tests-cdi-client-on-server .................. SUCCESS [  3.560 s]
[INFO] jersey-tests-cdi-ejb-webapp ........................ SUCCESS [  0.599 s]
[INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp SUCCESS [  0.583 s]
[INFO] cdi-manually-bound ................................. SUCCESS [  3.656 s]
[INFO] jersey-tests-cdi-log-check ......................... SUCCESS [  3.520 s]
[INFO] jersey-tests-integration-cdi-multimodule-lib ....... SUCCESS [  0.399 s]
[INFO] jersey-tests-integration-cdi-multimodule-war ....... SUCCESS [  0.604 s]
[INFO] jersey-tests-integration-cdi-multimodule-war2 ...... SUCCESS [  0.573 s]
[INFO] jersey-tests-integration-cdi-multimodule-ear ....... SUCCESS [  1.453 s]
[INFO] jersey-tests-integration-cdi-multimodule ........... SUCCESS [  0.209 s]
[INFO] jersey-tests-cdi-multipart-webapp .................. SUCCESS [  0.647 s]
[INFO] jersey-tests-resource-with-at-context .............. SUCCESS [  3.447 s]
[INFO] cdi-singleton ...................................... SUCCESS [  3.355 s]
[INFO] jersey-tests-cdi-webapp ............................ SUCCESS [  9.046 s]
[INFO] jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp SUCCESS [  0.634 s]
[INFO] jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp SUCCESS [  0.683 s]
[INFO] jersey-tests-cdi-with-jersey-injection-webapp ...... SUCCESS [  0.631 s]
[INFO] jersey-tests-context-inject-on-server .............. SUCCESS [  6.580 s]
[INFO] client-connector-provider .......................... SUCCESS [  2.327 s]
[INFO] jersey-tests-integration-ejb-multimodule-lib ....... SUCCESS [  0.445 s]
[INFO] jersey-tests-integration-ejb-multimodule-war ....... SUCCESS [  0.595 s]
[INFO] jersey-tests-integration-ejb-multimodule-ear ....... SUCCESS [  0.485 s]
[INFO] jersey-tests-integration-ejb-multimodule ........... SUCCESS [  0.265 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-lib  SUCCESS [  0.423 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-war1 SUCCESS [  0.589 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-war2 SUCCESS [  0.647 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-ear  SUCCESS [  0.627 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload .... SUCCESS [  0.194 s]
[INFO] jersey-tests-ejb-webapp ............................ SUCCESS [  0.628 s]
[INFO] j-376-reproducer ................................... SUCCESS [  4.287 s]
[INFO] jersey-tests-integration-j-441-war1 ................ SUCCESS [  0.566 s]
[INFO] jersey-tests-integration-j-441-war2 ................ SUCCESS [  0.540 s]
[INFO] jersey-tests-integration-j-441-ear ................. SUCCESS [  0.576 s]
[INFO] jersey-tests-integration-j-441 ..................... SUCCESS [  0.236 s]
[INFO] jersey-tests-integration-j-59-ejb-lib .............. SUCCESS [  0.433 s]
[INFO] jersey-tests-integration-j-59-cdi-war .............. SUCCESS [  0.564 s]
[INFO] jersey-tests-integration-j-59-ear .................. SUCCESS [  0.492 s]
[INFO] jersey-tests-integration-j-59 ...................... SUCCESS [  0.234 s]
[INFO] jersey-tests-integration-jersey-2136 ............... SUCCESS [  3.504 s]
[INFO] jersey-tests-integration-jersey-2137 ............... SUCCESS [  0.569 s]
[INFO] jersey-tests-integration-jersey-2154 ............... SUCCESS [  0.535 s]
[INFO] jersey-tests-integration-jersey-2421 ............... SUCCESS [  1.607 s]
[INFO] jersey-tests-integration-jersey-2776 ............... SUCCESS [ 11.144 s]
[INFO] jersey-3662 ........................................ SUCCESS [  2.569 s]
[INFO] jersey-tests-integration-jersey-3670 ............... SUCCESS [  2.431 s]
[INFO] jersey-3992 ........................................ SUCCESS [  3.485 s]
[INFO] jersey-tests-integration-jersey-4003 ............... SUCCESS [  2.698 s]
[INFO] jersey-tests-integration-jersey-4099 ............... SUCCESS [  3.600 s]
[INFO] jersey-4321 ........................................ SUCCESS [  3.318 s]
[INFO] jersey-examples .................................... SUCCESS [  0.205 s]
[INFO] jersey-examples-server-sent-events-jersey .......... SUCCESS [  8.001 s]
[INFO] jersey-4507 ........................................ SUCCESS [  3.715 s]
[INFO] jersey-4542 ........................................ SUCCESS [  3.847 s]
[INFO] jersey-4697 ........................................ SUCCESS [  4.315 s]
[INFO] jersey-4722 ........................................ SUCCESS [  2.304 s]
[INFO] jersey-bundles ..................................... SUCCESS [  0.220 s]
[INFO] jersey-bundles-jaxrs-ri ............................ SUCCESS [ 24.718 s]
[INFO] microprofile-integration-project ................... SUCCESS [  0.212 s]
[INFO] microprofile-config-project ........................ SUCCESS [  0.197 s]
[INFO] config-webapp ...................................... SUCCESS [  1.076 s]
[INFO] helidon-config-webapp .............................. SUCCESS [  3.251 s]
[INFO] jersey-rest-client ................................. SUCCESS [  5.547 s]
[INFO] jersey-rest-client-tck ............................. SUCCESS [03:15 min]
[INFO] reactive-streams-integration-project ............... SUCCESS [  0.203 s]
[INFO] sse-reactive-streams-tck ........................... SUCCESS [ 15.390 s]
[INFO] jersey-tests-jmockit ............................... SUCCESS [  4.421 s]
[INFO] jersey-test-framework-memleak-test-common .......... SUCCESS [  0.432 s]
[INFO] jersey-tests-memleak ............................... SUCCESS [  0.278 s]
[INFO] jersey-tests-memleak-redeployment .................. SUCCESS [  0.193 s]
[INFO] jersey-tests-memleak-redeployment-leaking-test-app . SUCCESS [  0.547 s]
[INFO] jersey-examples-webapp-parent-pom .................. SUCCESS [  0.209 s]
[INFO] jersey-examples-helloworld-webapp .................. SUCCESS [  3.302 s]
[INFO] jersey-test-framework-maven ........................ SUCCESS [  0.234 s]
[INFO] jersey-test-framework-maven-container-runner-plugin  SUCCESS [ 14.710 s]
[INFO] jersey-tests-memleak-redeployment-hello-world-app-ref SUCCESS [  0.870 s]
[INFO] jersey-tests-memleak-redeployment-no-jersey-app .... SUCCESS [  0.539 s]
[INFO] jersey-tests-memleak-redeployment-threadlocals-app . SUCCESS [  0.569 s]
[INFO] jersey-tests-memleak-testcase ...................... SUCCESS [  0.206 s]
[INFO] jersey-tests-memleak-testcase-bean-param-leak ...... SUCCESS [  0.582 s]
[INFO] jersey-tests-memleak-testcase-shutdown-hook-leak ... SUCCESS [  0.577 s]
[INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client SUCCESS [  0.466 s]
[INFO] jersey-tests-memleak-testcase-leaking-test-app ..... SUCCESS [  0.523 s]
[INFO] jersey-tests-osgi .................................. SUCCESS [  0.192 s]
[INFO] jersey-tests-osgi-functional ....................... SUCCESS [01:42 min]
[INFO] jersey-tests-stress ................................ SUCCESS [  2.257 s]
[INFO] jersey-tests-performance ........................... SUCCESS [  0.193 s]
[INFO] performance-test-benchmarks ........................ SUCCESS [  8.649 s]
[INFO] jersey-tests-performance-runners ................... SUCCESS [  0.222 s]
[INFO] jersey-grizzly-runner .............................. SUCCESS [  1.229 s]
[INFO] jersey-tests-performance-testcase .................. SUCCESS [  0.209 s]
[INFO] jersey-tests-performance-assemblies ................ SUCCESS [  0.435 s]
[INFO] jersey-tests-performance-filter-dynamic-test ....... SUCCESS [  3.040 s]
[INFO] jersey-tests-performance-filter-global-test ........ SUCCESS [  2.607 s]
[INFO] jersey-tests-performance-filter-name-test .......... SUCCESS [  2.563 s]
[INFO] jersey-tests-performance-interceptor-dynamic-test .. SUCCESS [  2.641 s]
[INFO] jersey-tests-performance-interceptor-global-test ... SUCCESS [  2.624 s]
[INFO] jersey-tests-performance-interceptor-name-test ..... SUCCESS [  2.651 s]
[INFO] jersey-tests-performance-custom-provider-test ...... SUCCESS [  2.564 s]
[INFO] jersey-tests-performance-json-jackson-test ......... SUCCESS [  0.743 s]
[INFO] jersey-tests-performance-json-moxy-test ............ SUCCESS [  3.186 s]
[INFO] jersey-tests-performance-mbw-kryo-test ............. SUCCESS [  2.822 s]
[INFO] jersey-tests-performance-text-plain-test ........... SUCCESS [  2.515 s]
[INFO] jersey-tests-performance-xml-jaxb-test ............. SUCCESS [  0.615 s]
[INFO] jersey-tests-performance-xml-moxy-test ............. SUCCESS [  3.495 s]
[INFO] jersey-tests-performance-param-srl ................. SUCCESS [  2.443 s]
[INFO] jersey-tests-performance-proxy-injection-test ...... SUCCESS [  2.373 s]
[INFO] performance-test-tools ............................. SUCCESS [  0.534 s]
[INFO] jersey-examples-assemblies ......................... SUCCESS [  0.380 s]
[INFO] jersey-examples-bookmark ........................... SUCCESS [  0.681 s]
[INFO] jersey-examples-bookmark-em ........................ SUCCESS [  0.586 s]
[INFO] jersey-examples-bookstore-webapp ................... SUCCESS [  0.722 s]
[INFO] jersey-examples-cdi-webapp ......................... SUCCESS [ 22.528 s]
[INFO] jersey-examples-clipboard .......................... SUCCESS [  3.009 s]
[INFO] jersey-examples-clipboard-programmatic ............. SUCCESS [  2.426 s]
[INFO] jersey-examples-declarative-linking ................ SUCCESS [  2.913 s]
[INFO] jersey-examples-entity-filtering ................... SUCCESS [  4.582 s]
[INFO] jersey-examples-entity-filtering-selectable ........ SUCCESS [  3.999 s]
[INFO] jersey-examples-entity-filtering-security .......... SUCCESS [  3.898 s]
[INFO] jersey-examples-extended-wadl-webapp ............... SUCCESS [ 10.830 s]
[INFO] jersey-examples-exception-mapping .................. SUCCESS [  3.129 s]
[INFO] jersey-examples-freemarker-webapp .................. SUCCESS [  3.383 s]
[INFO] jersey-examples-groovy ............................. SUCCESS [ 18.013 s]
[INFO] jersey-examples-helloworld ......................... SUCCESS [  4.591 s]
[INFO] jersey-examples-helloworld-benchmark ............... SUCCESS [  3.681 s]
[INFO] jersey-examples-helloworld-cdi2-se ................. SUCCESS [  4.009 s]
[INFO] jersey-examples-helloworld-netty ................... SUCCESS [  5.204 s]
[INFO] jersey-examples-helloworld-programmatic ............ SUCCESS [  2.539 s]
[INFO] jersey-examples-helloworld-pure-jax-rs ............. SUCCESS [  1.921 s]
[INFO] jersey-examples-helloworld-weld .................... SUCCESS [ 11.112 s]
[INFO] jersey-examples-http-patch ......................... SUCCESS [  4.621 s]
[INFO] jersey-examples-http-trace ......................... SUCCESS [  3.113 s]
[INFO] jersey-examples-https-clientserver-grizzly ......... SUCCESS [  3.583 s]
[INFO] jersey-examples-https-server-glassfish ............. SUCCESS [  0.629 s]
[INFO] jersey-examples-java8-webapp ....................... SUCCESS [  2.703 s]
[INFO] jersey-examples-jaxb ............................... SUCCESS [  4.116 s]
[INFO] jersey-examples-jaxrs-types-injection .............. SUCCESS [  3.061 s]
[INFO] jersey-examples-ejb ................................ SUCCESS [  0.484 s]
[INFO] jersey-examples-json-binding-webapp ................ SUCCESS [  0.795 s]
[INFO] jersey-examples-json-jackson ....................... SUCCESS [  4.836 s]
[INFO] jersey-examples-json-jettison ...................... SUCCESS [  3.875 s]
[INFO] jersey-examples-json-moxy .......................... SUCCESS [  3.441 s]
[INFO] jersey-examples-json-processing-webapp ............. SUCCESS [  3.244 s]
[INFO] jersey-examples-json-with-padding .................. SUCCESS [  4.010 s]
[INFO] jersey-examples-managed-beans-webapp ............... SUCCESS [  0.521 s]
[INFO] jersey-examples-managed-client ..................... SUCCESS [  2.759 s]
[INFO] jersey-examples-managed-client-webapp .............. SUCCESS [  2.938 s]
[INFO] jersey-examples-managed-client-simple-webapp ....... SUCCESS [  2.734 s]
[INFO] jersey-examples-multipart-webapp ................... SUCCESS [  3.607 s]
[INFO] jersey-examples-open-tracing ....................... SUCCESS [  1.509 s]
[INFO] jersey-examples-osgi-helloworld-webapp ............. SUCCESS [  0.211 s]
[INFO] jersey-examples-osgi-helloworld-webapp-lib ......... SUCCESS [  0.665 s]
[INFO] jersey-examples-osgi-helloworld-webapp-additional .. SUCCESS [  0.559 s]
[INFO] jersey-examples-osgi-helloworld-webapp-alternate-version SUCCESS [  0.604 s]
[INFO] jersey-examples-osgi-helloworld-webapp-wab ......... SUCCESS [  1.296 s]
[INFO] jersey-examples-osgi-helloworld-webapp-test ........ SUCCESS [  1.920 s]
[INFO] oauth-client-twitter ............................... SUCCESS [  0.481 s]
[INFO] jersey-examples-reload ............................. SUCCESS [  2.887 s]
[INFO] jersey-examples-rx-client-webapp ................... SUCCESS [ 20.997 s]
[INFO] jersey-examples-server-async ....................... SUCCESS [  5.214 s]
[INFO] jersey-examples-server-async-managed ............... SUCCESS [  5.052 s]
[INFO] jersey-examples-server-async-standalone ............ SUCCESS [  0.236 s]
[INFO] jersey-examples-server-async-standalone-client ..... SUCCESS [  0.795 s]
[INFO] jersey-examples-server-async-standalone-webapp ..... SUCCESS [  0.481 s]
[INFO] jersey-examples-server-sent-events-jaxrs ........... SUCCESS [  3.393 s]
[INFO] jersey-examples-servlet3-webapp .................... SUCCESS [  2.450 s]
[INFO] jersey-examples-simple-console ..................... SUCCESS [  3.559 s]
[INFO] jersey-examples-sse-item-store-jersey-webapp ....... SUCCESS [  5.938 s]
[INFO] jersey-examples-sse-item-store-jaxrs-webapp ........ SUCCESS [ 15.964 s]
[INFO] jersey-examples-sse-twitter-aggregator ............. SUCCESS [  0.572 s]
[INFO] jersey-examples-system-properties .................. SUCCESS [  2.741 s]
[INFO] jersey-examples-moxy ............................... SUCCESS [  3.366 s]
[INFO] jersey-test-framework-maven-custom-enforcer-rules .. SUCCESS [  4.579 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  47:29 min
[INFO] Finished at: 2022-05-06T09:34:56Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data