Skip to content

Console Output

Skipping 36 KB.. Full Log
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.executeTestMethod(JUnit4TestRunnerDecorator.java:154)
	at mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.invokeExplosively(JUnit4TestRunnerDecorator.java:70)
	at mockit.integration.junit4.internal.FakeFrameworkMethod.invokeExplosively(FakeFrameworkMethod.java:33)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:387)
	at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54)
	at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:346)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:387)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
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:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:487)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2126)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:777)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:740)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:710)
	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:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:679)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:591)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:571)
	at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldWAE(InvalidParamsTest.java:144)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.executeTestMethod(JUnit4TestRunnerDecorator.java:154)
	at mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.invokeExplosively(JUnit4TestRunnerDecorator.java:70)
	at mockit.integration.junit4.internal.FakeFrameworkMethod.invokeExplosively(FakeFrameworkMethod.java:33)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:387)
	at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54)
	at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:346)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:387)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)


Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.704 sec - in org.glassfish.jersey.server.internal.inject.InvalidParamsTest
Running org.glassfish.jersey.server.internal.inject.ParamExceptionMappingTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.655 sec - in org.glassfish.jersey.server.internal.inject.ParamExceptionMappingTest
Running org.glassfish.jersey.server.internal.inject.CookieParamStringConstructorTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.497 sec - in org.glassfish.jersey.server.internal.inject.CookieParamStringConstructorTest
Running org.glassfish.jersey.server.internal.inject.QueryParamAsSortedSetStringTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.38 sec - in org.glassfish.jersey.server.internal.inject.QueryParamAsSortedSetStringTest
Running org.glassfish.jersey.server.internal.inject.EncodedParamsTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.739 sec - in org.glassfish.jersey.server.internal.inject.EncodedParamsTest
Running org.glassfish.jersey.server.internal.inject.QueryParamAsSetStringTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.767 sec - in org.glassfish.jersey.server.internal.inject.QueryParamAsSetStringTest
Running org.glassfish.jersey.server.internal.inject.BeanParamMemoryLeakTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.58 sec - in org.glassfish.jersey.server.internal.inject.BeanParamMemoryLeakTest
Running org.glassfish.jersey.server.internal.inject.QueryParamFromStringTest
[afromString, fromString, bfromString]
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.576 sec - in org.glassfish.jersey.server.internal.inject.QueryParamFromStringTest
Running org.glassfish.jersey.server.internal.inject.MatrixParamAsStringTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.403 sec - in org.glassfish.jersey.server.internal.inject.MatrixParamAsStringTest
Running org.glassfish.jersey.server.ApplicationHandlerTest
Oct 09, 2018 4:15:14 PM 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.
Oct 09, 2018 4:15:14 PM 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 javax.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton.

