Skip to content
Success

Changes

Summary

  1. Prevent Jackson failing while loading Modules (classloader issues) (details)
  2. Expect100Continue test fixed for NettyConnector (details)
  3. Cleaning redundant plugins from plugin management (#5605) (details)
  4. clean CI/CD scripts from the main project (#5606) (details)
  5. ObjectMapper.findModules throws Error (details)
  6. Allow the internal package to be a part of the Jersey APIDoc (details)
  7. Jetty HTTP Container native timeout (details)
  8. Wiremock version update (details)
  9. Added suport for HK2 factories, binders to comply with documentation. (details)
  10. Allow for overriding the SNIHostName or turn it off. Allow for Domain Fronting. (details)
  11. Add missing metrics for cases of client errors (details)
  12. Add ability to configure the queue capacity for ChunkedOutput (#5621) (details)
  13. Prevent NPE in Jersey Spring RequestContextFilter (details)
  14. Document a workaround for HTTP Patch & provide tests (#5622) (details)
  15. align CONTRIBUTING.md with Eclipse actual requirements (details)
  16. Ensure the RequestScope and other singleton bindings are registered just once (#5624) (details)
  17. mvc-thymeleaf extension (#5616) (details)
  18. prevent synchronized blocking the virtual threads in JDK21 (details)
  19. Lazy Load TracingLogger to track MATCH_RESOURCE_METHOD (details)
  20. Multirelease include JDK21 to support Thread.isVirtual() (details)
  21. 2.x versions update (details)
  22. Excluding JDK21 multi-release from jaxrs bundle (#5633) (details)
  23. 2.43 (details)
  24. 2.44-SNAPSHOT (details)
  25. Post merge adjustments (details)
  26. Using Java9+ NIO API for improved performance: Modern JREs offload to OS, and do other tricks. (details)
  27. Document Multipart Configuration. (details)
  28. Remove synchronized from Apache stream wrappers - the wrapped stream is synchronized (details)
  29. Jakartize & cleanup after 2.x merge (details)
  30. Allow having multiple annotations for multipart endpoint with @FormDataParam in any order (#5639) (details)
  31. Allow long content length in the JDK connector (details)
  32. Post merge (details)
  33. Allowing sending Status over sending error (details)
  34. refactoring mvn warnings (details)
  35. Post merge (details)
  36. Support for Virtual Threads in Executor Services (#5648) (details)
  37. MAX_HEADER_SIZE for the Netty connector (#5649) (details)
  38. Unify the SniConfigurator with other branches (details)
  39. Jakartify imports (details)
  40. Updated supported JDK versions (details)
  41. Additional 3.0->3.1 merge leftovers (details)
  42. Better document virtual threads (details)
  43. 3.1.7 (details)
  44. 3.1.99-SNAPSHOT (details)
  45. multirelease jar fix for jersey-common (details)
  46. after merge adjustments (details)
Commit 74781a97fb818e0400c3e1b025992d31dbe4380b by Maxim Nesen
Prevent Jackson failing while loading Modules (classloader issues)

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/DefaultJacksonJaxbJsonProvider.java (diff)
The file was modified media/json-jackson/src/main/resources/org/glassfish/jersey/jackson/localization.properties (diff)
Commit 28fe57f2182c19aac7e38d1a8f147aab2d566516 by Maxim Nesen
Expect100Continue test fixed for NettyConnector

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified tests/e2e-client/pom.xml (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/nettyconnector/Expect100ContinueTest.java (diff)
Commit 3fe484b073b5c4b1e3b41fb02b144ee1ac920525 by noreply
Cleaning redundant plugins from plugin management (#5605)

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified bom/pom.xml (diff)
The file was modified pom.xml (diff)
Commit 41d01b883c1871659365108d2acc270ce12f8176 by noreply
clean CI/CD scripts from the main project (#5606)

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was removedetc/scripts/release/Release-After/list-closed-stagings.sh
The file was removedetc/scripts/release/EE10/bundle-apidocs.sh
The file was removedetc/scripts/release/Release-After/release-project-info.sh
The file was removedetc/scripts/TCK/EE8/tck-build.sh
The file was removedetc/scripts/release/Release-After/publish-release-notes.sh
The file was removedetc/scripts/release/EE8/bundle-examples.sh
The file was removedetc/scripts/TCK/EE8/ts-jte-alter.sh
The file was removedetc/scripts/release/Release-After/release-staging-to-central.sh
The file was removedetc/scripts/release/EE10/release.groovy
The file was removedetc/scripts/TCK/EE8/tck-run-pipeline.groovy
The file was removedetc/scripts/TCK/EE8/jersey-staging-GF-integration.sh
The file was removedetc/scripts/release/Release-After/populate-documentation.sh
The file was removedetc/scripts/release/Release-After/release-note.html
The file was removedetc/scripts/release/EE8/bundle-user-guide.sh
The file was removedetc/scripts/release/EE10/bundle-examples.sh
The file was removedetc/scripts/release/EE8/release.groovy
The file was removedetc/scripts/release/EE8/bundle-apidocs.sh
The file was removedetc/scripts/TCK/EE10/jakarta-ee10-tck.sh
The file was removedetc/scripts/release/EE10/bundle-user-guide.sh
Commit ec363949b77f1f647249658e14832f06d978f2e2 by Maxim Nesen
ObjectMapper.findModules throws Error

Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
The file was modified media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/DefaultJacksonJaxbJsonProvider.java (diff)
Commit 3077a0df43c8e092d351194e02f62374fe3f9389 by Maxim Nesen
Allow the internal package to be a part of the Jersey APIDoc

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified bundles/apidocs/pom.xml (diff)
The file was modified pom.xml (diff)
Commit 59b7d65a85db0e548bebdb25d78d61aee98aec9b by Maxim Nesen
Jetty HTTP Container native timeout

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified containers/jetty-http/src/main/java17/org/glassfish/jersey/jetty/JettyHttpContainer.java (diff)
Commit 158c51a726c89a6d66371e05ab589a2ac96a0e6f by Maxim Nesen
Wiremock version update

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified pom.xml (diff)
The file was modified tests/integration/microprofile/rest-client-tck/pom.xml (diff)
Commit 236b6f3903c659b2864623e86a3cce020c554bcf by 15908245+jansupol
Added suport for HK2 factories, binders to comply with documentation.
Added documentation for Jersey Injection.

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified tests/e2e-inject/hk2/pom.xml (diff)
The file was addedtests/e2e-inject/hk2/src/test/java/org/glassfish/jersey/tests/e2e/inject/hk2/HK2FactoryBindingTest.java
The file was modified inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/Hk2Helper.java (diff)
The file was addedcore-common/src/main/java/org/glassfish/jersey/innate/package-info.java
The file was addedinject/hk2/src/main/resources/META-INF/services/org.glassfish.jersey.innate.inject.spi.ExternalRegistrables
The file was modified core-common/src/main/java/org/glassfish/jersey/internal/inject/Providers.java (diff)
The file was addedcore-common/src/main/java/org/glassfish/jersey/innate/inject/package-info.java
The file was addedcore-common/src/main/java/org/glassfish/jersey/innate/inject/spi/package-info.java
The file was modified docs/src/main/docbook/custom-di.xml (diff)
The file was addedcore-common/src/main/java/org/glassfish/jersey/innate/inject/spi/ExternalRegistrables.java
The file was modified core-common/src/main/resources/org/glassfish/jersey/internal/localization.properties (diff)
The file was modified docs/src/main/docbook/jersey.ent (diff)
The file was addedinject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/Hk2Registrables.java
Commit 705144a4b10f66d783a88c851fe7ee19f3081a61 by Maxim Nesen
Allow for overriding the SNIHostName or turn it off. Allow for Domain Fronting.

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified core-client/src/main/java/org/glassfish/jersey/client/innate/http/SSLParamConfigurator.java (diff)
The file was modified connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java (diff)
The file was modified tests/e2e-tls/src/test/java/org/glassfish/jersey/tests/e2e/tls/SniTest.java (diff)
The file was modified connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnector.java (diff)
The file was modified docs/src/main/docbook/appendix-properties.xml (diff)
The file was modified core-client/src/main/java/org/glassfish/jersey/client/internal/HttpUrlConnector.java (diff)
The file was modified connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/ConnectorConfiguration.java (diff)
The file was modified core-client/src/main/java/org/glassfish/jersey/client/ClientProperties.java (diff)
The file was modified core-client/src/main/java/org/glassfish/jersey/client/innate/http/SniConfigurator.java (diff)
The file was modified connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpConnectionPool.java (diff)
The file was modified connectors/apache5-connector/src/main/java/org/glassfish/jersey/apache5/connector/Apache5Connector.java (diff)
The file was modified docs/src/main/docbook/client.xml (diff)
The file was modified docs/src/main/docbook/jersey.ent (diff)
Commit 75a9755a062da0765a216ed3d188570eba3cc012 by Maxim Nesen
Add missing metrics for cases of client errors

Changes ported from micrometer-metrics: https://github.com/micrometer-metrics/micrometer/pull/4326
The file was modified ext/micrometer/src/main/java/org/glassfish/jersey/micrometer/server/MetricsRequestEventListener.java (diff)
The file was modified ext/micrometer/src/main/java/org/glassfish/jersey/micrometer/server/JerseyTags.java (diff)
The file was modified ext/micrometer/src/test/java/org/glassfish/jersey/micrometer/server/DefaultJerseyTagsProviderTest.java (diff)
The file was modified ext/micrometer/src/test/java/org/glassfish/jersey/micrometer/server/resources/TestResource.java (diff)
The file was modified ext/micrometer/src/test/java/org/glassfish/jersey/micrometer/server/MetricsRequestEventListenerTest.java (diff)
Commit be13798788ba24af0d7de151bb2d763de85cce8a by noreply
Add ability to configure the queue capacity for ChunkedOutput (#5621)

The file was modified docs/src/main/docbook/async.xml (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ChunkedInputOutputTest.java (diff)
The file was modified core-server/src/main/java/org/glassfish/jersey/server/ChunkedOutput.java (diff)
Commit 132b55f338e60601767cd2a4c3b833f5d487840b by Maxim Nesen
Prevent NPE in Jersey Spring RequestContextFilter

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was addedext/spring5/src/test/java/org/glassfish/jersey/server/spring/filter/SpringRequestContextFilterTest.java
The file was modified ext/spring5/src/main/java/org/glassfish/jersey/server/spring/scope/RequestContextFilter.java (diff)
Commit 09c8d62064d60df5f46692e68ca880d30a023d2b by noreply
Document a workaround for HTTP Patch & provide tests (#5622)

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified tests/e2e-tls/pom.xml (diff)
The file was addedtests/e2e-tls/src/test/java/org/glassfish/jersey/tests/e2e/tls/SslParentTest.java
The file was modified tests/e2e-tls/src/test/java/org/glassfish/jersey/tests/e2e/tls/SslContextPerRequestTest.java (diff)
The file was addedtests/e2e-jdk-specifics/src/test/java/org/glassfish/jersey/tests/e2e/jdk17/HttpPatchTest.java
The file was addedtests/e2e-tls/src/test/java/org/glassfish/jersey/tests/e2e/tls/patch/HttpsPatchTest.java
The file was modified tests/pom.xml (diff)
The file was modified core-client/src/main/java/org/glassfish/jersey/client/HttpUrlConnectorProvider.java (diff)
The file was modified docs/src/main/docbook/client.xml (diff)
The file was modified docs/src/main/docbook/appendix-properties.xml (diff)
The file was modified docs/src/main/docbook/dependencies.xml (diff)
The file was modified docs/src/main/docbook/jersey.ent (diff)
The file was addedtests/e2e-jdk-specifics/pom.xml
Commit 9c271d125f27e2e5dd887b75dae7053b0ea10898 by Maxim Nesen
align CONTRIBUTING.md with Eclipse actual requirements

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified CONTRIBUTING.md (diff)
Commit 26b131b2c6a95ca3ae324028d1b69d44dd96bc4f by noreply
Ensure the RequestScope and other singleton bindings are registered just once (#5624)

* Ensure the RequestScope and other singleton bindings are registered just once in HK2

Signed-off-by: jansupol <jan.supol@oracle.com>

---------

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was addedtests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/inject/SingleRequestScopeInjectionTest.java
The file was modified inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/Hk2BootstrapBinder.java (diff)
Commit 115da13f312ddc0402e06ab24b8d2037845894ab by noreply
mvc-thymeleaf extension (#5616)

Co-authored-by: Dmytro Dovnar <dimonmc@gmail.com>
The file was addedext/mvc-thymeleaf/src/main/java/org/glassfish/jersey/server/mvc/thymeleaf/ThymeleafDefaultConfigurationFactory.java
The file was addedext/mvc-thymeleaf/src/main/java/org/glassfish/jersey/server/mvc/thymeleaf/ThymeleafSuppliedConfigurationFactory.java
The file was addedext/mvc-thymeleaf/src/main/java/org/glassfish/jersey/server/mvc/thymeleaf/ThymeleafViewProcessor.java
The file was modified ext/pom.xml (diff)
The file was addedext/mvc-thymeleaf/src/main/java/org/glassfish/jersey/server/mvc/thymeleaf/ThymeleafConfigurationFactory.java
The file was modified pom.xml (diff)
The file was addedext/mvc-thymeleaf/src/main/java/org/glassfish/jersey/server/mvc/thymeleaf/package-info.java
The file was addedext/mvc-thymeleaf/pom.xml
The file was addedext/mvc-thymeleaf/src/main/java/org/glassfish/jersey/server/mvc/thymeleaf/ThymeleafMvcFeature.java
Commit 22aa92e8531d78c71c2a0693ce5d0174fb41bd2f by 15908245+jansupol
prevent synchronized blocking the virtual threads in JDK21

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified core-common/src/main/java/org/glassfish/jersey/message/internal/CommittingOutputStream.java (diff)
Commit 8126cdca659510b40dfc09a33dff12c411ae59f1 by 15908245+jansupol
Lazy Load TracingLogger to track MATCH_RESOURCE_METHOD

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified core-server/src/main/java/org/glassfish/jersey/server/internal/routing/UriRoutingContext.java (diff)
The file was modified tests/integration/tracing-support/pom.xml (diff)
The file was addedtests/integration/tracing-support/src/test/java/org/glassfish/jersey/tests/integration/tracing/TracingMatchResourceMethodTest.java
Commit d62f2b3f54a2dd1689d06d6c9b09d7b91d9f8464 by 15908245+jansupol
Multirelease include JDK21 to support Thread.isVirtual()

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified core-common/src/main/java/org/glassfish/jersey/message/internal/CommittingOutputStream.java (diff)
The file was addedcore-common/src/main/java20-/org/glassfish/jersey/innate/VirtualThreadSupport.java
The file was addedcore-common/src/main/java21/org/glassfish/jersey/innate/VirtualThreadSupport.java
The file was modified core-common/pom.xml (diff)
Commit b66bf867c418595aaf3a58618035da1388b53606 by 15908245+jansupol
2.x versions update

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified archetypes/jersey-quickstart-grizzly2/src/main/resources/archetype-resources/pom.xml (diff)
The file was modified tests/e2e-server/pom.xml (diff)
The file was modified NOTICE.md (diff)
The file was modified tests/release-test/src/test/resources/release-test-pom.xml (diff)
The file was modified tools/jersey-release-notes-maven-plugin/pom.xml (diff)
The file was modified core-client/src/test/java/org/glassfish/jersey/client/ClientRequestTest.java (diff)
The file was modified tests/e2e/pom.xml (diff)
The file was modified tests/e2e-testng/pom.xml (diff)
The file was modified tests/integration/jetty-response-close/pom.xml (diff)
The file was modified core-common/pom.xml (diff)
The file was modified tests/release-test/src/test/resources/non-bom-pom-deps.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 media/json-jackson/src/main/resources/META-INF/NOTICE.markdown (diff)
The file was modified tests/e2e-entity/pom.xml (diff)
The file was modified tests/e2e-jdk-specifics/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified tests/e2e-client/pom.xml (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/logging/LoggingInterceptorTest.java (diff)
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 examples/NOTICE.md (diff)
The file was modified tests/e2e-tls/pom.xml (diff)
The file was modified archetypes/jersey-heroku-webapp/src/main/resources/archetype-resources/pom.xml (diff)
The file was modified tests/integration/cdi-integration/gf-cdi-inject/pom.xml (diff)
Commit 9d096a8b421ff48cad20f3c9e6e5c1781abce734 by noreply
Excluding JDK21 multi-release from jaxrs bundle (#5633)

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

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified etc/scripts/validation/dependency-convergence.sh (diff)
The file was modified ext/spring6/pom.xml (diff)
The file was modified bom/pom.xml (diff)
The file was modified tests/e2e/pom.xml (diff)
The file was modified tests/integration/tracing-support/src/test/java/org/glassfish/jersey/tests/integration/tracing/TracingMatchResourceMethodTest.java (diff)
The file was modified tests/integration/tracing-support/pom.xml (diff)
The file was modified ext/mvc-thymeleaf/pom.xml (diff)
Commit 21668db5a4023634b9568514ebfe80fdd6c2650b by 15908245+jansupol
Using Java9+ NIO API for improved performance: Modern JREs offload to OS, and do other tricks.
The file was modified test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/MemoryLeakUtils.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/JarUtils.java (diff)
The file was removedcore-common/src/main/java/org/glassfish/jersey/message/internal/NullOutputStream.java
The file was modified test-framework/maven/container-runner-maven-plugin/src/main/groovy/org/glassfish/jersey/test/maven/runner/tomcat/AbstractTomcatRunnerMojo.groovy (diff)
The file was modified core-common/src/main/java/org/glassfish/jersey/message/internal/InputStreamProvider.java (diff)
The file was modified connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnector.java (diff)
The file was modified docs/src/main/docbook/media.xml (diff)
The file was modified ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/spi/AbstractTemplateProcessor.java (diff)
The file was modified examples/reload/src/main/java/org/glassfish/jersey/examples/reload/compiler/JavaFile.java (diff)
The file was modified examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/App.java (diff)
The file was modified core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/JarZipSchemeResourceFinderFactory.java (diff)
The file was modified test-framework/maven/container-runner-maven-plugin/src/main/groovy/org/glassfish/jersey/test/maven/runner/wls/AbstractWlsRunnerMojo.groovy (diff)
The file was modified test-framework/maven/container-runner-maven-plugin/src/main/groovy/org/glassfish/jersey/test/maven/runner/gf4/AbstractGlassfishRunnerMojo.groovy (diff)
The file was modified tests/integration/jersey-2846/src/test/java/org/glassfish/jersey/tests/integration/jersey2846/Jersey2846ITCase.java (diff)
The file was modified core-common/src/main/java/org/glassfish/jersey/message/internal/CommittingOutputStream.java (diff)
The file was modified connectors/apache5-connector/src/main/java/org/glassfish/jersey/apache5/connector/Apache5Connector.java (diff)
The file was modified examples/oauth-client-twitter/src/main/java/org/glassfish/jersey/examples/oauth/twitterclient/App.java (diff)
The file was modified test-framework/maven/container-runner-maven-plugin/src/main/groovy/org/glassfish/jersey/test/maven/runner/RunnerMojo.groovy (diff)
The file was modified tools/jersey-release-notes-maven-plugin/src/main/java/org/glassfish/jersey/tools/plugins/releasenotes/ReleaseNotesMojo.java (diff)
The file was modified examples/osgi-helloworld-webapp/functional-test/src/test/java/org/glassfish/jersey/examples/helloworld/test/AbstractWebAppTest.java (diff)
The file was modified examples/reload/src/main/java/org/glassfish/jersey/examples/reload/App.java (diff)
The file was modified ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/RestClientProducer.java (diff)
The file was modified tests/integration/jersey-2794/src/test/java/org/glassfish/jersey/tests/integration/jersey2794/Jersey2794ITCase.java (diff)
The file was modified tests/performance/jmx-client/src/main/java/org/glassfish/jersey/tests/performance/jmxclient/Main.java (diff)
The file was modified core-common/src/main/java/org/glassfish/jersey/message/internal/AbstractMessageReaderWriterProvider.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/scanning/JarFileScannerTest.java (diff)
The file was modified core-common/src/main/java/org/glassfish/jersey/message/internal/ReaderWriter.java (diff)
The file was modified tests/integration/jersey-2421/src/test/java/org/glassfish/jersey/tests/integration/jersey2421/Jersey2421Test.java (diff)
The file was modified core-server/src/main/java/org/glassfish/jersey/server/ApplicationHandler.java (diff)
Commit 9e874a63aa3da552f766e7012948fbf1adc04208 by Maxim Nesen
Document Multipart Configuration.
Allow to limit the number of parts in the multipart entity.

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified media/multipart/src/main/java/org/glassfish/jersey/media/multipart/MultiPartProperties.java (diff)
The file was addedmedia/multipart/src/test/java/org/glassfish/jersey/media/multipart/internal/RestrictionsTest.java
The file was modified docs/src/main/docbook/appendix-properties.xml (diff)
The file was modified docs/src/main/docbook/jersey.ent (diff)
The file was modified docs/src/main/docbook/media.xml (diff)
The file was modified media/multipart/src/main/java/org/glassfish/jersey/media/multipart/internal/MultiPartReaderClientSide.java (diff)
Commit d29b2dab091dc7fcc6dad27056390651afd0e013 by Maxim Nesen
Remove synchronized from Apache stream wrappers - the wrapped stream is synchronized

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnector.java (diff)
The file was modified connectors/apache5-connector/src/main/java/org/glassfish/jersey/apache5/connector/Apache5Connector.java (diff)
Commit 8d2ae8a95d58eb75f34757f7cda473cee82c4cd0 by Maxim Nesen
Jakartize & cleanup after 2.x merge

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified docs/src/main/docbook/modules.xml (diff)
The file was modified docs/src/main/docbook/jersey.ent (diff)
The file was modified docs/src/main/docbook/appendix-properties.xml (diff)
The file was modified docs/src/main/docbook/custom-di.xml (diff)
The file was modified docs/src/main/docbook/dependencies.xml (diff)
The file was addedext/spring6/src/test/java/org/glassfish/jersey/server/spring/filter/SpringRequestContextFilterTest.java
Commit b7f355ea86e9cb2cbfb7f072fd5196f4b565205d by noreply
Allow having multiple annotations for multipart endpoint with @FormDataParam in any order (#5639)

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified media/multipart/src/main/java/org/glassfish/jersey/media/multipart/internal/FormDataParamValueParamProvider.java (diff)
The file was addedmedia/multipart/src/test/java/org/glassfish/jersey/media/multipart/internal/OrderParamTest.java
Commit effa55776ad833c5e92da9d6a0e36d199ea96200 by Maxim Nesen
Allow long content length in the JDK connector

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpParser.java (diff)
The file was modified connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransferEncodingParser.java (diff)
Commit 8cc19dda113f73cdbc50b1ec397ad8b177707267 by Maxim Nesen
Post merge

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified media/multipart/src/main/java/org/glassfish/jersey/media/multipart/MultiPartProperties.java (diff)
Commit da238a80cf90d42351e39472b6e66e280a82fd82 by Maxim Nesen
Allowing sending Status over sending error

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was addedtests/integration/servlet-tests/src/main/java/org/glassfish/jersey/tests/integration/servlettests/PostProcessingErrorFilter.java
The file was modified core-server/src/main/java/org/glassfish/jersey/server/ServerRuntime.java (diff)
The file was addedtests/integration/servlet-tests/src/test/java/org/glassfish/jersey/tests/integration/servlettests/PostProcesingITCase.java
The file was modified tests/integration/servlet-tests/pom.xml (diff)
The file was addedtests/integration/servlet-tests/src/main/java/org/glassfish/jersey/tests/integration/servlettests/PostProcessingErrorResource.java
The file was modified tests/integration/servlet-tests/src/main/webapp/WEB-INF/web.xml (diff)
Commit 14c5c43ff227ba34bc27aa41c81f84d5f1f3080d by Maxim Nesen
refactoring mvn warnings

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified pom.xml (diff)
The file was modified etc/jenkins/jenkins_build.sh (diff)
Commit ce2ff359a339f80ded4288d86925f46337d945f0 by Maxim Nesen
Post merge

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified connectors/apache5-connector/src/main/java/org/glassfish/jersey/apache5/connector/Apache5Connector.java (diff)
The file was modified bundles/apidocs/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnector.java (diff)
Commit 73a775de0394f04f9c999eef2f2b8ce710ff0965 by noreply
Support for Virtual Threads in Executor Services (#5648)

* Support for Virtual Threads in Executor Services

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java (diff)
The file was modified containers/jetty-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainerFactory.java (diff)
The file was addedtests/e2e-jdk-specifics/src/test/java/org/glassfish/jersey/tests/e2e/jdk21/ThreadFactoryUsageTest.java
The file was modified ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/RestClientBuilderImpl.java (diff)
The file was modified docs/src/main/docbook/jersey.ent (diff)
The file was modified core-client/src/main/java/org/glassfish/jersey/client/DefaultClientAsyncExecutorProvider.java (diff)
The file was addedcore-common/src/main/java/org/glassfish/jersey/innate/virtual/package-info.java
The file was modified core-common/src/main/java/org/glassfish/jersey/CommonProperties.java (diff)
The file was modified docs/src/main/docbook/appendix-properties.xml (diff)
The file was modified containers/grizzly2-servlet/src/main/java/org/glassfish/jersey/grizzly2/servlet/GrizzlyWebContainerFactory.java (diff)
The file was modified core-common/src/main/java/org/glassfish/jersey/spi/ThreadPoolExecutorProvider.java (diff)
The file was addedcore-common/src/main/java/org/glassfish/jersey/innate/VirtualThreadUtil.java
The file was modified core-server/src/main/java/org/glassfish/jersey/server/ServerExecutorProvidersConfigurator.java (diff)
The file was modified core-client/src/main/java/org/glassfish/jersey/client/ClientExecutorProvidersConfigurator.java (diff)
The file was addedcore-common/src/main/java/org/glassfish/jersey/innate/virtual/LoomishExecutors.java
The file was modified core-common/src/main/java/org/glassfish/jersey/spi/ScheduledThreadPoolExecutorProvider.java (diff)
The file was modified docs/src/main/docbook/dependencies.xml (diff)
The file was modified core-common/src/main/java/org/glassfish/jersey/spi/AbstractThreadPoolProvider.java (diff)
The file was modified core-common/src/main/java20-/org/glassfish/jersey/innate/VirtualThreadSupport.java (diff)
The file was modified core-common/pom.xml (diff)
The file was modified core-common/src/main/java21/org/glassfish/jersey/innate/VirtualThreadSupport.java (diff)
The file was modified connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java (diff)
Commit e2994ff60b22daaf992d29208c5abc902aa91e33 by noreply
MAX_HEADER_SIZE for the Netty connector (#5649)

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified docs/src/main/docbook/jersey.ent (diff)
The file was modified connectors/netty-connector/pom.xml (diff)
The file was modified docs/src/main/docbook/appendix-properties.xml (diff)
The file was modified test-framework/core/src/main/java/org/glassfish/jersey/test/spi/TestContainer.java (diff)
The file was addedconnectors/netty-connector/src/test/java/org/glassfish/jersey/netty/connector/HugeHeaderTest.java
The file was modified test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java (diff)
The file was modified test-framework/providers/jetty/src/main/java/org/glassfish/jersey/test/jetty/JettyTestContainerFactory.java (diff)
The file was modified connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyClientProperties.java (diff)
The file was addedtest-framework/providers/jetty/src/main/java/org/glassfish/jersey/test/jetty/JettyTestContainerProperties.java
The file was modified connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java (diff)
Commit 63506be436173c8890c3f2995c607d5d6d8773c8 by 15908245+jansupol
Unify the SniConfigurator with other branches

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified core-client/src/main/java/org/glassfish/jersey/client/innate/http/SniConfigurator.java (diff)
The file was addedcore-client/src/test/java/org/glassfish/jersey/client/innate/http/SSLParamConfiguratorTest.java
The file was modified core-client/src/main/java/org/glassfish/jersey/client/ClientProperties.java (diff)
The file was modified docs/src/main/docbook/appendix-properties.xml (diff)
The file was modified core-client/src/main/java/org/glassfish/jersey/client/innate/http/SSLParamConfigurator.java (diff)
Commit 8a7d6b498dcd9f3d846163af4d1365f0f28f45ad by Jan Supol
Jakartify imports

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified core-client/src/test/java/org/glassfish/jersey/client/innate/http/SSLParamConfiguratorTest.java (diff)
Commit 0882b154ace13b958514414a22beebde99315645 by Jan Supol
Updated supported JDK versions

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified docs/src/main/docbook/dependencies.xml (diff)
Commit bcfa86b4c882d08c6c7e387dfac628ae680b4d6e by Jan Supol
Additional 3.0->3.1 merge leftovers

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified test-framework/providers/jetty/src/main/java11/org/glassfish/jersey/test/jetty/JettyTestContainerFactory.java (diff)
The file was modified core-client/src/main/java/org/glassfish/jersey/client/innate/http/SniConfigurator.java (diff)
The file was modified connectors/netty-connector/pom.xml (diff)
The file was modified containers/jetty-http/src/main/java17/org/glassfish/jersey/jetty/JettyHttpContainerFactory.java (diff)
The file was modified core-client/src/main/java/org/glassfish/jersey/client/internal/HttpUrlConnector.java (diff)
The file was modified test-framework/providers/jetty/src/main/java17/org/glassfish/jersey/test/jetty/JettyTestContainerFactory.java (diff)
Commit 408e4647df644dbd45973bc30aec8f7bc0473dee by Maxim Nesen
Better document virtual threads

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

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified core-common/pom.xml (diff)
Commit 56d6c1adac38325a39613059abbcddc28e6ee04e by Jan Supol
after merge adjustments

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified ext/spring6/src/test/java/org/glassfish/jersey/server/spring/filter/SpringRequestContextFilterTest.java (diff)