Skip to content
Success

Changes

Summary

  1. CI/CD job timeout (details)
  2. verify license via GitHub actions (#5129) (details)
  3. add dependencyConvergence rule to the maven-enforcer-plugin (details)
  4. Timeout extended to 30 HOURS (details)
  5. JUnit tests actualized: 4 -> 5 (details)
  6. Additional changes to execute all tests (details)
  7. fix: change Copyright info (details)
  8. Exception in Jersey Jetty handler's Host header parsing bubbles up to the top #5189 (details)
  9. Call tearDown to prevent Address already in use (details)
  10. Dependencies versions update (details)
  11. Include RestClient TCK Proxy test (details)
  12. Release test: check the staged artifacts are valid (details)
  13. bump Eclipse's parent pom to 1.0.8 (#5201) (details)
  14. Fix optionals when empty (#5194) (details)
  15. Remove Guava under version 24 (#5175) (details)
  16. SSLHandshake No appropriate protocol (protocol is disabled or cipher suites are inappropriate) (#5198) (details)
  17. Fix alignment in the doc (#5207) (details)
  18. Use Java 11 InputStream::readAllBytes to read String entities (details)
  19. Add caching and improve performance (details)
  20. Fix FORM_PARAM_CONSUMED warning (#5208) (details)
  21. Store InvocationBuilderListenerStage into Runtime not to look up builder listeners each request (details)
  22. faster RuntimeType.toLowerCase in PropertiesHelper (details)
  23. 2.38 (details)
  24. 2.39-SNAPSHOT (details)
  25. bundles fixes (details)
  26. 3.0.9 (details)
  27. 3.0.99-SNAPSHOT (details)
  28. apidocs bundle fix (details)
  29. scope fix for JUnit dependency (details)
  30. Jackson version update to 2.14.1 (details)
  31. Typo fix in User Guide (details)
  32. adjust CP years and GF version (JDK 19 support) (details)
Commit ecfb15eba722210dd7e05127122ad6df9141e9ef by 15908245+jansupol
CI/CD job timeout

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified etc/jenkins/Jenkinsfile_ci_build (diff)
Commit f8e6f5e50f47949a7f73170366b8757a4f3d1c42 by noreply
verify license via GitHub actions (#5129)

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was added.github/workflows/maven.yml
The file was modified containers/glassfish/jersey-gf-ejb/pom.xml (diff)
Commit 7e7d33928141437fc0448e3f352d513dc2a0ea6d by 24524084+senivam
add dependencyConvergence rule to the maven-enforcer-plugin

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified examples/entity-filtering-security/pom.xml (diff)
The file was modified test-framework/maven/custom-enforcer-rules/pom.xml (diff)
The file was modified incubator/html-json/pom.xml (diff)
The file was modified examples/entity-filtering/pom.xml (diff)
The file was modified security/oauth2-client/pom.xml (diff)
The file was modified tests/performance/benchmarks/pom.xml (diff)
The file was modified test-framework/maven/container-runner-maven-plugin/pom.xml (diff)
The file was modified tests/integration/jersey-2689/pom.xml (diff)
The file was modified examples/entity-filtering-selectable/pom.xml (diff)
The file was modified ext/microprofile/mp-rest-client/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified test-framework/providers/bundle/pom.xml (diff)
The file was modified tests/osgi/functional/pom.xml (diff)
The file was modified examples/open-tracing/pom.xml (diff)
The file was modified containers/pom.xml (diff)
The file was modified media/json-jackson/pom.xml (diff)
The file was modified ext/spring4/pom.xml (diff)
The file was modified tests/integration/j-376/pom.xml (diff)
The file was modified tests/integration/microprofile/config/webapp/pom.xml (diff)
Commit b46e89fa89b46a540cd52d19dafb14ce101997d0 by 24524084+senivam
Timeout extended to 30 HOURS

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified etc/jenkins/Jenkinsfile_ci_build (diff)
Commit f03e351c9f481aa5c81cf674b9709d1d8d7446f3 by Vladimir Bychkov
JUnit tests actualized: 4 -> 5
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/api/ResourceContextTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/oauth/AccessTokenResource.java (diff)
The file was modified connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/HttpParserTest.java (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/internal/util/collection/KeyComparatorHashMapTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/SlidingWindowTimeReservoirAggregatingTrimmerTest.java (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/BufferingTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/sse/GenericEntityTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/inject/ContextBasedInjectionTest.java (diff)
The file was modified connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/EntityWriteTest.java (diff)
The file was modified ext/rx/rx-client-rxjava/src/test/java/org/glassfish/jersey/client/rx/rxjava/RxObservableTest.java (diff)
The file was modified inject/hk2/src/test/java/org/glassfish/jersey/inject/hk2/SupplierClassBindingTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/inject/PathParamDefaultValueTest.java (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/internal/util/PropertiesHelperTest.java (diff)
The file was modified media/sse/src/test/java/org/glassfish/jersey/media/sse/SseEventSinkTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/inject/ParamConverterDateTest.java (diff)
The file was modified examples/clipboard-programmatic/src/test/java/org/glassfish/jersey/examples/clipboard/ClipboardTest.java (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/message/internal/DateProviderTest.java (diff)
The file was modified incubator/declarative-linking/src/test/java/org/glassfish/jersey/linking/FieldProcessorTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/validation/validateonexecution/ValidateOnExecutionInheritanceGenericsTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/InterceptorHttpHeadersInjectionTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/InterceptorCustomTest.java (diff)
The file was modified core-client/src/test/java/org/glassfish/jersey/client/HttpUrlConnectorTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/filter/UriModificationFilterTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/AutoDiscoverableTest.java (diff)
The file was modified containers/pom.xml (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/inject/HeaderParamStringConstructorTest.java (diff)
The file was modified incubator/kryo/src/test/java/org/glassfish/jersey/kryo/PersonResourceBaseTest.java (diff)
The file was modified media/multipart/pom.xml (diff)
The file was modified media/sse/src/test/java/org/glassfish/jersey/media/sse/internal/JerseySseEventSourceTest.java (diff)
The file was modified containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/OptionsTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamAsPrimitiveTest.java (diff)
The file was modified examples/cdi-webapp/src/test/java/org/glassfish/jersey/examples/cdi/resources/EchoParamBeanTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ServerDestroyTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ClientResponseOnServerTest.java (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/internal/util/collection/ViewsTest.java (diff)
The file was modified tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/internal/inject/ReferencingFactoryTest.java (diff)
The file was modified test-framework/providers/jetty/src/test/java/org/glassfish/jersey/test/jetty/JettyContainerTest.java (diff)
The file was modified examples/entity-filtering-security/src/test/java/org/glassfish/jersey/examples/entityfiltering/security/RestrictedResourceTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/inject/HeaderParamAsStringTest.java (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/message/internal/VariantListBuilderTest.java (diff)
The file was modified tests/integration/async-jersey-filter/src/test/java/org/glassfish/jersey/tests/integration/jersey2730/Jersey2730ITCase.java (diff)
The file was modified containers/simple-http/src/test/java/org/glassfish/jersey/simple/TraceTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/model/SubResourceDynamicWithDuplicateTemplateNamesTest.java (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/message/DeflateEncodingTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/model/HeadTest.java (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/IgnoreExceptionResponseTest.java (diff)
The file was modified ext/spring5/src/test/java/org/glassfish/jersey/server/spring/filter/FilterTest.java (diff)
The file was modified examples/server-sent-events-jersey/src/test/java/org/glassfish/jersey/examples/sse/jersey/ServerSentEventsTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/Hk2BinderSupportTest.java (diff)
The file was modified test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/web/ssl/GrizzlyTwoWaySslWebTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/api/ExceptionTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/MessageBodyWorkerInheritanceTest.java (diff)
The file was modified examples/clipboard/src/test/java/org/glassfish/jersey/examples/clipboard/ClipboardTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamSetStringConstructorTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/CharsetTest.java (diff)
The file was modified containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/JdkHttpPackageTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/filtering/json/JsonEntityFilteringClientTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/MonitoringStatisticsTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/RuntimeConfigTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/inject/CookieParamAsCookieTest.java (diff)
The file was modified inject/cdi2-se/src/test/java/org/glassfish/jersey/inject/cdi/se/SupplierContractsTest.java (diff)
The file was modified connectors/netty-connector/src/test/java/org/glassfish/jersey/netty/connector/MethodTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/model/MethodListTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/AppNameBindingTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/MessageBodyReaderUnsupportedTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/JsonWithoutExceptionMapperTest.java (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/HttpAuthorizationTest.java (diff)
The file was modified connectors/helidon-connector/src/test/java/org/glassfish/jersey/helidon/connector/LargeDataTest.java (diff)
The file was modified test-framework/maven/custom-enforcer-rules/src/test/java/org/glassfish/jersey/test/maven/rule/PatternNotMatchedInFileRuleTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/filtering/json/JsonEntityFilteringServerTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/model/ResourcePathOverrideTest.java (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/grizzlyconnector/NonBlockingTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/BackgroundSchedulerProviderTest.java (diff)
The file was modified inject/hk2/pom.xml (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ShutdownHookMemoryLeakTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/sse/BroadcasterTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/AsyncResponseTest.java (diff)
The file was modified connectors/apache5-connector/src/test/java/org/glassfish/jersey/apache5/connector/AuthTest.java (diff)
The file was modified incubator/cdi-inject-weld/src/test/java/org/glassfish/jersey/inject/weld/internal/managed/SupplierContractsTest.java (diff)
The file was modified containers/simple-http/src/test/java/org/glassfish/jersey/simple/ParallelTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/inject/UriTest.java (diff)
The file was modified test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentRunner.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamEnumTest.java (diff)
The file was modified incubator/declarative-linking/src/test/java/org/glassfish/jersey/linking/integration/LinkingTest.java (diff)
The file was modified connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/CustomLoggingFilter.java (diff)
The file was modified tests/integration/cdi-integration/cdi-ejb-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/TestBase.java (diff)
The file was modified connectors/netty-connector/src/test/java/org/glassfish/jersey/netty/connector/HelloWorldTest.java (diff)
The file was modified test-framework/util/pom.xml (diff)
The file was modified connectors/apache5-connector/src/test/java/org/glassfish/jersey/apache5/connector/FollowRedirectsTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/GenericTypeAndEntityTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/ProvidersLegacyOrderingTest.java (diff)
The file was modified core-client/src/test/java/org/glassfish/jersey/client/spi/InvocationBuilderListenerTest.java (diff)
The file was modified examples/helloworld/src/test/java/org/glassfish/jersey/examples/helloworld/CustomLoggingFilter.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/sse/EventSourceWithNamedEventsTest.java (diff)
The file was modified tests/e2e-inject/hk2/src/test/java/org/glassfish/jersey/tests/e2e/inject/hk2/HK2AbstractBinderInstanceTest.java (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/NonSuccessfulResponseTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/LoggingFeatureTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/validation/FieldPropertyValidationTest.java (diff)
The file was modified connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/RedirectTest.java (diff)
The file was modified connectors/netty-connector/src/test/java/org/glassfish/jersey/netty/connector/ParallelTest.java (diff)
The file was modified core-client/src/test/java/org/glassfish/jersey/client/FixedMultiBoundaryParserTest.java (diff)
The file was modified examples/entity-filtering-security/src/test/java/org/glassfish/jersey/examples/entityfiltering/security/UnrestrictedResourceTest.java (diff)
The file was modified tests/integration/cdi-integration/cdi-beanvalidation-webapp/src/test/java/org/glassfish/jersey/tests/cdi/bv/RawHk2Test.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/filtering/EntityFilteringClientTest.java (diff)
The file was modified containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/ExceptionTest.java (diff)
The file was modified examples/entity-filtering/src/test/java/org/glassfish/jersey/examples/entityfiltering/UsersResourceTest.java (diff)
The file was modified tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/CookiesParserTest.java (diff)
The file was modified core-server/pom.xml (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/ParameterTypeArgumentResourceReaderWriterOrderTest.java (diff)
The file was modified connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/CustomLoggingFilter.java (diff)
The file was modified test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/sonar/SonarJerseyServerTest.java (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ClientExecutorTest.java (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ClientPathTest.java (diff)
The file was modified connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/HttpEntityTest.java (diff)
The file was modified examples/declarative-linking/src/test/java/org/glassfish/jersey/examples/linking/LinkWebAppTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/PrimitiveTypesTest.java (diff)
The file was modified ext/spring4/src/test/java/org/glassfish/jersey/server/spring/profiles/SpringProfilesTest.java (diff)
The file was modified connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/MultiValueHeaderTest.java (diff)
The file was modified security/oauth1-signature/pom.xml (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/monitoring/EventListenerTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/api/MessageBodyReaderTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/filter/PostToPutDeleteTest.java (diff)
The file was modified tests/integration/cdi-integration/cdi-manually-bound/src/test/java/org/glassfish/jersey/tests/cdi/manuallybound/CdiServiceInjectTest.java (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/uri/internal/PathTemplateTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/PerRequestLifecycleTest.java (diff)
The file was modified examples/helloworld-netty/pom.xml (diff)
The file was modified examples/managed-client-simple-webapp/src/test/java/org/glassfish/jersey/examples/managedclientsimple/ManagedClientSimpleTest.java (diff)
The file was modified ext/microprofile/mp-config/src/test/java/org/glassfish/jersey/microprofile/config/ConfigurationProviderTest.java (diff)
The file was modified tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/internal/ExceptionMapperFactoryTest.java (diff)
The file was modified incubator/cdi-inject-weld/src/test/java/org/glassfish/jersey/inject/weld/internal/managed/SupplierClassBindingTest.java (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/proxy/ProxySelectorTest.java (diff)
The file was modified examples/https-clientserver-grizzly/pom.xml (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/mvc/MvcEncodingTest.java (diff)
The file was modified security/oauth1-server/src/test/java/org/glassfish/jersey/server/oauth1/OAuth1ExceptionTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/JsonWithPaddingTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/ContentTypeTest.java (diff)
The file was modified core-client/src/test/java/org/glassfish/jersey/client/spi/ClientBuilderListenerTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/routing/UriRoutingContextTest.java (diff)
The file was modified examples/java8-webapp/src/test/java/org/glassfish/jersey/examples/java8/DefaultMethodResourceTest.java (diff)
The file was modified examples/helloworld/src/test/java/org/glassfish/jersey/examples/helloworld/HelloWorldTest.java (diff)
The file was modified inject/cdi2-se/src/test/java/org/glassfish/jersey/inject/cdi/se/injector/JerseyProxyResolverTest.java (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/internal/config/AdditionalSystemPropertiesTest.java (diff)
The file was modified tests/integration/cdi-integration/cdi-ejb-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/EjbIntoCdiTest.java (diff)
The file was modified ext/spring5/src/test/java/org/glassfish/jersey/server/spring/profiles/SpringDevProfileResourceTest.java (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/HttpDigestAuthFilterTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/AppNameBindingTest2.java (diff)
The file was modified connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/AuthTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/api/LocationHeaderBasicTest.java (diff)
The file was modified connectors/apache5-connector/src/test/java/org/glassfish/jersey/apache5/connector/SpecialHeaderTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/monitoring/MonitoringStatisticsLocatorTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/HugeEntityTest.java (diff)
The file was modified connectors/apache5-connector/src/test/java/org/glassfish/jersey/apache5/connector/LargeDataTest.java (diff)
The file was modified connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/HttpMethodTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/validation/CustomConfigValidationTest.java (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/message/internal/QualityTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/filter/UriConnegFilterTest.java (diff)
The file was modified connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/FollowRedirectsTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/UriBuilderTemplateTest.java (diff)
The file was modified tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/uri/internal/JerseyUriBuilderTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/NoEntityTest.java (diff)
The file was modified core-client/src/test/java/org/glassfish/jersey/client/authentication/HttpDigestAuthFilterTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/EntityExpansionTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/modelapi/annotation/IntrospectionModellerTest.java (diff)
The file was modified incubator/cdi-inject-weld/src/test/java/org/glassfish/jersey/inject/weld/internal/managed/SupplierInstanceBindingTest.java (diff)
The file was modified test-framework/maven/container-runner-maven-plugin/pom.xml (diff)
The file was modified tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/MediaTypesTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/model/OptionsSubResourceMethodTest.java (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/InjectedClientBodyWorker.java (diff)
The file was modified tests/e2e/pom.xml (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/scanning/VFSSchemeResourceFinderTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ContainerListenerRegistrationAsProvidersTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/model/SubResourceHttpMethodsTest.java (diff)
The file was modified incubator/cdi-inject-weld/src/test/java/org/glassfish/jersey/inject/weld/internal/managed/InjectionManagerTest.java (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/internal/config/DisabledProvidersTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/JaxRsFeatureRegistrationTest.java (diff)
The file was modified media/json-processing/pom.xml (diff)
The file was modified examples/server-async/src/test/java/org/glassfish/jersey/examples/server/async/AsyncResourceTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/GenericTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/monitoring/StatisticsDestroyTest.java (diff)
The file was modified incubator/open-tracing/pom.xml (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/api/MessageBodyWriterTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/inject/FormParamTest.java (diff)
The file was modified tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/AcceptableMediaTypeTest.java (diff)
The file was modified tests/e2e-inject/cdi-inject-weld/pom.xml (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/filter/UriConnegLanguageMediaTypeNegativeTest.java (diff)
The file was modified containers/jetty-http/pom.xml (diff)
The file was modified connectors/netty-connector/src/test/java/org/glassfish/jersey/netty/connector/CustomLoggingFilter.java (diff)
The file was modified connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/AsyncTest.java (diff)
The file was modified core-common/pom.xml (diff)
The file was modified ext/spring5/src/test/java/org/glassfish/jersey/server/spring/fieldinjection/SpringFieldInjectionTest.java (diff)
The file was modified tests/e2e-server/pom.xml (diff)
The file was modified tests/e2e-inject/cdi2-se/src/test/java/org/glassfish/jersey/tests/e2e/inject/cdi/se/InterceptorDecoratorTest.java (diff)
The file was modified containers/jersey-servlet-core/src/test/java/org/glassfish/jersey/servlet/internal/ThreadLocalInvokerTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/validation/EntityInheritanceValidationTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/model/ParameterTest.java (diff)
The file was modified ext/spring5/src/test/java/org/glassfish/jersey/server/spring/profiles/SpringProfilesTest.java (diff)
The file was modified incubator/html-json/src/test/java/org/glassfish/jersey/media/htmljson/AbstractTypeTester.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/PathEncodingTest.java (diff)
The file was modified examples/cdi-webapp/src/test/java/org/glassfish/jersey/examples/cdi/resources/PerApplicationBeanTest.java (diff)
The file was modified media/sse/src/test/java/org/glassfish/jersey/media/sse/InboundEventReaderTest.java (diff)
The file was modified examples/freemarker-webapp/src/test/java/org/glassfish/jersey/examples/freemarker/FreemarkerTest.java (diff)
The file was modified examples/helloworld-netty/src/test/java/org/glassfish/jersey/examples/helloworld/netty/CustomLoggingFilter.java (diff)
The file was modified archetypes/jersey-quickstart-grizzly2/src/main/resources/archetype-resources/src/test/java/MyResourceTest.java (diff)
The file was modified tests/integration/JERSEY-2988/src/test/java/org/glassfish/jersey/tests/integration/jersey2988/Jersey2988ITCase.java (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/internal/util/collection/ByteBufferInputStreamTest.java (diff)
The file was modified media/multipart/src/test/java/org/glassfish/jersey/media/multipart/internal/FormDataMultiPartBufferTest.java (diff)
The file was modified examples/helloworld-weld/src/test/java/org/glassfish/jersey/examples/helloworld/RequestScopeAlignmentTest.java (diff)
The file was modified examples/entity-filtering/src/test/java/org/glassfish/jersey/examples/entityfiltering/TaskResourceTest.java (diff)
The file was modified containers/simple-http/src/test/java/org/glassfish/jersey/simple/OptionsTest.java (diff)
The file was modified tests/e2e-inject/cdi-inject-weld/src/test/java/org/glassfish/jersey/tests/e2e/inject/cdi/weld/InterceptorDecoratorTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ManagedClientExecutorTest.java (diff)
The file was modified test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/web/GrizzlyWebTest.java (diff)
The file was modified connectors/apache5-connector/src/test/java/org/glassfish/jersey/apache5/connector/HttpMethodTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/filter/EncodingFilterTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/XmlMoxyTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/StreamMethodCallTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/validation/InheritanceValidationTest.java (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/JaxRsTimeoutTest.java (diff)
The file was modified examples/cdi-webapp/src/test/java/org/glassfish/jersey/examples/cdi/resources/CdiTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/sse/SseCustomEventImplTest.java (diff)
The file was modified ext/rx/pom.xml (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/container/JerseyContainerTest.java (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/internal/sonar/SonarJerseyCommonTest.java (diff)
The file was modified examples/helloworld-webapp/src/test/java/org/glassfish/jersey/examples/helloworld/webapp/HelloWorldTest.java (diff)
The file was modified connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/StreamingTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/inject/MatrixParamAsPrimitiveTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/api/LocationHeaderWithIncompatibleFlagTest.java (diff)
The file was modified media/multipart/src/test/java/org/glassfish/jersey/media/multipart/StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest.java (diff)
The file was modified tests/integration/async-jersey-filter/src/test/java/org/glassfish/jersey/tests/integration/jersey2812/Jersey2812ITCase.java (diff)
The file was modified tests/e2e-inject/hk2/src/test/java/org/glassfish/jersey/tests/e2e/inject/hk2/HK2AbstractBinderTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/wadl/config/WadlGeneratorConfigurationLoaderTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/CustomInjectablesApplicationTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/ConstrainedToTest.java (diff)
The file was modified connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/NoEntityTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/ParameterTypeArgumentReversedOrderTest.java (diff)
The file was modified examples/cdi-webapp/src/test/java/org/glassfish/jersey/examples/cdi/resources/HelloworldTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/BeanStreamingTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/api/ApplicationCachingTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/SecurityContextTest.java (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/HttpHeadersInjectionTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/EncodedFormParamTest.java (diff)
The file was modified connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/AuthFilterTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/filter/HttpMethodOverrideFilterTest.java (diff)
The file was modified tests/e2e-inject/hk2/src/test/java/org/glassfish/jersey/tests/e2e/inject/hk2/HK2AbstractBinderInFeaturesTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/BeanParamExceptionTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/model/AcceptWriterTest.java (diff)
The file was modified connectors/helidon-connector/src/test/java/org/glassfish/jersey/helidon/connector/AsyncTest.java (diff)
The file was modified connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/HelloWorldTest.java (diff)
The file was modified examples/entity-filtering/src/test/java/org/glassfish/jersey/examples/entityfiltering/ProjectsResourceTest.java (diff)
The file was modified incubator/declarative-linking/src/test/java/org/glassfish/jersey/linking/integration/LinkingManualTest.java (diff)
The file was modified media/multipart/src/test/java/org/glassfish/jersey/media/multipart/internal/MultiPartReaderWriterTest.java (diff)
The file was modified incubator/html-json/src/test/java/org/glassfish/jersey/media/htmljson/ModelEntityOnListTest.java (diff)
The file was modified ext/spring4/src/test/java/org/glassfish/jersey/server/spring/profiles/SpringDevProfileResourceTest.java (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/message/internal/LanguageTagTest.java (diff)
The file was modified connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/ConnectionPoolTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/AggregatingTrimmerTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/api/AcceptMediaTypeProviderTest.java (diff)
The file was modified connectors/apache5-connector/src/test/java/org/glassfish/jersey/apache5/connector/StreamingTest.java (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/logging/HasEntityTimeoutTest.java (diff)
The file was modified ext/pom.xml (diff)
The file was modified core-client/src/test/java/org/glassfish/jersey/client/JaxRsFeatureRegistrationClientTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamSortedSetStringConstructorTest.java (diff)
The file was modified test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/BaseUriTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/inject/AbstractTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ExtendedExceptionMapperTest.java (diff)
The file was modified incubator/declarative-linking/src/test/java/org/glassfish/jersey/linking/HeaderProcessorTest.java (diff)
The file was modified containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/LifecycleListenerTest.java (diff)
The file was modified examples/helloworld-pure-jax-rs/pom.xml (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/InjectionTest.java (diff)
The file was modified media/multipart/src/test/java/org/glassfish/jersey/media/multipart/FormDataMultiPartTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/CustomInjectablesResourceConfigTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/header/HeaderDelegateProviderTest.java (diff)
The file was modified examples/helloworld-spring-annotations/src/test/java/org/glassfish/jersey/examples/hello/spring/annotations/SpringRequestResourceTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/InterceptorNameAndDynamicBindingTest.java (diff)
The file was modified connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/GZIPContentEncodingTest.java (diff)
The file was modified connectors/helidon-connector/src/test/java/org/glassfish/jersey/helidon/connector/BasicHelidonConnectorTest.java (diff)
The file was modified archetypes/jersey-heroku-webapp/src/main/resources/archetype-resources/src/test/java/MyResourceTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/JsonProcessingTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/routing/ResponseMediaTypeFromProvidersTest.java (diff)
The file was modified inject/cdi2-se/src/test/java/org/glassfish/jersey/inject/cdi/se/injector/CachedConstructorAnalyzerTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/UriInfoMatchedUrisTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/inject/CookieParamAsStringTest.java (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ClientBufferingDisabledTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamAsSortedSetPrimitiveTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/FeatureConstraintTest.java (diff)
The file was modified connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/ManagedClientTest.java (diff)
The file was modified examples/jersey-ejb/src/test/java/org/glassfish/jersey/examples/jersey_ejb/test/MessageBoardTest.java (diff)
The file was modified examples/helloworld-weld/src/test/java/org/glassfish/jersey/examples/helloworld/HelloWorldTest.java (diff)
The file was modified media/jaxb/src/test/java/org/glassfish/jersey/jaxb/internal/JaxbStringReaderProviderTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ResourceFilterTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/GloballyNameBoundResourceFilterTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/SubResourceTest.java (diff)
The file was modified examples/groovy/src/test/groovy/org/glassfish/jersey/examples/groovy/GroovyResourceTest.groovy (diff)
The file was modified examples/bookstore-webapp/src/test/java/org/glassfish/jersey/examples/bookstore/webapp/resource/ItemTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ResponseStatusTypeTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/SingletonProvidersResourcesTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/monitoring/MBeansTest.java (diff)
The file was modified tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/HeaderUtilsTest.java (diff)
The file was modified media/json-binding/src/test/java/org/glassfish/jersey/jsonb/internal/JsonBindingProviderTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/UriInfoMatchedResourcesTest.java (diff)
The file was modified test-framework/providers/simple/src/test/java/org/glassfish/jersey/test/simple/SimpleContainerTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/container/TrailingSlashTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/model/ParameterWithMultipleAnnotationsTest.java (diff)
The file was modified connectors/apache5-connector/src/test/java/org/glassfish/jersey/apache5/connector/TraceSupportTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/inject/PathParamStringConstructorTest.java (diff)
The file was modified examples/server-sent-events-jaxrs/src/test/java/org/glassfish/jersey/examples/sse/jaxrs/ServerSentEventsTest.java (diff)
The file was modified incubator/kryo/src/test/java/org/glassfish/jersey/kryo/PersonResourceTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/model/ResourceModelTest.java (diff)
The file was modified connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/SslFilterTest.java (diff)
The file was modified examples/jaxb/src/test/java/org/glassfish/jersey/examples/jaxb/JaxbTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/container/Jersey2462Test.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ExceptionMapperPropagationTest.java (diff)
The file was modified ext/spring4/src/test/java/org/glassfish/jersey/server/spring/aspect4j/Aspect4JTest.java (diff)
The file was modified examples/managed-beans-webapp/src/test/java/org/glassfish/jersey/examples/managedbeans/ManagedBeanWebAppTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/MetainfServicesLookupDisabledTest.java (diff)
The file was modified connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/TraceSupportTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/MessageBodyProvidersExceptionsTest.java (diff)
The file was modified test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/SecurityContextFilterTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/routing/SubResourceValidationTest.java (diff)
The file was modified examples/groovy/pom.xml (diff)
The file was modified tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/model/internal/CommonConfigTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/MultipartTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/inject/CookieParamAsPrimitiveTest.java (diff)
The file was modified incubator/declarative-linking/src/test/java/org/glassfish/jersey/linking/LinkELContextTest.java (diff)
The file was modified core-client/src/test/java/org/glassfish/jersey/client/JerseyClientTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/model/AsyncContentAndEntityTypeTest.java (diff)
The file was modified ext/rx/rx-client-guava/src/test/java/org/glassfish/jersey/client/rx/guava/RxListenableFutureTest.java (diff)
The file was modified tests/e2e-inject/cdi-inject-weld/src/test/java/org/glassfish/jersey/tests/e2e/inject/cdi/weld/EventsTest.java (diff)
The file was modified connectors/apache5-connector/src/test/java/org/glassfish/jersey/apache5/connector/DisableContentEncodingTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/oauth/OauthClientAuthorizationFlowTest.java (diff)
The file was modified media/sse/src/test/java/org/glassfish/jersey/media/sse/SseEventSinkCloseTest.java (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ClientExecutorCloseTest.java (diff)
The file was modified ext/metainf-services/src/test/java/org/glassfish/jersey/message/MetaInfServicesTest.java (diff)
The file was modified tests/e2e-entity/pom.xml (diff)
The file was modified core-client/src/test/java/org/glassfish/jersey/client/spi/PreInvocationInterceptorTest.java (diff)
The file was modified connectors/apache5-connector/src/test/java/org/glassfish/jersey/apache5/connector/ManagedClientTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/filtering/EntityFilteringOnClassTest.java (diff)
The file was modified containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/LifecycleListenerTest.java (diff)
The file was modified core-client/src/test/java/org/glassfish/jersey/client/ClientRequestTest.java (diff)
The file was modified tests/e2e-core-common/pom.xml (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/InvocationBuilderRxTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/wadl/WadlEmptyMediaTypeTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/EncodedSlashInPathSegmentTest.java (diff)
The file was modified ext/entity-filtering/src/test/java/org/glassfish/jersey/message/filtering/SecurityHelperTest.java (diff)
The file was modified tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/internal/LocalizationMessagesTest.java (diff)
The file was modified examples/managed-client-webapp/src/test/java/org/glassfish/jersey/examples/managedclient/ManagedClientTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/ExecutorServiceProviderTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/OptionalParamConverterTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/sse/SseEventSinkToEventSourceTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/mvc/CustomViewableContextTest.java (diff)
The file was modified tests/integration/cdi-integration/cdi-log-check/src/test/java/org/glassfish/jersey/tests/cdi/resources/CdiComponentProviderWarningTest.java (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/internal/inject/ProvidersTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/oauth/PhotosResource.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/filtering/json/JsonEntityFilteringScopesTest.java (diff)
The file was modified connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/DisableContentEncodingTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/filter/ContainerResponseFilterOrderingTest.java (diff)
The file was modified ext/spring4/src/test/java/org/glassfish/jersey/server/spring/parameterinjection/SpringParameterInjectionTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/JsonMoxyTest.java (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/internal/util/TokenizerTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/mvc/BeanValidationErrorTemplateTest.java (diff)
The file was modified media/multipart/src/test/java/org/glassfish/jersey/media/multipart/file/FileDataBodyPartTest.java (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/internal/util/JdkVersionCompareTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/container/HeadTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/container/MatrixParamTest.java (diff)
The file was modified ext/entity-filtering/src/test/java/org/glassfish/jersey/message/filtering/SecurityAnnotationsTest.java (diff)
The file was modified examples/json-moxy/src/test/java/org/glassfish/jersey/examples/jsonmoxy/JsonResourceTest.java (diff)
The file was modified ext/proxy-client/src/test/java/org/glassfish/jersey/client/proxy/WebResourceFactoryTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/api/MediaTypeProviderTest.java (diff)
The file was modified incubator/cdi-inject-weld/src/test/java/org/glassfish/jersey/inject/weld/internal/managed/TestParent.java (diff)
The file was modified examples/json-with-padding/src/test/java/org/glassfish/jersey/examples/jsonp/JsonWithPaddingTest.java (diff)
The file was modified connectors/netty-connector/src/test/java/org/glassfish/jersey/netty/connector/FollowRedirectsTest.java (diff)
The file was modified connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/TimeoutTest.java (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/InjectionManagerProviderTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/model/RMBuilderTest.java (diff)
The file was modified core-client/src/test/java/org/glassfish/jersey/client/spi/PostInvocationInterceptorTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/AbstractDisableMetainfServicesLookupTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/ResponseLinksTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/model/SubResourceDynamicWithParametersTest.java (diff)
The file was modified test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/web/AvailablePortGrizzlyWebTest.java (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ResponseCloseTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/ReaderProviderTest.java (diff)
The file was modified test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/MemoryLeakSucceedingTimeout.java (diff)
The file was modified examples/sse-item-store-jaxrs-webapp/src/test/java/org/glassfish/jersey/examples/sseitemstore/jaxrs/JaxrsItemStoreResourceTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/Issue4097Test.java (diff)
The file was modified media/jaxb/src/test/java/org/glassfish/jersey/jaxb/internal/SourceProviderTest.java (diff)
The file was modified tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/JerseyLinkTest.java (diff)
The file was modified examples/simple-console/src/test/java/org/glassfish/jersey/examples/console/MainTest.java (diff)
The file was modified test-framework/core/src/test/java/org/glassfish/jersey/test/JerseyTestTest.java (diff)
The file was modified connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/CookieTest.java (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/internal/util/collection/AbstractKeyComparatorHashMapTest.java (diff)
The file was modified containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/AbstractJdkHttpServerTester.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/AllInjectablesTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamFromStringTest.java (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ClientEntityAnnotationTest.java (diff)
The file was modified examples/helloworld-programmatic/src/test/java/org/glassfish/jersey/examples/helloworld/HelloWorldTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ResourceRoutingTest.java (diff)
The file was modified core-client/pom.xml (diff)
The file was modified ext/spring5/src/test/java/org/glassfish/jersey/server/spring/aspect4j/Aspect4JTest.java (diff)
The file was modified connectors/helidon-connector/src/test/java/org/glassfish/jersey/helidon/connector/TimeoutTest.java (diff)
The file was modified core-client/src/test/java/org/glassfish/jersey/client/spi/CachingConnectorProviderTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/ModelProcessorScopeTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/container/GzipContentEncodingTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/GsonDefaultTest.java (diff)
The file was modified examples/xml-moxy/src/test/java/org/glassfish/jersey/examples/xmlmoxy/MoxyAppTest.java (diff)
The file was modified tests/integration/asm/src/test/java/org/glassfish/jersey/integration/asm/AnnotatedClassVisitorTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamStringConstructorTest.java (diff)
The file was modified test-framework/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/EchoResourceTest.java (diff)
The file was modified connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/ManagedClientTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/InputStreamResponseTest.java (diff)
The file was modified media/multipart/src/test/java/org/glassfish/jersey/media/multipart/BodyPartTest.java (diff)
The file was modified media/json-jackson/src/test/java/org/glassfish/jersey/jackson/internal/DefaultJsonJacksonProviderForBothModulesTest.java (diff)
The file was modified media/sse/src/test/java/org/glassfish/jersey/media/sse/OutboundEventTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/api/ConsumeProduceTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/MetainfServicesLookupEnabledTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ModelProcessorTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/XmlJaxBElementProviderTest.java (diff)
The file was modified connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/LargeDataTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/api/CookieImplTest.java (diff)
The file was modified ext/spring4/src/test/java/org/glassfish/jersey/server/spring/methodinjection/SpringMethodInjectionTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/model/ProgrammaticResourceMethodsTest.java (diff)
The file was modified examples/java8-webapp/src/test/java/org/glassfish/jersey/examples/java8/LambdaResourceTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/ContainerRequestTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/sse/EventOutputTest.java (diff)
The file was modified media/json-jackson/pom.xml (diff)
The file was modified ext/cdi/jersey-cdi1x/src/test/java/org/glassfish/jersey/ext/cdi1x/internal/CdiUtilTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/header/RuntimeDelegateProviderDisabledTest.java (diff)
The file was modified examples/json-jettison/src/test/java/org/glassfish/jersey/examples/jettison/JsonJettisonTest.java (diff)
The file was modified connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/RetryHandlerTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/MethodTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/ContextResolverMediaTypeTest.java (diff)
The file was modified connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/AsyncTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/EntityTypesTest.java (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/mvc/ImplicitTemplateProgrammaticTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/mvc/spi/AbstractTemplateProcessorTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/server/wadl/NoJAXBNoWadlTest.java (diff)
The file was modified examples/rx-client-webapp/src/test/java/org/glassfish/jersey/examples/rx/RxClientsTest.java (diff)
The file was modified test-framework/core/pom.xml (diff)
The file was modified containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/AsyncTest.java (diff)
The file was modified test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/web/GrizzlyWebServletAndFilterTest.java (diff)
The file was modified connectors/helidon-connector/src/test/java/org/glassfish/jersey/helidon/connector/ParallelTest.java (diff)
The file was modified connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/PublicSitesTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/api/ClientInvocationTest.java (diff)
The file was modified tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/process/internal/RequestScopeTest.java (diff)
The file was modified connectors/netty-connector/src/test/java/org/glassfish/jersey/netty/connector/HttpHeadersTest.java (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/CancelFutureClientTest.java (diff)
The file was modified examples/helloworld/pom.xml (diff)
The file was modified examples/server-async-standalone/client/src/test/java/org/glassfish/jersey/examples/server/async/MainTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/JaxbTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/mvc/FlatInheritedViewProcessorTest.java (diff)
The file was modified tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/OutboundMessageContextTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/wadl/config/WadlGeneratorConfigTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/QueryParamEncodingTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/ContainerUtilsTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ExceptionMapperPriorityTest.java (diff)
The file was modified tests/integration/cdi-integration/cdi-ejb-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/CdiIntoEjbTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/InterceptedStreamCloseTest.java (diff)
The file was modified containers/jersey-servlet-core/src/test/java/org/glassfish/jersey/servlet/internal/ContextPathEncodingTest.java (diff)
The file was modified media/sse/src/test/java/org/glassfish/jersey/media/sse/internal/JerseySseBroadcasterTest.java (diff)
The file was modified containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/RuntimeDelegateTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/AnnotatedEntityTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/MessageBodyExceptionWrappingTest.java (diff)
The file was modified examples/helloworld-weld/src/test/java/org/glassfish/jersey/examples/helloworld/AppScopedResourceTest.java (diff)
The file was modified tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/AcceptableMediaTypeStringRepresentationTest.java (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/uri/UriTemplateTest.java (diff)
The file was modified connectors/apache5-connector/src/test/java/org/glassfish/jersey/apache5/connector/NoEntityTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/InterceptorGzipTest.java (diff)
The file was modified tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/CommittingOutputStreamTest.java (diff)
The file was modified incubator/declarative-linking/src/test/java/org/glassfish/jersey/linking/EntityDescriptorTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/GsonCustomTest.java (diff)
The file was modified media/multipart/src/test/java/org/glassfish/jersey/media/multipart/file/StreamDataBodyPartTest.java (diff)
The file was modified connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/ParallelTest.java (diff)
The file was modified examples/exception-mapping/src/test/java/org/glassfish/jersey/examples/exception/ExceptionMappingTest.java (diff)
The file was modified examples/exception-mapping/src/test/java/org/glassfish/jersey/examples/exception/ExceptionMappingFilterTest.java (diff)
The file was modified tests/integration/cdi-integration/cdi-client-on-server/src/test/java/org/glassfish/jersey/tests/cdi/client/BeanManagerInjectedOnClientTest.java (diff)
The file was modified ext/spring4/src/test/java/org/glassfish/jersey/server/spring/profiles/SpringDefaultProfileResourceTest.java (diff)
The file was modified test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/RunSeparately.java (diff)
The file was modified inject/hk2/src/test/java/org/glassfish/jersey/inject/hk2/SupplierInstanceBindingTest.java (diff)
The file was modified media/jaxb/src/test/java/org/glassfish/jersey/jaxb/internal/AbstractJaxbProviderTest.java (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/message/internal/FormMultivaluedMapProviderTest.java (diff)
The file was modified tests/integration/cdi-integration/cdi-beanvalidation-webapp/src/test/java/org/glassfish/jersey/tests/cdi/bv/CombinedTest.java (diff)
The file was modified connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/AsyncTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/inject/ParamConverterInternalTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/api/LocationHeaderWithAbsolutizationDisabledTest.java (diff)
The file was modified connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/ModifyHeaderInBodyWriterTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/validation/validateonexecution/ValidateOnExecutionAbstractTest.java (diff)
The file was modified media/sse/src/test/java/org/glassfish/jersey/media/sse/ClientCloseTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/inject/JaxRsInjectablesTest.java (diff)
The file was modified inject/hk2/src/test/java/org/glassfish/jersey/inject/hk2/SupplierProxyTest.java (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/SecurityManagerConfiguredTest.java (diff)
The file was modified tests/integration/cdi-integration/cdi-beanvalidation-webapp/src/test/java/org/glassfish/jersey/tests/cdi/bv/BaseValidationTest.java (diff)
The file was modified containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/JdkHttpsServerTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamAsSortedSetStringTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/filtering/json/JsonEntityFilteringOnClassTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/InheritanceTest.java (diff)
The file was modified test-framework/core/src/main/java/org/glassfish/jersey/test/package-info.java (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ChunkedInputStreamClosedPrematurelyTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/mvc/InheritedViewProcessorTest.java (diff)
The file was modified tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/InboundMessageContextTest.java (diff)
The file was modified connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/TraceSupportTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/model/internal/ResourceMethodDispatcherFactoryTest.java (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/ssl/SslConnectorHostnameVerifierTest.java (diff)
The file was modified tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/internal/ContextResolverFactoryTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/filter/EntityTypeFilterTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/TimeWindowStatisticsImplTest.java (diff)
The file was modified media/sse/pom.xml (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/proxy/ProxyTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/api/VariantsTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/model/ConsumeProduceSimpleTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/EmptyEntityTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/AsyncApplicationBuildingTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/model/internal/ChildResourceTest.java (diff)
The file was modified tests/e2e-inject/cdi-inject-weld/src/test/java/org/glassfish/jersey/tests/e2e/inject/cdi/weld/scopes/ScopesTest.java (diff)
The file was modified inject/hk2/src/test/java/org/glassfish/jersey/inject/hk2/SupplierContractsTest.java (diff)
The file was modified incubator/cdi-inject-weld/src/test/java/org/glassfish/jersey/inject/weld/internal/managed/DisposableSupplierTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/model/internal/ModelHelperTest.java (diff)
The file was modified security/oauth1-server/pom.xml (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/ContentLengthTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/HeaderValueExceptionTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/mvc/ImplicitTemplateTest.java (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/FollowRedirectsTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/JAXBContextResolverTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/wadl/ResourceExtendedFlagTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/model/SubResourceProgrammaticTest.java (diff)
The file was modified core-client/src/test/java/org/glassfish/jersey/client/WebTargetPropertiesTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/api/AbortingFilterTest.java (diff)
The file was modified connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/HttpHeadersTest.java (diff)
The file was modified examples/servlet3-webapp/src/test/java/Servlet3WebappITCase.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/model/OptionsTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/ProvidersOrderingTest.java (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/GenericResponseTest.java (diff)
The file was modified ext/microprofile/mp-config/src/test/java/org/glassfish/jersey/microprofile/config/ExternalPropertiesConfigurationFactoryTest.java (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/HttpPatchTest.java (diff)
The file was modified test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/web/GrizzlyWebFixedRequestSizeTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/api/LocationHeaderFiltersTest.java (diff)
The file was modified connectors/apache5-connector/src/test/java/org/glassfish/jersey/apache5/connector/UnderlyingCookieStoreAccessTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/process/ProxyInjectablesTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/model/AmbiguousTemplateTest.java (diff)
The file was modified examples/http-patch/src/test/java/org/glassfish/jersey/examples/httppatch/HttpPatchTest.java (diff)
The file was modified test-framework/providers/jdk-http/src/test/java/org/glassfish/jersey/test/jdkhttp/JdkHttpServerContainerTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/mvc/ExplicitTemplateTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/model/SubResourceDynamicTest.java (diff)
The file was modified security/oauth1-server/src/test/java/org/glassfish/jersey/server/oauth1/NonceManagerTest.java (diff)
The file was modified tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/process/internal/ExecutorProvidersTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/RuntimeDelegateImplTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/mvc/ImplicitProducesViewProcessorTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/api/EntityTagProviderTest.java (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/httpurlconnector/Expect100ContinueTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/api/ConstructorSelectionTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/api/HttpHeaderTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/filtering/EmptyEntityTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/EncodingTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/InitializationLoggingTest.java (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/HttpMethodEntityTest.java (diff)
The file was modified connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/HttpHeadersTest.java (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/internal/util/collection/KeyComparatorLinkedHashMapTest.java (diff)
The file was modified examples/bookstore-webapp/src/test/java/org/glassfish/jersey/examples/bookstore/webapp/resource/TestSupport.java (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/logging/LoggingInterceptorTest.java (diff)
The file was modified connectors/netty-connector/src/test/java/org/glassfish/jersey/netty/connector/NoEntityTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/SubResourceDynamicProxyTest.java (diff)
The file was modified incubator/html-json/src/test/java/org/glassfish/jersey/media/htmljson/ComputedPropertyTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/routing/RegularExpressionsTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/GlobalNameBoundInterceptorTest.java (diff)
The file was modified security/oauth1-client/pom.xml (diff)
The file was modified examples/json-jackson/src/test/java/org/glassfish/jersey/examples/jackson/JacksonTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/SecurityManagerConfiguredTest.java (diff)
The file was modified media/multipart/src/test/java/org/glassfish/jersey/media/multipart/MultiPartTest.java (diff)
The file was modified connectors/apache5-connector/src/test/java/org/glassfish/jersey/apache5/connector/AsyncTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/sse/BroadcasterCloseTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/wadl/WadlResourceTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/SingletonResourceTest.java (diff)
The file was modified connectors/helidon-connector/src/test/java/org/glassfish/jersey/helidon/connector/sse/SseTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/model/AcceptTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/monitoring/MonitoringFeatureTest.java (diff)
The file was modified archetypes/jersey-quickstart-grizzly2/src/main/resources/archetype-resources/pom.xml (diff)
The file was modified ext/microprofile/mp-rest-client/src/test/java/org/glassfish/jersey/microprofile/restclient/RestClientBuilderImplTest.java (diff)
The file was modified test-framework/core/src/main/java/org/glassfish/jersey/test/spi/TestHelper.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/XXETest.java (diff)
The file was modified connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/UnderlyingCookieStoreAccessTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/MessageBodyProviderAnnotationsTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/model/AcceptQsTest.java (diff)
The file was modified tests/e2e-inject/cdi-inject-weld/src/test/java/org/glassfish/jersey/tests/e2e/inject/cdi/weld/subresources/ModelProcessorScopeTest.java (diff)
The file was modified connectors/apache5-connector/src/test/java/org/glassfish/jersey/apache5/connector/UnderlyingHttpClientAccessTest.java (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/internal/TestRuntimeDelegate.java (diff)
The file was modified connectors/netty-connector/src/test/java/org/glassfish/jersey/netty/connector/HugeEntityTest.java (diff)
The file was modified incubator/cdi-inject-weld/src/test/java/org/glassfish/jersey/inject/weld/internal/managed/ThreadScopeTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/CloseableTest.java (diff)
The file was modified connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/UnderlyingHttpClientAccessTest.java (diff)
The file was modified connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/CookieTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/api/RestrictedHeaderTest.java (diff)
The file was modified core-client/src/test/java/org/glassfish/jersey/client/LinkTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamAsSetPrimitiveTest.java (diff)
The file was modified examples/bookmark-em/src/test/java/org/glassfish/jersey/examples/bookmark_em/BookmarkTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/api/OptionsTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/WebApplicationExceptionLoggingTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamAsStringTest.java (diff)
The file was modified tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/TestRuntimeDelegate.java (diff)
The file was modified test-framework/providers/inmemory/src/test/java/org/glassfish/jersey/test/inmemory/internal/FollowRedirectsTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/oauth/RequestTokenResource.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/mvc/TemplateMethodSelectionTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/filter/FilterSetMethodTest.java (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/process/internal/RankedComparatorTest.java (diff)
The file was modified connectors/netty-connector/src/test/java/org/glassfish/jersey/netty/connector/TraceSupportTest.java (diff)
The file was modified ext/spring4/src/test/java/org/glassfish/jersey/server/spring/filter/FilterTest.java (diff)
The file was modified tests/e2e-testng/src/test/java/org/glassfish/jersey/tests/e2e/BeforeClassParallelTest.java (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/internal/util/ReflectionHelperTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/api/CacheControlImplTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/AutoDiscoverableServerTest.java (diff)
The file was modified incubator/cdi-inject-weld/src/test/java/org/glassfish/jersey/inject/weld/internal/injector/CachedConstructorAnalyzerTest.java (diff)
The file was modified connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/SpecialHeaderTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/MediaTypeSelectionTest.java (diff)
The file was modified incubator/html-json/src/test/java/org/glassfish/jersey/media/htmljson/ModelEntityOnArrayTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/model/HeadSubResourceMethodTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/inject/HeaderParamAsPrimitiveTest.java (diff)
The file was modified examples/helloworld-netty/src/test/java/org/glassfish/jersey/examples/helloworld/netty/HelloWorldTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/api/SourceEntityProviderTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/api/ResponseE2ETest.java (diff)
The file was modified examples/helloworld-spring-webapp/pom.xml (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ResponseReadAndBufferEntityTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/EmptyRequestToEntityParamTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/routing/InheritanceTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/ResourceContextTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/PojoTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ContentNegotiationTest.java (diff)
The file was modified connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/HttpMethodTest.java (diff)
The file was modified connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/CustomizersTest.java (diff)
The file was modified test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/web/context/GrizzlyWebContextPathTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/filter/UriConnegMediaTypeTest.java (diff)
The file was modified tests/e2e-inject/cdi2-se/src/test/java/org/glassfish/jersey/tests/e2e/inject/cdi/se/scopes/ScopesTest.java (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/ssl/AbstractConnectorServerTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/InjectionManagerServerProviderTest.java (diff)
The file was modified ext/spring4/src/test/java/org/glassfish/jersey/server/spring/fieldinjection/SpringFieldInjectionTest.java (diff)
The file was modified examples/server-async-managed/src/test/java/org/glassfish/jersey/examples/server/async/managed/ManagedAsyncResourceTest.java (diff)
The file was modified ext/spring5/src/test/java/org/glassfish/jersey/server/spring/methodinjection/SpringMethodInjectionTest.java (diff)
The file was modified test-framework/maven/custom-enforcer-rules/pom.xml (diff)
The file was modified core-client/src/test/java/org/glassfish/jersey/client/ClientConfigTest.java (diff)
The file was modified test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/web/ssl/GrizzlyOneWaySslWebTest.java (diff)
The file was modified tests/integration/asm/pom.xml (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/inject/PathParamAsStringTest.java (diff)
The file was modified test-framework/providers/jdk-http/src/test/java/org/glassfish/jersey/test/jdkhttp/AvailablePortJdkHttpServerTest.java (diff)
The file was modified core-client/src/test/java/org/glassfish/jersey/client/filter/CsrfProtectionFilterTest.java (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/internal/util/OsgiRegistryTest.java (diff)
The file was modified docs/src/main/docbook/getting-started.xml (diff)
The file was modified test-framework/providers/inmemory/src/test/java/org/glassfish/jersey/test/inmemory/InMemoryContainerTest.java (diff)
The file was modified test-framework/util/src/test/java/org/glassfish/jersey/test/util/client/LoopBackConnectorTest.java (diff)
The file was modified connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/TraceSupportTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/AbstractTypeTester.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/oauth/OAuthClientServerTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/model/ConstrainedToServerTest.java (diff)
The file was modified examples/extended-wadl-webapp/pom.xml (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/SingletonProviderTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/Jackson1JsonViewTest.java (diff)
The file was modified media/json-jackson/src/test/java/org/glassfish/jersey/jackson/internal/DefaultJsonJacksonProviderForDisabledModulesTest.java (diff)
The file was modified connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/ReadChunkedEntity.java (diff)
The file was modified media/multipart/src/test/java/org/glassfish/jersey/media/multipart/MultiPartMediaTypesTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ExceptionMapperTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/SubjectSecurityContextTest.java (diff)
The file was modified inject/cdi2-se/src/test/java/org/glassfish/jersey/inject/cdi/se/SupplierClassBindingTest.java (diff)
The file was modified examples/osgi-http-service/functional-test/pom.xml (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/AsyncCallbackServerTest.java (diff)
The file was modified examples/cdi-webapp/src/test/java/org/glassfish/jersey/examples/cdi/resources/PerRequestBeanTest.java (diff)
The file was modified connectors/apache5-connector/src/test/java/org/glassfish/jersey/apache5/connector/TimeoutTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/inject/MatrixParamStringConstructorTest.java (diff)
The file was modified containers/simple-http/src/test/java/org/glassfish/jersey/simple/LifecycleListenerTest.java (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/AbortResponseClientTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/EmptyRequestWithJaxbTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/sse/BroadcasterExecutorTest.java (diff)
The file was modified test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/web/GrizzlyRequestDispatchFilterTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/NameBindingTest.java (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/internal/util/JdkVersionParseTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/inject/CookieParamStringConstructorTest.java (diff)
The file was modified ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/src/test/java/org/glassfish/jersey/ext/cdi1x/hk2ban/EmptyHk2CustomInjectionTypeProviderTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/PostConstructTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ResourceConfigTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/GrizzlyInjectionTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/AsyncCallbackTest.java (diff)
The file was modified examples/osgi-helloworld-webapp/functional-test/pom.xml (diff)
The file was modified media/json-jackson/src/test/java/org/glassfish/jersey/jackson/internal/DefaultJsonJacksonProviderForEnabledModulesTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/CompletionStageTest.java (diff)
The file was modified examples/multipart-webapp/src/test/java/org/glassfish/jersey/examples/multipart/webapp/MultiPartWebAppTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/ResourceConfigTest.java (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/RequestScopedReadEntityTest.java (diff)
The file was modified connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/HttpMethodTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/model/SubResourceNullTest.java (diff)
The file was modified connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/UnderlyingHttpClientAccessTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/validation/ProgrammaticValidationTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/scanning/CompositeResourceFinderTest.java (diff)
The file was modified containers/jdk-http/pom.xml (diff)
The file was modified core-client/src/test/java/org/glassfish/jersey/client/ShutdownHookLeakTest.java (diff)
The file was modified incubator/cdi-inject-weld/src/test/java/org/glassfish/jersey/inject/weld/internal/injector/JerseyProxyResolverTest.java (diff)
The file was modified media/multipart/src/test/java/org/glassfish/jersey/media/multipart/internal/FormDataMultiPartReaderWriterTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/container/JettyEmptyHeaderParamTest.java (diff)
The file was modified test-framework/providers/inmemory/src/test/java/org/glassfish/jersey/test/inmemory/InMemoryContainerPackageTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/wadl/OverrideWadlResourceTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/routing/ResponseMediaTypeFromProvidersTest.java (diff)
The file was modified inject/hk2/src/test/java/org/glassfish/jersey/inject/hk2/DisposableSupplierTest.java (diff)
The file was modified media/multipart/src/test/java/org/glassfish/jersey/media/multipart/FormDataBodyPartTest.java (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/internal/util/JerseyPublisherTest.java (diff)
The file was modified examples/system-properties-example/src/test/java/org/glassfish/jersey/examples/sysprops/SysPropsTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/api/ResponseIntegrationTest.java (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/BasicClientTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/container/ResponseWriterOutputStreamTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/validation/validateonexecution/ValidateOnExecutionOverrideTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamAsSetStringTest.java (diff)
The file was modified core-client/src/test/java/org/glassfish/jersey/client/filter/EncodingFilterTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/Jersey1835Test.java (diff)
The file was addedtests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/JsonTest.java
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/container/JdkSlashesWithContextPathTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/JsonProcessingDisabledTest.java (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ClientDestroyTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/ApplicationHandlerTest.java (diff)
The file was modified connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/UnderlyingHttpClientAccessTest.java (diff)
The file was modified examples/bookmark/src/test/java/org/glassfish/jersey/examples/bookmark/BookmarkTest.java (diff)
The file was modified tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/config/ServiceFinderBinderTest.java (diff)
The file was modified inject/cdi2-se/src/test/java/org/glassfish/jersey/inject/cdi/se/SupplierInstanceBindingTest.java (diff)
The file was modified core-client/src/test/java/org/glassfish/jersey/client/AutoDiscoverableClientTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/inject/PathParamAsPathSegmentTest.java (diff)
The file was modified core-client/src/test/java/org/glassfish/jersey/client/JerseyCompletionStageRxInvokerTest.java (diff)
The file was modified core-client/src/test/java/org/glassfish/jersey/client/ClientRxTest.java (diff)
The file was modified incubator/html-json/src/test/java/org/glassfish/jersey/media/htmljson/ModelEntityTest.java (diff)
The file was modified connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/AuthTest.java (diff)
The file was modified media/json-gson/pom.xml (diff)
The file was modified core-client/src/test/java/org/glassfish/jersey/client/ClientResponseTest.java (diff)
The file was modified connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/NoEntityTest.java (diff)
The file was modified examples/reload/src/test/java/org/glassfish/jersey/examples/reload/ReloadTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/api/ContentDispositionTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ReloadTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/inject/ParamExceptionMappingTest.java (diff)
The file was modified ext/entity-filtering/src/test/java/org/glassfish/jersey/message/filtering/SecurityEntityProcessorTest.java (diff)
The file was modified tests/e2e-inject/hk2/src/test/java/org/glassfish/jersey/tests/e2e/inject/hk2/HK2AbstractBinderClassTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/inject/PathParamAsPrimitiveTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/api/FormDataContentDispositionTest.java (diff)
The file was modified examples/json-processing-webapp/src/test/java/org/glassfish/jersey/examples/jsonp/JsonProcessingResourceTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/BroadcasterTest.java (diff)
The file was modified tests/e2e-inject/cdi2-se/src/test/java/org/glassfish/jersey/tests/e2e/inject/cdi/se/EventsTest.java (diff)
The file was modified test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/AvailablePortGrizzlyTest.java (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/TimeoutTest.java (diff)
The file was modified media/jaxb/src/test/java/org/glassfish/jersey/jaxb/internal/SaxParserFactoryInjectionProviderTest.java (diff)
The file was modified connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/CookieTest.java (diff)
The file was modified connectors/apache5-connector/src/test/java/org/glassfish/jersey/apache5/connector/HttpEntityTest.java (diff)
The file was modified tests/e2e-inject/cdi2-se/src/test/java/org/glassfish/jersey/tests/e2e/inject/cdi/se/subresources/ModelProcessorScopeTest.java (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/uri/UriComponentTest.java (diff)
The file was modified test-framework/maven/custom-enforcer-rules/src/test/java/org/glassfish/jersey/test/maven/rule/FilePatternDoesNotExistRuleTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/filtering/json/JsonEmptyEntityTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/model/PathAndResourceMethodErrorsTest.java (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ClientFilterTest.java (diff)
The file was modified examples/helloworld-weld/pom.xml (diff)
The file was modified examples/sse-item-store-jersey-webapp/src/test/java/org/glassfish/jersey/examples/sseitemstore/jersey/JerseyItemStoreResourceTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/filter/ApplicationFilterTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/filtering/EntityFilteringServerTest.java (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/httpurlconnector/AsyncTest.java (diff)
The file was modified inject/cdi2-se/src/test/java/org/glassfish/jersey/inject/cdi/se/ProviderInjectionTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/filter/UriConnegLanguageMediaTypeTest.java (diff)
The file was modified connectors/apache5-connector/src/test/java/org/glassfish/jersey/apache5/connector/HelloWorldTest.java (diff)
The file was modified connectors/apache5-connector/src/test/java/org/glassfish/jersey/apache5/connector/HttpHeadersTest.java (diff)
The file was modified tests/e2e-inject/cdi2-se/pom.xml (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/model/AncestorsTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/InvalidFormTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/filter/RolesAllowedTest.java (diff)
The file was modified examples/http-trace/src/test/java/org/glassfish/jersey/examples/httptrace/TraceSupportTest.java (diff)
The file was modified connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/ChunkedBodyOutputStreamTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/ForcedAutoDiscoverableTest.java (diff)
The file was modified tests/integration/cdi-integration/cdi-manually-bound/src/test/java/org/glassfish/jersey/tests/cdi/manuallybound/HK2ServiceInjectTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ExceptionLoggingTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/api/QualitySourceMediaTypeProviderTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/mvc/ViewProcessorTest.java (diff)
The file was modified security/oauth1-signature/src/test/java/org/glassfish/jersey/oauth1/signature/SignatureTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/container/QueryParamTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/mvc/ExceptionViewProcessorTest.java (diff)
The file was modified connectors/apache5-connector/src/test/java/org/glassfish/jersey/apache5/connector/CustomLoggingFilter.java (diff)
The file was modified core-client/src/test/java/org/glassfish/jersey/client/JerseyInvocationTest.java (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/message/GZipEncodingTest.java (diff)
The file was modified examples/managed-client/src/test/java/org/glassfish/jersey/examples/managedclient/ManagedClientTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/filter/LayeredFiltersTest.java (diff)
The file was modified media/json-jackson1/pom.xml (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/StreamingOutputTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/EnumEntityTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/filtering/json/JsonEntityFilteringOnPropertiesTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/validation/validateonexecution/ValidateOnExecutionBasicTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/MessageBodyWriterObjectDistanceTest.java (diff)
The file was modified ext/spring5/src/test/java/org/glassfish/jersey/server/spring/profiles/SpringDefaultProfileResourceTest.java (diff)
The file was modified incubator/declarative-linking/pom.xml (diff)
The file was modified tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/internal/JaxrsProvidersTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/mvc/ErrorTemplateTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/ServiceFinderTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/sonar/SonarJerseyE2ETest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/OptionalParamConverterNoProviderTest.java (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/FollowRedirectHeadTest.java (diff)
The file was modified core-client/src/test/java/org/glassfish/jersey/client/JerseyClientBuilderTest.java (diff)
The file was modified connectors/helidon-connector/src/test/java/org/glassfish/jersey/helidon/connector/FollowRedirectsTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ArrayParamConverterTest.java (diff)
The file was modified media/moxy/pom.xml (diff)
The file was modified examples/server-async-standalone/client/pom.xml (diff)
The file was modified tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/MatchingEntityTagTest.java (diff)
The file was modified connectors/helidon-connector/src/test/java/org/glassfish/jersey/helidon/connector/sse/EventOutputTest.java (diff)
The file was modified examples/jaxrs-types-injection/src/test/java/org/glassfish/jersey/examples/jaxrstypeinjection/JaxrsTypeInjectionTest.java (diff)
The file was modified ext/cdi/jersey-cdi1x/pom.xml (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/api/AnnotationInheritanceTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/routing/ExtendedUriInfoTest.java (diff)
The file was modified connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/HttpConnectionTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/ResourceMergeTest.java (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ClientPreInitTest.java (diff)
The file was modified test-framework/memleak-test-common/pom.xml (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/validation/PropertyValidationTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/oauth/OAuth2Test.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/ExtendedResourceContextTest.java (diff)
The file was modified connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/SyncResponseSizeTest.java (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/internal/routing/CombinedMediaTypeTest.java (diff)
The file was modified test-framework/providers/simple/src/test/java/org/glassfish/jersey/test/simple/AvailablePortSimpleTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/filtering/json/MoxyEntityFilteringTest.java (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/message/internal/UtilsTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/inject/ConstructorParameterInjectionTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/DetermineContentLengthTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/model/SubResourceClassDynamicTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/container/LeadingSlashesTest.java (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/message/internal/StringBuilderUtilsTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/scanning/BundleSchemeScannerTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/AbstractNanosReservoirTest.java (diff)
The file was modified containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/AbstractJettyServerTester.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/model/ResourceTestUtils.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/model/ValidatorTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/IllegalArgumentExceptionTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ScheduledThreadPoolExecutorProviderTest.java (diff)
The file was modified inject/hk2/src/test/java/org/glassfish/jersey/inject/hk2/InjectionManagerTest.java (diff)
The file was modified media/sse/src/test/java/org/glassfish/jersey/media/sse/internal/JerseyEventSinkTest.java (diff)
The file was modified security/oauth1-signature/src/test/java/org/glassfish/jersey/oauth1/signature/OAuthBase64Test.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/AmbigousResourceMethodTest.java (diff)
The file was modified examples/helloworld-pure-jax-rs/src/test/java/org/glassfish/jersey/examples/helloworld/jaxrs/HelloWorldTest.java (diff)
The file was modified media/sse/src/test/java/org/glassfish/jersey/media/sse/EventSourceTest.java (diff)
The file was modified core-client/src/test/java/org/glassfish/jersey/client/filter/HttpBasicAuthFilterTest.java (diff)
The file was modified media/multipart/src/test/java/org/glassfish/jersey/media/multipart/internal/MultiPartHeaderModificationTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/UriComponentTest.java (diff)
The file was modified connectors/netty-connector/src/test/java/org/glassfish/jersey/netty/connector/TimeoutTest.java (diff)
The file was modified core-client/src/test/java/org/glassfish/jersey/client/CustomConnectorTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/CustomMultivaluedMapProviderTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/filter/UriConnegLanguageTest.java (diff)
The file was modified inject/cdi2-se/pom.xml (diff)
The file was modified tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/OutboundJaxrsResponseTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/InvalidEntityTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/Jersey1199Test.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/ClientTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/filtering/EntityFilteringOnPropertiesTest.java (diff)
The file was modified media/json-processing/src/test/java/org/glassfish/jersey/jsonp/JsonProcessingAutoDiscoverableServerTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/model/GenericMethodListTest.java (diff)
The file was modified test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/pckg/GrizzlyPackageTest.java (diff)
The file was modified examples/extended-wadl-webapp/src/test/java/org/glassfish/jersey/examples/extendedwadl/ExtendedWadlWebappOsgiTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/BeanParamTest.java (diff)
The file was modified connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/AsynchronousBodyOutputStreamTest.java (diff)
The file was modified connectors/pom.xml (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ParamConverterPriorityTest.java (diff)
The file was modified inject/cdi2-se/src/test/java/org/glassfish/jersey/inject/cdi/se/DisposableSupplierTest.java (diff)
The file was modified connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/GZIPContentEncodingTest.java (diff)
The file was modified examples/cdi-webapp/src/test/java/org/glassfish/jersey/examples/cdi/resources/EchoResourceTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/FormParamMultivaluedInjectionTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/mvc/FlatViewProcessorTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/inject/MatrixParamAsStringTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/NoMessageBodyWorkerTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/monitoring/ApplicationInfoTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/JacksonJsonViewTest.java (diff)
The file was modified ext/rx/rx-client-rxjava2/src/test/java/org/glassfish/jersey/client/rx/rxjava2/RxFlowableTest.java (diff)
The file was addedcore-common/src/test/resources/surefire-jdk17.policy
The file was modified core-server/src/test/java/org/glassfish/jersey/server/wadl/generators/resourcedoc/WadlGeneratorResourceDocSupportTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/JsonWithPaddingEncodingFilterTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/model/ResourceInfoTest.java (diff)
The file was modified connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/EntityTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/validation/validateonexecution/ValidateOnExecutionInheritanceTest.java (diff)
The file was modified connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/NoEntityTest.java (diff)
The file was modified connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/ProxyTest.java (diff)
The file was modified tests/e2e-inject/hk2/src/test/java/org/glassfish/jersey/tests/e2e/inject/hk2/JerseyAbstractBinderTest.java (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/ssl/SslHttpUrlConnectorTest.java (diff)
The file was modified test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/AbstractMemoryLeakWebAppTest.java (diff)
The file was modified media/json-jettison/pom.xml (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/message/AbstractEncodingTest.java (diff)
The file was modified examples/helloworld-cdi2-se/src/test/java/org/glassfish/jersey/examples/helloworld/cdi2se/CounterTest.java (diff)
The file was modified examples/helloworld-cdi2-se/src/test/java/org/glassfish/jersey/examples/helloworld/cdi2se/HelloWorldTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/api/ResponseTest.java (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/message/internal/ResponseTest.java (diff)
The file was modified media/json-jackson/src/test/java/org/glassfish/jersey/jackson/internal/DefaultJacksonJaxbJsonProviderTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/routing/SubResourceLocatorCachingTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/RequestScopeTest.java (diff)
The file was modified core-client/src/test/java/org/glassfish/jersey/client/filter/ClientProviderInstanceInjectionTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/model/ResourceNotFoundTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/validation/BasicValidationTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/LinkTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/RenderedImageTypeTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/inject/EncodedParamsTest.java (diff)
The file was modified connectors/apache5-connector/src/test/java/org/glassfish/jersey/apache5/connector/CookieTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/container/GrizzlySlashesWithContextPathTest.java (diff)
The file was modified media/json-binding/pom.xml (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/filtering/EntityFilteringScopesTest.java (diff)
The file was modified examples/cdi-webapp/src/test/java/org/glassfish/jersey/examples/cdi/resources/ProxyScopeAlignmentTest.java (diff)
The file was modified incubator/cdi-inject-weld/pom.xml (diff)
The file was modified media/multipart/src/test/java/org/glassfish/jersey/media/multipart/MultipartMixedWithApacheClientTest.java (diff)
The file was modified tests/integration/cdi-integration/cdi-beanvalidation-webapp/src/test/java/org/glassfish/jersey/tests/cdi/bv/RawCdiTest.java (diff)
The file was modified connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/HttpHeadersTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/container/EscapedUriTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/monitoring/ReloadApplicationEventTest.java (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/RequestHeaderModificationsTest.java (diff)
The file was modified tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/OutboundJaxrsResponseBuilderTest.java (diff)
The file was modified ext/microprofile/mp-config/pom.xml (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/inject/BeanParamMemoryLeakTest.java (diff)
The file was modified test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/web/GrizzlyWebInjectionTest.java (diff)
The file was modified containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/BasicJdkHttpServerTest.java (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/ssl/SslConnectorConfigurationTest.java (diff)
The file was modified test-framework/providers/jetty/src/test/java/org/glassfish/jersey/test/jetty/AvailablePortJettyTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/model/MixedResourceConfigurationTest.java (diff)
The file was modified examples/bookstore-webapp/src/test/java/org/glassfish/jersey/examples/bookstore/webapp/resource/BookstoreTest.java (diff)
The file was removedtests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/AbstractJsonTest.java
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/ResponseStatisticsImplTest.java (diff)
The file was modified media/json-gson/src/test/java/org/glassfish/jersey/gson/internal/JsonGsonProviderTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/scanning/JarFileScannerTest.java (diff)
The file was modified ext/spring5/src/test/java/org/glassfish/jersey/server/spring/parameterinjection/SpringParameterInjectionTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ChunkedInputOutputTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/scanning/Resource.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/model/DynamicFeatureTest.java (diff)
The file was modified examples/entity-filtering-selectable/src/test/java/org/glassfish/jersey/examples/entityfiltering/selectable/PersonResourceTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/MonitoringUtilsTest.java (diff)
The file was modified security/oauth1-signature/src/test/java/org/glassfish/jersey/oauth1/signature/OAuth1SignatureTest.java (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/message/internal/MessageBodyFactoryTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/ResourceConfigBuilderTest.java (diff)
The file was modified examples/helloworld-weld/src/test/java/org/glassfish/jersey/examples/helloworld/RequestScopedResourceTest.java (diff)
The file was modified containers/simple-http/src/test/java/org/glassfish/jersey/simple/AbstractSimpleServerTester.java (diff)
The file was modified ext/cdi/jersey-cdi1x/src/test/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProviderTest.java (diff)
The file was modified incubator/html-json/pom.xml (diff)
The file was modified containers/simple-http/src/test/java/org/glassfish/jersey/simple/AsyncTest.java (diff)
The file was modified connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/TimeoutTest.java (diff)
The file was modified connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/ErrorTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/RequestScopedAndAsyncTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/inject/ActiveBindingBindingTest.java (diff)
The file was modified core-client/src/test/java/org/glassfish/jersey/client/JerseyWebTargetTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/api/LocaleProviderTest.java (diff)
The file was modified connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/HelloWorldTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/model/ConsumeProduceWildcardTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/ApplicationTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/container/ResponseWriterMetadataTest.java (diff)
The file was modified connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/MethodTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/mvc/ImplicitViewWithResourceFilterTest.java (diff)
The file was modified examples/helloworld-benchmark/src/test/java/org/glassfish/jersey/examples/helloworld/HelloWorldTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/model/InnerClassWithGenericTypeTest.java (diff)
The file was modified tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/QualitySourceMediaTypeTest.java (diff)
The file was modified test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/AbstractMemoryLeakSimpleTest.java (diff)
The file was modified media/jaxb/src/test/java/org/glassfish/jersey/jaxb/internal/FeatureAndPropertySupplierTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/ParameterTypeArgumentOrderTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/InjectedProviderTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/api/LocationHeaderAsyncTest.java (diff)
The file was modified tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/internal/ProviderBinderTest.java (diff)
The file was modified connectors/apache5-connector/src/test/java/org/glassfish/jersey/apache5/connector/RetryStrategyTest.java (diff)
The file was modified connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/TimeoutTest.java (diff)
The file was modified connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/FollowRedirectsTest.java (diff)
The file was modified connectors/netty-connector/src/test/java/org/glassfish/jersey/netty/connector/AsyncTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/model/AcceptAnnotatedReaderWriterTest.java (diff)
The file was modified pom.xml (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/filter/CsrfProtectionFilterTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/scanning/RankedProviderScanningTest.java (diff)
The file was modified connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/FollowRedirectsTest.java (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/message/internal/FormProviderTest.java (diff)
The file was modified core-client/src/test/java/org/glassfish/jersey/client/FixedBoundaryParserTest.java (diff)
The file was modified media/json-processing/src/test/java/org/glassfish/jersey/jsonp/JsonProcessingAutoDiscoverableClientTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/header/RuntimeDelegateProviderEnabledTest.java (diff)
The file was modified media/sse/src/test/java/org/glassfish/jersey/media/sse/EmptyEventsTest.java (diff)
The file was modified core-client/src/test/java/org/glassfish/jersey/client/DefaultSslContextProviderTest.java (diff)
The file was modified media/jaxb/pom.xml (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ParamConverterTest.java (diff)
The file was modified tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/LinkProviderTest.java (diff)
The file was modified examples/json-jackson1/src/test/java/org/glassfish/jersey/examples/jackson1/Jackson1Test.java (diff)
The file was modified inject/cdi2-se/src/test/java/org/glassfish/jersey/inject/cdi/se/ThreadScopeTest.java (diff)
The file was modified containers/simple-http/pom.xml (diff)
The file was modified tests/e2e-client/pom.xml (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/mvc/ExplicitProduceTemplateTest.java (diff)
The file was modified examples/extended-wadl-webapp/src/test/java/org/glassfish/jersey/examples/extendedwadl/ExtendedWadlWebappTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/wadl/config/WadlGeneratorLoaderTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/SlidingWindowTimeReservoirTest.java (diff)
The file was modified media/multipart/src/test/java/org/glassfish/jersey/media/multipart/ParameterizedHeadersMapTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/inject/InvalidParamsTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/HeaderParamTest.java (diff)
The file was modified containers/simple-http/src/test/java/org/glassfish/jersey/simple/ExceptionTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/wadl/WadlBeanParamTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/api/UnsafeCharsInUriTest.java (diff)
The file was modified connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/AsynchronousBodyInputStreamTest.java (diff)
The file was modified connectors/apache5-connector/src/test/java/org/glassfish/jersey/apache5/connector/GZIPContentEncodingTest.java (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/uri/PathPatternTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/validation/validateonexecution/AnotherContactBean.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/NonPublicNonStaticTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ExtendedUriInfoTest.java (diff)
The file was modified incubator/cdi-inject-weld/src/test/java/org/glassfish/jersey/inject/weld/internal/managed/ProviderInjectionTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/validation/ContactBean.java (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/internal/util/Base64Test.java (diff)
The file was modified incubator/cdi-inject-weld/src/test/java/org/glassfish/jersey/inject/weld/internal/managed/ClientInstanceInjectionTest.java (diff)
The file was modified examples/https-clientserver-grizzly/src/test/java/org/glassfish/jersey/examples/httpsclientservergrizzly/MainTest.java (diff)
Commit f7d85d646f105e01ae218465cc558a316c98dfad by Vladimir Bychkov
Additional changes to execute all tests

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/HugeEntityTest.java (diff)
The file was modified tests/e2e-client/pom.xml (diff)
The file was modified tests/jmockit/src/test/java/org/glassfish/jersey/tests/jmockit/server/ResourceConfigTest.java (diff)
The file was modified tests/integration/microprofile/rest-client/pom.xml (diff)
The file was modified tests/jmockit/pom.xml (diff)
The file was modified tests/jmockit/src/test/java/org/glassfish/jersey/tests/jmockit/server/internal/scanning/PackageNamesScannerTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/container/ResponseWriterMetadataTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/filtering/json/JsonEntityFilteringOnClassTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/ContextResolverMediaTypeTest.java (diff)
The file was modified examples/entity-filtering-security/src/test/java/org/glassfish/jersey/examples/entityfiltering/security/UnrestrictedResourceTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/filtering/json/JsonEntityFilteringOnPropertiesTest.java (diff)
The file was modified tests/integration/cdi-integration/context-inject-on-server/src/test/java/org/glassfish/jersey/tests/cdi/inject/ServletTest.java (diff)
The file was modified examples/entity-filtering-selectable/src/test/java/org/glassfish/jersey/examples/entityfiltering/selectable/PersonResourceTest.java (diff)
The file was modified tests/osgi/functional/pom.xml (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/EmptyRequestWithJaxbTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/filtering/json/JsonEntityFilteringScopesTest.java (diff)
The file was modified tests/jmockit/src/test/java/org/glassfish/jersey/tests/jmockit/media/multipart/internal/FormDataMultiPartReaderWriterTest.java (diff)
The file was modified test-framework/util/pom.xml (diff)
The file was modified ext/metainf-services/pom.xml (diff)
The file was modified test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java (diff)
The file was modified examples/helloworld-weld/src/test/java/org/glassfish/jersey/examples/helloworld/RequestScopedResourceTest.java (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/proxy/ProxyTest.java (diff)
The file was modified examples/entity-filtering/src/test/java/org/glassfish/jersey/examples/entityfiltering/TaskResourceTest.java (diff)
The file was modified tests/e2e-testng/src/test/java/org/glassfish/jersey/tests/e2e/BeforeClassParallelTest.java (diff)
The file was modified examples/entity-filtering-security/src/test/java/org/glassfish/jersey/examples/entityfiltering/security/RestrictedResourceTest.java (diff)
The file was modified examples/extended-wadl-webapp/pom.xml (diff)
The file was modified examples/entity-filtering/src/test/java/org/glassfish/jersey/examples/entityfiltering/ProjectsResourceTest.java (diff)
The file was modified test-framework/util/src/test/java/org/glassfish/jersey/test/util/runner/ConcurrentRunnerTest.java (diff)
The file was modified tests/e2e-testng/pom.xml (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/MethodTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/RequestScopeTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/JAXBContextResolverTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/filtering/json/JsonEmptyEntityTest.java (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/filtering/json/JsonEntityFilteringClientTest.java (diff)
Commit e5cfd14196cdc5e4e9b668d545ee36b890f2cdfd by Vladimir Bychkov
fix: change Copyright info
The file was modified test-framework/util/src/test/java/org/glassfish/jersey/test/util/runner/ConcurrentRunnerTest.java (diff)
Commit bb65db41830a2308a1c83ba90ec0b0dd804fd8c3 by 15908245+jansupol
Exception in Jersey Jetty handler's Host header parsing bubbles up to the top #5189

Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
The file was modified containers/jetty-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainer.java (diff)
The file was modified containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/ExceptionTest.java (diff)
Commit 4459ebb11aaa9d84986b0b15d7209a1e86632128 by 15908245+jansupol
Call tearDown to prevent Address already in use

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified examples/helloworld-weld/src/test/java/org/glassfish/jersey/examples/helloworld/RequestScopedResourceTest.java (diff)
Commit 20ed0f5cbe30bc799ededa95fe5ef4e7ad3a50b8 by 24524084+senivam
Dependencies versions update

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified ext/rx/rx-client-rxjava2/pom.xml (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ChunkedInputStreamClosedPrematurelyTest.java (diff)
The file was modified examples/open-tracing/src/main/java/org/glassfish/jersey/examples/opentracing/App.java (diff)
The file was modified examples/extended-wadl-webapp/pom.xml (diff)
The file was modified tests/jmockit/pom.xml (diff)
The file was modified tests/integration/jersey-2176/src/main/java/org/glassfish/jersey/tests/integration/jersey2176/TraceResponseWrapper.java (diff)
The file was modified pom.xml (diff)
The file was modified examples/osgi-helloworld-webapp/war-bundle/pom.xml (diff)
The file was modified ext/microprofile/mp-rest-client/pom.xml (diff)
The file was modified tests/performance/test-cases/pom.xml (diff)
The file was modified tests/e2e-client/pom.xml (diff)
The file was modified examples/groovy/pom.xml (diff)
The file was modified tests/e2e-testng/pom.xml (diff)
The file was modified connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransferEncodingParser.java (diff)
The file was modified incubator/open-tracing/src/main/java/org/glassfish/jersey/opentracing/OpenTracingClientRequestFilter.java (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/ssl/Server.java (diff)
The file was modified tests/integration/jetty-response-close/pom.xml (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/wadl/WadlResourceTest.java (diff)
The file was modified tests/integration/reactive-streams/sse/pom.xml (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/wadl/WadlBeanParamTest.java (diff)
The file was modified incubator/open-tracing/src/main/java/org/glassfish/jersey/opentracing/OpenTracingUtils.java (diff)
The file was modified tests/integration/cdi-integration/gf-cdi-inject/src/test/java/org/glassfish/jersey/tests/cdi/gf/GFTest.java (diff)
The file was modified examples/osgi-helloworld-webapp/functional-test/pom.xml (diff)
The file was modified tests/osgi/functional/pom.xml (diff)
The file was modified test-framework/maven/custom-enforcer-rules/pom.xml (diff)
The file was modified tests/integration/property-check/src/test/java/org/glassfish/jersey/internal/config/SystemPropertiesConfigurationModelTest.java (diff)
The file was modified docs/src/main/docbook/migration.xml (diff)
The file was modified tests/integration/microprofile/rest-client/pom.xml (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/ssl/AbstractConnectorServerTest.java (diff)
The file was modified tests/integration/property-check/pom.xml (diff)
The file was modified incubator/open-tracing/src/main/java/org/glassfish/jersey/opentracing/OpenTracingApplicationEventListener.java (diff)
The file was modified core-client/src/test/java/org/glassfish/jersey/client/JerseyCompletionStageRxInvokerTest.java (diff)
Commit f3b808e92723a090c137db1e642d3a4ba46374fc by 15908245+jansupol
Include RestClient TCK Proxy test

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified tests/integration/microprofile/rest-client/tck-suite.xml (diff)
Commit d6039fa021223a25c2f4c3eedad87ec532390fbf by 24524084+senivam
Release test: check the staged artifacts are valid
Check JDK version for the build
Check Multi-Release jars
Check versions in jar
Check OsgiHeaders

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was addedtests/release-test/src/test/java/org/glassfish/jersey/test/artifacts/ManifestTest.java
The file was addedtests/release-test/src/main/java/org/glassfish/jersey/test/artifacts/DependencyPair.java
The file was addedtests/release-test/src/main/java/org/glassfish/jersey/test/artifacts/MavenUtil.java
The file was addedtests/release-test/src/main/java/org/glassfish/jersey/test/artifacts/ClassVersionChecker.java
The file was addedtests/release-test/src/main/java/org/glassfish/jersey/test/artifacts/DependencyResolver.java
The file was addedtests/release-test/pom.xml
The file was addedtests/release-test/src/main/java/org/glassfish/jersey/test/artifacts/TestResult.java
The file was addedtests/release-test/README.MD
The file was addedtests/release-test/src/test/java/org/glassfish/jersey/test/artifacts/DownloadBomPomDependencies.java
The file was addedtests/release-test/src/test/java/org/glassfish/jersey/test/artifacts/MultiReleaseTest.java
The file was addedtests/release-test/src/test/resources/release-test-pom.xml
Commit 8a4d5c5901925426947f0f3560a1008bf66b178c by noreply
bump Eclipse's parent pom to 1.0.8 (#5201)

* bump Eclipse parent pom to 1.0.8

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified pom.xml (diff)
The file was modified tools/jersey-doc-modulelist-maven-plugin/pom.xml (diff)
The file was modified bom/pom.xml (diff)
The file was modified tools/jersey-release-notes-maven-plugin/pom.xml (diff)
The file was modified tests/release-test/pom.xml (diff)
Commit fd07a382e64455cd8896d53e2536bb5b0de949d9 by noreply
Fix optionals when empty (#5194)

Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
The file was modified core-common/src/main/java/org/glassfish/jersey/internal/inject/ParamConverters.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/OptionalParamConverterTest.java (diff)
Commit ab8ac9184348ee44a99aaa5f526822b1ca5c9b76 by noreply
Remove Guava under version 24 (#5175)

Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
The file was modified tests/integration/microprofile/rest-client/pom.xml (diff)
The file was modified examples/http-patch/pom.xml (diff)
Commit 45f0699c156b04a72d18d77e24ca91040e3fa6f2 by noreply
SSLHandshake No appropriate protocol (protocol is disabled or cipher suites are inappropriate) (#5198)

Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
The file was modified connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/SslFilterTest.java (diff)
The file was modified connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/SslFilterTLS11Test.java (diff)
The file was modified connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/SslFilterTLS1Test.java (diff)
Commit b13c518249bf4991a87e27c14c0bbda8ff15ff9c by noreply
Fix alignment in the doc (#5207)

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified docs/src/main/docbook/getting-started.xml (diff)
Commit 8a484d26217c2f30e484f9f4b91436051d3ee94b by 24524084+senivam
Use Java 11 InputStream::readAllBytes to read String entities

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified core-common/src/main/java/org/glassfish/jersey/message/internal/ReaderWriter.java (diff)
Commit c30060f99fba9848b01574f1440d0b5d4265692c by 24524084+senivam
Add caching and improve performance

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified core-common/src/main/java/org/glassfish/jersey/message/internal/OutboundMessageContext.java (diff)
The file was modified core-common/src/main/java/org/glassfish/jersey/message/internal/HeaderUtils.java (diff)
The file was addedcore-common/src/main/java/org/glassfish/jersey/internal/util/collection/LRU.java
The file was addedtests/performance/benchmarks/src/main/java/org/glassfish/jersey/tests/performance/benchmark/HeadersClientBenchmark.java
The file was addedtests/performance/benchmarks/src/main/java/org/glassfish/jersey/tests/performance/benchmark/headers/HeadersMBRW.java
The file was modified core-server/src/test/java/org/glassfish/jersey/server/RequestContextBuilder.java (diff)
The file was modified tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/HeaderUtilsTest.java (diff)
The file was addedtests/performance/benchmarks/src/main/java/org/glassfish/jersey/tests/performance/benchmark/headers/HeadersApplication.java
The file was modified tests/performance/benchmarks/pom.xml (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/api/ResponseTest.java (diff)
The file was addedtests/performance/benchmarks/src/main/java/org/glassfish/jersey/tests/performance/benchmark/headers/HeadersResource.java
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/header/HeaderDelegateProviderTest.java (diff)
The file was modified tests/performance/benchmarks/src/main/java/org/glassfish/jersey/tests/performance/benchmark/AllBenchmarks.java (diff)
The file was modified core-common/src/main/java/org/glassfish/jersey/message/internal/HttpHeaderReader.java (diff)
The file was modified core-common/src/main/java/org/glassfish/jersey/message/internal/InboundMessageContext.java (diff)
The file was addedcore-common/src/main/java/org/glassfish/jersey/internal/util/collection/GuardianStringKeyMultivaluedMap.java
The file was addedtests/performance/benchmarks/src/main/java/org/glassfish/jersey/tests/performance/benchmark/HeadersServerBenchmark.java
Commit 8c731ee874fbdaa9298850b202189983dcd76f21 by noreply
Fix FORM_PARAM_CONSUMED warning (#5208)

Co-authored-by: Maxim Nesen <24524084+senivam@users.noreply.github.com>
The file was modified containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/WebComponent.java (diff)
Commit 3a364bcd9bab1850faefbff683e0dd7876e81aaa by 24524084+senivam
Store InvocationBuilderListenerStage into Runtime not to look up builder listeners each request

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified core-client/src/main/java/org/glassfish/jersey/client/JerseyWebTarget.java (diff)
The file was modified core-client/src/main/java/org/glassfish/jersey/client/ClientRuntime.java (diff)
Commit 1633a258bc133c6147a51cde10a443d73cfdca65 by 24524084+senivam
faster RuntimeType.toLowerCase in PropertiesHelper

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified core-common/src/main/java/org/glassfish/jersey/internal/util/PropertiesHelper.java (diff)
The file was modified tests/integration/jersey-1964/pom.xml (diff)
The file was modified examples/managed-beans-webapp/pom.xml (diff)
The file was modified examples/server-async-standalone/pom.xml (diff)
The file was modified containers/pom.xml (diff)
The file was modified containers/grizzly2-servlet/pom.xml (diff)
The file was modified media/multipart/pom.xml (diff)
The file was modified tests/integration/servlet-3-sse-1/pom.xml (diff)
The file was modified examples/osgi-helloworld-webapp/additional-bundle/pom.xml (diff)
The file was modified connectors/netty-connector/pom.xml (diff)
The file was modified inject/hk2/pom.xml (diff)
The file was modified test-framework/providers/jdk-http/pom.xml (diff)
The file was modified tests/performance/test-cases/param-srl/pom.xml (diff)
The file was modified tests/integration/servlet-3-params/pom.xml (diff)
The file was modified tests/integration/microprofile/config/webapp/pom.xml (diff)
The file was modified examples/pom.xml (diff)
The file was modified tests/integration/reactive-streams/sse/pom.xml (diff)
The file was modified tests/integration/jersey-2689/pom.xml (diff)
The file was modified tests/integration/j-59/pom.xml (diff)
The file was modified archetypes/jersey-quickstart-grizzly2/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule-reload/pom.xml (diff)
The file was modified examples/servlet3-webapp/pom.xml (diff)
The file was modified tests/integration/jersey-2031/pom.xml (diff)
The file was modified examples/http-trace/pom.xml (diff)
The file was modified ext/cdi/jersey-cdi1x-validation/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-autodiscovery-2/pom.xml (diff)
The file was modified examples/helloworld-webapp/pom.xml (diff)
The file was modified inject/cdi2-se/pom.xml (diff)
The file was modified test-framework/providers/bundle/pom.xml (diff)
The file was modified tests/mem-leaks/redeployment/redeployment-threadlocals-app/pom.xml (diff)
The file was modified tests/integration/jersey-2612/pom.xml (diff)
The file was modified bundles/jaxrs-ri/pom.xml (diff)
The file was modified connectors/apache5-connector/pom.xml (diff)
The file was modified examples/clipboard/pom.xml (diff)
The file was modified ext/cdi/jersey-cdi1x-servlet/pom.xml (diff)
The file was modified examples/json-moxy/pom.xml (diff)
The file was modified incubator/cdi-inject-weld/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule-reload/lib/pom.xml (diff)
The file was modified media/json-jettison/pom.xml (diff)
The file was modified tests/integration/async-jersey-filter/pom.xml (diff)
The file was modified tests/integration/spring5/pom.xml (diff)
The file was modified examples/http-patch/pom.xml (diff)
The file was modified connectors/helidon-connector/pom.xml (diff)
The file was modified media/pom.xml (diff)
The file was modified examples/json-with-padding/pom.xml (diff)
The file was modified tests/performance/benchmarks/pom.xml (diff)
The file was modified examples/groovy/pom.xml (diff)
The file was modified bundles/pom.xml (diff)
The file was modified tests/integration/asm/pom.xml (diff)
The file was modified test-framework/providers/simple/pom.xml (diff)
The file was modified tests/integration/servlet-3-chunked-io/pom.xml (diff)
The file was modified examples/json-processing-webapp/pom.xml (diff)
The file was modified media/json-jackson1/pom.xml (diff)
The file was modified ext/cdi/jersey-weld2-se/pom.xml (diff)
The file was modified test-framework/core/pom.xml (diff)
The file was modified tests/e2e-server/pom.xml (diff)
The file was modified tests/integration/cdi-integration/gf-cdi-inject/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule-reload/war2/pom.xml (diff)
The file was modified tests/integration/jersey-2136/pom.xml (diff)
The file was modified examples/osgi-http-service/bundle/pom.xml (diff)
The file was modified tests/integration/jersey-2776/pom.xml (diff)
The file was modified tests/integration/portability-jersey-1/pom.xml (diff)
The file was modified examples/json-jackson/pom.xml (diff)
The file was modified tests/integration/property-check/pom.xml (diff)
The file was modified tests/integration/sonar-test/pom.xml (diff)
The file was modified tests/performance/test-cases/mbw-text-plain/pom.xml (diff)
The file was modified examples/xml-moxy/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-multipart-webapp/pom.xml (diff)
The file was modified tests/integration/externalproperties/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-3/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-5/pom.xml (diff)
The file was modified examples/json-binding-webapp/pom.xml (diff)
The file was modified tests/integration/j-59/ear/pom.xml (diff)
The file was modified media/json-jackson/pom.xml (diff)
The file was modified tests/integration/jersey-4542/pom.xml (diff)
The file was modified tests/performance/test-cases/filter-dynamic/pom.xml (diff)
The file was modified tests/integration/servlet-3-async/pom.xml (diff)
The file was modified tests/e2e-testng/pom.xml (diff)
The file was modified test-framework/providers/grizzly2/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule/ear/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-2/pom.xml (diff)
The file was modified examples/helloworld-pure-jax-rs/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-resource-with-at-context/pom.xml (diff)
The file was modified examples/exception-mapping/pom.xml (diff)
The file was modified ext/rx/pom.xml (diff)
The file was modified examples/json-jettison/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-client/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-5/pom.xml (diff)
The file was modified media/jaxb/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-3/pom.xml (diff)
The file was modified tests/pom.xml (diff)
The file was modified examples/webapp-example-parent/pom.xml (diff)
The file was modified ext/mvc-jsp/pom.xml (diff)
The file was modified examples/bookstore-webapp/pom.xml (diff)
The file was modified examples/managed-client-simple-webapp/pom.xml (diff)
The file was modified tests/integration/microprofile/config/helidon/pom.xml (diff)
The file was modified security/pom.xml (diff)
The file was modified tests/performance/test-cases/mbw-custom-provider/pom.xml (diff)
The file was modified tests/mem-leaks/test-cases/shutdown-hook-leak-client/pom.xml (diff)
The file was modified ext/wadl-doclet/pom.xml (diff)
The file was modified examples/jaxb/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-7/pom.xml (diff)
The file was modified examples/open-tracing/pom.xml (diff)
The file was modified ext/bean-validation/pom.xml (diff)
The file was modified tests/e2e-entity/pom.xml (diff)
The file was modified tests/integration/j-59/lib/pom.xml (diff)
The file was modified examples/declarative-linking/pom.xml (diff)
The file was modified ext/spring4/pom.xml (diff)
The file was modified examples/server-sent-events-jersey/pom.xml (diff)
The file was modified examples/simple-console/pom.xml (diff)
The file was modified tests/integration/jersey-1883/pom.xml (diff)
The file was modified media/json-processing/pom.xml (diff)
The file was modified tests/performance/test-cases/interceptor-name/pom.xml (diff)
The file was modified ext/pom.xml (diff)
The file was modified examples/jersey-ejb/pom.xml (diff)
The file was modified ext/microprofile/pom.xml (diff)
The file was modified test-framework/providers/pom.xml (diff)
The file was modified containers/simple-http/pom.xml (diff)
The file was modified tests/performance/test-cases/pom.xml (diff)
The file was modified bundles/apidocs/pom.xml (diff)
The file was modified examples/sse-item-store-jersey-webapp/pom.xml (diff)
The file was modified core-server/pom.xml (diff)
The file was modified archetypes/jersey-quickstart-webapp/pom.xml (diff)
The file was modified tests/integration/portability-jersey-2/pom.xml (diff)
The file was modified tests/integration/client-connector-provider/pom.xml (diff)
The file was modified containers/netty-http/pom.xml (diff)
The file was modified examples/rx-client-webapp/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-inflector-1/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-client-on-server/pom.xml (diff)
The file was modified bom/pom.xml (diff)
The file was modified tests/integration/jersey-3662/pom.xml (diff)
The file was modified core-client/pom.xml (diff)
The file was modified examples/bookmark-em/pom.xml (diff)
The file was modified tests/integration/j-376/pom.xml (diff)
The file was modified tests/integration/j-441/pom.xml (diff)
The file was modified tests/integration/jersey-2878/pom.xml (diff)
The file was modified incubator/open-tracing/pom.xml (diff)
The file was modified tests/performance/test-cases/interceptor-dynamic/pom.xml (diff)
The file was modified security/oauth1-signature/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-1/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-test-webapp/pom.xml (diff)
The file was modified test-framework/providers/netty/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-1/pom.xml (diff)
The file was modified examples/json-jackson1/pom.xml (diff)
The file was modified examples/osgi-helloworld-webapp/alternate-version-bundle/pom.xml (diff)
The file was modified test-framework/maven/pom.xml (diff)
The file was modified tests/e2e/pom.xml (diff)
The file was modified tests/integration/j-441/war2/pom.xml (diff)
The file was modified examples/osgi-helloworld-webapp/functional-test/pom.xml (diff)
The file was modified tests/integration/jaxrs-component-inject/pom.xml (diff)
The file was modified examples/https-server-glassfish/pom.xml (diff)
The file was modified incubator/pom.xml (diff)
The file was modified core-common/pom.xml (diff)
The file was modified tests/mem-leaks/test-cases/pom.xml (diff)
The file was modified examples/managed-client-webapp/pom.xml (diff)
The file was modified containers/jdk-http/pom.xml (diff)
The file was modified tests/integration/jersey-1928/pom.xml (diff)
The file was modified tests/integration/jersey-2846/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule-reload/war1/pom.xml (diff)
The file was modified examples/freemarker-webapp/pom.xml (diff)
The file was modified examples/osgi-http-service/functional-test/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-beanvalidation-webapp/pom.xml (diff)
The file was modified tests/integration/cdi-integration/context-inject-on-server/pom.xml (diff)
The file was modified examples/server-async-managed/pom.xml (diff)
The file was modified tests/e2e-inject/cdi-inject-weld/pom.xml (diff)
The file was modified tests/integration/servlet-tests/pom.xml (diff)
The file was modified test-framework/memleak-test-common/pom.xml (diff)
The file was modified archetypes/jersey-example-java8-webapp/pom.xml (diff)
The file was modified ext/cdi/jersey-cdi1x/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-multimodule/ear/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-autodiscovery-1/pom.xml (diff)
The file was modified tests/integration/jersey-2176/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule-reload/ear/pom.xml (diff)
The file was modified tests/mem-leaks/redeployment/redeployment-leaking-test-app/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule/war/pom.xml (diff)
The file was modified bundles/examples/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/pom.xml (diff)
The file was modified tests/integration/jersey-3992/pom.xml (diff)
The file was modified ext/rx/rx-client-guava/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-4/pom.xml (diff)
The file was modified containers/jetty-http/pom.xml (diff)
The file was modified examples/java8-webapp/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-provider/pom.xml (diff)
The file was modified examples/entity-filtering/pom.xml (diff)
The file was modified tests/integration/jersey-2654/pom.xml (diff)
The file was modified connectors/pom.xml (diff)
The file was modified tests/integration/spring4/pom.xml (diff)
The file was modified tests/integration/jersey-1604/pom.xml (diff)
The file was modified tests/integration/jersey-2164/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-multimodule/lib/pom.xml (diff)
The file was modified tests/integration/microprofile/rest-client/pom.xml (diff)
The file was modified incubator/kryo/pom.xml (diff)
The file was modified ext/mvc-bean-validation/pom.xml (diff)
The file was modified ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/pom.xml (diff)
The file was modified tests/performance/runners/jersey-grizzly-runner/pom.xml (diff)
The file was modified inject/pom.xml (diff)
The file was modified tests/integration/jersey-2794/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/pom.xml (diff)
The file was modified tests/performance/runners/pom.xml (diff)
The file was modified tests/integration/pom.xml (diff)
The file was modified connectors/apache-connector/pom.xml (diff)
The file was modified connectors/jdk-connector/pom.xml (diff)
The file was modified examples/assemblies/pom.xml (diff)
The file was modified tests/performance/test-cases/interceptor-global/pom.xml (diff)
The file was modified examples/osgi-http-service/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-ejb-test-webapp/pom.xml (diff)
The file was modified tests/mem-leaks/redeployment/redeployment-no-jersey-app/pom.xml (diff)
The file was modified examples/helloworld-spring-annotations/pom.xml (diff)
The file was modified tests/performance/test-cases/filter-global/pom.xml (diff)
The file was modified examples/entity-filtering-selectable/pom.xml (diff)
The file was modified tests/e2e-inject/cdi2-se/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-multimodule/war2/pom.xml (diff)
The file was modified security/oauth1-server/pom.xml (diff)
The file was modified tests/integration/jersey-1223/pom.xml (diff)
The file was modified tests/integration/jersey-4003/pom.xml (diff)
The file was modified archetypes/pom.xml (diff)
The file was modified tests/integration/jersey-4697/pom.xml (diff)
The file was modified tests/integration/jersey-2137/pom.xml (diff)
The file was modified examples/osgi-helloworld-webapp/pom.xml (diff)
The file was modified media/json-binding/pom.xml (diff)
The file was modified tests/osgi/pom.xml (diff)
The file was modified containers/jersey-servlet-core/pom.xml (diff)
The file was modified tests/performance/test-cases/mbw-kryo/pom.xml (diff)
The file was modified tests/performance/test-cases/mbw-xml-jaxb/pom.xml (diff)
The file was modified tests/integration/microprofile/pom.xml (diff)
The file was modified examples/server-async-standalone/client/pom.xml (diff)
The file was modified tests/integration/servlet-3-inflector-1/pom.xml (diff)
The file was modified ext/metainf-services/pom.xml (diff)
The file was modified tests/integration/j-441/war1/pom.xml (diff)
The file was modified media/sse/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-singleton/pom.xml (diff)
The file was modified tests/integration/cdi-integration/pom.xml (diff)
The file was modified tests/integration/jersey-780/pom.xml (diff)
The file was modified tests/integration/jetty-response-close/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-6/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/pom.xml (diff)
The file was modified containers/jersey-servlet/pom.xml (diff)
The file was modified incubator/gae-integration/pom.xml (diff)
The file was modified examples/helloworld-programmatic/pom.xml (diff)
The file was modified tests/integration/jersey-2160/pom.xml (diff)
The file was modified incubator/html-json/pom.xml (diff)
The file was modified tests/integration/jersey-2167/pom.xml (diff)
The file was modified examples/system-properties-example/pom.xml (diff)
The file was modified tests/integration/jersey-2255/pom.xml (diff)
The file was modified tests/integration/jersey-4949/pom.xml (diff)
The file was modified test-framework/maven/container-runner-maven-plugin/pom.xml (diff)
The file was modified tests/osgi/functional/pom.xml (diff)
The file was modified tests/performance/test-cases/mbw-json-jackson/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-7/pom.xml (diff)
The file was modified tests/performance/test-cases/filter-name/pom.xml (diff)
The file was modified tests/integration/jersey-1667/pom.xml (diff)
The file was modified tests/integration/servlet-request-wrapper-binding/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-multimodule/pom.xml (diff)
The file was modified tests/integration/microprofile/rest-client14-compatibility/pom.xml (diff)
The file was modified containers/glassfish/pom.xml (diff)
The file was modified examples/helloworld-netty/pom.xml (diff)
The file was modified tests/integration/jersey-4722/pom.xml (diff)
The file was modified security/oauth2-client/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-mvc-1/pom.xml (diff)
The file was modified test-framework/providers/jetty/pom.xml (diff)
The file was modified examples/jaxrs-types-injection/pom.xml (diff)
The file was modified ext/entity-filtering/pom.xml (diff)
The file was modified tests/integration/ejb-test-webapp/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule/pom.xml (diff)
The file was modified tests/integration/jersey-2673/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-4/pom.xml (diff)
The file was modified tests/stress/pom.xml (diff)
The file was modified tests/integration/jersey-2704/pom.xml (diff)
The file was modified tests/integration/servlet-request-wrapper-binding-2/pom.xml (diff)
The file was modified examples/reload/pom.xml (diff)
The file was modified examples/sse-item-store-jaxrs-webapp/pom.xml (diff)
The file was modified test-framework/pom.xml (diff)
The file was modified examples/oauth-client-twitter/pom.xml (diff)
The file was modified containers/grizzly2-http/pom.xml (diff)
The file was modified ext/microprofile/mp-config/pom.xml (diff)
The file was modified tests/integration/jersey-2184/pom.xml (diff)
The file was modified ext/proxy-client/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-8/pom.xml (diff)
The file was modified tests/integration/microprofile/config/pom.xml (diff)
The file was modified examples/sse-twitter-aggregator/pom.xml (diff)
The file was modified ext/mvc/pom.xml (diff)
The file was modified tests/integration/reactive-streams/pom.xml (diff)
The file was modified tests/integration/servlet-3-filter/pom.xml (diff)
The file was modified examples/cdi-webapp/pom.xml (diff)
The file was modified tests/integration/jersey-2421/pom.xml (diff)
The file was modified examples/helloworld-cdi2-se/pom.xml (diff)
The file was modified tests/mem-leaks/test-cases/leaking-test-app/pom.xml (diff)
The file was modified tests/performance/pom.xml (diff)
The file was modified examples/server-async-standalone/webapp/pom.xml (diff)
The file was modified ext/mvc-mustache/pom.xml (diff)
The file was modified tests/integration/jersey-3670/pom.xml (diff)
The file was modified tests/mem-leaks/test-cases/bean-param-leak/pom.xml (diff)
The file was modified ext/rx/rx-client-rxjava2/pom.xml (diff)
The file was modified security/oauth1-client/pom.xml (diff)
The file was modified tests/e2e-inject/hk2/pom.xml (diff)
The file was modified ext/servlet-portability/pom.xml (diff)
The file was modified ext/spring5/pom.xml (diff)
The file was modified tests/integration/jersey-2637/pom.xml (diff)
The file was modified ext/mvc-freemarker/pom.xml (diff)
The file was modified examples/multipart-webapp/pom.xml (diff)
The file was modified ext/rx/rx-client-rxjava/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-mvc-3/pom.xml (diff)
The file was modified examples/bookmark/pom.xml (diff)
The file was modified examples/clipboard-programmatic/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-manually-bound/pom.xml (diff)
The file was modified tests/integration/jersey-1960/pom.xml (diff)
The file was modified tests/integration/servlet-3-gf-async/pom.xml (diff)
The file was modified examples/https-clientserver-grizzly/pom.xml (diff)
The file was modified docs/pom.xml (diff)
The file was modified tests/integration/jersey-2551/pom.xml (diff)
The file was modified tests/integration/jersey-3796/pom.xml (diff)
The file was modified examples/helloworld/pom.xml (diff)
The file was modified tests/integration/jersey-2335/pom.xml (diff)
The file was modified tests/integration/jersey-2322/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-6/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-2/pom.xml (diff)
The file was modified tests/integration/servlet-4.0-mvc-1/pom.xml (diff)
The file was modified tests/integration/jersey-4321/pom.xml (diff)
The file was modified tests/performance/test-cases/assemblies/pom.xml (diff)
The file was modified tests/integration/jersey-1107/pom.xml (diff)
The file was modified tests/e2e-core-common/pom.xml (diff)
The file was modified tests/integration/jersey-2154/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-reload/pom.xml (diff)
The file was modified tests/mem-leaks/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-9/pom.xml (diff)
The file was modified tests/performance/tools/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-filter/pom.xml (diff)
The file was modified containers/jetty-servlet/pom.xml (diff)
The file was modified examples/helloworld-spring-webapp/pom.xml (diff)
The file was modified examples/managed-client/pom.xml (diff)
The file was modified tests/e2e-client/pom.xml (diff)
The file was modified tests/integration/security-digest/pom.xml (diff)
The file was modified examples/server-sent-events-jaxrs/pom.xml (diff)
The file was modified tests/integration/jersey-2892/pom.xml (diff)
The file was modified tests/integration/tracing-support/pom.xml (diff)
The file was modified tests/mem-leaks/redeployment/pom.xml (diff)
The file was modified examples/helloworld-weld/pom.xml (diff)
The file was modified test-framework/providers/external/pom.xml (diff)
The file was modified tests/integration/jersey-4099/pom.xml (diff)
The file was modified tests/performance/test-cases/mbw-xml-moxy/pom.xml (diff)
The file was modified connectors/grizzly-connector/pom.xml (diff)
The file was modified test-framework/providers/inmemory/pom.xml (diff)
The file was modified tests/integration/j-441/ear/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-log-check/pom.xml (diff)
The file was modified examples/helloworld-benchmark/pom.xml (diff)
The file was modified test-framework/maven/custom-enforcer-rules/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-multimodule/war1/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule/lib/pom.xml (diff)
The file was modified media/json-gson/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-8/pom.xml (diff)
The file was modified connectors/jetty-connector/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-mvc-2/pom.xml (diff)
The file was modified tests/performance/test-cases/proxy-injection/pom.xml (diff)
The file was modified test-framework/util/pom.xml (diff)
The file was modified archetypes/jersey-heroku-webapp/pom.xml (diff)
The file was modified tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/pom.xml (diff)
The file was modified containers/glassfish/jersey-gf-ejb/pom.xml (diff)
The file was modified examples/server-async/pom.xml (diff)
The file was modified ext/microprofile/mp-rest-client/pom.xml (diff)
The file was modified tests/e2e-inject/pom.xml (diff)
The file was modified ext/cdi/pom.xml (diff)
The file was modified examples/entity-filtering-security/pom.xml (diff)
The file was modified examples/extended-wadl-webapp/pom.xml (diff)
The file was modified tests/jmockit/pom.xml (diff)
The file was modified tests/integration/jersey-1829/pom.xml (diff)
The file was modified tests/integration/jersey-4507/pom.xml (diff)
The file was modified media/moxy/pom.xml (diff)
The file was modified tests/performance/test-cases/mbw-json-moxy/pom.xml (diff)
The file was modified examples/osgi-helloworld-webapp/lib-bundle/pom.xml (diff)
The file was modified examples/osgi-helloworld-webapp/war-bundle/pom.xml (diff)
The file was modified tests/mem-leaks/test-cases/shutdown-hook-leak/pom.xml (diff)
The file was modified ext/cdi/jersey-cdi1x-transaction/pom.xml (diff)
The file was modified incubator/declarative-linking/pom.xml (diff)
The file was modified tests/integration/j-59/war/pom.xml (diff)
The file was modified ext/cdi/jersey-cdi-rs-inject/pom.xml (diff)
The file was modified containers/jersey-servlet/pom.xml (diff)
The file was modified inject/hk2/pom.xml (diff)
The file was modified tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/pom.xml (diff)
The file was modified tests/integration/jaxrs-component-inject/pom.xml (diff)
The file was modified examples/bookmark-em/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule/lib/pom.xml (diff)
The file was modified tests/performance/tools/pom.xml (diff)
The file was modified ext/cdi/jersey-cdi1x-validation/pom.xml (diff)
The file was modified examples/server-async-standalone/pom.xml (diff)
The file was modified tests/integration/jersey-2335/pom.xml (diff)
The file was modified examples/reload/pom.xml (diff)
The file was modified ext/cdi/pom.xml (diff)
The file was modified tests/integration/jersey-1223/pom.xml (diff)
The file was modified tests/integration/jersey-1604/pom.xml (diff)
The file was modified tests/integration/jersey-2846/pom.xml (diff)
The file was modified media/json-jackson/pom.xml (diff)
The file was modified examples/json-binding-webapp/pom.xml (diff)
The file was modified ext/spring4/pom.xml (diff)
The file was modified inject/pom.xml (diff)
The file was modified tests/performance/test-cases/assemblies/pom.xml (diff)
The file was modified examples/osgi-http-service/functional-test/pom.xml (diff)
The file was modified incubator/gae-integration/pom.xml (diff)
The file was modified media/json-jettison/pom.xml (diff)
The file was modified examples/helloworld-webapp/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-5/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-reload/pom.xml (diff)
The file was modified tests/integration/servlet-3-filter/pom.xml (diff)
The file was modified inject/cdi2-se/pom.xml (diff)
The file was modified tests/e2e/pom.xml (diff)
The file was modified tests/integration/jersey-4003/pom.xml (diff)
The file was modified tests/integration/portability-jersey-1/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-4/pom.xml (diff)
The file was modified ext/pom.xml (diff)
The file was modified connectors/netty-connector/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-provider/pom.xml (diff)
The file was modified tests/integration/jersey-1960/pom.xml (diff)
The file was modified tests/integration/jersey-4507/pom.xml (diff)
The file was modified tests/integration/j-441/war1/pom.xml (diff)
The file was modified tests/mem-leaks/test-cases/bean-param-leak/pom.xml (diff)
The file was modified examples/json-jettison/pom.xml (diff)
The file was modified tests/integration/jersey-2160/pom.xml (diff)
The file was modified examples/helloworld-pure-jax-rs/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/pom.xml (diff)
The file was modified tests/integration/jersey-2176/pom.xml (diff)
The file was modified examples/jersey-ejb/pom.xml (diff)
The file was modified tests/performance/test-cases/filter-name/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-multimodule/war1/pom.xml (diff)
The file was modified ext/proxy-client/pom.xml (diff)
The file was modified tests/integration/jersey-2794/pom.xml (diff)
The file was modified examples/helloworld-netty/pom.xml (diff)
The file was modified examples/entity-filtering/pom.xml (diff)
The file was modified examples/server-async/pom.xml (diff)
The file was modified test-framework/maven/pom.xml (diff)
The file was modified examples/osgi-helloworld-webapp/alternate-version-bundle/pom.xml (diff)
The file was modified tests/integration/jersey-2164/pom.xml (diff)
The file was modified media/json-processing/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/pom.xml (diff)
The file was modified tests/performance/test-cases/param-srl/pom.xml (diff)
The file was modified tests/integration/jersey-1964/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-6/pom.xml (diff)
The file was modified tests/integration/jersey-2421/pom.xml (diff)
The file was modified containers/simple-http/pom.xml (diff)
The file was modified examples/json-with-padding/pom.xml (diff)
The file was modified tests/integration/cdi-integration/context-inject-on-server/pom.xml (diff)
The file was modified tests/integration/jersey-2689/pom.xml (diff)
The file was modified ext/bean-validation/pom.xml (diff)
The file was modified tests/performance/test-cases/mbw-json-jackson/pom.xml (diff)
The file was modified test-framework/providers/jdk-http/pom.xml (diff)
The file was modified tests/osgi/functional/pom.xml (diff)
The file was modified test-framework/providers/netty/pom.xml (diff)
The file was modified tests/integration/servlet-3-sse-1/pom.xml (diff)
The file was modified examples/server-async-standalone/webapp/pom.xml (diff)
The file was modified tests/integration/j-376/pom.xml (diff)
The file was modified media/jaxb/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-6/pom.xml (diff)
The file was modified tests/stress/pom.xml (diff)
The file was modified tests/integration/j-59/war/pom.xml (diff)
The file was modified tests/integration/jersey-3992/pom.xml (diff)
The file was modified test-framework/maven/custom-enforcer-rules/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified tests/performance/test-cases/mbw-xml-moxy/pom.xml (diff)
The file was modified tests/mem-leaks/redeployment/pom.xml (diff)
The file was modified examples/bookstore-webapp/pom.xml (diff)
The file was modified examples/managed-client-webapp/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-2/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-beanvalidation-webapp/pom.xml (diff)
The file was modified ext/rx/rx-client-guava/pom.xml (diff)
The file was modified tests/integration/portability-jersey-2/pom.xml (diff)
The file was modified tests/performance/test-cases/mbw-custom-provider/pom.xml (diff)
The file was modified ext/cdi/jersey-cdi1x-servlet/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-multimodule/pom.xml (diff)
The file was modified incubator/pom.xml (diff)
The file was modified tests/integration/jersey-4722/pom.xml (diff)
The file was modified examples/https-server-glassfish/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule-reload/ear/pom.xml (diff)
The file was modified examples/pom.xml (diff)
The file was modified bundles/apidocs/pom.xml (diff)
The file was modified tests/performance/test-cases/proxy-injection/pom.xml (diff)
The file was modified media/pom.xml (diff)
The file was modified ext/entity-filtering/pom.xml (diff)
The file was modified tests/integration/servlet-3-params/pom.xml (diff)
The file was modified tests/performance/test-cases/mbw-text-plain/pom.xml (diff)
The file was modified tests/integration/jersey-1107/pom.xml (diff)
The file was modified tests/integration/j-441/pom.xml (diff)
The file was modified tests/integration/jersey-780/pom.xml (diff)
The file was modified tests/integration/jersey-1829/pom.xml (diff)
The file was modified examples/json-jackson/pom.xml (diff)
The file was modified examples/jaxrs-types-injection/pom.xml (diff)
The file was modified ext/mvc-freemarker/pom.xml (diff)
The file was modified media/moxy/pom.xml (diff)
The file was modified test-framework/memleak-test-common/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-filter/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-8/pom.xml (diff)
The file was modified ext/servlet-portability/pom.xml (diff)
The file was modified examples/sse-item-store-jaxrs-webapp/pom.xml (diff)
The file was modified tests/integration/microprofile/rest-client/pom.xml (diff)
The file was modified connectors/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-multipart-webapp/pom.xml (diff)
The file was modified tests/performance/test-cases/filter-dynamic/pom.xml (diff)
The file was modified test-framework/pom.xml (diff)
The file was modified connectors/jetty-connector/pom.xml (diff)
The file was modified tests/integration/jersey-2167/pom.xml (diff)
The file was modified tests/e2e-entity/pom.xml (diff)
The file was modified tests/integration/jersey-2031/pom.xml (diff)
The file was modified examples/extended-wadl-webapp/pom.xml (diff)
The file was modified bundles/pom.xml (diff)
The file was modified examples/json-jackson1/pom.xml (diff)
The file was modified tests/integration/jersey-2612/pom.xml (diff)
The file was modified security/oauth1-server/pom.xml (diff)
The file was modified tests/osgi/pom.xml (diff)
The file was modified examples/osgi-helloworld-webapp/additional-bundle/pom.xml (diff)
The file was modified test-framework/providers/pom.xml (diff)
The file was modified tests/e2e-inject/cdi2-se/pom.xml (diff)
The file was modified tests/integration/jersey-2154/pom.xml (diff)
The file was modified media/json-jackson1/pom.xml (diff)
The file was modified tests/integration/jersey-4321/pom.xml (diff)
The file was modified tests/mem-leaks/pom.xml (diff)
The file was modified ext/mvc/pom.xml (diff)
The file was modified tests/mem-leaks/test-cases/leaking-test-app/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-log-check/pom.xml (diff)
The file was modified tests/performance/test-cases/mbw-json-moxy/pom.xml (diff)
The file was modified examples/helloworld-cdi2-se/pom.xml (diff)
The file was modified security/oauth1-client/pom.xml (diff)
The file was modified tests/integration/jersey-3670/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-3/pom.xml (diff)
The file was modified tests/integration/jersey-2704/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule-reload/war2/pom.xml (diff)
The file was modified test-framework/util/pom.xml (diff)
The file was modified test-framework/providers/inmemory/pom.xml (diff)
The file was modified tests/mem-leaks/test-cases/shutdown-hook-leak-client/pom.xml (diff)
The file was modified tests/integration/reactive-streams/sse/pom.xml (diff)
The file was modified tests/performance/runners/jersey-grizzly-runner/pom.xml (diff)
The file was modified tests/performance/test-cases/pom.xml (diff)
The file was modified ext/metainf-services/pom.xml (diff)
The file was modified bundles/jaxrs-ri/pom.xml (diff)
The file was modified examples/open-tracing/pom.xml (diff)
The file was modified tests/integration/jersey-1667/pom.xml (diff)
The file was modified ext/rx/rx-client-rxjava/pom.xml (diff)
The file was modified incubator/cdi-inject-weld/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-singleton/pom.xml (diff)
The file was modified examples/helloworld-weld/pom.xml (diff)
The file was modified tests/performance/test-cases/interceptor-global/pom.xml (diff)
The file was modified examples/server-sent-events-jaxrs/pom.xml (diff)
The file was modified ext/mvc-jsp/pom.xml (diff)
The file was modified containers/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-test-webapp/pom.xml (diff)
The file was modified tests/integration/jersey-2673/pom.xml (diff)
The file was modified examples/https-clientserver-grizzly/pom.xml (diff)
The file was modified connectors/apache-connector/pom.xml (diff)
The file was modified examples/webapp-example-parent/pom.xml (diff)
The file was modified tests/integration/jersey-4542/pom.xml (diff)
The file was modified tests/integration/jersey-4697/pom.xml (diff)
The file was modified examples/server-async-standalone/client/pom.xml (diff)
The file was modified incubator/kryo/pom.xml (diff)
The file was modified tests/integration/client-connector-provider/pom.xml (diff)
The file was modified ext/wadl-doclet/pom.xml (diff)
The file was modified examples/xml-moxy/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule-reload/war1/pom.xml (diff)
The file was modified tests/integration/jersey-3796/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule/war/pom.xml (diff)
The file was modified tests/integration/j-59/ear/pom.xml (diff)
The file was modified tests/integration/jersey-3662/pom.xml (diff)
The file was modified tests/integration/servlet-3-inflector-1/pom.xml (diff)
The file was modified containers/glassfish/jersey-gf-ejb/pom.xml (diff)
The file was modified tests/integration/microprofile/config/webapp/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-1/pom.xml (diff)
The file was modified tests/integration/sonar-test/pom.xml (diff)
The file was modified tests/e2e-inject/pom.xml (diff)
The file was modified examples/entity-filtering-security/pom.xml (diff)
The file was modified archetypes/jersey-quickstart-grizzly2/pom.xml (diff)
The file was modified examples/simple-console/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-9/pom.xml (diff)
The file was modified tests/integration/asm/pom.xml (diff)
The file was modified examples/helloworld-benchmark/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-2/pom.xml (diff)
The file was modified tests/pom.xml (diff)
The file was modified tests/mem-leaks/redeployment/redeployment-no-jersey-app/pom.xml (diff)
The file was modified tests/integration/async-jersey-filter/pom.xml (diff)
The file was modified examples/system-properties-example/pom.xml (diff)
The file was modified test-framework/maven/container-runner-maven-plugin/pom.xml (diff)
The file was modified examples/java8-webapp/pom.xml (diff)
The file was modified tests/integration/security-digest/pom.xml (diff)
The file was modified archetypes/jersey-quickstart-webapp/pom.xml (diff)
The file was modified tests/performance/test-cases/mbw-kryo/pom.xml (diff)
The file was modified tests/e2e-inject/hk2/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule/pom.xml (diff)
The file was modified examples/clipboard-programmatic/pom.xml (diff)
The file was modified tests/integration/servlet-3-chunked-io/pom.xml (diff)
The file was modified examples/multipart-webapp/pom.xml (diff)
The file was modified incubator/html-json/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-client-on-server/pom.xml (diff)
The file was modified tests/integration/jersey-2137/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule/ear/pom.xml (diff)
The file was modified archetypes/pom.xml (diff)
The file was modified examples/groovy/pom.xml (diff)
The file was modified examples/managed-beans-webapp/pom.xml (diff)
The file was modified test-framework/providers/grizzly2/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-multimodule/war2/pom.xml (diff)
The file was modified ext/mvc-bean-validation/pom.xml (diff)
The file was modified tests/integration/microprofile/rest-client14-compatibility/pom.xml (diff)
The file was modified security/oauth2-client/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-inflector-1/pom.xml (diff)
The file was modified archetypes/jersey-example-java8-webapp/pom.xml (diff)
The file was modified tests/integration/tracing-support/pom.xml (diff)
The file was modified tests/performance/pom.xml (diff)
The file was modified tests/performance/test-cases/interceptor-dynamic/pom.xml (diff)
The file was modified examples/rx-client-webapp/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-multimodule/ear/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-manually-bound/pom.xml (diff)
The file was modified security/pom.xml (diff)
The file was modified tests/integration/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-8/pom.xml (diff)
The file was modified tests/performance/test-cases/mbw-xml-jaxb/pom.xml (diff)
The file was modified tests/mem-leaks/redeployment/redeployment-threadlocals-app/pom.xml (diff)
The file was modified examples/server-sent-events-jersey/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-1/pom.xml (diff)
The file was modified examples/sse-twitter-aggregator/pom.xml (diff)
The file was modified tests/integration/jersey-2551/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-autodiscovery-1/pom.xml (diff)
The file was modified examples/exception-mapping/pom.xml (diff)
The file was modified examples/osgi-helloworld-webapp/lib-bundle/pom.xml (diff)
The file was modified media/multipart/pom.xml (diff)
The file was modified examples/cdi-webapp/pom.xml (diff)
The file was modified examples/managed-client/pom.xml (diff)
The file was modified examples/json-processing-webapp/pom.xml (diff)
The file was modified connectors/helidon-connector/pom.xml (diff)
The file was modified ext/rx/rx-client-rxjava2/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-4/pom.xml (diff)
The file was modified ext/spring5/pom.xml (diff)
The file was modified containers/jdk-http/pom.xml (diff)
The file was modified ext/microprofile/mp-rest-client/pom.xml (diff)
The file was modified test-framework/providers/external/pom.xml (diff)
The file was modified tests/integration/jersey-2654/pom.xml (diff)
The file was modified ext/mvc-mustache/pom.xml (diff)
The file was modified tests/e2e-testng/pom.xml (diff)
The file was modified tests/integration/jersey-2878/pom.xml (diff)
The file was modified examples/osgi-http-service/pom.xml (diff)
The file was modified tests/integration/cdi-integration/pom.xml (diff)
The file was modified tests/integration/jersey-2892/pom.xml (diff)
The file was modified examples/http-trace/pom.xml (diff)
The file was modified tests/performance/test-cases/filter-global/pom.xml (diff)
The file was modified ext/cdi/jersey-weld2-se/pom.xml (diff)
The file was modified tests/integration/jersey-2637/pom.xml (diff)
The file was modified examples/oauth-client-twitter/pom.xml (diff)
The file was modified containers/netty-http/pom.xml (diff)
The file was modified examples/osgi-helloworld-webapp/functional-test/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-autodiscovery-2/pom.xml (diff)
The file was modified tests/integration/jersey-4099/pom.xml (diff)
The file was modified tests/integration/servlet-4.0-mvc-1/pom.xml (diff)
The file was modified tests/integration/j-59/lib/pom.xml (diff)
The file was modified docs/pom.xml (diff)
The file was modified bom/pom.xml (diff)
The file was modified tests/integration/j-441/ear/pom.xml (diff)
The file was modified examples/jaxb/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-client/pom.xml (diff)
The file was modified tests/integration/servlet-tests/pom.xml (diff)
The file was modified tests/integration/jersey-1883/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-3/pom.xml (diff)
The file was modified tests/mem-leaks/test-cases/pom.xml (diff)
The file was modified test-framework/providers/bundle/pom.xml (diff)
The file was modified tests/integration/spring5/pom.xml (diff)
The file was modified tests/jmockit/pom.xml (diff)
The file was modified examples/http-patch/pom.xml (diff)
The file was modified tests/integration/servlet-request-wrapper-binding/pom.xml (diff)
The file was modified tests/performance/test-cases/interceptor-name/pom.xml (diff)
The file was modified tests/integration/jersey-2136/pom.xml (diff)
The file was modified ext/rx/pom.xml (diff)
The file was modified connectors/grizzly-connector/pom.xml (diff)
The file was modified examples/helloworld-programmatic/pom.xml (diff)
The file was modified tests/integration/reactive-streams/pom.xml (diff)
The file was modified media/json-gson/pom.xml (diff)
The file was modified test-framework/providers/jetty/pom.xml (diff)
The file was modified examples/json-moxy/pom.xml (diff)
The file was modified ext/cdi/jersey-cdi1x/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule-reload/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-5/pom.xml (diff)
The file was modified tests/integration/jetty-response-close/pom.xml (diff)
The file was modified examples/clipboard/pom.xml (diff)
The file was modified containers/jersey-servlet-core/pom.xml (diff)
The file was modified tests/integration/externalproperties/pom.xml (diff)
The file was modified examples/servlet3-webapp/pom.xml (diff)
The file was modified containers/grizzly2-servlet/pom.xml (diff)
The file was modified examples/declarative-linking/pom.xml (diff)
The file was modified tests/integration/jersey-4949/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-7/pom.xml (diff)
The file was modified tests/integration/jersey-2184/pom.xml (diff)
The file was modified tests/integration/spring4/pom.xml (diff)
The file was modified containers/jetty-http/pom.xml (diff)
The file was modified examples/osgi-http-service/bundle/pom.xml (diff)
The file was modified examples/managed-client-simple-webapp/pom.xml (diff)
The file was modified media/sse/pom.xml (diff)
The file was modified tests/integration/microprofile/config/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule-reload/lib/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-multimodule/lib/pom.xml (diff)
The file was modified tests/integration/jersey-2776/pom.xml (diff)
The file was modified tests/e2e-server/pom.xml (diff)
The file was modified core-server/pom.xml (diff)
The file was modified tests/performance/runners/pom.xml (diff)
The file was modified examples/assemblies/pom.xml (diff)
The file was modified containers/glassfish/pom.xml (diff)
The file was modified examples/entity-filtering-selectable/pom.xml (diff)
The file was modified tests/integration/jersey-2255/pom.xml (diff)
The file was modified tests/integration/microprofile/pom.xml (diff)
The file was modified tests/integration/property-check/pom.xml (diff)
The file was modified connectors/jdk-connector/pom.xml (diff)
The file was modified examples/sse-item-store-jersey-webapp/pom.xml (diff)
The file was modified tests/integration/servlet-3-gf-async/pom.xml (diff)
The file was modified test-framework/providers/simple/pom.xml (diff)
The file was modified archetypes/jersey-heroku-webapp/pom.xml (diff)
The file was modified incubator/open-tracing/pom.xml (diff)
The file was modified core-client/pom.xml (diff)
The file was modified tests/integration/ejb-test-webapp/pom.xml (diff)
The file was modified ext/microprofile/pom.xml (diff)
The file was modified tests/e2e-core-common/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-ejb-test-webapp/pom.xml (diff)
The file was modified tests/integration/jersey-1928/pom.xml (diff)
The file was modified tests/integration/cdi-integration/gf-cdi-inject/pom.xml (diff)
The file was modified media/json-binding/pom.xml (diff)
The file was modified tests/integration/microprofile/config/helidon/pom.xml (diff)
The file was modified tests/integration/servlet-3-async/pom.xml (diff)
The file was modified ext/cdi/jersey-cdi1x-transaction/pom.xml (diff)
The file was modified examples/osgi-helloworld-webapp/war-bundle/pom.xml (diff)
The file was modified examples/server-async-managed/pom.xml (diff)
The file was modified tests/mem-leaks/redeployment/redeployment-leaking-test-app/pom.xml (diff)
The file was modified tests/mem-leaks/test-cases/shutdown-hook-leak/pom.xml (diff)
The file was modified tests/integration/jersey-2322/pom.xml (diff)
The file was modified test-framework/core/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-7/pom.xml (diff)
The file was modified tests/integration/servlet-request-wrapper-binding-2/pom.xml (diff)
The file was modified tests/performance/benchmarks/pom.xml (diff)
The file was modified ext/microprofile/mp-config/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-mvc-2/pom.xml (diff)
The file was modified ext/cdi/jersey-cdi-rs-inject/pom.xml (diff)
The file was modified core-common/pom.xml (diff)
The file was modified examples/freemarker-webapp/pom.xml (diff)
The file was modified tests/integration/j-441/war2/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-mvc-1/pom.xml (diff)
The file was modified connectors/apache5-connector/pom.xml (diff)
The file was modified containers/jetty-servlet/pom.xml (diff)
The file was modified examples/helloworld-spring-webapp/pom.xml (diff)
The file was modified ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/pom.xml (diff)
The file was modified tests/e2e-client/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-mvc-3/pom.xml (diff)
The file was modified incubator/declarative-linking/pom.xml (diff)
The file was modified examples/bookmark/pom.xml (diff)
The file was modified examples/osgi-helloworld-webapp/pom.xml (diff)
The file was modified bundles/examples/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-resource-with-at-context/pom.xml (diff)
The file was modified tests/integration/j-59/pom.xml (diff)
The file was modified examples/helloworld/pom.xml (diff)
The file was modified examples/helloworld-spring-annotations/pom.xml (diff)
The file was modified security/oauth1-signature/pom.xml (diff)
The file was modified containers/grizzly2-http/pom.xml (diff)
The file was modified tests/e2e-inject/cdi-inject-weld/pom.xml (diff)
Commit 86ea75573f8bd007a6f28d961a920fee751fbfd7 by 24524084+senivam
bundles fixes

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified bundles/examples/pom.xml (diff)
The file was modified docs/pom.xml (diff)
The file was modified bundles/apidocs/pom.xml (diff)
The file was modified containers/glassfish/jersey-gf-ejb/pom.xml (diff)
The file was modified examples/java8-webapp/pom.xml (diff)
The file was modified tests/integration/jersey-2335/pom.xml (diff)
The file was modified examples/helloworld/pom.xml (diff)
The file was modified examples/osgi-helloworld-webapp/war-bundle/pom.xml (diff)
The file was modified examples/json-with-padding/pom.xml (diff)
The file was modified tests/performance/test-cases/mbw-xml-jaxb/pom.xml (diff)
The file was modified examples/jaxrs-types-injection/pom.xml (diff)
The file was modified examples/multipart-webapp/pom.xml (diff)
The file was modified test-framework/providers/bundle/pom.xml (diff)
The file was modified containers/jetty-http/pom.xml (diff)
The file was modified examples/osgi-helloworld-webapp/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified tests/integration/jersey-2776/pom.xml (diff)
The file was modified examples/sse-item-store-jaxrs-webapp/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-multimodule/war1/pom.xml (diff)
The file was modified examples/extended-wadl-webapp/pom.xml (diff)
The file was modified tests/integration/jersey-4949/pom.xml (diff)
The file was modified tests/integration/reactive-streams/pom.xml (diff)
The file was modified ext/spring6/pom.xml (diff)
The file was modified tests/e2e-client/pom.xml (diff)
The file was modified bundles/apidocs/pom.xml (diff)
The file was modified examples/helloworld-benchmark/pom.xml (diff)
The file was modified tests/integration/jersey-2255/pom.xml (diff)
The file was modified examples/helloworld-netty/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule-reload/war2/pom.xml (diff)
The file was modified examples/json-processing-webapp/pom.xml (diff)
The file was modified ext/mvc-jsp/pom.xml (diff)
The file was modified tests/integration/jersey-3992/pom.xml (diff)
The file was modified ext/rx/pom.xml (diff)
The file was modified ext/metainf-services/pom.xml (diff)
The file was modified tests/pom.xml (diff)
The file was modified examples/groovy/pom.xml (diff)
The file was modified examples/helloworld-webapp/pom.xml (diff)
The file was modified media/pom.xml (diff)
The file was modified examples/xml-moxy/pom.xml (diff)
The file was modified connectors/helidon-connector/pom.xml (diff)
The file was modified incubator/kryo/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-6/pom.xml (diff)
The file was modified media/json-processing/pom.xml (diff)
The file was modified tests/performance/test-cases/mbw-json-jackson/pom.xml (diff)
The file was modified examples/simple-console/pom.xml (diff)
The file was modified examples/helloworld-spring-webapp/pom.xml (diff)
The file was modified tests/mem-leaks/pom.xml (diff)
The file was modified tests/performance/test-cases/mbw-custom-provider/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule-reload/ear/pom.xml (diff)
The file was modified tests/performance/test-cases/interceptor-global/pom.xml (diff)
The file was modified tests/performance/test-cases/param-srl/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-multimodule/ear/pom.xml (diff)
The file was modified tests/integration/microprofile/pom.xml (diff)
The file was modified tests/integration/jersey-1223/pom.xml (diff)
The file was modified tests/performance/tools/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule-reload/lib/pom.xml (diff)
The file was modified tests/integration/jersey-2167/pom.xml (diff)
The file was modified examples/assemblies/pom.xml (diff)
The file was modified tests/integration/microprofile/rest-client/pom.xml (diff)
The file was modified examples/freemarker-webapp/pom.xml (diff)
The file was modified incubator/html-json/pom.xml (diff)
The file was modified tests/integration/jersey-4722/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-beanvalidation-webapp/pom.xml (diff)
The file was modified tests/mem-leaks/redeployment/redeployment-leaking-test-app/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-1/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-mvc-3/pom.xml (diff)
The file was modified tests/performance/test-cases/interceptor-name/pom.xml (diff)
The file was modified core-common/pom.xml (diff)
The file was modified examples/bookmark-em/pom.xml (diff)
The file was modified connectors/jdk-connector/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-4/pom.xml (diff)
The file was modified examples/cdi-webapp/pom.xml (diff)
The file was modified test-framework/providers/netty/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-2/pom.xml (diff)
The file was modified tests/integration/servlet-request-wrapper-binding/pom.xml (diff)
The file was modified tests/integration/jersey-4542/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule/pom.xml (diff)
The file was modified containers/jetty-servlet/pom.xml (diff)
The file was modified examples/helloworld-weld/pom.xml (diff)
The file was modified examples/exception-mapping/pom.xml (diff)
The file was modified tests/integration/servlet-3-gf-async/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-ejb-test-webapp/pom.xml (diff)
The file was modified tests/integration/cdi-integration/context-inject-on-server/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/pom.xml (diff)
The file was modified tests/integration/tracing-support/pom.xml (diff)
The file was modified examples/json-jackson/pom.xml (diff)
The file was modified examples/managed-client-simple-webapp/pom.xml (diff)
The file was modified ext/bean-validation/pom.xml (diff)
The file was modified tests/integration/j-441/ear/pom.xml (diff)
The file was modified examples/managed-client/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule/lib/pom.xml (diff)
The file was modified tests/integration/jersey-2160/pom.xml (diff)
The file was modified tests/integration/jersey-1604/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/pom.xml (diff)
The file was modified tests/integration/microprofile/rest-client-tck/pom.xml (diff)
The file was modified tests/integration/property-check/pom.xml (diff)
The file was modified connectors/jetty-connector/pom.xml (diff)
The file was modified tests/e2e-core-common/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-6/pom.xml (diff)
The file was modified ext/rx/rx-client-rxjava/pom.xml (diff)
The file was modified ext/mvc-bean-validation/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-test-webapp/pom.xml (diff)
The file was modified tests/mem-leaks/test-cases/shutdown-hook-leak-client/pom.xml (diff)
The file was modified test-framework/maven/pom.xml (diff)
The file was modified bundles/jaxrs-ri/pom.xml (diff)
The file was modified tests/integration/servlet-4.0-mvc-1/pom.xml (diff)
The file was modified ext/mvc-freemarker/pom.xml (diff)
The file was modified tests/integration/jersey-1667/pom.xml (diff)
The file was modified tests/integration/reactive-streams/sse/pom.xml (diff)
The file was modified tests/integration/jersey-3670/pom.xml (diff)
The file was modified examples/rx-client-webapp/pom.xml (diff)
The file was modified examples/entity-filtering-selectable/pom.xml (diff)
The file was modified tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/pom.xml (diff)
The file was modified incubator/declarative-linking/pom.xml (diff)
The file was modified tests/integration/j-59/war/pom.xml (diff)
The file was modified tests/performance/runners/pom.xml (diff)
The file was modified tests/integration/jersey-3796/pom.xml (diff)
The file was modified tests/integration/cdi-integration/gf-cdi-inject/pom.xml (diff)
The file was modified tests/osgi/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-3/pom.xml (diff)
The file was modified tests/integration/jersey-4697/pom.xml (diff)
The file was modified ext/proxy-client/pom.xml (diff)
The file was modified test-framework/providers/pom.xml (diff)
The file was modified test-framework/providers/grizzly2/pom.xml (diff)
The file was modified ext/cdi/pom.xml (diff)
The file was modified tests/integration/security-digest/pom.xml (diff)
The file was modified containers/pom.xml (diff)
The file was modified examples/system-properties-example/pom.xml (diff)
The file was modified test-framework/maven/custom-enforcer-rules/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule-reload/war1/pom.xml (diff)
The file was modified containers/jersey-servlet/pom.xml (diff)
The file was modified tests/e2e-inject/hk2/pom.xml (diff)
The file was modified tests/integration/jersey-1107/pom.xml (diff)
The file was modified security/oauth1-client/pom.xml (diff)
The file was modified tests/jmockit/pom.xml (diff)
The file was modified tests/integration/jersey-2892/pom.xml (diff)
The file was modified tests/mem-leaks/redeployment/redeployment-no-jersey-app/pom.xml (diff)
The file was modified examples/oauth-client-twitter/pom.xml (diff)
The file was modified ext/mvc/pom.xml (diff)
The file was modified tests/e2e-testng/pom.xml (diff)
The file was modified tests/performance/test-cases/mbw-xml-moxy/pom.xml (diff)
The file was modified containers/netty-http/pom.xml (diff)
The file was modified examples/bookmark/pom.xml (diff)
The file was modified examples/server-async-standalone/webapp/pom.xml (diff)
The file was modified tests/integration/async-jersey-filter/pom.xml (diff)
The file was modified tests/integration/jersey-2878/pom.xml (diff)
The file was modified tests/performance/test-cases/filter-name/pom.xml (diff)
The file was modified tests/integration/jersey-2654/pom.xml (diff)
The file was modified containers/jersey-servlet-core/pom.xml (diff)
The file was modified tests/mem-leaks/test-cases/bean-param-leak/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-multimodule/war2/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-client/pom.xml (diff)
The file was modified inject/hk2/pom.xml (diff)
The file was modified test-framework/providers/external/pom.xml (diff)
The file was modified tests/stress/pom.xml (diff)
The file was modified ext/rx/rx-client-rxjava2/pom.xml (diff)
The file was modified inject/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-8/pom.xml (diff)
The file was modified tests/integration/j-376/pom.xml (diff)
The file was modified bom/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-1/pom.xml (diff)
The file was modified incubator/pom.xml (diff)
The file was modified examples/json-binding-webapp/pom.xml (diff)
The file was modified inject/cdi2-se/pom.xml (diff)
The file was modified tests/integration/servlet-3-chunked-io/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-manually-bound/pom.xml (diff)
The file was modified tests/performance/test-cases/mbw-text-plain/pom.xml (diff)
The file was modified examples/osgi-helloworld-webapp/additional-bundle/pom.xml (diff)
The file was modified media/moxy/pom.xml (diff)
The file was modified security/oauth1-server/pom.xml (diff)
The file was modified connectors/netty-connector/pom.xml (diff)
The file was modified tests/integration/jersey-1928/pom.xml (diff)
The file was modified examples/osgi-helloworld-webapp/alternate-version-bundle/pom.xml (diff)
The file was modified examples/entity-filtering/pom.xml (diff)
The file was modified media/json-gson/pom.xml (diff)
The file was modified tests/performance/test-cases/filter-global/pom.xml (diff)
The file was modified examples/sse-item-store-jersey-webapp/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-client-on-server/pom.xml (diff)
The file was modified tests/integration/jersey-4507/pom.xml (diff)
The file was modified tests/integration/jersey-2322/pom.xml (diff)
The file was modified ext/cdi/jersey-cdi1x-servlet/pom.xml (diff)
The file was modified examples/pom.xml (diff)
The file was modified tests/integration/microprofile/config/pom.xml (diff)
The file was modified tests/integration/jersey-2794/pom.xml (diff)
The file was modified security/pom.xml (diff)
The file was modified tests/integration/externalproperties/pom.xml (diff)
The file was modified tests/integration/j-59/ear/pom.xml (diff)
The file was modified tests/integration/jersey-1964/pom.xml (diff)
The file was modified tests/integration/spring6/pom.xml (diff)
The file was modified examples/server-async-standalone/pom.xml (diff)
The file was modified incubator/gae-integration/pom.xml (diff)
The file was modified tests/integration/jersey-1960/pom.xml (diff)
The file was modified tests/integration/jersey-2137/pom.xml (diff)
The file was modified tests/performance/test-cases/mbw-json-moxy/pom.xml (diff)
The file was modified examples/servlet3-webapp/pom.xml (diff)
The file was modified tests/integration/jersey-2637/pom.xml (diff)
The file was modified test-framework/maven/container-runner-maven-plugin/pom.xml (diff)
The file was modified connectors/grizzly-connector/pom.xml (diff)
The file was modified tests/e2e-inject/pom.xml (diff)
The file was modified examples/https-server-glassfish/pom.xml (diff)
The file was modified ext/wadl-doclet/pom.xml (diff)
The file was modified test-framework/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-resource-with-at-context/pom.xml (diff)
The file was modified tests/integration/ejb-test-webapp/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-reload/pom.xml (diff)
The file was modified examples/server-sent-events-jersey/pom.xml (diff)
The file was modified archetypes/jersey-quickstart-grizzly2/pom.xml (diff)
The file was modified media/json-jettison/pom.xml (diff)
The file was modified test-framework/providers/simple/pom.xml (diff)
The file was modified tests/performance/pom.xml (diff)
The file was modified tests/integration/jersey-2176/pom.xml (diff)
The file was modified examples/sse-twitter-aggregator/pom.xml (diff)
The file was modified tests/performance/test-cases/filter-dynamic/pom.xml (diff)
The file was modified test-framework/memleak-test-common/pom.xml (diff)
The file was modified ext/mvc-mustache/pom.xml (diff)
The file was modified bundles/examples/pom.xml (diff)
The file was modified examples/server-async-standalone/client/pom.xml (diff)
The file was modified tests/e2e-inject/cdi-inject-weld/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-inflector-1/pom.xml (diff)
The file was modified tests/performance/test-cases/proxy-injection/pom.xml (diff)
The file was modified incubator/open-tracing/pom.xml (diff)
The file was modified tests/integration/jersey-2136/pom.xml (diff)
The file was modified tests/osgi/functional/pom.xml (diff)
The file was modified bundles/pom.xml (diff)
The file was modified docs/pom.xml (diff)
The file was modified examples/json-jettison/pom.xml (diff)
The file was modified ext/rx/rx-client-guava/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-7/pom.xml (diff)
The file was modified tests/e2e/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-7/pom.xml (diff)
The file was modified connectors/apache5-connector/pom.xml (diff)
The file was modified tests/e2e-server/pom.xml (diff)
The file was modified ext/microprofile/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-multimodule/pom.xml (diff)
The file was modified tests/integration/microprofile/config/helidon/pom.xml (diff)
The file was modified tests/mem-leaks/test-cases/shutdown-hook-leak/pom.xml (diff)
The file was modified tests/performance/runners/jersey-grizzly-runner/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-singleton/pom.xml (diff)
The file was modified archetypes/jersey-example-java8-webapp/pom.xml (diff)
The file was modified examples/managed-beans-webapp/pom.xml (diff)
The file was modified ext/entity-filtering/pom.xml (diff)
The file was modified tests/integration/sonar-test/pom.xml (diff)
The file was modified examples/open-tracing/pom.xml (diff)
The file was modified tests/integration/servlet-3-filter/pom.xml (diff)
The file was modified tests/integration/jersey-5087/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-autodiscovery-2/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/pom.xml (diff)
The file was modified examples/helloworld-cdi2-se/pom.xml (diff)
The file was modified ext/cdi/jersey-cdi-rs-inject/pom.xml (diff)
The file was modified tests/integration/pom.xml (diff)
The file was modified ext/cdi/jersey-weld2-se/pom.xml (diff)
The file was modified examples/helloworld-spring-annotations/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-multimodule/lib/pom.xml (diff)
The file was modified tests/integration/servlet-request-wrapper-binding-2/pom.xml (diff)
The file was modified examples/managed-client-webapp/pom.xml (diff)
The file was modified examples/entity-filtering-security/pom.xml (diff)
The file was modified tests/mem-leaks/redeployment/pom.xml (diff)
The file was modified containers/grizzly2-http/pom.xml (diff)
The file was modified tests/integration/jersey-4321/pom.xml (diff)
The file was modified test-framework/util/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-2/pom.xml (diff)
The file was modified archetypes/pom.xml (diff)
The file was modified connectors/pom.xml (diff)
The file was modified examples/server-async/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule-reload/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-filter/pom.xml (diff)
The file was modified media/jaxb/pom.xml (diff)
The file was modified tests/integration/servlet-3-async/pom.xml (diff)
The file was modified ext/pom.xml (diff)
The file was modified ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/pom.xml (diff)
The file was modified archetypes/jersey-heroku-webapp/pom.xml (diff)
The file was modified core-server/pom.xml (diff)
The file was modified examples/server-sent-events-jaxrs/pom.xml (diff)
The file was modified examples/reload/pom.xml (diff)
The file was modified media/sse/pom.xml (diff)
The file was modified security/oauth2-client/pom.xml (diff)
The file was modified archetypes/jersey-quickstart-webapp/pom.xml (diff)
The file was modified examples/declarative-linking/pom.xml (diff)
The file was modified tests/integration/jersey-2164/pom.xml (diff)
The file was modified tests/integration/jersey-2421/pom.xml (diff)
The file was modified test-framework/providers/jetty/pom.xml (diff)
The file was modified tests/performance/test-cases/assemblies/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule/war/pom.xml (diff)
The file was modified media/json-jackson/pom.xml (diff)
The file was modified examples/osgi-helloworld-webapp/functional-test/pom.xml (diff)
The file was modified tests/integration/j-441/war2/pom.xml (diff)
The file was modified tests/integration/jersey-1883/pom.xml (diff)
The file was modified tests/integration/j-441/pom.xml (diff)
The file was modified containers/jdk-http/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-8/pom.xml (diff)
The file was modified tests/mem-leaks/test-cases/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-multipart-webapp/pom.xml (diff)
The file was modified tests/integration/j-59/lib/pom.xml (diff)
The file was modified tests/integration/cdi-integration/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule/ear/pom.xml (diff)
The file was modified tests/integration/jersey-2689/pom.xml (diff)
The file was modified examples/jaxb/pom.xml (diff)
The file was modified examples/jersey-ejb/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-5/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-log-check/pom.xml (diff)
The file was modified incubator/cdi-inject-weld/pom.xml (diff)
The file was modified tests/e2e-inject/cdi2-se/pom.xml (diff)
The file was modified test-framework/providers/jdk-http/pom.xml (diff)
The file was modified tests/integration/client-connector-provider/pom.xml (diff)
The file was modified test-framework/providers/inmemory/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-5/pom.xml (diff)
The file was modified tests/performance/test-cases/mbw-kryo/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-mvc-1/pom.xml (diff)
The file was modified ext/microprofile/mp-rest-client/pom.xml (diff)
The file was modified test-framework/core/pom.xml (diff)
The file was modified tests/integration/jersey-4003/pom.xml (diff)
The file was modified tests/integration/servlet-3-params/pom.xml (diff)
The file was modified ext/cdi/jersey-cdi1x-transaction/pom.xml (diff)
The file was modified tests/integration/j-59/pom.xml (diff)
The file was modified core-client/pom.xml (diff)
The file was modified tests/performance/test-cases/interceptor-dynamic/pom.xml (diff)
The file was modified tests/performance/test-cases/pom.xml (diff)
The file was modified examples/webapp-example-parent/pom.xml (diff)
The file was modified examples/helloworld-pure-jax-rs/pom.xml (diff)
The file was modified media/multipart/pom.xml (diff)
The file was modified examples/osgi-helloworld-webapp/lib-bundle/pom.xml (diff)
The file was modified tests/integration/servlet-3-inflector-1/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-9/pom.xml (diff)
The file was modified tests/integration/j-441/war1/pom.xml (diff)
The file was modified ext/cdi/jersey-cdi1x/pom.xml (diff)
The file was modified ext/cdi/jersey-cdi1x-validation/pom.xml (diff)
The file was modified examples/clipboard/pom.xml (diff)
The file was modified containers/glassfish/pom.xml (diff)
The file was modified tests/mem-leaks/test-cases/leaking-test-app/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-autodiscovery-1/pom.xml (diff)
The file was modified tests/performance/benchmarks/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-3/pom.xml (diff)
The file was modified examples/clipboard-programmatic/pom.xml (diff)
The file was modified tests/integration/jersey-2612/pom.xml (diff)
The file was modified examples/http-trace/pom.xml (diff)
The file was modified tests/e2e-entity/pom.xml (diff)
The file was modified containers/simple-http/pom.xml (diff)
The file was modified examples/https-clientserver-grizzly/pom.xml (diff)
The file was modified security/oauth1-signature/pom.xml (diff)
The file was modified examples/bookstore-webapp/pom.xml (diff)
The file was modified tests/integration/jersey-4099/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-provider/pom.xml (diff)
The file was modified tests/mem-leaks/redeployment/redeployment-threadlocals-app/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-4/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-mvc-2/pom.xml (diff)
The file was modified tests/integration/servlet-3-sse-1/pom.xml (diff)
The file was modified tests/integration/jaxrs-component-inject/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/pom.xml (diff)
The file was modified tests/integration/jersey-2846/pom.xml (diff)
The file was modified tests/integration/jersey-2551/pom.xml (diff)
The file was modified tests/integration/jersey-2673/pom.xml (diff)
The file was modified tests/integration/asm/pom.xml (diff)
The file was modified containers/grizzly2-servlet/pom.xml (diff)
The file was modified media/json-binding/pom.xml (diff)
The file was modified tests/integration/microprofile/config/webapp/pom.xml (diff)
The file was modified tests/integration/jersey-780/pom.xml (diff)
The file was modified tests/integration/servlet-tests/pom.xml (diff)
The file was modified tests/integration/jersey-3662/pom.xml (diff)
The file was modified connectors/apache-connector/pom.xml (diff)
The file was modified tests/integration/jersey-2154/pom.xml (diff)
The file was modified examples/helloworld-programmatic/pom.xml (diff)
The file was modified examples/server-async-managed/pom.xml (diff)
The file was modified tests/integration/jersey-2031/pom.xml (diff)
The file was modified tests/integration/jersey-2184/pom.xml (diff)
The file was modified tests/integration/jersey-2704/pom.xml (diff)
The file was modified examples/json-moxy/pom.xml (diff)
The file was modified examples/http-patch/pom.xml (diff)
The file was modified ext/microprofile/mp-config/pom.xml (diff)
The file was modified media/json-jackson/pom.xml (diff)
The file was modified tests/e2e-client/pom.xml (diff)
The file was modified examples/xml-moxy/pom.xml (diff)
The file was modified tests/integration/jersey-1667/pom.xml (diff)
The file was modified tests/osgi/functional/pom.xml (diff)
The file was modified examples/rx-client-webapp/pom.xml (diff)
The file was modified tests/integration/cdi-integration/gf-cdi-inject/pom.xml (diff)
The file was modified tests/performance/test-cases/mbw-xml-jaxb/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-5/pom.xml (diff)
The file was modified tests/mem-leaks/redeployment/pom.xml (diff)
The file was modified connectors/pom.xml (diff)
The file was modified tests/e2e-inject/hk2/pom.xml (diff)
The file was modified examples/json-binding-webapp/pom.xml (diff)
The file was modified examples/helloworld-benchmark/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-multimodule/lib/pom.xml (diff)
The file was modified examples/server-async-standalone/webapp/pom.xml (diff)
The file was modified tests/integration/servlet-tests/pom.xml (diff)
The file was modified examples/extended-wadl-webapp/pom.xml (diff)
The file was modified examples/jaxrs-types-injection/pom.xml (diff)
The file was modified tests/integration/servlet-request-wrapper-binding-2/pom.xml (diff)
The file was modified tests/stress/pom.xml (diff)
The file was modified ext/cdi/jersey-cdi1x-validation/pom.xml (diff)
The file was modified tests/mem-leaks/redeployment/redeployment-leaking-test-app/pom.xml (diff)
The file was modified examples/simple-console/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-inflector-1/pom.xml (diff)
The file was modified tests/integration/jersey-4321/pom.xml (diff)
The file was modified connectors/grizzly-connector/pom.xml (diff)
The file was modified examples/managed-beans-webapp/pom.xml (diff)
The file was modified tests/integration/jersey-1883/pom.xml (diff)
The file was modified tests/performance/tools/pom.xml (diff)
The file was modified bundles/jaxrs-ri/pom.xml (diff)
The file was modified containers/jersey-servlet/pom.xml (diff)
The file was modified examples/clipboard-programmatic/pom.xml (diff)
The file was modified examples/osgi-helloworld-webapp/alternate-version-bundle/pom.xml (diff)
The file was modified tests/integration/j-59/pom.xml (diff)
The file was modified tests/integration/property-check/pom.xml (diff)
The file was modified examples/managed-client/pom.xml (diff)
The file was modified media/moxy/pom.xml (diff)
The file was modified tests/performance/test-cases/mbw-text-plain/pom.xml (diff)
The file was modified test-framework/providers/external/pom.xml (diff)
The file was modified tests/integration/microprofile/config/helidon/pom.xml (diff)
The file was modified examples/osgi-helloworld-webapp/war-bundle/pom.xml (diff)
The file was modified tests/e2e-testng/pom.xml (diff)
The file was modified ext/microprofile/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-manually-bound/pom.xml (diff)
The file was modified tests/integration/jersey-2892/pom.xml (diff)
The file was modified examples/json-with-padding/pom.xml (diff)
The file was modified tests/integration/jersey-2154/pom.xml (diff)
The file was modified security/oauth1-client/pom.xml (diff)
The file was modified tests/integration/jersey-1964/pom.xml (diff)
The file was modified tests/integration/j-59/war/pom.xml (diff)
The file was modified incubator/open-tracing/pom.xml (diff)
The file was modified inject/cdi2-se/pom.xml (diff)
The file was modified tests/integration/jersey-1107/pom.xml (diff)
The file was modified test-framework/providers/jetty/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/pom.xml (diff)
The file was modified inject/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-3/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-multipart-webapp/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-filter/pom.xml (diff)
The file was modified tests/integration/servlet-3-async/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-9/pom.xml (diff)
The file was modified examples/server-async-managed/pom.xml (diff)
The file was modified tests/integration/microprofile/rest-client/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule/pom.xml (diff)
The file was modified test-framework/providers/inmemory/pom.xml (diff)
The file was modified tests/integration/jersey-2689/pom.xml (diff)
The file was modified test-framework/util/pom.xml (diff)
The file was modified tests/integration/reactive-streams/sse/pom.xml (diff)
The file was modified examples/server-sent-events-jaxrs/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule/ear/pom.xml (diff)
The file was modified tests/integration/reactive-streams/pom.xml (diff)
The file was modified examples/server-sent-events-jersey/pom.xml (diff)
The file was modified test-framework/core/pom.xml (diff)
The file was modified tests/integration/j-441/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-autodiscovery-2/pom.xml (diff)
The file was modified containers/glassfish/jersey-gf-ejb/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule-reload/lib/pom.xml (diff)
The file was modified tests/performance/test-cases/pom.xml (diff)
The file was modified tests/integration/jersey-2164/pom.xml (diff)
The file was modified test-framework/providers/simple/pom.xml (diff)
The file was modified examples/jersey-ejb/pom.xml (diff)
The file was modified examples/json-jettison/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-resource-with-at-context/pom.xml (diff)
The file was modified tests/integration/jersey-2031/pom.xml (diff)
The file was modified media/json-processing/pom.xml (diff)
The file was modified incubator/gae-integration/pom.xml (diff)
The file was modified test-framework/memleak-test-common/pom.xml (diff)
The file was modified ext/cdi/jersey-cdi-rs-inject/pom.xml (diff)
The file was modified ext/wadl-doclet/pom.xml (diff)
The file was modified tests/integration/servlet-3-params/pom.xml (diff)
The file was modified tests/integration/j-441/ear/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-4/pom.xml (diff)
The file was modified examples/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule-reload/pom.xml (diff)
The file was modified tests/integration/sonar-test/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-7/pom.xml (diff)
The file was modified tests/mem-leaks/test-cases/leaking-test-app/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-log-check/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-autodiscovery-1/pom.xml (diff)
The file was modified tests/integration/jersey-4507/pom.xml (diff)
The file was modified tests/integration/jersey-2878/pom.xml (diff)
The file was modified tests/integration/jersey-4003/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-3/pom.xml (diff)
The file was modified incubator/pom.xml (diff)
The file was modified tests/integration/j-59/lib/pom.xml (diff)
The file was modified tests/integration/jersey-3670/pom.xml (diff)
The file was modified test-framework/providers/grizzly2/pom.xml (diff)
The file was modified tests/integration/jersey-2794/pom.xml (diff)
The file was modified ext/mvc-jsp/pom.xml (diff)
The file was modified incubator/html-json/pom.xml (diff)
The file was modified containers/netty-http/pom.xml (diff)
The file was modified examples/osgi-helloworld-webapp/lib-bundle/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/pom.xml (diff)
The file was modified test-framework/providers/jdk-http/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-client/pom.xml (diff)
The file was modified examples/json-processing-webapp/pom.xml (diff)
The file was modified archetypes/pom.xml (diff)
The file was modified examples/clipboard/pom.xml (diff)
The file was modified tests/integration/jersey-1223/pom.xml (diff)
The file was modified tests/integration/jersey-2137/pom.xml (diff)
The file was modified containers/glassfish/pom.xml (diff)
The file was modified examples/cdi-webapp/pom.xml (diff)
The file was modified tests/performance/test-cases/param-srl/pom.xml (diff)
The file was modified ext/mvc/pom.xml (diff)
The file was modified media/json-binding/pom.xml (diff)
The file was modified connectors/jdk-connector/pom.xml (diff)
The file was modified ext/cdi/jersey-cdi1x-transaction/pom.xml (diff)
The file was modified tests/integration/jersey-2255/pom.xml (diff)
The file was modified archetypes/jersey-quickstart-grizzly2/pom.xml (diff)
The file was modified test-framework/maven/pom.xml (diff)
The file was modified tests/performance/test-cases/interceptor-dynamic/pom.xml (diff)
The file was modified tests/integration/jersey-2704/pom.xml (diff)
The file was modified tests/e2e-inject/pom.xml (diff)
The file was modified tests/mem-leaks/redeployment/redeployment-no-jersey-app/pom.xml (diff)
The file was modified examples/helloworld-programmatic/pom.xml (diff)
The file was modified tests/integration/jersey-2176/pom.xml (diff)
The file was modified examples/osgi-helloworld-webapp/functional-test/pom.xml (diff)
The file was modified bundles/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-provider/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-ejb-test-webapp/pom.xml (diff)
The file was modified examples/helloworld-pure-jax-rs/pom.xml (diff)
The file was modified tests/integration/jersey-3992/pom.xml (diff)
The file was modified bundles/apidocs/pom.xml (diff)
The file was modified examples/helloworld-cdi2-se/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-mvc-3/pom.xml (diff)
The file was modified tests/jmockit/pom.xml (diff)
The file was modified security/oauth2-client/pom.xml (diff)
The file was modified tests/performance/benchmarks/pom.xml (diff)
The file was modified examples/https-server-glassfish/pom.xml (diff)
The file was modified tests/pom.xml (diff)
The file was modified ext/entity-filtering/pom.xml (diff)
The file was modified security/oauth1-signature/pom.xml (diff)
The file was modified tests/performance/test-cases/filter-global/pom.xml (diff)
The file was modified tests/mem-leaks/test-cases/bean-param-leak/pom.xml (diff)
The file was modified tests/performance/test-cases/proxy-injection/pom.xml (diff)
The file was modified examples/helloworld-webapp/pom.xml (diff)
The file was modified examples/groovy/pom.xml (diff)
The file was modified test-framework/providers/pom.xml (diff)
The file was modified core-server/pom.xml (diff)
The file was modified tests/integration/ejb-test-webapp/pom.xml (diff)
The file was modified tests/performance/test-cases/mbw-custom-provider/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/pom.xml (diff)
The file was modified tests/integration/jersey-2322/pom.xml (diff)
The file was modified media/sse/pom.xml (diff)
The file was modified containers/jdk-http/pom.xml (diff)
The file was modified tests/integration/jersey-2551/pom.xml (diff)
The file was modified ext/rx/pom.xml (diff)
The file was modified tests/integration/jersey-4697/pom.xml (diff)
The file was modified tests/performance/runners/pom.xml (diff)
The file was modified tests/performance/test-cases/mbw-kryo/pom.xml (diff)
The file was modified connectors/netty-connector/pom.xml (diff)
The file was modified tests/integration/jaxrs-component-inject/pom.xml (diff)
The file was modified tests/integration/servlet-request-wrapper-binding/pom.xml (diff)
The file was modified core-client/pom.xml (diff)
The file was modified examples/bookstore-webapp/pom.xml (diff)
The file was modified containers/grizzly2-http/pom.xml (diff)
The file was modified ext/rx/rx-client-rxjava/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-2/pom.xml (diff)
The file was modified tests/mem-leaks/test-cases/pom.xml (diff)
The file was modified ext/metainf-services/pom.xml (diff)
The file was modified tests/integration/jersey-3662/pom.xml (diff)
The file was modified tests/integration/microprofile/config/pom.xml (diff)
The file was modified connectors/jetty-connector/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule/lib/pom.xml (diff)
The file was modified tests/mem-leaks/test-cases/shutdown-hook-leak-client/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-multimodule/war1/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-8/pom.xml (diff)
The file was modified examples/json-moxy/pom.xml (diff)
The file was modified tests/integration/jersey-2184/pom.xml (diff)
The file was modified tests/integration/security-digest/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-2/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-multimodule/pom.xml (diff)
The file was modified examples/server-async-standalone/client/pom.xml (diff)
The file was modified media/json-jettison/pom.xml (diff)
The file was modified tests/integration/jersey-2776/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-client-on-server/pom.xml (diff)
The file was modified examples/entity-filtering-security/pom.xml (diff)
The file was modified tests/mem-leaks/pom.xml (diff)
The file was modified security/pom.xml (diff)
The file was modified connectors/helidon-connector/pom.xml (diff)
The file was modified ext/microprofile/mp-config/pom.xml (diff)
The file was modified containers/jetty-servlet/pom.xml (diff)
The file was modified test-framework/providers/netty/pom.xml (diff)
The file was modified tests/mem-leaks/redeployment/redeployment-threadlocals-app/pom.xml (diff)
The file was modified tests/integration/jersey-2846/pom.xml (diff)
The file was modified examples/http-patch/pom.xml (diff)
The file was modified ext/cdi/jersey-cdi1x-servlet/pom.xml (diff)
The file was modified tests/integration/jersey-4542/pom.xml (diff)
The file was modified test-framework/pom.xml (diff)
The file was modified core-common/pom.xml (diff)
The file was modified incubator/declarative-linking/pom.xml (diff)
The file was modified examples/system-properties-example/pom.xml (diff)
The file was modified tests/integration/microprofile/pom.xml (diff)
The file was modified ext/cdi/pom.xml (diff)
The file was modified examples/osgi-helloworld-webapp/additional-bundle/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule-reload/war1/pom.xml (diff)
The file was modified tests/integration/j-376/pom.xml (diff)
The file was modified ext/cdi/jersey-weld2-se/pom.xml (diff)
The file was modified tests/performance/test-cases/interceptor-name/pom.xml (diff)
The file was modified ext/bean-validation/pom.xml (diff)
The file was modified examples/assemblies/pom.xml (diff)
The file was modified tests/integration/spring6/pom.xml (diff)
The file was modified examples/helloworld-spring-annotations/pom.xml (diff)
The file was modified ext/microprofile/mp-rest-client/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-reload/pom.xml (diff)
The file was modified tests/integration/jersey-2654/pom.xml (diff)
The file was modified tests/integration/servlet-3-chunked-io/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-beanvalidation-webapp/pom.xml (diff)
The file was modified examples/managed-client-simple-webapp/pom.xml (diff)
The file was modified media/multipart/pom.xml (diff)
The file was modified tests/integration/jersey-1604/pom.xml (diff)
The file was modified tests/osgi/pom.xml (diff)
The file was modified examples/webapp-example-parent/pom.xml (diff)
The file was modified tests/performance/runners/jersey-grizzly-runner/pom.xml (diff)
The file was modified archetypes/jersey-example-java8-webapp/pom.xml (diff)
The file was modified tests/integration/servlet-3-sse-1/pom.xml (diff)
The file was modified tests/integration/jersey-1960/pom.xml (diff)
The file was modified ext/mvc-bean-validation/pom.xml (diff)
The file was modified ext/mvc-freemarker/pom.xml (diff)
The file was modified ext/proxy-client/pom.xml (diff)
The file was modified tests/performance/test-cases/assemblies/pom.xml (diff)
The file was modified ext/cdi/jersey-cdi1x/pom.xml (diff)
The file was modified ext/mvc-mustache/pom.xml (diff)
The file was modified examples/helloworld-weld/pom.xml (diff)
The file was modified examples/entity-filtering/pom.xml (diff)
The file was modified examples/server-async/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-5/pom.xml (diff)
The file was modified tests/integration/servlet-4.0-mvc-1/pom.xml (diff)
The file was modified containers/jersey-servlet-core/pom.xml (diff)
The file was modified containers/simple-http/pom.xml (diff)
The file was modified tests/performance/test-cases/interceptor-global/pom.xml (diff)
The file was modified ext/rx/rx-client-rxjava2/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-1/pom.xml (diff)
The file was modified incubator/cdi-inject-weld/pom.xml (diff)
The file was modified tests/performance/test-cases/mbw-json-moxy/pom.xml (diff)
The file was modified tests/e2e-core-common/pom.xml (diff)
The file was modified tests/integration/j-441/war1/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-6/pom.xml (diff)
The file was modified tests/integration/cdi-integration/context-inject-on-server/pom.xml (diff)
The file was modified bundles/examples/pom.xml (diff)
The file was modified examples/bookmark/pom.xml (diff)
The file was modified tests/integration/jersey-2136/pom.xml (diff)
The file was modified examples/http-trace/pom.xml (diff)
The file was modified examples/jaxb/pom.xml (diff)
The file was modified ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/pom.xml (diff)
The file was modified tests/e2e-entity/pom.xml (diff)
The file was modified tests/performance/test-cases/filter-dynamic/pom.xml (diff)
The file was modified examples/sse-twitter-aggregator/pom.xml (diff)
The file was modified tests/integration/asm/pom.xml (diff)
The file was modified tests/integration/jersey-2167/pom.xml (diff)
The file was modified tests/integration/jersey-780/pom.xml (diff)
The file was modified examples/reload/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule-reload/war2/pom.xml (diff)
The file was modified tests/e2e-inject/cdi-inject-weld/pom.xml (diff)
The file was modified media/json-gson/pom.xml (diff)
The file was modified tests/integration/jersey-2421/pom.xml (diff)
The file was modified tests/integration/jersey-4722/pom.xml (diff)
The file was modified tests/integration/servlet-3-gf-async/pom.xml (diff)
The file was modified examples/osgi-helloworld-webapp/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-8/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-7/pom.xml (diff)
The file was modified examples/entity-filtering-selectable/pom.xml (diff)
The file was modified tests/integration/client-connector-provider/pom.xml (diff)
The file was modified containers/grizzly2-servlet/pom.xml (diff)
The file was modified ext/pom.xml (diff)
The file was modified tests/integration/async-jersey-filter/pom.xml (diff)
The file was modified tests/integration/j-441/war2/pom.xml (diff)
The file was modified examples/helloworld/pom.xml (diff)
The file was modified examples/oauth-client-twitter/pom.xml (diff)
The file was modified ext/rx/rx-client-guava/pom.xml (diff)
The file was modified containers/jetty-http/pom.xml (diff)
The file was modified tests/integration/tracing-support/pom.xml (diff)
The file was modified examples/bookmark-em/pom.xml (diff)
The file was modified tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/pom.xml (diff)
The file was modified examples/sse-item-store-jersey-webapp/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule-reload/ear/pom.xml (diff)
The file was modified examples/freemarker-webapp/pom.xml (diff)
The file was modified tests/integration/jersey-2612/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-1/pom.xml (diff)
The file was modified archetypes/jersey-quickstart-webapp/pom.xml (diff)
The file was modified tests/integration/jersey-1928/pom.xml (diff)
The file was modified tests/integration/jersey-4949/pom.xml (diff)
The file was modified examples/https-clientserver-grizzly/pom.xml (diff)
The file was modified examples/multipart-webapp/pom.xml (diff)
The file was modified tests/integration/jersey-2637/pom.xml (diff)
The file was modified tests/integration/j-59/ear/pom.xml (diff)
The file was modified tests/integration/microprofile/config/webapp/pom.xml (diff)
The file was modified archetypes/jersey-heroku-webapp/pom.xml (diff)
The file was modified ext/spring6/pom.xml (diff)
The file was modified security/oauth1-server/pom.xml (diff)
The file was modified inject/hk2/pom.xml (diff)
The file was modified tests/e2e-server/pom.xml (diff)
The file was modified tests/integration/microprofile/rest-client-tck/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-multimodule/war2/pom.xml (diff)
The file was modified tests/e2e-inject/cdi2-se/pom.xml (diff)
The file was modified tests/integration/externalproperties/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-4/pom.xml (diff)
The file was modified docs/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-mvc-1/pom.xml (diff)
The file was modified media/pom.xml (diff)
The file was modified containers/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-test-webapp/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-6/pom.xml (diff)
The file was modified tests/integration/jersey-3796/pom.xml (diff)
The file was modified tests/performance/pom.xml (diff)
The file was modified tests/performance/test-cases/mbw-json-jackson/pom.xml (diff)
The file was modified examples/json-jackson/pom.xml (diff)
The file was modified media/jaxb/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-singleton/pom.xml (diff)
The file was modified examples/server-async-standalone/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/pom.xml (diff)
The file was modified tests/integration/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule/war/pom.xml (diff)
The file was modified connectors/apache5-connector/pom.xml (diff)
The file was modified test-framework/providers/bundle/pom.xml (diff)
The file was modified examples/declarative-linking/pom.xml (diff)
The file was modified examples/servlet3-webapp/pom.xml (diff)
The file was modified bom/pom.xml (diff)
The file was modified examples/java8-webapp/pom.xml (diff)
The file was modified tests/integration/jersey-2673/pom.xml (diff)
The file was modified tests/integration/jersey-2335/pom.xml (diff)
The file was modified tests/performance/test-cases/filter-name/pom.xml (diff)
The file was modified connectors/apache-connector/pom.xml (diff)
The file was modified examples/exception-mapping/pom.xml (diff)
The file was modified examples/helloworld-netty/pom.xml (diff)
The file was modified examples/managed-client-webapp/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-mvc-2/pom.xml (diff)
The file was modified tests/integration/jersey-4099/pom.xml (diff)
The file was modified tests/integration/servlet-3-inflector-1/pom.xml (diff)
The file was modified tests/integration/servlet-3-filter/pom.xml (diff)
The file was modified tests/mem-leaks/test-cases/shutdown-hook-leak/pom.xml (diff)
The file was modified tests/e2e/pom.xml (diff)
The file was modified tests/integration/jersey-2160/pom.xml (diff)
The file was modified tests/performance/test-cases/mbw-xml-moxy/pom.xml (diff)
The file was modified incubator/kryo/pom.xml (diff)
The file was modified examples/sse-item-store-jaxrs-webapp/pom.xml (diff)
The file was modified examples/open-tracing/pom.xml (diff)
The file was modified tests/integration/cdi-integration/pom.xml (diff)
The file was modified examples/helloworld-spring-webapp/pom.xml (diff)
The file was modified tests/integration/jersey-5087/pom.xml (diff)
The file was modified test-framework/maven/custom-enforcer-rules/pom.xml (diff)
The file was modified test-framework/maven/container-runner-maven-plugin/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-multimodule/ear/pom.xml (diff)
Commit b6599859c682fd357007841c3eb7b5c1e1f290c5 by 24524084+senivam
apidocs bundle fix

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified bundles/apidocs/pom.xml (diff)
Commit 3b182ebdf35ce471e63bdcae1090cce842b933f1 by 24524084+senivam
scope fix for JUnit dependency

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified media/multipart/pom.xml (diff)
Commit 4235e57f89457791e2b89a744cb132711627a6ef by 24524084+senivam
Jackson version update to 2.14.1

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/jackson/jaxrs/json/PackageVersion.java (diff)
The file was modified media/json-jackson/src/main/resources/META-INF/NOTICE.markdown (diff)
The file was modified pom.xml (diff)
The file was modified media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/jackson/jaxrs/cfg/AnnotationBundleKey.java (diff)
The file was modified media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/jackson/jaxrs/base/ProviderBase.java (diff)
The file was modified NOTICE.md (diff)
Commit 77de2e4a5475a337d6127980503d85c25f2b7aac by 24524084+senivam
Typo fix in User Guide

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified docs/src/main/docbook/rx-client.xml (diff)
Commit 52ee4d77cc1bdc86fd71aa2cf8938d249022f325 by Maxim Nesen
adjust CP years and GF version (JDK 19 support)

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified core-server/pom.xml (diff)
The file was modified test-framework/providers/bundle/pom.xml (diff)
The file was modified tests/integration/thin-server/pom.xml (diff)
The file was modified incubator/open-tracing/pom.xml (diff)
The file was modified examples/entity-filtering-security/pom.xml (diff)
The file was modified ext/microprofile/mp-rest-client/pom.xml (diff)
The file was modified media/multipart/src/test/java/org/glassfish/jersey/media/multipart/file/FileDataBodyPartTest.java (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/HttpPatchTest.java (diff)
The file was modified test-framework/util/pom.xml (diff)
The file was modified ext/rx/pom.xml (diff)
The file was modified tests/e2e-inject/cdi-inject-weld/pom.xml (diff)
The file was modified incubator/html-json/pom.xml (diff)
The file was modified tests/integration/cdi-integration/gf-cdi-inject/pom.xml (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ExceptionLoggingTest.java (diff)
The file was modified tests/integration/property-check/pom.xml (diff)
The file was modified examples/helloworld-netty/pom.xml (diff)
The file was modified tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/CookiesParserTest.java (diff)
The file was modified connectors/jdk-connector/pom.xml (diff)
The file was modified security/oauth2-client/pom.xml (diff)
The file was modified tests/e2e-testng/pom.xml (diff)
The file was modified tests/e2e-client/pom.xml (diff)
The file was modified containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/WebComponent.java (diff)
The file was modified inject/cdi2-se/pom.xml (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/ssl/SslConnectorHostnameVerifierTest.java (diff)
The file was modified examples/osgi-helloworld-webapp/functional-test/pom.xml (diff)
The file was modified containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/JdkHttpsServerTest.java (diff)
The file was modified tests/performance/benchmarks/pom.xml (diff)
The file was modified examples/https-clientserver-grizzly/pom.xml (diff)
The file was modified ext/bean-validation/pom.xml (diff)
The file was modified tests/osgi/functional/pom.xml (diff)
The file was modified media/json-jettison/pom.xml (diff)
The file was modified media/json-processing/pom.xml (diff)
The file was modified test-framework/pom.xml (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/ssl/AbstractConnectorServerTest.java (diff)
The file was modified media/sse/pom.xml (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/AsyncResponseTest.java (diff)
The file was modified ext/microprofile/mp-config/pom.xml (diff)
The file was modified tests/integration/reactive-streams/sse/pom.xml (diff)
The file was modified media/multipart/src/test/java/org/glassfish/jersey/media/multipart/MediaTypeTest.java (diff)
The file was modified tests/integration/servlet-3-init-2/pom.xml (diff)
The file was modified tests/integration/cdi-integration/cdi-singleton/pom.xml (diff)
The file was modified ext/metainf-services/pom.xml (diff)
The file was modified tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/TestRuntimeDelegate.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/model/MethodListTest.java (diff)
The file was modified test-framework/memleak-test-common/pom.xml (diff)
The file was modified examples/entity-filtering/pom.xml (diff)
The file was modified media/moxy/pom.xml (diff)
The file was modified incubator/cdi-inject-weld/pom.xml (diff)
The file was modified media/multipart/pom.xml (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/inject/ParamConverterInternalTest.java (diff)
The file was modified containers/pom.xml (diff)
The file was modified ext/cdi/jersey-cdi1x/pom.xml (diff)
The file was modified tests/integration/microprofile/config/webapp/pom.xml (diff)
The file was modified test-framework/core/pom.xml (diff)
The file was modified ext/pom.xml (diff)
The file was modified examples/server-async-standalone/client/pom.xml (diff)
The file was modified connectors/pom.xml (diff)
The file was modified test-framework/maven/custom-enforcer-rules/pom.xml (diff)
The file was modified tests/performance/test-cases/pom.xml (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/wadl/WadlBeanParamTest.java (diff)
The file was modified tests/integration/jersey-2421/pom.xml (diff)
The file was modified connectors/jetty-connector/pom.xml (diff)
The file was modified connectors/helidon-connector/pom.xml (diff)
The file was modified containers/jetty-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainer.java (diff)
The file was modified core-common/pom.xml (diff)
The file was modified core-common/src/main/java/org/glassfish/jersey/internal/inject/ParamConverters.java (diff)
The file was modified core-client/src/test/java/org/glassfish/jersey/client/ClientConfigTest.java (diff)
The file was modified containers/simple-http/src/test/java/org/glassfish/jersey/simple/AbstractSimpleServerTester.java (diff)
The file was modified security/oauth1-signature/pom.xml (diff)
The file was modified media/json-gson/pom.xml (diff)
The file was modified security/oauth1-client/pom.xml (diff)
The file was modified test-framework/maven/container-runner-maven-plugin/pom.xml (diff)
The file was modified security/oauth1-server/pom.xml (diff)
The file was modified containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/AbstractJettyServerTester.java (diff)
The file was modified examples/helloworld/pom.xml (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/api/CookieImplTest.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ExceptionMapperTest.java (diff)
The file was modified media/json-binding/pom.xml (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/validation/validateonexecution/ValidateOnExecutionBasicTest.java (diff)
The file was modified examples/helloworld-spring-webapp/pom.xml (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/RequestHeaderModificationsTest.java (diff)
The file was modified tests/e2e-core-common/pom.xml (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/httpurlconnector/Expect100ContinueTest.java (diff)
The file was modified core-client/pom.xml (diff)
The file was modified tests/integration/microprofile/rest-client/pom.xml (diff)
The file was modified tests/e2e/pom.xml (diff)
The file was modified containers/jetty-http/pom.xml (diff)
The file was modified media/json-jackson/pom.xml (diff)
The file was modified examples/http-patch/pom.xml (diff)
The file was modified inject/hk2/pom.xml (diff)
The file was modified tests/integration/asm/pom.xml (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/wadl/WadlResourceTest.java (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/internal/TestRuntimeDelegate.java (diff)
The file was modified containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/AbstractJdkHttpServerTester.java (diff)
The file was modified core-client/src/test/java/org/glassfish/jersey/client/ClientRequestTest.java (diff)
The file was modified pom.xml (diff)
The file was modified tests/integration/jersey-3662/pom.xml (diff)
The file was modified examples/groovy/pom.xml (diff)
The file was modified tests/jmockit/pom.xml (diff)
The file was modified incubator/declarative-linking/pom.xml (diff)
The file was modified examples/extended-wadl-webapp/pom.xml (diff)
The file was modified tests/e2e-server/pom.xml (diff)
The file was modified examples/entity-filtering-selectable/pom.xml (diff)
The file was modified tests/integration/externalproperties/pom.xml (diff)
The file was modified tests/e2e-inject/cdi2-se/pom.xml (diff)
The file was modified media/jaxb/pom.xml (diff)
The file was modified tests/e2e-entity/pom.xml (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ExtendedExceptionMapperTest.java (diff)
The file was modified examples/helloworld-pure-jax-rs/pom.xml (diff)