Oct 09, 2018 4:15:16 PM 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.

Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.975 sec - in org.glassfish.jersey.server.ApplicationHandlerTest
Running org.glassfish.jersey.server.internal.inject.UriTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.791 sec - in org.glassfish.jersey.server.internal.inject.UriTest
Running org.glassfish.jersey.server.internal.inject.ContextBasedInjectionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.274 sec - in org.glassfish.jersey.server.internal.inject.ContextBasedInjectionTest
Running org.glassfish.jersey.server.internal.inject.QueryParamSortedSetStringConstructorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.168 sec - in org.glassfish.jersey.server.internal.inject.QueryParamSortedSetStringConstructorTest
Running org.glassfish.jersey.server.internal.inject.HeaderParamAsStringTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.589 sec - in org.glassfish.jersey.server.internal.inject.HeaderParamAsStringTest
Running org.glassfish.jersey.server.internal.inject.ActiveBindingBindingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in org.glassfish.jersey.server.internal.inject.ActiveBindingBindingTest
Running org.glassfish.jersey.server.internal.inject.PathParamDefaultValueTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.277 sec - in org.glassfish.jersey.server.internal.inject.PathParamDefaultValueTest
Running org.glassfish.jersey.server.internal.inject.CookieParamAsCookieTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.344 sec - in org.glassfish.jersey.server.internal.inject.CookieParamAsCookieTest
Running org.glassfish.jersey.server.internal.inject.PathParamStringConstructorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.glassfish.jersey.server.internal.inject.PathParamStringConstructorTest
Running org.glassfish.jersey.server.internal.inject.PathParamAsPathSegmentTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.523 sec - in org.glassfish.jersey.server.internal.inject.PathParamAsPathSegmentTest
Running org.glassfish.jersey.server.internal.inject.FormParamTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.669 sec - in org.glassfish.jersey.server.internal.inject.FormParamTest
Running org.glassfish.jersey.server.internal.inject.PathParamAsStringTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.955 sec - in org.glassfish.jersey.server.internal.inject.PathParamAsStringTest
Running org.glassfish.jersey.server.ModelProcessorScopeTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.518 sec - in org.glassfish.jersey.server.ModelProcessorScopeTest
Running org.glassfish.jersey.server.internal.monitoring.MonitoringUtilsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.glassfish.jersey.server.internal.monitoring.MonitoringUtilsTest
Running org.glassfish.jersey.server.internal.inject.HeaderParamStringConstructorTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.053 sec - in org.glassfish.jersey.server.internal.inject.HeaderParamStringConstructorTest
Running org.glassfish.jersey.server.internal.inject.ParamConverterInternalTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.205 sec - in org.glassfish.jersey.server.internal.inject.ParamConverterInternalTest
Running org.glassfish.jersey.server.internal.monitoring.SlidingWindowTimeReservoirAggregatingTrimmerTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.484 sec - in org.glassfish.jersey.server.internal.monitoring.SlidingWindowTimeReservoirAggregatingTrimmerTest
Running org.glassfish.jersey.server.internal.inject.QueryParamStringConstructorTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.22 sec - in org.glassfish.jersey.server.internal.inject.QueryParamStringConstructorTest
Running org.glassfish.jersey.server.internal.inject.MatrixParamStringConstructorTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.895 sec - in org.glassfish.jersey.server.internal.inject.MatrixParamStringConstructorTest
Running org.glassfish.jersey.server.internal.monitoring.ResponseStatisticsImplTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 sec - in org.glassfish.jersey.server.internal.monitoring.ResponseStatisticsImplTest
Running org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 sec - in org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImplTest
Running org.glassfish.jersey.server.internal.monitoring.SlidingWindowTimeReservoirTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.805 sec - in org.glassfish.jersey.server.internal.monitoring.SlidingWindowTimeReservoirTest
Running org.glassfish.jersey.server.internal.routing.UriRoutingContextTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec - in org.glassfish.jersey.server.internal.routing.UriRoutingContextTest
Running org.glassfish.jersey.server.internal.routing.CombinedMediaTypeTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.glassfish.jersey.server.internal.routing.CombinedMediaTypeTest
Running org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.567 sec - in org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsTest
Running org.glassfish.jersey.server.internal.routing.ResponseMediaTypeFromProvidersTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.471 sec - in org.glassfish.jersey.server.internal.routing.ResponseMediaTypeFromProvidersTest
Running org.glassfish.jersey.server.internal.routing.SubResourceValidationTest
Oct 09, 2018 4:15:20 PM 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.aget2() and public java.lang.String org.glassfish.jersey.server.internal.routing.SubResourceValidationTest$InvalidSubResource.aget() 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.

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.429 sec - in org.glassfish.jersey.server.internal.routing.SubResourceValidationTest
Running org.glassfish.jersey.server.internal.ResourceContextTest
Oct 09, 2018 4:15:20 PM 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:180)
	at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1066)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:978)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1082)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1074)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:189)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:106)
	at org.glassfish.jersey.server.JerseyResourceContextConfigurator.lambda$init$0(JerseyResourceContextConfigurator.java:45)
	at org.glassfish.jersey.server.internal.JerseyResourceContext.getResource(JerseyResourceContext.java:83)
	at org.glassfish.jersey.server.internal.ResourceContextTest$ResourceA.isNull(ResourceContextTest.java:64)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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:124)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:679)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:591)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:571)
	at org.glassfish.jersey.server.internal.ResourceContextTest.testGetResource(ResourceContextTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.executeTestMethod(JUnit4TestRunnerDecorator.java:154)
	at mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.invokeExplosively(JUnit4TestRunnerDecorator.java:70)
	at mockit.integration.junit4.internal.FakeFrameworkMethod.invokeExplosively(FakeFrameworkMethod.java:33)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:387)
	at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54)
	at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:346)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:387)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

Oct 09, 2018 4:15:20 PM 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:180)
	at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1066)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:978)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1082)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1074)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:189)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:106)
	at org.glassfish.jersey.server.JerseyResourceContextConfigurator.lambda$init$0(JerseyResourceContextConfigurator.java:45)
	at org.glassfish.jersey.server.internal.JerseyResourceContext.getResource(JerseyResourceContext.java:83)
	at org.glassfish.jersey.server.internal.ResourceContextTest$ResourceA.notInstantiable(ResourceContextTest.java:70)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:679)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:591)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:571)
	at org.glassfish.jersey.server.internal.ResourceContextTest.testGetResource(ResourceContextTest.java:115)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.executeTestMethod(JUnit4TestRunnerDecorator.java:154)
	at mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.invokeExplosively(JUnit4TestRunnerDecorator.java:70)
	at mockit.integration.junit4.internal.FakeFrameworkMethod.invokeExplosively(FakeFrameworkMethod.java:33)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:387)
	at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54)
	at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:346)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:387)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.489 sec - in org.glassfish.jersey.server.internal.ResourceContextTest
Running org.glassfish.jersey.server.internal.scanning.VFSSchemeResourceFinderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.555 sec - in org.glassfish.jersey.server.internal.scanning.VFSSchemeResourceFinderTest
Running org.glassfish.jersey.server.internal.scanning.CompositeResourceFinderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.glassfish.jersey.server.internal.scanning.CompositeResourceFinderTest
Running org.glassfish.jersey.server.internal.scanning.BundleSchemeScannerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.glassfish.jersey.server.internal.scanning.BundleSchemeScannerTest
Running org.glassfish.jersey.server.internal.scanning.JarFileScannerTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 sec - in org.glassfish.jersey.server.internal.scanning.JarFileScannerTest
Running org.glassfish.jersey.server.internal.sonar.SonarJerseyServerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.glassfish.jersey.server.internal.sonar.SonarJerseyServerTest
Running org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmerZeroTimeTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.094 sec - in org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmerZeroTimeTest
Running org.glassfish.jersey.server.internal.ContainerUtilsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.glassfish.jersey.server.internal.ContainerUtilsTest
Running org.glassfish.jersey.server.internal.BackgroundSchedulerProviderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.244 sec - in org.glassfish.jersey.server.internal.BackgroundSchedulerProviderTest
Running org.glassfish.jersey.server.internal.RuntimeDelegateImplTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.glassfish.jersey.server.internal.RuntimeDelegateImplTest
Running org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.496 sec - in org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmerTest
Running org.glassfish.jersey.server.internal.inject.CookieParamAsStringTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.046 sec - in org.glassfish.jersey.server.internal.inject.CookieParamAsStringTest
Running org.glassfish.jersey.server.internal.inject.JaxRsInjectablesTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.184 sec - in org.glassfish.jersey.server.internal.inject.JaxRsInjectablesTest
Running org.glassfish.jersey.server.model.internal.ResourceMethodDispatcherFactoryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.233 sec - in org.glassfish.jersey.server.model.internal.ResourceMethodDispatcherFactoryTest
Running org.glassfish.jersey.server.model.AcceptWriterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.51 sec - in org.glassfish.jersey.server.model.AcceptWriterTest
Running org.glassfish.jersey.server.model.internal.ModelHelperTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.glassfish.jersey.server.model.internal.ModelHelperTest
Running org.glassfish.jersey.server.internal.inject.QueryParamAsSortedSetPrimitiveTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.463 sec - in org.glassfish.jersey.server.internal.inject.QueryParamAsSortedSetPrimitiveTest
Running org.glassfish.jersey.server.internal.inject.PathParamAsPrimitiveTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.21 sec - in org.glassfish.jersey.server.internal.inject.PathParamAsPrimitiveTest
Running org.glassfish.jersey.server.internal.process.ProxyInjectablesTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.682 sec - in org.glassfish.jersey.server.internal.process.ProxyInjectablesTest
Running org.glassfish.jersey.server.internal.inject.QueryParamAsStringTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.775 sec - in org.glassfish.jersey.server.internal.inject.QueryParamAsStringTest
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(/.*)?
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.596 sec - in org.glassfish.jersey.server.model.internal.ChildResourceTest
Running org.glassfish.jersey.server.model.RMBuilderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 sec - in org.glassfish.jersey.server.model.RMBuilderTest
Running org.glassfish.jersey.server.model.ParameterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.glassfish.jersey.server.model.ParameterTest
Running org.glassfish.jersey.server.model.ResourceNotFoundTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.645 sec - in org.glassfish.jersey.server.model.ResourceNotFoundTest
Running org.glassfish.jersey.server.model.SubResourceDynamicWithDuplicateTemplateNamesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.344 sec - in org.glassfish.jersey.server.model.SubResourceDynamicWithDuplicateTemplateNamesTest
Running org.glassfish.jersey.server.model.MixedResourceConfigurationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.587 sec - in org.glassfish.jersey.server.model.MixedResourceConfigurationTest
Running org.glassfish.jersey.server.internal.routing.ExtendedUriInfoTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.933 sec - in org.glassfish.jersey.server.internal.routing.ExtendedUriInfoTest
Running org.glassfish.jersey.server.internal.inject.QueryParamAsSetPrimitiveTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.656 sec - in org.glassfish.jersey.server.internal.inject.QueryParamAsSetPrimitiveTest
Running org.glassfish.jersey.server.internal.scanning.PackageNamesScannerTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.767 sec - in org.glassfish.jersey.server.internal.scanning.PackageNamesScannerTest
Running org.glassfish.jersey.server.model.HeadTest
Running org.glassfish.jersey.server.model.InnerClassWithGenericTypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.657 sec - in org.glassfish.jersey.server.model.InnerClassWithGenericTypeTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.755 sec - in org.glassfish.jersey.server.model.HeadTest
Running org.glassfish.jersey.server.model.ParameterWithMultipleAnnotationsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.glassfish.jersey.server.model.ParameterWithMultipleAnnotationsTest
Running org.glassfish.jersey.server.model.HeadSubResourceMethodTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.933 sec - in org.glassfish.jersey.server.model.HeadSubResourceMethodTest
Running org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest
Oct 09, 2018 4:15:22 PM 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.postA() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousClassProducingWarnings.postB() 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.getAllPossible() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousClassProducingWarnings.getHtml() at matching path pattern /test.

Oct 09, 2018 4:15:22 PM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous sub-resource locators on path pattern //([^/]+).

Oct 09, 2018 4:15:23 PM 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.

Oct 09, 2018 4:15:23 PM 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.

Oct 09, 2018 4:15:23 PM 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.

Oct 09, 2018 4:15:24 PM 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.postA() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousPostClassProducingWarnings.postB() at matching path pattern /test2.

Oct 09, 2018 4:15:24 PM 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.

Oct 09, 2018 4:15:25 PM 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.get1() 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.get1() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.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$AmbiguousSubResourceMethodsGET.get1() 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.get2() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.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$AmbiguousSubResourceMethodsGET.get2() 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.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.

Tests run: 12, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 2.61 sec - in org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest
Running org.glassfish.jersey.server.model.SubResourceNullTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.8 sec - in org.glassfish.jersey.server.model.SubResourceNullTest
Running org.glassfish.jersey.server.model.MethodListTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.glassfish.jersey.server.model.MethodListTest
Running org.glassfish.jersey.server.model.SubResourceDynamicTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.783 sec - in org.glassfish.jersey.server.model.SubResourceDynamicTest
Running org.glassfish.jersey.server.model.SubResourceClassDynamicTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.438 sec - in org.glassfish.jersey.server.model.SubResourceClassDynamicTest
Running org.glassfish.jersey.server.model.AncestorsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.886 sec - in org.glassfish.jersey.server.model.AncestorsTest
Running org.glassfish.jersey.server.model.SubResourceProgrammaticTest
Oct 09, 2018 4:15:22 PM 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.get2() and public java.lang.String org.glassfish.jersey.server.model.SubResourceProgrammaticTest$InvalidSubResource.get1() 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.

Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.459 sec - in org.glassfish.jersey.server.model.SubResourceProgrammaticTest
Running org.glassfish.jersey.server.model.ResourceModelTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.glassfish.jersey.server.model.ResourceModelTest
Running org.glassfish.jersey.server.model.ResourcePathOverrideTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.48 sec - in org.glassfish.jersey.server.model.ResourcePathOverrideTest
Running org.glassfish.jersey.server.model.AsyncContentAndEntityTypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 sec - in org.glassfish.jersey.server.model.AsyncContentAndEntityTypeTest
Running org.glassfish.jersey.server.model.OptionsSubResourceMethodTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.86 sec - in org.glassfish.jersey.server.model.OptionsSubResourceMethodTest
Running org.glassfish.jersey.server.model.ConsumeProduceSimpleTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.513 sec - in org.glassfish.jersey.server.model.ConsumeProduceSimpleTest
Running org.glassfish.jersey.server.model.SubResourceHttpMethodsTest
one
Oct 09, 2018 4:15:27 PM 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.

Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.435 sec - in org.glassfish.jersey.server.model.SubResourceHttpMethodsTest
Running org.glassfish.jersey.server.model.AcceptTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.296 sec - in org.glassfish.jersey.server.model.AcceptTest
Running org.glassfish.jersey.server.model.ConsumeProduceWildcardTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec - in org.glassfish.jersey.server.model.ConsumeProduceWildcardTest
Running org.glassfish.jersey.server.model.GenericMethodListTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.glassfish.jersey.server.model.GenericMethodListTest
Running org.glassfish.jersey.server.SecurityManagerConfiguredTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.glassfish.jersey.server.SecurityManagerConfiguredTest
Running org.glassfish.jersey.server.ResourceMergeTest
Oct 09, 2018 4:15:28 PM 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@151090e5, 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 javax.ws.rs.container.ContainerRequestContext, source=null, defaultValue=null]], responseType=class java.lang.Object}, nameBindings=[], handlerClasses=[], handlerInstances=[org.glassfish.jersey.server.ResourceMergeTest$MyInflector@151090e5], 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.

Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.glassfish.jersey.server.ResourceMergeTest
Running org.glassfish.jersey.server.model.SubResourceDynamicWithParametersTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.825 sec - in org.glassfish.jersey.server.model.SubResourceDynamicWithParametersTest
Running org.glassfish.jersey.server.model.DynamicFeatureTest
Oct 09, 2018 4:15:25 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:25 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:25 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:25 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:25 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:26 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:26 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:26 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:26 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:26 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:26 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:26 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:26 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:26 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:26 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:26 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:26 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:26 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:26 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:26 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:26 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:26 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:26 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:26 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:26 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:26 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:26 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:26 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:26 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:26 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:26 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:26 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:26 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:26 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:26 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:26 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:26 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:26 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:26 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:26 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:26 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:26 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:26 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:26 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:26 PM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract interface javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.

Oct 09, 2018 4:15:27 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:27 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:27 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:27 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:27 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:27 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:27 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:27 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:27 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:27 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:27 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:27 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:27 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:27 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:27 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:27 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:27 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:27 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:27 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:27 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:27 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:27 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:27 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:27 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:27 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:27 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:27 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:27 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:28 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:28 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:28 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:28 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:28 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:28 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:28 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:28 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:28 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:28 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:28 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:28 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:28 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:28 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:28 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:28 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Oct 09, 2018 4:15:28 PM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract interface javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.

Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.304 sec - in org.glassfish.jersey.server.model.DynamicFeatureTest
Running org.glassfish.jersey.server.ResourceConfigBuilderTest
Oct 09, 2018 4:15:28 PM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.server.ResourceConfigBuilderTest$TestProvider to null or empty array of contracts  is ignored.
Oct 09, 2018 4:15:28 PM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.server.ResourceConfigBuilderTest$TestProvider to null or empty array of contracts  is ignored.
Oct 09, 2018 4:15:28 PM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.server.ResourceConfigBuilderTest$TestProvider to null or empty array of contracts  is ignored.
Oct 09, 2018 4:15:28 PM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.server.ResourceConfigBuilderTest$TestProvider to null or empty array of contracts  is ignored.
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 sec - in org.glassfish.jersey.server.ResourceConfigBuilderTest
Running org.glassfish.jersey.server.model.AcceptAnnotatedReaderWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.057 sec - in org.glassfish.jersey.server.model.AcceptAnnotatedReaderWriterTest
Running org.glassfish.jersey.server.filter.EntityTypeFilterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 sec - in org.glassfish.jersey.server.filter.EntityTypeFilterTest
Running org.glassfish.jersey.server.filter.UriModificationFilterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec - in org.glassfish.jersey.server.filter.UriModificationFilterTest
Running org.glassfish.jersey.server.filter.UriConnegFilterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.469 sec - in org.glassfish.jersey.server.filter.UriConnegFilterTest
Running org.glassfish.jersey.server.filter.CsrfProtectionFilterTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.75 sec - in org.glassfish.jersey.server.filter.CsrfProtectionFilterTest
Running org.glassfish.jersey.server.model.AmbiguousTemplateTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.881 sec - in org.glassfish.jersey.server.model.AmbiguousTemplateTest
Running org.glassfish.jersey.server.filter.ContainerResponseFilterOrderingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.565 sec - in org.glassfish.jersey.server.filter.ContainerResponseFilterOrderingTest
Running org.glassfish.jersey.server.model.ResourceInfoTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.658 sec - in org.glassfish.jersey.server.model.ResourceInfoTest
Running org.glassfish.jersey.server.filter.HttpMethodOverrideFilterTest
Running org.glassfish.jersey.server.model.ConstrainedToServerTest
Oct 09, 2018 4:15:27 PM 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 javax.ws.rs.client.ClientResponseFilter which is only usable in a CLIENT runtime context. 
Oct 09, 2018 4:15:27 PM 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 javax.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. 
Oct 09, 2018 4:15:27 PM 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 javax.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. 
Oct 09, 2018 4:15:27 PM 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 javax.ws.rs.container.ContainerResponseFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton.

Oct 09, 2018 4:15:27 PM 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. 
Oct 09, 2018 4:15:27 PM 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 javax.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. 
Oct 09, 2018 4:15:27 PM 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 javax.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. 
Oct 09, 2018 4:15:28 PM 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 javax.ws.rs.container.ContainerResponseFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton.

Oct 09, 2018 4:15:28 PM 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. 
Oct 09, 2018 4:15:29 PM 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 javax.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. 
Oct 09, 2018 4:15:29 PM 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. 
Oct 09, 2018 4:15:29 PM 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 javax.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. 
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.149 sec - in org.glassfish.jersey.server.model.ConstrainedToServerTest
Oct 09, 2018 4:15:30 PM org.glassfish.jersey.server.filter.HttpMethodOverrideFilter parseConfig
WARNING: Invalid value for jersey.config.server.httpMethodOverride configuration property: foo
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.845 sec - in org.glassfish.jersey.server.filter.HttpMethodOverrideFilterTest
Running org.glassfish.jersey.server.filter.LayeredFiltersTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.572 sec - in org.glassfish.jersey.server.filter.LayeredFiltersTest
Running org.glassfish.jersey.server.model.OptionsTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.468 sec - in org.glassfish.jersey.server.model.OptionsTest
Running org.glassfish.jersey.server.ExtendedResourceContextTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.286 sec - in org.glassfish.jersey.server.ExtendedResourceContextTest
Running org.glassfish.jersey.server.filter.FilterSetMethodTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.812 sec - in org.glassfish.jersey.server.filter.FilterSetMethodTest
Running org.glassfish.jersey.server.AsyncCallbackServerTest
Oct 09, 2018 4:15:30 PM 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. 
Running org.glassfish.jersey.server.UriInfoMatchedResourcesTest
Oct 09, 2018 4:15:31 PM 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. 
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.356 sec - in org.glassfish.jersey.server.UriInfoMatchedResourcesTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.865 sec - in org.glassfish.jersey.server.AsyncCallbackServerTest
Running org.glassfish.jersey.server.model.ProgrammaticResourceMethodsTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.942 sec - in org.glassfish.jersey.server.model.ProgrammaticResourceMethodsTest
Running org.glassfish.jersey.server.ContainerRequestTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec - in org.glassfish.jersey.server.ContainerRequestTest
Running org.glassfish.jersey.server.modelapi.annotation.IntrospectionModellerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in org.glassfish.jersey.server.modelapi.annotation.IntrospectionModellerTest
Running org.glassfish.jersey.server.internal.routing.SubResourceLocatorCachingTest
Oct 09, 2018 4:15:26 PM 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].
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.931 sec - in org.glassfish.jersey.server.internal.routing.SubResourceLocatorCachingTest
Running org.glassfish.jersey.server.SecurityContextTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.302 sec - in org.glassfish.jersey.server.SecurityContextTest
Running org.glassfish.jersey.server.filter.EncodingFilterTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.164 sec - in org.glassfish.jersey.server.filter.EncodingFilterTest
Running org.glassfish.jersey.server.model.ValidatorTest
Oct 09, 2018 4:15:27 PM 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.

Oct 09, 2018 4:15:27 PM org.glassfish.jersey.server.model.ValidatorTest testGetSRMConsumingFormParam
INFO: An issue should be reported if a get method consumes a form param:
Oct 09, 2018 4:15:27 PM 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.

Oct 09, 2018 4:15:27 PM org.glassfish.jersey.server.model.ValidatorTest testSingletonMethodParamsInjection
INFO: An issue should not be reported as injections into the methods are allowed.
Oct 09, 2018 4:15:27 PM org.glassfish.jersey.server.model.ValidatorTest testSRLReturningVoid
INFO: An issue should be reported if a sub-resource locator returns void:
Oct 09, 2018 4:15:28 PM 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.

Oct 09, 2018 4:15:28 PM 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. 
Oct 09, 2018 4:15:28 PM 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@98e6562]}, 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: [@javax.ws.rs.POST(), @javax.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 javax.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 javax.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: [@javax.ws.rs.GET(), @javax.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: 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 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: 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 javax.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.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.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.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 input mime-types as defined by "@Consumes" annotation at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingEntity.getMethod(java.lang.Object) and public void org.glassfish.jersey.server.model.ValidatorTest$TestGetRMReturningVoid.getMethod() at matching path pattern /test. This could cause an error for conflicting output types!
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.

Oct 09, 2018 4:15:28 PM org.glassfish.jersey.server.model.ValidatorTest testLocatorPathValidationFail
INFO: Should report error during validation as Resource cannot have ambiguous sub resource locators.
Oct 09, 2018 4:15:28 PM 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@422d91d3]}, 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.

Oct 09, 2018 4:15:28 PM org.glassfish.jersey.server.model.ValidatorTest testParamOnResourcePathAnnotatedMethodFails
INFO: Should report fatal during validation as @Path method should not be annotated with parameter annotation
Oct 09, 2018 4:15:28 PM 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 javax.ws.rs.QueryParam.

Oct 09, 2018 4:15:28 PM 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).
Oct 09, 2018 4:15:28 PM 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.

Oct 09, 2018 4:15:28 PM 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.
Oct 09, 2018 4:15:29 PM 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.

Oct 09, 2018 4:15:29 PM org.glassfish.jersey.server.model.ValidatorTest testRelaxedProducesConsumesParserRules
INFO: An issue should not be reported with the relaxed Produces/Consumes values parser.
Oct 09, 2018 4:15:29 PM 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).
Oct 09, 2018 4:15:29 PM 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.

Oct 09, 2018 4:15:29 PM org.glassfish.jersey.server.model.ValidatorTest testGetSRMConsumingEntity
INFO: An issue should be reported if a get method consumes an entity:
Oct 09, 2018 4:15:29 PM 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.

Oct 09, 2018 4:15:29 PM org.glassfish.jersey.server.model.ValidatorTest testNonPublicRM
INFO: An issue should be reported if a resource method is not public:
Oct 09, 2018 4:15:29 PM 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

Oct 09, 2018 4:15:29 PM org.glassfish.jersey.server.model.ValidatorTest testGenericArrayResource
INFO: 
Oct 09, 2018 4:15:29 PM 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.

Oct 09, 2018 4:15:29 PM org.glassfish.jersey.server.model.ValidatorTest testResourceAsProvider
INFO: An issue should be reported as resource implements provider but does not define scope.
Oct 09, 2018 4:15:29 PM 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 javax.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton.

Oct 09, 2018 4:15:29 PM 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:
Oct 09, 2018 4:15:29 PM org.glassfish.jersey.server.model.ValidatorTest testEmptyPathSegment
INFO: A warning should be reported if @Path with "/" or empty string value is seen
Oct 09, 2018 4:15:29 PM 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.

Oct 09, 2018 4:15:29 PM 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:
Oct 09, 2018 4:15:29 PM 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: [@javax.ws.rs.GET(), @javax.ws.rs.PUT()]

Oct 09, 2018 4:15:29 PM 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.

Oct 09, 2018 4:15:29 PM org.glassfish.jersey.server.model.ValidatorTest testEntityParamOnSRL
INFO: An issue should be reported if an entity parameter exists on a sub-resource locator:
Oct 09, 2018 4:15:29 PM 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.

Oct 09, 2018 4:15:29 PM org.glassfish.jersey.server.model.ValidatorTest testGetSRMReturningVoid
INFO: An issue should be reported if a get sub-resource method returns void:
Oct 09, 2018 4:15:29 PM 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:
Oct 09, 2018 4:15:30 PM 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 javax.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton.

Oct 09, 2018 4:15:30 PM org.glassfish.jersey.server.model.ValidatorTest testCantReturnFromEventSinkInjectedMethod
INFO: An issue should be reported if method with injected SseEventSink parameter does not return void.
Oct 09, 2018 4:15:30 PM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A HTTP GET method public javax.ws.rs.sse.SseEventSink org.glassfish.jersey.server.model.ValidatorTest$TestSseEventSinkValidations.nonVoidReturnType(javax.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(javax.ws.rs.sse.SseEventSink,javax.ws.rs.sse.SseEventSink) defines to SseEventSink parameters to be injected. Only one of the injected event sinks will be connected to the output.

Oct 09, 2018 4:15:30 PM 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.
Oct 09, 2018 4:15:30 PM 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.

Oct 09, 2018 4:15:30 PM org.glassfish.jersey.server.model.ValidatorTest testGetRMReturningVoid
INFO: An issue should be reported if a non-async get method returns void:
Oct 09, 2018 4:15:30 PM org.glassfish.jersey.server.model.ValidatorTest testParamOnResourceGETMethodFails
INFO: Should report fatal during validation as @GET method should not be annotated with parameter annotation
Oct 09, 2018 4:15:30 PM 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 javax.ws.rs.QueryParam.

Oct 09, 2018 4:15:30 PM org.glassfish.jersey.server.model.ValidatorTest testParamOnSetterIsOk
INFO: Validation should report no issues.
Oct 09, 2018 4:15:30 PM org.glassfish.jersey.server.model.ValidatorTest testNonConflictingHttpMethodDelete
INFO: No issue should be reported if produced mime types differ
Oct 09, 2018 4:15:30 PM 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:
Oct 09, 2018 4:15:30 PM 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: [@javax.ws.rs.POST(), @javax.ws.rs.PUT()]

Oct 09, 2018 4:15:30 PM org.glassfish.jersey.server.model.ValidatorTest testSingletonFieldsInjection
INFO: An issue should be reported if injection is required for a singleton life-cycle:
Oct 09, 2018 4:15:30 PM 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.

Oct 09, 2018 4:15:30 PM org.glassfish.jersey.server.model.ValidatorTest testAmbiguousParams
INFO: A warning should be reported if ambiguous source of a parameter is seen
Oct 09, 2018 4:15:30 PM 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.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.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.Object org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.getSubLoc(java.lang.String) MUST be only one of a path, query, matrix or header parameter.

Oct 09, 2018 4:15:30 PM org.glassfish.jersey.server.model.ValidatorTest testTypeVariableResource
INFO: 
Oct 09, 2018 4:15:31 PM 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.

Oct 09, 2018 4:15:31 PM org.glassfish.jersey.server.model.ValidatorTest testResourceWithMultipleScopes
INFO: An issue should not be reported as resource defines multiple scopes.
Oct 09, 2018 4:15:31 PM 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.

Oct 09, 2018 4:15:31 PM org.glassfish.jersey.server.model.ValidatorTest testVoidReturnType
INFO: Should report hint during validation as @GET resource method returns void.
Oct 09, 2018 4:15:31 PM org.glassfish.jersey.server.model.ValidatorTest testParameterizedTypeResource
INFO: 
Oct 09, 2018 4:15:31 PM org.glassfish.jersey.server.model.ValidatorTest testGetRMConsumingEntity
INFO: An issue should be reported if a get method consumes an entity:
Oct 09, 2018 4:15:31 PM 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.

Oct 09, 2018 4:15:31 PM org.glassfish.jersey.server.model.ValidatorTest testSingletonConstructorParamsInjection
INFO: An issue should be reported if injection is required for a singleton life-cycle:
Oct 09, 2018 4:15:31 PM 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.

Oct 09, 2018 4:15:31 PM 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.
Oct 09, 2018 4:15:31 PM 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.

Oct 09, 2018 4:15:31 PM org.glassfish.jersey.server.model.ValidatorTest testGetRMConsumingFormParam
INFO: An issue should be reported if a get method consumes a form param:
Oct 09, 2018 4:15:31 PM 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.

Oct 09, 2018 4:15:31 PM org.glassfish.jersey.server.model.ValidatorTest testAsyncGetRMReturningVoid
INFO: An issue should NOT be reported if a async get method returns void:
Tests run: 44, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 4.035 sec - in org.glassfish.jersey.server.model.ValidatorTest
Running org.glassfish.jersey.server.UriInfoMatchedUrisTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.698 sec - in org.glassfish.jersey.server.UriInfoMatchedUrisTest
Running org.glassfish.jersey.server.ApplicationTest
Oct 09, 2018 4:15:31 PM 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.

Oct 09, 2018 4:15:31 PM 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. 
Oct 09, 2018 4:15:31 PM 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.

Oct 09, 2018 4:15:31 PM 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.

Oct 09, 2018 4:15:32 PM 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.

Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.612 sec - in org.glassfish.jersey.server.ApplicationTest
Running org.glassfish.jersey.server.internal.inject.CookieParamAsPrimitiveTest
Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.905 sec - in org.glassfish.jersey.server.internal.inject.CookieParamAsPrimitiveTest
Running org.glassfish.jersey.server.AnnotatedEntityTest
Oct 09, 2018 4:15:31 PM 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.

Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.068 sec - in org.glassfish.jersey.server.AnnotatedEntityTest
Running org.glassfish.jersey.server.filter.ApplicationFilterTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.898 sec - in org.glassfish.jersey.server.filter.ApplicationFilterTest
Running org.glassfish.jersey.server.model.AcceptQsTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.639 sec - in org.glassfish.jersey.server.model.AcceptQsTest
Running org.glassfish.jersey.server.internal.inject.MatrixParamAsPrimitiveTest
Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.579 sec - in org.glassfish.jersey.server.internal.inject.MatrixParamAsPrimitiveTest
Running org.glassfish.jersey.server.AutoDiscoverableServerTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.176 sec - in org.glassfish.jersey.server.AutoDiscoverableServerTest
Running org.glassfish.jersey.server.AsyncApplicationBuildingTest
Oct 09, 2018 4:15:31 PM 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.

Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.859 sec - in org.glassfish.jersey.server.AsyncApplicationBuildingTest
Running org.glassfish.jersey.server.ResourceConfigTest
[]Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.398 sec - in org.glassfish.jersey.server.ResourceConfigTest
Running org.glassfish.jersey.server.monitoring.MonitoringFeatureTest
Oct 09, 2018 4:15:33 PM 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.
Oct 09, 2018 4:15:33 PM 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.
Oct 09, 2018 4:15:33 PM 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.
Oct 09, 2018 4:15:33 PM 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.
Oct 09, 2018 4:15:34 PM 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.
Oct 09, 2018 4:15:34 PM 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.
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.638 sec - in org.glassfish.jersey.server.monitoring.MonitoringFeatureTest
Running org.glassfish.jersey.server.internal.inject.HeaderParamAsPrimitiveTest
Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.175 sec - in org.glassfish.jersey.server.internal.inject.HeaderParamAsPrimitiveTest
Running org.glassfish.jersey.server.internal.inject.QueryParamAsPrimitiveTest
### 200
### 200
### 200
### 200
### 200
### 200
### 200
### 200
### 200
### 200
### 200
### 200
### 200
### 200
### 200
### 200
### 200
### 200
### 200
### 200
### 200
### 200
### 200
### 200
Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.531 sec - in org.glassfish.jersey.server.internal.inject.QueryParamAsPrimitiveTest

Results :

Tests run: 927, Failures: 0, Errors: 0, Skipped: 12

[JENKINS] Recording test results
[INFO] Installing /home/jenkins/workspace/Jersey_EE4J_build/core-server/target/jersey-server-2.28-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/2.28-SNAPSHOT/jersey-server-2.28-SNAPSHOT.jar
[INFO] Installing /home/jenkins/workspace/Jersey_EE4J_build/core-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/2.28-SNAPSHOT/jersey-server-2.28-SNAPSHOT.pom
[INFO] Installing /home/jenkins/workspace/Jersey_EE4J_build/core-server/target/jersey-server-2.28-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/2.28-SNAPSHOT/jersey-server-2.28-SNAPSHOT-sources.jar