Skip to content
Success

Changes

Summary

  1. GraalVM 20.0.1 adaptation (details)
  2. exclude version-agnostic module from version check (details)
  3. HTTP/2 for JNH connector (details)
  4. Using Java7+ NIO API for improved performance (#5350) (details)
  5. Issue #3493 - backport BeanParam support from 3.x (details)
  6. RFC 6570 implementation (details)
  7. Encode curly brackets in proxy client (details)
  8. Bump org.apache.maven:maven-compat (details)
  9. Bump org.apache.maven:maven-core (details)
  10. Bump org.apache.maven:maven-core (details)
  11. update license check plugin to the latest released version (details)
  12. HTTP/2 for Jetty connector (#5294) (details)
  13. Deprecate duplicated methods and fields in MBR/MBW (details)
  14. Fix nio failures on Windows (details)
  15. Created an example with Jakarta REST 3.1 SeBootstrap & Multipart (details)
  16. Describe Java SE compatibility and Jetty modules compatibility (details)
  17. Upgrade to Jetty 12 (details)
  18. Enable @FormData EntityPart injection to fields (details)
  19. Support a single EntityPart as an entity (details)
  20. Prevent Class Cast Exception in cases where two classloaders handle the same TracingLogger (details)
  21. Allowing using SSLContext supplier per request by the NettyConnector (details)
  22. Adopt Jackson 2.15 (details)
  23. Added jersey-micrometer module (#5391) (details)
  24. Jetty HTTP2 modules added to the bom/pom.xml (details)
  25. Netty Expect:100-continue feature support (#5412) (details)
  26. Propagate back-pressure correctly in MP REST Client SSE publisher (#5426) (details)
  27. ApiDocs fixes (details)
  28. Filter headers for netty HTTP redirect and CONNECT requests (details)
  29. Expect:100-continue fixes for Netty (details)
  30. Decode extended filename in multipart content-disposition (details)
  31. Fix normalizing URIs with percent encoded symbols (details)
  32. Race condition (#5359) (details)
  33. Fixing servlet ResponseWriter#writeResponseStatusAndHeaders for error states (details)
  34. Support multipart by Jetty & Netty (details)
  35. Add constants of Reponse Statuses and Http Header Names (details)
  36. Adopt ASM 9.6 (details)
  37. UserGuide and example extended for Micrometer integration (#5427) (details)
  38. Fix Jackson 15 -> Jackson 2.15 documentation (details)
  39. proper way of removing a handler (details)
  40. Fix query param in UriBuilder (details)
  41. ApiDocs bundle fix (details)
  42. 2.41 (details)
  43. 2.42-SNAPSHOT (details)
  44. Updated Parsson (details)
  45. Revert Jetty Plugin version (details)
  46. Jersey User Guide: Jackson 2.14 -> 2.15 migration (details)
  47. Moxy version update (details)
  48. Versions update (details)
  49. re-packaged Jackson version update (details)
  50. 3.0.12 (details)
  51. 3.0.99-SNAPSHOT (details)
  52. After merge adjustments (details)
  53. CP year (details)
  54. Set the RuntimeDelegate not to need it being looked up again and again (details)
  55. HTTP/2 Jetty 11 support removed (to be re-worked for Jetty 12) (details)
  56. Examples cleanup (details)
  57. SameSite is capital first letter only. (details)
  58. Allow @Priority for ExceptionMapper (details)
  59. RegularExpression in Uri Template IS NOT optional (details)
  60. additional merging changes (details)
  61. Drop 11 for Jetty11 classnames (details)
Commit 8cee8f4ac8d95ba1feae623b8adfa33f766569c0 by 24524084+senivam
GraalVM 20.0.1 adaptation

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified examples/helloworld-programmatic/src/main/resources/META-INF/native-image/org.glassfish.jersey.examples/helloworld-programmatic/native-image.properties (diff)
The file was modified pom.xml (diff)
The file was modified core-common/src/main/resources/META-INF/native-image/org.glassfish.jersey.core/jersey-common/reflect-config.json (diff)
The file was modified core-server/src/main/resources/META-INF/native-image/org.glassfish.jersey.core/jersey-server/reflect-config.json (diff)
The file was modified examples/helloworld/src/main/resources/META-INF/native-image/org.glassfish.jersey.examples/helloworld/native-image.properties (diff)
The file was modified examples/helloworld-pure-jax-rs/src/main/resources/META-INF/native-image/org.glassfish.jersey.examples/helloworld-pure-jax-rs/native-image.properties (diff)
Commit 7192d0d18865341d3c43f11c18a1d510d23addc4 by Maxim Nesen
exclude version-agnostic module from version check

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified .github/workflows/maven.yml (diff)
Commit e70873aa0e59836634a99c2b23ad1475d9693173 by Maxim Nesen
HTTP/2 for JNH connector

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified connectors/jnh-connector/src/main/java/org/glassfish/jersey/jnh/connector/JavaNetHttpConnector.java (diff)
The file was addedconnectors/jnh-connector/src/test/java/org/glassfish/jersey/jnh/connector/Http2PresenceTest.java
The file was modified docs/src/main/docbook/jersey.ent (diff)
The file was modified connectors/jnh-connector/src/main/java/org/glassfish/jersey/jnh/connector/JavaNetHttpClientProperties.java (diff)
The file was modified docs/src/main/docbook/appendix-properties.xml (diff)
Commit 81d03fcbe8fb3629e82f00925b6264829e2fb238 by noreply
Using Java7+ NIO API for improved performance (#5350)

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/wadl/config/WadlGeneratorLoaderTest.java (diff)
The file was modified core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/JarZipSchemeResourceFinderFactory.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 tests/performance/jmx-client/src/main/java/org/glassfish/jersey/tests/performance/jmxclient/Main.java (diff)
The file was modified tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestDataGeneratorApp.java (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/message/internal/UtilsTest.java (diff)
The file was modified core-server/src/main/java/org/glassfish/jersey/server/wadl/internal/generators/WadlGeneratorGrammarsSupport.java (diff)
The file was modified tests/release-test/src/test/java/org/glassfish/jersey/test/artifacts/NoticeFilesTest.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/JarUtils.java (diff)
The file was modified ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/spi/AbstractTemplateProcessor.java (diff)
The file was modified tools/jersey-doc-modulelist-maven-plugin/src/main/java/org/glassfish/jersey/tools/plugins/GenerateJerseyModuleListMojo.java (diff)
The file was modified ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java (diff)
The file was modified core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/FilesScanner.java (diff)
The file was modified core-server/src/main/java/org/glassfish/jersey/server/wadl/internal/generators/resourcedoc/WadlGeneratorResourceDocSupport.java (diff)
The file was modified core-common/src/main/java/org/glassfish/jersey/message/internal/ReaderWriter.java (diff)
The file was modified core-server/src/main/java/org/glassfish/jersey/server/wadl/internal/generators/WadlGeneratorApplicationDoc.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/scanning/JarFileScannerTest.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 ext/wadl-doclet/src/main/java/org/glassfish/jersey/wadl/doclet/DocletUtils.java (diff)
The file was modified core-common/src/main/java/org/glassfish/jersey/message/internal/FileProvider.java (diff)
The file was modified core-common/src/main/java/org/glassfish/jersey/SslConfigurator.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/api/UnsafeCharsInUriTest.java (diff)
The file was modified core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/FileSchemeResourceFinderFactory.java (diff)
The file was modified examples/reload/src/main/java/org/glassfish/jersey/examples/reload/App.java (diff)
The file was modified tests/release-test/src/main/java/org/glassfish/jersey/test/artifacts/MavenUtil.java (diff)
The file was modified examples/osgi-helloworld-webapp/functional-test/src/test/java/org/glassfish/jersey/examples/helloworld/test/AbstractWebAppTest.java (diff)
Commit 3035f37f1092e5f8ce41d4d5a746f24cfd41b887 by Maxim Nesen
Issue #3493 - backport BeanParam support from 3.x

Co-Authored-By: Richard Obersheimer <richard.obersheimer@anderscore.com>
Signed-off-by: Denis Karabetsky <karabetsky@gmail.com>
The file was modified ext/proxy-client/src/test/java/org/glassfish/jersey/client/proxy/MySubResource.java (diff)
The file was addedext/proxy-client/src/test/java/org/glassfish/jersey/client/proxy/RequestParametersTest.java
The file was addedext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/RequestParameters.java
The file was addedext/proxy-client/src/test/java/org/glassfish/jersey/client/proxy/MyGetBeanParam.java
The file was modified ext/proxy-client/src/test/java/org/glassfish/jersey/client/proxy/MyResourceIfc.java (diff)
The file was addedext/proxy-client/src/test/java/org/glassfish/jersey/client/proxy/MySubBeanParam.java
The file was modified ext/proxy-client/src/test/java/org/glassfish/jersey/client/proxy/Valid.java (diff)
The file was addedext/proxy-client/src/test/java/org/glassfish/jersey/client/proxy/WebResourceFactoryBeanParamTest.java
The file was modified ext/proxy-client/src/test/java/org/glassfish/jersey/client/proxy/MyBean.java (diff)
The file was addedext/proxy-client/src/test/java/org/glassfish/jersey/client/proxy/MyResourceWithBeanParam.java
The file was addedext/proxy-client/src/test/java/org/glassfish/jersey/client/proxy/MyResourceWithBeanParamIfc.java
The file was modified ext/proxy-client/src/test/java/org/glassfish/jersey/client/proxy/MySubResourceIfc.java (diff)
The file was modified ext/proxy-client/src/test/java/org/glassfish/jersey/client/proxy/WebResourceFactoryTest.java (diff)
The file was modified ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/WebResourceFactory.java (diff)
The file was addedext/proxy-client/src/test/java/org/glassfish/jersey/client/proxy/MyBeanParam.java
The file was modified ext/proxy-client/src/test/java/org/glassfish/jersey/client/proxy/MyResource.java (diff)
Commit cb031c7cff8152c665db287e2d8e21181928149b by Maxim Nesen
RFC 6570 implementation
Reworked UriTemplateParser & UriTemplate to be better extendable and processed just once

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified core-common/src/main/java/org/glassfish/jersey/uri/UriComponent.java (diff)
The file was modified core-common/src/main/java/org/glassfish/jersey/uri/internal/UriTemplateParser.java (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/uri/UriTemplateTest.java (diff)
The file was modified core-common/src/main/java/org/glassfish/jersey/uri/UriTemplate.java (diff)
The file was modified tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/uri/internal/JerseyUriBuilderTest.java (diff)
The file was addedcore-common/src/main/java/org/glassfish/jersey/uri/internal/TemplateVariable.java
The file was modified incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/ELLinkBuilder.java (diff)
The file was addedcore-common/src/main/java/org/glassfish/jersey/uri/internal/UriPart.java
Commit c5ad99ac7f4534241c97bb36cac35fb36a12e20c by Maxim Nesen
Encode curly brackets in proxy client

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/RequestParameters.java (diff)
The file was modified ext/proxy-client/src/test/java/org/glassfish/jersey/client/proxy/WebResourceFactoryTest.java (diff)
Commit 1c0524e262116808397c18111f65eebcd4b63806 by Maxim Nesen
Bump org.apache.maven:maven-compat

Bumps [org.apache.maven:maven-compat](https://github.com/apache/maven) from 3.6.0 to 3.8.1.
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](https://github.com/apache/maven/compare/maven-3.6.0...maven-3.8.1)

---
updated-dependencies:
- dependency-name: org.apache.maven:maven-compat
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
The file was modified tools/jersey-release-notes-maven-plugin/pom.xml (diff)
Commit ecbc8768d0df6e77c4c83bec081edcc7a47595e7 by Maxim Nesen
Bump org.apache.maven:maven-core

Bumps [org.apache.maven:maven-core](https://github.com/apache/maven) from 3.6.2 to 3.8.1.
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](https://github.com/apache/maven/compare/maven-3.6.2...maven-3.8.1)

---
updated-dependencies:
- dependency-name: org.apache.maven:maven-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
The file was modified tools/jersey-release-notes-maven-plugin/pom.xml (diff)
Commit 7c0377a63ed79efdc7ce88df79468fbf002893a8 by Maxim Nesen
Bump org.apache.maven:maven-core

Bumps [org.apache.maven:maven-core](https://github.com/apache/maven) from 3.6.3 to 3.8.1.
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](https://github.com/apache/maven/compare/maven-3.6.3...maven-3.8.1)

---
updated-dependencies:
- dependency-name: org.apache.maven:maven-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
The file was modified tools/jersey-doc-modulelist-maven-plugin/pom.xml (diff)
Commit 334cab2c9bfe54ffc3679898880948764eb74f5b by Maxim Nesen
update license check plugin to the latest released version

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified pom.xml (diff)
Commit cacccd9abbcf17234da80e335bdcdebc866322e0 by noreply
HTTP/2 for Jetty connector (#5294)

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was addedconnectors/jetty-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/AuthFilterTest.java
The file was addedconnectors/jetty-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/CustomLoggingFilter.java
The file was addedcontainers/jetty-http2/src/test/java/org/glassfish/jersey/jetty/http2/AsyncTest.java
The file was addedconnectors/jetty-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/TraceSupportTest.java
The file was addedcontainers/jetty-http2/src/test/java/org/glassfish/jersey/jetty/http2/OptionsTest.java
The file was addedconnectors/jetty-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/TimeoutTest.java
The file was addedconnectors/jetty-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/AsyncTest.java
The file was addedconnectors/jetty-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/UnderlyingHttpClientAccessTest.java
The file was addedconnectors/jetty-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/ManagedClientTest.java
The file was addedconnectors/jetty-http2-connector/src/main/java/org/glassfish/jersey/jetty/http2/connector/JettyHttp2Connector.java
The file was addedconnectors/jetty-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/NoEntityTest.java
The file was addedconnectors/jetty-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/FollowRedirectsTest.java
The file was addedconnectors/jetty-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/EntityTest.java
The file was addedconnectors/jetty-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/Http2PresenceTest.java
The file was addedconnectors/jetty-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/GZIPContentEncodingTest.java
The file was addedconnectors/jetty-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/AuthTest.java
The file was addedconnectors/jetty-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/MethodTest.java
The file was addedconnectors/jetty-http2-connector/src/main/java/org/glassfish/jersey/jetty/http2/connector/package-info.java
The file was addedconnectors/jetty-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/CookieTest.java
The file was addedconnectors/jetty-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/ErrorTest.java
The file was modified connectors/jetty-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java (diff)
The file was addedconnectors/jetty-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/HttpHeadersTest.java
The file was addedconnectors/jetty-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/SyncResponseSizeTest.java
The file was addedconnectors/jetty-http2-connector/pom.xml
The file was modified connectors/pom.xml (diff)
The file was addedcontainers/jetty-http2/src/test/java/org/glassfish/jersey/jetty/http2/LifecycleListenerTest.java
The file was addedconnectors/jetty-http2-connector/src/main/java/org/glassfish/jersey/jetty/http2/connector/JettyHttp2ConnectorProvider.java
The file was addedconnectors/jetty-http2-connector/src/main/java/org/glassfish/jersey/jetty/http2/connector/JettyHttp2ClientSupplier.java
The file was addedconnectors/jetty-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/HelloWorldTest.java
The file was addedcontainers/jetty-http2/src/test/java/org/glassfish/jersey/jetty/http2/AbstractJettyServerTester.java
The file was modified pom.xml (diff)
The file was addedcontainers/jetty-http2/src/test/java/org/glassfish/jersey/jetty/http2/ExceptionTest.java
The file was modified containers/jetty-http2/src/main/java/org/glassfish/jersey/jetty/http2/JettyHttp2ContainerFactory.java (diff)
Commit e3c394199345fa0670bd0e1a0f8beb0448f2fac0 by 15908245+jansupol
Deprecate duplicated methods and fields in MBR/MBW

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/entity/JettisonObjectProvider.java (diff)
The file was modified media/json-gson/src/main/java/org/glassfish/jersey/gson/internal/JsonGsonProvider.java (diff)
The file was modified core-common/src/main/java/org/glassfish/jersey/message/internal/EnumMessageProvider.java (diff)
The file was modified media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/entity/JettisonListElementProvider.java (diff)
The file was modified core-common/src/main/java/org/glassfish/jersey/message/internal/ReaderProvider.java (diff)
The file was modified core-common/src/main/java/org/glassfish/jersey/message/internal/ByteArrayProvider.java (diff)
The file was modified core-common/src/main/java/org/glassfish/jersey/message/internal/InputStreamProvider.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/ProvidersOrderingTest.java (diff)
The file was modified media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java (diff)
The file was modified core-common/src/main/java/org/glassfish/jersey/message/internal/AbstractFormProvider.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/SingletonProviderTest.java (diff)
The file was modified core-common/src/main/java/org/glassfish/jersey/message/internal/DataSourceProvider.java (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/RequestScopedReadEntityTest.java (diff)
The file was modified media/json-binding/src/main/java/org/glassfish/jersey/jsonb/internal/JsonBindingProvider.java (diff)
The file was modified core-common/src/main/java/org/glassfish/jersey/message/internal/StringMessageProvider.java (diff)
The file was modified media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractRootElementJaxbProvider.java (diff)
The file was modified tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/AbstractDisableMetainfServicesLookupTest.java (diff)
The file was modified media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/entity/JettisonJaxbElementProvider.java (diff)
The file was modified media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/entity/JettisonArrayProvider.java (diff)
The file was modified core-common/src/main/java/org/glassfish/jersey/message/internal/AbstractMessageReaderWriterProvider.java (diff)
The file was modified media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/entity/JettisonRootElementProvider.java (diff)
The file was modified core-common/src/main/java/org/glassfish/jersey/message/internal/ReaderWriter.java (diff)
The file was modified core-common/src/main/java/org/glassfish/jersey/message/internal/BasicTypesMessageProvider.java (diff)
The file was modified media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractJaxbElementProvider.java (diff)
The file was modified tests/integration/microprofile/rest-client/src/test/java/org/glassfish/jersey/message/internal/StringMessageProvider.java (diff)
Commit 9d96068c8c7f020fa4742e540649b38d986f9f1a by 15908245+jansupol
Fix nio failures on Windows

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified tools/jersey-doc-modulelist-maven-plugin/src/main/java/org/glassfish/jersey/tools/plugins/GenerateJerseyModuleListMojo.java (diff)
The file was modified ext/wadl-doclet/src/main/java/org/glassfish/jersey/wadl/doclet/DocletUtils.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/JarUtils.java (diff)
The file was modified core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/JarZipSchemeResourceFinderFactory.java (diff)
The file was modified ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/spi/AbstractTemplateProcessor.java (diff)
The file was modified core-common/src/main/java/org/glassfish/jersey/SslConfigurator.java (diff)
Commit e87535bbfc244dd6083ca4b133cae4005e2369a4 by 15908245+jansupol
Created an example with Jakarta REST 3.1 SeBootstrap & Multipart

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was addedexamples/rest31-sebootstrap-multipart/README.MD
The file was addedexamples/rest31-sebootstrap-multipart/src/main/java/org/glassfish/jersey/examples/multipart/webapp/Bean.java
The file was addedexamples/rest31-sebootstrap-multipart/pom.xml
The file was addedexamples/rest31-sebootstrap-multipart/src/main/java/org/glassfish/jersey/examples/multipart/webapp/MyApplication.java
The file was modified examples/pom.xml (diff)
The file was addedexamples/rest31-sebootstrap-multipart/src/main/java/org/glassfish/jersey/examples/multipart/webapp/MultiPartResource.java
The file was addedexamples/rest31-sebootstrap-multipart/src/main/java/org/glassfish/jersey/examples/multipart/webapp/Main.java
The file was modified examples/multipart-webapp/README.MD (diff)
The file was addedexamples/rest31-sebootstrap-multipart/src/test/java/org/glassfish/jersey/examples/multipart/webapp/MultiPartWebAppTest.java
Commit 7aa69fae991b626e6bc0d3e4ab4fddfd2b2fc03b by Maxim Nesen
Describe Java SE compatibility and Jetty modules compatibility

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified docs/src/main/docbook/migration.xml (diff)
The file was modified docs/src/main/docbook/dependencies.xml (diff)
Commit 521015e6c41e94e14acc357914dea7438950fea1 by noreply
Upgrade to Jetty 12

Signed-off-by: Steffen Nießing <zuniquex@protonmail.com>
The file was addedconnectors/jetty-connector/src/main/java17/org/glassfish/jersey/jetty/connector/JettyHttpClientContract.java
The file was modified tests/integration/servlet-3-init-3/pom.xml (diff)
The file was modified connectors/pom.xml (diff)
The file was addedcontainers/jetty-http/src/main/java11/org/glassfish/jersey/jetty/JettyHttpContainer.java
The file was removedconnectors/jetty-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnectorProvider.java
The file was modified containers/jetty-servlet/src/main/resources/org/glassfish/jersey/jetty/servlet/internal/localization.properties (diff)
The file was addedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty11/connector/FollowRedirectsTest.java
The file was addedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty11/connector/AuthFilterTest.java
The file was modified docs/src/main/docbook/appendix-properties.xml (diff)
The file was addedconnectors/jetty-connector/src/main/java11/org/glassfish/jersey/jetty/connector/JettyHttpClientSupplier.java
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/HttpPatchTest.java (diff)
The file was modified tests/integration/servlet-3-init-5/pom.xml (diff)
The file was removedcontainers/jetty-servlet/src/main/java/org/glassfish/jersey/jetty/servlet/JettyWebContainerFactory.java
The file was modified tests/integration/servlet-2.5-init-3/pom.xml (diff)
The file was modified bom/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-8/pom.xml (diff)
The file was addedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty11/connector/EntityTest.java
The file was addedconnectors/jetty-connector/src/main/java11/org/glassfish/jersey/jetty/connector/JettyConnectorProvider.java
The file was modified tests/integration/jersey-2167/pom.xml (diff)
The file was modified tests/integration/externalproperties/src/test/java/org/glassfish/jersey/tests/externalproperties/HttpProxyTest.java (diff)
The file was modified containers/jetty-http2/src/main/resources/org/glassfish/jersey/jetty/http2/localization.properties (diff)
The file was modified tests/integration/servlet-3-init-7/pom.xml (diff)
The file was addedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty11/connector/UnderlyingHttpClientAccessTest.java
The file was modified test-framework/providers/jetty/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-provider/pom.xml (diff)
The file was addedtest-framework/providers/jetty/src/main/java17/org/glassfish/jersey/test/jetty/JettyTestContainerFactory.java
The file was addedconnectors/jetty11-connector/src/main/java/org/glassfish/jersey/jetty11/connector/Jetty11Connector.java
The file was modified tests/integration/servlet-3-chunked-io/pom.xml (diff)
The file was addedconnectors/jetty11-connector/src/main/java/org/glassfish/jersey/jetty11/connector/package-info.java
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/RequestHeaderModificationsTest.java (diff)
The file was addedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty11/connector/ErrorTest.java
The file was addedconnectors/jetty11-connector/src/main/java/org/glassfish/jersey/jetty11/connector/Jetty11ClientProperties.java
The file was modified tests/integration/servlet-3-init-8/pom.xml (diff)
The file was modified tests/integration/jersey-1960/pom.xml (diff)
The file was modified tests/integration/jersey-2878/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-autodiscovery-1/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-4/pom.xml (diff)
The file was removedconnectors/jetty-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java
The file was modified tests/integration/jersey-2322/pom.xml (diff)
The file was modified tests/integration/jersey-1223/pom.xml (diff)
The file was addedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty11/connector/CustomLoggingFilter.java
The file was modified tests/integration/jersey-2673/pom.xml (diff)
The file was removedcontainers/jetty-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainer.java
The file was modified tests/integration/servlet-request-wrapper-binding/pom.xml (diff)
The file was addedconnectors/jetty-connector/src/main/java17/org/glassfish/jersey/jetty/connector/JettyHttpClientSupplier.java
The file was modified tests/integration/jersey-2654/pom.xml (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/proxy/ProxyTest.java (diff)
The file was modified tests/integration/servlet-2.5-inflector-1/pom.xml (diff)
The file was modified tests/integration/servlet-3-filter/pom.xml (diff)
The file was addedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty11/connector/AuthTest.java
The file was modified tests/integration/jersey-4949/pom.xml (diff)
The file was addedcontainers/jetty-servlet/src/main/java11/org/glassfish/jersey/jetty/servlet/JettyWebContainerFactory.java
The file was modified test-framework/providers/jetty-http2/src/main/resources/org/glassfish/jersey/test/jetty/http2/localization.properties (diff)
The file was modified tests/integration/jersey-1667/pom.xml (diff)
The file was addedconnectors/jetty11-connector/src/main/java/org/glassfish/jersey/jetty11/connector/Jetty11ConnectorProvider.java
The file was addedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty11/connector/GZIPContentEncodingTest.java
The file was modified tests/e2e-client/pom.xml (diff)
The file was modified tests/integration/jersey-1883/pom.xml (diff)
The file was modified tests/integration/jersey-2892/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-2/pom.xml (diff)
The file was modified test-framework/providers/jetty/src/main/resources/org/glassfish/jersey/jetty/internal/localization.properties (diff)
The file was modified tests/integration/servlet-2.5-mvc-1/pom.xml (diff)
The file was removedconnectors/jetty-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyHttpClientContract.java
The file was modified tests/integration/sonar-test/pom.xml (diff)
The file was modified tests/integration/servlet-3-params/pom.xml (diff)
The file was modified tests/integration/servlet-tests/pom.xml (diff)
The file was modified tests/integration/jersey-2704/pom.xml (diff)
The file was modified tests/integration/servlet-3-async/pom.xml (diff)
The file was addedtests/integration/tracing-support/src/test/resources/jetty.xml
The file was modified tests/pom.xml (diff)
The file was addedcontainers/jetty-http/src/main/java11/org/glassfish/jersey/jetty/JettyHttpContainerFactory.java
The file was removedconnectors/jetty-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyHttpClientSupplier.java
The file was modified tests/integration/jersey-1604/pom.xml (diff)
The file was addedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty11/connector/CookieTest.java
The file was modified tests/integration/jersey-2637/pom.xml (diff)
The file was modified tests/integration/servlet-3-inflector-1/pom.xml (diff)
The file was modified tests/integration/spring6/pom.xml (diff)
The file was modified tests/integration/jersey-2255/pom.xml (diff)
The file was modified tests/integration/jersey-2612/pom.xml (diff)
The file was addedcontainers/jetty-servlet/src/main/java17/org/glassfish/jersey/jetty/servlet/JettyWebContainerFactory.java
The file was modified tests/integration/jersey-2176/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-1/pom.xml (diff)
The file was addedconnectors/jetty11-connector/src/main/java/org/glassfish/jersey/jetty11/connector/Jetty11HttpClientContract.java
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/ssl/AbstractConnectorServerTest.java (diff)
The file was modified connectors/jetty-connector/src/main/resources/org/glassfish/jersey/jetty/connector/localization.properties (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/container/JerseyContainerTest.java (diff)
The file was modified connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/CookieTest.java (diff)
The file was addedtest-framework/providers/jetty/src/main/java11/org/glassfish/jersey/test/jetty/JettyTestContainerFactory.java
The file was modified containers/grizzly2-http/src/test/java/org/glassfish/jersey/grizzly2/httpserver/test/tools/JettyHttpClientThread.java (diff)
The file was removedcontainers/jetty-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpServer.java
The file was modified tests/integration/jersey-2335/pom.xml (diff)
The file was modified archetypes/jersey-heroku-webapp/src/main/resources/archetype-resources/src/main/java/heroku/Main.java (diff)
The file was addedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty11/connector/ManagedClientTest.java
The file was modified docs/src/main/docbook/jersey.ent (diff)
The file was removedcontainers/jetty-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainerFactory.java
The file was modified tests/integration/jersey-1928/pom.xml (diff)
The file was modified tests/integration/servlet-4.0-mvc-1/pom.xml (diff)
The file was modified containers/jetty-servlet/pom.xml (diff)
The file was modified tests/integration/jersey-1107/pom.xml (diff)
The file was modified tests/integration/jersey-1964/pom.xml (diff)
The file was addedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty11/connector/NoEntityTest.java
The file was modified tests/integration/jersey-2184/pom.xml (diff)
The file was addedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty11/connector/MethodTest.java
The file was addedconnectors/jetty11-connector/src/main/resources/org/glassfish/jersey/jetty11/connector/localization.properties
The file was modified docs/src/main/docbook/dependencies.xml (diff)
The file was modified tests/integration/jersey-2160/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-4/pom.xml (diff)
The file was modified tests/integration/pom.xml (diff)
The file was modified containers/grizzly2-http/pom.xml (diff)
The file was addedconnectors/jetty11-connector/pom.xml
The file was modified tests/integration/servlet-request-wrapper-binding-2/pom.xml (diff)
The file was addedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty11/connector/AsyncTest.java
The file was addedcontainers/jetty-http/src/main/java17/org/glassfish/jersey/jetty/JettyHttpContainer.java
The file was modified tests/integration/servlet-2.5-init-6/pom.xml (diff)
The file was removedtest-framework/providers/jetty/src/main/java/org/glassfish/jersey/test/jetty/JettyTestContainerFactory.java
The file was modified tests/integration/servlet-2.5-autodiscovery-2/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-1/src/test/java/org/glassfish/jersey/tests/integration/servlet_25_init_1/Servlet25Init1ITCase.java (diff)
The file was modified tests/integration/servlet-2.5-mvc-2/pom.xml (diff)
The file was addedconnectors/jetty-connector/src/main/java17/org/glassfish/jersey/jetty/connector/JettyConnector.java
The file was modified tests/integration/jersey-3796/pom.xml (diff)
The file was modified archetypes/jersey-heroku-webapp/src/main/resources/archetype-resources/pom.xml (diff)
The file was modified connectors/jetty-connector/pom.xml (diff)
The file was addedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty11/connector/SyncResponseSizeTest.java
The file was addedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty11/connector/TimeoutTest.java
The file was modified media/multipart/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-5/pom.xml (diff)
The file was modified ext/microprofile/mp-config/pom.xml (diff)
The file was modified connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/AuthTest.java (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-2.5-init-7/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-mvc-3/pom.xml (diff)
The file was modified tests/integration/async-jersey-filter/pom.xml (diff)
The file was addedconnectors/jetty-connector/src/main/java11/org/glassfish/jersey/jetty/connector/JettyHttpClientContract.java
The file was addedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty11/connector/HelloWorldTest.java
The file was addedconnectors/jetty-connector/src/main/java17/org/glassfish/jersey/jetty/connector/JettyConnectorProvider.java
The file was addedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty11/connector/TraceSupportTest.java
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/proxy/ProxySelectorTest.java (diff)
The file was addedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty11/connector/HttpHeadersTest.java
The file was addedconnectors/jetty11-connector/src/main/java/org/glassfish/jersey/jetty11/connector/Jetty11HttpClientSupplier.java
The file was modified tests/integration/tracing-support/pom.xml (diff)
The file was addedcontainers/jetty-http/src/main/java17/org/glassfish/jersey/jetty/JettyHttpContainerFactory.java
The file was modified tests/integration/jersey-2551/pom.xml (diff)
The file was modified tests/integration/security-digest/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified tests/integration/servlet-3-init-9/pom.xml (diff)
The file was modified tests/e2e/pom.xml (diff)
The file was modified tests/integration/jersey-2031/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-2/pom.xml (diff)
The file was modified tests/integration/jersey-780/pom.xml (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/container/Jersey2462Test.java (diff)
The file was modified containers/jetty-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainerProvider.java (diff)
The file was modified docs/src/main/docbook/client.xml (diff)
The file was modified tests/integration/jersey-2794/pom.xml (diff)
The file was modified tests/integration/jersey-2846/pom.xml (diff)
The file was addedcontainers/jetty-http/src/main/java17/org/glassfish/jersey/jetty/JettyHttpServer.java
The file was modified tests/integration/jersey-2164/pom.xml (diff)
The file was modified containers/jetty-http/src/main/resources/org/glassfish/jersey/jetty/internal/localization.properties (diff)
The file was modified tests/integration/servlet-3-init-6/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-1/pom.xml (diff)
The file was modified docs/src/main/docbook/modules.xml (diff)
The file was modified tests/integration/jersey-2689/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-filter/pom.xml (diff)
The file was modified tests/integration/jaxrs-component-inject/pom.xml (diff)
The file was addedcontainers/jetty-http/src/main/java11/org/glassfish/jersey/jetty/JettyHttpServer.java
The file was modified containers/jetty-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpServerProvider.java (diff)
Commit 4d391565ba289c79c40ef700e5368a69502aa49a by Maxim Nesen
Enable @FormData EntityPart injection to fields

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was addedmedia/multipart/src/test/java/org/glassfish/jersey/media/multipart/internal/EntityPartBeansTest.java
The file was modified core-server/src/main/java/org/glassfish/jersey/server/internal/inject/FormParamValueParamProvider.java (diff)
Commit f5abcafae9e3369a68491f0ba92a06825acf8c53 by Maxim Nesen
Support a single EntityPart as an entity

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was addedmedia/multipart/src/main/java/org/glassfish/jersey/media/multipart/internal/SingleEntityPartWriter.java
The file was modified media/multipart/src/main/java/org/glassfish/jersey/media/multipart/MultiPartFeature.java (diff)
The file was modified media/multipart/src/test/java/org/glassfish/jersey/media/multipart/internal/EntityPartTest.java (diff)
The file was addedmedia/multipart/src/main/java/org/glassfish/jersey/media/multipart/internal/SingleEntityPartReader.java
Commit 5a2b2512c9f2480f5a8b792a7ff934045be7f288 by 15908245+jansupol
Prevent Class Cast Exception in cases where two classloaders handle the same TracingLogger

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified core-common/src/main/java/org/glassfish/jersey/message/internal/TracingLogger.java (diff)
Commit 73bdf5ff2deb24e72e7fd5c8dfa78017bb581387 by 15908245+jansupol
Allowing using SSLContext supplier per request by the NettyConnector

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was addedtests/e2e-tls/src/test/resources/server-identity.jks
The file was modified core-client/src/main/java/org/glassfish/jersey/client/JerseyClient.java (diff)
The file was addedtests/e2e-tls/src/test/java/org/glassfish/jersey/tests/e2e/tls/SslContextPerRequestTest.java
The file was modified docs/src/main/docbook/jersey.ent (diff)
The file was modified connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyClientProperties.java (diff)
The file was modified core-client/src/main/java/org/glassfish/jersey/client/JerseyClientBuilder.java (diff)
The file was modified core-common/src/main/java/org/glassfish/jersey/internal/util/collection/Value.java (diff)
The file was modified core-client/src/main/java/org/glassfish/jersey/client/internal/HttpUrlConnector.java (diff)
The file was modified core-client/src/main/java/org/glassfish/jersey/client/ClientProperties.java (diff)
The file was addedtests/e2e-tls/src/test/resources/client-truststore.jks
The file was addedcore-client/src/main/java/org/glassfish/jersey/client/SslContextClientBuilder.java
The file was modified docs/src/main/docbook/appendix-properties.xml (diff)
The file was modified connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java (diff)
Commit e79aa535afe6f2c9fb7b0a39e4d0cc02d198c99a by 15908245+jansupol
Adopt Jackson 2.15

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified media/json-jackson/src/main/java/org/glassfish/jersey/jackson/JacksonFeature.java (diff)
The file was modified core-common/src/main/java/org/glassfish/jersey/message/MessageProperties.java (diff)
The file was modified pom.xml (diff)
The file was modified media/json-jackson/src/main/resources/META-INF/NOTICE.markdown (diff)
The file was addedmedia/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/jackson/jaxrs/json/package-info.java
The file was modified examples/NOTICE.md (diff)
The file was addedmedia/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/jackson/jaxrs/util/package-info.java
The file was addedmedia/json-jackson/src/test/java/org/glassfish/jersey/jackson/internal/StreamReadConstrainsTest.java
The file was modified docs/src/main/docbook/media.xml (diff)
The file was addedmedia/json-jackson/src/main/resources/org/glassfish/jersey/jackson/localization.properties
The file was modified tests/integration/pom.xml (diff)
The file was addedtests/integration/jackson-14/pom.xml
The file was modified docs/src/main/docbook/jersey.ent (diff)
The file was modified NOTICE.md (diff)
The file was modified media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/jackson/jaxrs/cfg/JaxRSFeature.java (diff)
The file was modified docs/src/main/docbook/migration.xml (diff)
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/java/org/glassfish/jersey/jackson/internal/jackson/jaxrs/json/PackageVersion.java (diff)
The file was addedtests/integration/jackson-14/src/test/java/org/glassfish/jersey/integration/jackson14/Jackson14DependencyTest.java
The file was addedmedia/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/jackson/jaxrs/annotation/package-info.java
The file was modified docs/src/main/docbook/appendix-properties.xml (diff)
The file was addedmedia/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/jackson/jaxrs/json/annotation/package-info.java
The file was modified media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/jackson/jaxrs/base/ProviderBase.java (diff)
Commit 619ebefb168eead0012b10ee7935f07862ca53d8 by noreply
Added jersey-micrometer module (#5391)

Signed-off-by: Marcin Grzejszczak <marcin@grzejszczak.pl>
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
Co-authored-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified bom/pom.xml (diff)
The file was addedexamples/micrometer/pom.xml
The file was addedext/micrometer/src/main/java/org/glassfish/jersey/micrometer/server/MetricsRequestEventListener.java
The file was addedexamples/micrometer/src/main/java/org/glassfish/jersey/examples/micrometer/MetricsResource.java
The file was modified ext/spring5/pom.xml (diff)
The file was addedext/micrometer/src/main/java/org/glassfish/jersey/micrometer/server/JerseyTags.java
The file was modified pom.xml (diff)
The file was addedexamples/micrometer/src/main/java/org/glassfish/jersey/examples/micrometer/App.java
The file was addedext/micrometer/src/test/java/org/glassfish/jersey/micrometer/server/observation/ObservationApplicationEventListenerTest.java
The file was addedext/micrometer/pom.xml
The file was addedext/micrometer/src/main/java/org/glassfish/jersey/micrometer/server/JerseyKeyValues.java
The file was addedext/micrometer/src/main/java/org/glassfish/jersey/micrometer/server/TimedFinder.java
The file was addedext/micrometer/src/main/java/org/glassfish/jersey/micrometer/server/JerseyTagsProvider.java
The file was addedext/micrometer/src/main/java/org/glassfish/jersey/micrometer/server/AnnotationFinder.java
The file was addedexamples/micrometer/README.MD
The file was addedext/micrometer/src/test/java/org/glassfish/jersey/micrometer/server/exception/ResourceGoneException.java
The file was addedext/micrometer/src/test/java/org/glassfish/jersey/micrometer/server/MetricsRequestEventListenerTimedTest.java
The file was addedext/micrometer/src/test/java/org/glassfish/jersey/micrometer/server/mapper/ResourceGoneExceptionMapper.java
The file was addedexamples/micrometer/src/main/java/org/glassfish/jersey/examples/micrometer/MicrometerResource.java
The file was modified examples/pom.xml (diff)
The file was addedext/micrometer/src/main/java/org/glassfish/jersey/micrometer/server/DefaultJerseyObservationConvention.java
The file was addedexamples/micrometer/src/test/java/org/glassfish/jersey/examples/micrometer/MicrometerTest.java
The file was addedext/micrometer/src/main/java/org/glassfish/jersey/micrometer/server/DefaultJerseyTagsProvider.java
The file was addedext/micrometer/src/main/java/org/glassfish/jersey/micrometer/server/ObservationApplicationEventListener.java
The file was addedext/micrometer/src/test/java/org/glassfish/jersey/micrometer/server/observation/AbstractObservationRequestEventListenerTest.java
The file was addedext/micrometer/src/test/java/org/glassfish/jersey/micrometer/server/resources/TestResource.java
The file was addedext/micrometer/src/main/java/org/glassfish/jersey/micrometer/server/ObservationRequestEventListener.java
The file was addedext/micrometer/src/test/java/org/glassfish/jersey/micrometer/server/resources/TimedOnClassResource.java
The file was addedext/micrometer/src/main/java/org/glassfish/jersey/micrometer/server/MetricsApplicationEventListener.java
The file was addedext/micrometer/src/main/java/org/glassfish/jersey/micrometer/server/JerseyObservationDocumentation.java
The file was addedext/micrometer/src/test/java/org/glassfish/jersey/micrometer/server/MetricsRequestEventListenerTest.java
The file was modified ext/spring4/pom.xml (diff)
The file was addedext/micrometer/src/test/java/org/glassfish/jersey/micrometer/server/DefaultJerseyTagsProviderTest.java
The file was modified ext/pom.xml (diff)
The file was addedext/micrometer/src/main/java/org/glassfish/jersey/micrometer/server/JerseyContext.java
The file was addedext/micrometer/src/main/java/org/glassfish/jersey/micrometer/server/package-info.java
The file was addedext/micrometer/src/main/java/org/glassfish/jersey/micrometer/server/JerseyObservationConvention.java
The file was addedext/micrometer/src/test/java/org/glassfish/jersey/micrometer/server/resources/TimedResource.java
Commit 376e94db8db2b78f336dcb6f83b1baf686f5a72d by Maxim Nesen
Jetty HTTP2 modules added to the bom/pom.xml

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified bom/pom.xml (diff)
Commit 8a63706db096dcadd0e13195515c56b9cb394279 by noreply
Netty Expect:100-continue feature support (#5412)

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java (diff)
The file was modified containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyServerInitializer.java (diff)
The file was modified core-client/src/main/java/org/glassfish/jersey/client/internal/HttpUrlConnector.java (diff)
The file was addedconnectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/Expect100ContinueConnectorExtension.java
The file was addedtests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/nettyconnector/Expect100ContinueTest.java
The file was modified core-client/src/main/java/org/glassfish/jersey/client/internal/ConnectorExtension.java (diff)
The file was modified tests/e2e-client/pom.xml (diff)
Commit 3aaa3f9b587ae87161cb536bbcd3752d5541de24 by noreply
Propagate back-pressure correctly in MP REST Client SSE publisher (#5426)

* Propagate backpressure correctly in MP REST Client SSE publisher #5425
The file was modified ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/SseEventPublisher.java (diff)
Commit 065584beed8787b86d1153c8262802d2f133ce34 by Maxim Nesen
ApiDocs fixes

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified pom.xml (diff)
Commit cbda4fce14f61b33fe96c39e3e1b252be00ce3f3 by Maxim Nesen
Filter headers for netty HTTP redirect and CONNECT requests

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/JerseyClientHandler.java (diff)
The file was addedconnectors/netty-connector/src/test/java/org/glassfish/jersey/netty/connector/RedirectHeadersTest.java
The file was modified connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyClientProperties.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-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/proxy/ProxySelectorTest.java (diff)
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 tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/proxy/ProxyTest.java (diff)
Commit dbbf057ea1ebb38d80924b2cbf3b4ae859238d43 by Maxim Nesen
Expect:100-continue fixes for Netty

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyServerInitializer.java (diff)
The file was modified containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyServerHandler.java (diff)
The file was modified connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java (diff)
The file was modified docs/src/main/docbook/appendix-properties.xml (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/nettyconnector/Expect100ContinueTest.java (diff)
The file was modified connectors/netty-connector/src/main/resources/org/glassfish/jersey/netty/connector/localization.properties (diff)
The file was modified docs/src/main/docbook/jersey.ent (diff)
The file was modified tests/integration/jackson-14/pom.xml (diff)
The file was modified connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/Expect100ContinueConnectorExtension.java (diff)
The file was modified containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/HttpVersionChooser.java (diff)
The file was modified connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyClientProperties.java (diff)
The file was addedconnectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/JerseyExpectContinueHandler.java
Commit 4f2b834969194e651fe9cdf504536f7a256862d1 by Maxim Nesen
Decode extended filename in multipart content-disposition

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified media/multipart/src/main/resources/org/glassfish/jersey/media/multipart/internal/localization.properties (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/api/ContentDispositionTest.java (diff)
The file was modified media/multipart/src/main/java/org/glassfish/jersey/media/multipart/ContentDisposition.java (diff)
Commit 313cc368d9ac46767fa84e3864b6fa1382373c2b by Maxim Nesen
Fix normalizing URIs with percent encoded symbols

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/uri/internal/JerseyUriBuilderTest.java (diff)
The file was modified core-common/src/main/java/org/glassfish/jersey/uri/UriTemplate.java (diff)
Commit d4a0612015299d5912f152dcf018b4d1196bdb18 by noreply
Race condition (#5359)

The file was modified core-client/src/main/java/org/glassfish/jersey/client/internal/HttpUrlConnector.java (diff)
The file was modified core-client/src/main/java/org/glassfish/jersey/client/HttpUrlConnectorProvider.java (diff)
Commit a837087020aeb0964c68bbbe7c205c709f95567c by Maxim Nesen
Fixing servlet ResponseWriter#writeResponseStatusAndHeaders for error states
Bug 5279

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ResponseWriter.java (diff)
Commit b074c47ce70d28cfc9e6cb0b1077890b289d7247 by 15908245+jansupol
Support multipart by Jetty & Netty

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified connectors/jetty-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java (diff)
The file was modified media/multipart/src/test/java/org/glassfish/jersey/media/multipart/internal/MultiPartHeaderModificationTest.java (diff)
The file was modified connectors/netty-connector/src/test/java/org/glassfish/jersey/netty/connector/HttpHeadersTest.java (diff)
The file was modified connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/JerseyExpectContinueHandler.java (diff)
The file was addedtests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/MultiPartTest.java
The file was modified connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java (diff)
The file was modified connectors/netty-connector/src/test/java/org/glassfish/jersey/netty/connector/BufferedTest.java (diff)
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/RequestHeaderModificationsTest.java (diff)
Commit 82320497530b4b1e479eda9b58d8f817d4515721 by 15908245+jansupol
Add constants of Reponse Statuses and Http Header Names
Review filtered headers in Netty connector to be filtered
Implement Netty Redirect based on RELATIVE location

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was addedcore-common/src/main/java/org/glassfish/jersey/http/HttpHeaders.java
The file was addedcore-common/src/main/java/org/glassfish/jersey/http/package-info.java
The file was modified connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java (diff)
The file was modified core-client/src/main/java/org/glassfish/jersey/client/ClientRequest.java (diff)
The file was modified connectors/netty-connector/src/test/java/org/glassfish/jersey/netty/connector/RedirectHeadersTest.java (diff)
The file was modified core-server/src/main/java/org/glassfish/jersey/server/ContainerRequest.java (diff)
The file was modified connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/JerseyClientHandler.java (diff)
The file was addedcore-common/src/main/java/org/glassfish/jersey/http/ResponseStatus.java
Commit 4c1d91595a7110f548de2703514cae2983125ce1 by 15908245+jansupol
Adopt ASM 9.6

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified core-server/src/main/java/jersey/repackaged/org/objectweb/asm/Frame.java (diff)
The file was modified core-server/src/main/java/jersey/repackaged/org/objectweb/asm/Opcodes.java (diff)
The file was modified core-server/src/main/java/jersey/repackaged/org/objectweb/asm/Type.java (diff)
The file was modified core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/AnnotationAcceptingListener.java (diff)
The file was modified core-server/src/main/java/jersey/repackaged/org/objectweb/asm/ClassWriter.java (diff)
The file was modified core-server/src/main/java/jersey/repackaged/org/objectweb/asm/Symbol.java (diff)
The file was modified core-server/src/main/java/jersey/repackaged/org/objectweb/asm/SymbolTable.java (diff)
The file was modified examples/NOTICE.md (diff)
The file was modified NOTICE.md (diff)
The file was modified core-server/src/main/java/jersey/repackaged/org/objectweb/asm/ClassReader.java (diff)
The file was modified pom.xml (diff)
The file was modified core-server/src/main/resources/META-INF/NOTICE.markdown (diff)
The file was modified core-server/src/main/java/jersey/repackaged/org/objectweb/asm/MethodWriter.java (diff)
The file was modified core-server/src/main/java/jersey/repackaged/org/objectweb/asm/Label.java (diff)
Commit 734e59d236555862a642f42a5a2aab55122f79d5 by noreply
UserGuide and example extended for Micrometer integration (#5427)

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was addedexamples/micrometer/src/main/java/org/glassfish/jersey/examples/micrometer/SummaryResource.java
The file was modified docs/pom.xml (diff)
The file was addeddocs/src/main/docbook/micrometer.xml
The file was addedexamples/micrometer/src/main/java/org/glassfish/jersey/examples/micrometer/MetricsResourceConfig.java
The file was modified examples/micrometer/src/test/java/org/glassfish/jersey/examples/micrometer/MicrometerTest.java (diff)
The file was addedexamples/micrometer/src/main/java/org/glassfish/jersey/examples/micrometer/MetricsStore.java
The file was modified examples/micrometer/src/main/java/org/glassfish/jersey/examples/micrometer/App.java (diff)
The file was modified examples/micrometer/README.MD (diff)
The file was modified docs/src/main/docbook/jersey.ent (diff)
The file was addedexamples/micrometer/src/main/java/org/glassfish/jersey/examples/micrometer/TimedResource.java
The file was modified ext/microprofile/pom.xml (diff)
The file was modified bundles/apidocs/pom.xml (diff)
The file was modified docs/src/main/docbook/user-guide.xml (diff)
The file was modified pom.xml (diff)
The file was modified examples/micrometer/pom.xml (diff)
The file was modified docs/src/main/docbook/client.xml (diff)
The file was modified docs/src/main/docbook/modules.xml (diff)
The file was modified examples/micrometer/src/main/java/org/glassfish/jersey/examples/micrometer/MetricsResource.java (diff)
The file was removedexamples/micrometer/src/main/java/org/glassfish/jersey/examples/micrometer/MicrometerResource.java
Commit 0cca13bc5e996629d6fe63351777faf09e745a61 by 15908245+jansupol
Fix Jackson 15 -> Jackson 2.15 documentation

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified docs/src/main/docbook/migration.xml (diff)
The file was modified media/json-jackson/src/main/resources/org/glassfish/jersey/jackson/localization.properties (diff)
The file was modified tests/integration/jackson-14/pom.xml (diff)
Commit ab217b3415286b11f381cf6f23acca1b44b57a96 by 15908245+jansupol
proper way of removing a handler

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/JerseyExpectContinueHandler.java (diff)
Commit 4de6beef47beba07582dc06afd9ac637e2d39e68 by 15908245+jansupol
Fix query param in UriBuilder

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/uri/internal/JerseyUriBuilderTest.java (diff)
The file was modified core-common/src/main/java/org/glassfish/jersey/uri/UriTemplate.java (diff)
Commit 275ec41a2f0d9298ce6c8712306c687725596857 by Maxim Nesen
ApiDocs bundle fix

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

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified pom.xml (diff)
Commit b0e5e10a598ab921df2a4eef86e4f9400b2ff93b by 15908245+jansupol
Revert Jetty Plugin version

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified pom.xml (diff)
Commit 883264e4ffe19957550b7f8a29feebaafba1b008 by Maxim Nesen
Jersey User Guide: Jackson 2.14 -> 2.15 migration

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified docs/src/main/docbook/migration.xml (diff)
Commit e85bc7ee7afc4019c10e07ca366c3e9beb723fcc by Maxim Nesen
Moxy version update

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified examples/helloworld-pure-jax-rs/pom.xml (diff)
The file was modified core-client/pom.xml (diff)
The file was modified examples/helloworld-programmatic/pom.xml (diff)
The file was modified examples/helloworld/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified examples/osgi-helloworld-webapp/functional-test/pom.xml (diff)
Commit cc83bd44cbe7fecc015e23f72ccb2582573a3ec8 by Maxim Nesen
Versions update

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified media/json-jackson/src/main/resources/META-INF/NOTICE.markdown (diff)
The file was modified pom.xml (diff)
The file was modified examples/NOTICE.md (diff)
The file was modified inject/cdi2-se/pom.xml (diff)
The file was modified test-framework/maven/container-runner-maven-plugin/pom.xml (diff)
The file was modified tests/integration/microprofile/rest-client-tck/pom.xml (diff)
The file was modified archetypes/jersey-heroku-webapp/src/main/resources/archetype-resources/pom.xml (diff)
The file was modified archetypes/jersey-quickstart-grizzly2/src/main/resources/archetype-resources/pom.xml (diff)
The file was modified NOTICE.md (diff)
The file was modified examples/helloworld-cdi2-se/pom.xml (diff)
The file was modified ext/bean-validation/pom.xml (diff)
The file was modified examples/configured-client/pom.xml (diff)
The file was modified tests/integration/tracing-support/pom.xml (diff)
The file was modified tests/e2e/pom.xml (diff)
Commit 09318a40ca0e44b66f567d8a093808f4372af425 by Maxim Nesen
re-packaged Jackson version update

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

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified docs/src/main/docbook/jersey.ent (diff)
The file was modified .github/workflows/maven.yml (diff)
The file was removed.mvn/wrapper/maven-wrapper.jar
The file was modified docs/src/main/docbook/client.xml (diff)
The file was removedmvnw.cmd
The file was modified bundles/apidocs/pom.xml (diff)
The file was removed.mvn/wrapper/maven-wrapper.properties
The file was modified bom/pom.xml (diff)
The file was removedmvnw
Commit 5c5aea060b4c25503a7ae2133a6b5516f0d2e28a by Maxim Nesen
CP year

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified containers/jetty11-http/src/test/java/org/glassfish/jersey/jetty11/LifecycleListenerTest.java (diff)
The file was modified containers/jetty11-http/src/main/java/org/glassfish/jersey/jetty11/Jetty11HttpContainerFactory.java (diff)
The file was modified containers/jetty11-http/src/main/java/org/glassfish/jersey/jetty11/Jetty11HttpServerProvider.java (diff)
The file was modified containers/jetty11-http/src/test/java/org/glassfish/jersey/jetty11/ExceptionTest.java (diff)
The file was modified containers/jetty11-http/src/test/java/org/glassfish/jersey/jetty11/OptionsTest.java (diff)
The file was modified containers/jetty11-http/src/main/java/org/glassfish/jersey/jetty11/Jetty11HttpServer.java (diff)
The file was modified containers/jetty11-http/src/main/java/org/glassfish/jersey/jetty11/package-info.java (diff)
The file was modified containers/jetty11-http/src/main/resources/org/glassfish/jersey/jetty11/internal/localization.properties (diff)
The file was modified containers/jetty11-http/src/test/java/org/glassfish/jersey/jetty11/AsyncTest.java (diff)
Commit 8d6b0ba9691cebc628b5929a7fd92b156778543d by 15908245+jansupol
Set the RuntimeDelegate not to need it being looked up again and again

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified core-common/src/main/java/org/glassfish/jersey/internal/RuntimeDelegateImpl.java (diff)
Commit 4cce118925c1349cd4c4734ccf6d01ed8551dc91 by Maxim Nesen
HTTP/2 Jetty 11 support removed (to be re-worked for Jetty 12)

Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified bom/pom.xml (diff)
The file was modified containers/pom.xml (diff)
The file was modified docs/src/main/docbook/migration.xml (diff)
The file was modified ext/bean-validation/pom.xml (diff)
The file was modified test-framework/providers/pom.xml (diff)
The file was modified inject/cdi2-se/pom.xml (diff)
The file was modified bundles/apidocs/pom.xml (diff)
The file was modified tests/e2e/pom.xml (diff)
The file was modified connectors/pom.xml (diff)
The file was modified docs/src/main/docbook/modules.xml (diff)
Commit a0e9568d45ae8f67af4bcdc26ceb2c7de311eb11 by Maxim Nesen
Examples cleanup

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified examples/helloworld-spring-webapp/pom.xml (diff)
The file was modified examples/cdi-webapp/pom.xml (diff)
The file was modified examples/rx-client-webapp/pom.xml (diff)
The file was modified examples/helloworld-cdi2-se/pom.xml (diff)
The file was modified examples/servlet3-webapp/pom.xml (diff)
The file was modified examples/osgi-helloworld-webapp/functional-test/pom.xml (diff)
The file was modified examples/osgi-http-service/functional-test/pom.xml (diff)
The file was modified examples/sse-item-store-jersey-webapp/pom.xml (diff)
The file was modified examples/freemarker-webapp/pom.xml (diff)
The file was removedexamples/json-jackson1/pom.xml
The file was modified examples/extended-wadl-webapp/pom.xml (diff)
The file was modified examples/java8-webapp/pom.xml (diff)
The file was modified examples/json-processing-webapp/pom.xml (diff)
The file was modified examples/bookstore-webapp/pom.xml (diff)
The file was modified examples/helloworld-webapp/pom.xml (diff)
The file was modified examples/sse-item-store-jaxrs-webapp/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified examples/managed-client-simple-webapp/pom.xml (diff)
The file was modified examples/managed-client-webapp/pom.xml (diff)
The file was modified examples/multipart-webapp/pom.xml (diff)
Commit 71f6a0806f4a897f0100ac3a6e98ca0ab5da2235 by 15908245+jansupol
SameSite is capital first letter only.

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified core-common/src/test/java/org/glassfish/jersey/message/internal/NewCookieProviderTest.java (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/api/CookieImplTest.java (diff)
The file was modified core-common/src/main/java/org/glassfish/jersey/message/internal/NewCookieProvider.java (diff)
Commit 1c329c8862611fc57ab65efe9db7c87800861f14 by 15908245+jansupol
Allow @Priority for ExceptionMapper
Centralized working with @Priority value.

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified core-common/src/main/java/org/glassfish/jersey/JerseyPriorities.java (diff)
The file was modified core-common/src/main/java/org/glassfish/jersey/model/internal/RankedProvider.java (diff)
The file was modified core-common/src/main/java/org/glassfish/jersey/message/internal/TracingLogger.java (diff)
The file was modified core-common/src/main/java/org/glassfish/jersey/internal/ExceptionMapperFactory.java (diff)
The file was modified core-common/src/main/java/org/glassfish/jersey/internal/inject/Providers.java (diff)
The file was modified incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/bean/JerseyBean.java (diff)
The file was modified core-common/src/main/java/org/glassfish/jersey/model/internal/CommonConfig.java (diff)
The file was modified inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/bean/JerseyBean.java (diff)
The file was modified core-common/src/main/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactory.java (diff)
The file was addedcore-server/src/test/java/org/glassfish/jersey/server/model/ExceptionMapperPriorityTest.java
The file was modified ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/RestClientBuilderImpl.java (diff)
Commit 8105415f9a6356de774c8ffe6ab5dfa77934b69f by 15908245+jansupol
RegularExpression in Uri Template IS NOT optional

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified core-common/src/main/java/org/glassfish/jersey/uri/internal/UriTemplateParser.java (diff)
The file was modified core-common/src/test/java/org/glassfish/jersey/uri/UriTemplateTest.java (diff)
Commit 6b1dbff5123c5a6c4428c219fca2b0ab1acdae44 by Jan Supol
additional merging changes

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was modified core-server/src/test/java/org/glassfish/jersey/server/model/ExceptionMapperPriorityTest.java (diff)
Commit d8458a64cb26568ab6bdbf4ac57c2f7b4d774f77 by Maxim Nesen
Drop 11 for Jetty11 classnames
The customer can change the module, but java code remains the same
Support multipart by Jetty 12 connector

Signed-off-by: jansupol <jan.supol@oracle.com>
The file was removedconnectors/jetty11-http2-connector/src/main/java/org/glassfish/jersey/jetty11/http2/connector/Jetty11Http2Connector.java
The file was addedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty/connector/SyncResponseSizeTest.java
The file was removedconnectors/jetty11-connector/src/main/java/org/glassfish/jersey/jetty11/connector/Jetty11Connector.java
The file was removedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty11/connector/AuthTest.java
The file was removedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty11/connector/SyncResponseSizeTest.java
The file was addedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty/connector/TimeoutTest.java
The file was addedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty/connector/HelloWorldTest.java
The file was removedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty11/connector/AuthFilterTest.java
The file was addedconnectors/jetty11-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/CookieTest.java
The file was removedconnectors/jetty11-http2-connector/src/test/java/org/glassfish/jersey/jetty11/http2/connector/FollowRedirectsTest.java
The file was removedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty11/connector/NoEntityTest.java
The file was addedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty/connector/ManagedClientTest.java
The file was addedconnectors/jetty11-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyClientProperties.java
The file was addedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty/connector/UnderlyingHttpClientAccessTest.java
The file was removedconnectors/jetty11-http2-connector/src/test/java/org/glassfish/jersey/jetty11/http2/connector/AsyncTest.java
The file was addedconnectors/jetty11-http2-connector/src/main/java/org/glassfish/jersey/jetty/http2/connector/JettyHttp2ClientSupplier.java
The file was addedconnectors/jetty11-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnectorProvider.java
The file was addedconnectors/jetty11-http2-connector/src/main/resources/org/glassfish/jersey/jetty/http2/connector/localization.properties
The file was removedconnectors/jetty11-connector/src/main/java/org/glassfish/jersey/jetty11/connector/package-info.java
The file was removedconnectors/jetty11-http2-connector/src/test/java/org/glassfish/jersey/jetty11/http2/connector/CustomLoggingFilter.java
The file was addedconnectors/jetty11-connector/src/main/java/org/glassfish/jersey/jetty/connector/package-info.java
The file was removedconnectors/jetty11-http2-connector/src/test/java/org/glassfish/jersey/jetty11/http2/connector/TimeoutTest.java
The file was addedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty/connector/AuthTest.java
The file was removedconnectors/jetty11-http2-connector/src/test/java/org/glassfish/jersey/jetty11/http2/connector/TraceSupportTest.java
The file was removedconnectors/jetty11-http2-connector/src/test/java/org/glassfish/jersey/jetty11/http2/connector/AuthFilterTest.java
The file was addedconnectors/jetty11-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/TimeoutTest.java
The file was addedconnectors/jetty11-http2-connector/src/main/java/org/glassfish/jersey/jetty/http2/connector/JettyHttp2Connector.java
The file was addedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty/connector/ErrorTest.java
The file was removedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty11/connector/FollowRedirectsTest.java
The file was addedconnectors/jetty11-http2-connector/src/main/java/org/glassfish/jersey/jetty/http2/connector/package-info.java
The file was removedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty11/connector/CustomLoggingFilter.java
The file was addedconnectors/jetty11-http2-connector/src/main/java/org/glassfish/jersey/jetty/http2/connector/JettyHttp2ConnectorProvider.java
The file was addedconnectors/jetty11-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/GZIPContentEncodingTest.java
The file was addedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty/connector/CustomLoggingFilter.java
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/ssl/AbstractConnectorServerTest.java (diff)
The file was removedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty11/connector/MethodTest.java
The file was removedconnectors/jetty11-http2-connector/src/test/java/org/glassfish/jersey/jetty11/http2/connector/CookieTest.java
The file was addedconnectors/jetty11-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/SyncResponseSizeTest.java
The file was addedconnectors/jetty11-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/MethodTest.java
The file was removedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty11/connector/CookieTest.java
The file was removedconnectors/jetty11-http2-connector/src/test/java/org/glassfish/jersey/jetty11/http2/connector/AuthTest.java
The file was removedconnectors/jetty11-http2-connector/src/main/java/org/glassfish/jersey/jetty11/http2/connector/Jetty11Http2ConnectorProvider.java
The file was addedconnectors/jetty11-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/CustomLoggingFilter.java
The file was addedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty/connector/NoEntityTest.java
The file was addedconnectors/jetty11-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/ErrorTest.java
The file was addedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty/connector/FollowRedirectsTest.java
The file was addedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty/connector/AuthFilterTest.java
The file was addedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty/connector/MethodTest.java
The file was addedconnectors/jetty11-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/AuthTest.java
The file was addedconnectors/jetty11-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/FollowRedirectsTest.java
The file was removedconnectors/jetty11-http2-connector/src/test/java/org/glassfish/jersey/jetty11/http2/connector/SyncResponseSizeTest.java
The file was addedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty/connector/EntityTest.java
The file was addedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty/connector/HttpHeadersTest.java
The file was removedconnectors/jetty11-http2-connector/src/test/java/org/glassfish/jersey/jetty11/http2/connector/Http2PresenceTest.java
The file was addedconnectors/jetty11-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/AsyncTest.java
The file was removedconnectors/jetty11-http2-connector/src/test/java/org/glassfish/jersey/jetty11/http2/connector/ErrorTest.java
The file was addedconnectors/jetty11-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyHttpClientContract.java
The file was removedconnectors/jetty11-http2-connector/src/test/java/org/glassfish/jersey/jetty11/http2/connector/HelloWorldTest.java
The file was addedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty/connector/AsyncTest.java
The file was removedconnectors/jetty11-http2-connector/src/main/resources/org/glassfish/jersey/jetty11/http2/connector/localization.properties
The file was removedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty11/connector/TraceSupportTest.java
The file was removedconnectors/jetty11-connector/src/main/java/org/glassfish/jersey/jetty11/connector/Jetty11HttpClientSupplier.java
The file was addedconnectors/jetty11-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/NoEntityTest.java
The file was modified connectors/jetty-connector/src/main/java17/org/glassfish/jersey/jetty/connector/JettyConnector.java (diff)
The file was modified tests/e2e-client/pom.xml (diff)
The file was addedconnectors/jetty11-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/UnderlyingHttpClientAccessTest.java
The file was removedconnectors/jetty11-http2-connector/src/test/java/org/glassfish/jersey/jetty11/http2/connector/HttpHeadersTest.java
The file was addedconnectors/jetty11-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/AuthFilterTest.java
The file was addedconnectors/jetty11-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/ManagedClientTest.java
The file was removedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty11/connector/ManagedClientTest.java
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/MultiPartTest.java (diff)
The file was modified connectors/jetty11-connector/pom.xml (diff)
The file was removedconnectors/jetty11-http2-connector/src/test/java/org/glassfish/jersey/jetty11/http2/connector/MethodTest.java
The file was addedconnectors/jetty11-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java
The file was removedconnectors/jetty11-http2-connector/src/test/java/org/glassfish/jersey/jetty11/http2/connector/UnderlyingHttpClientAccessTest.java
The file was addedconnectors/jetty11-connector/src/main/resources/org/glassfish/jersey/jetty/connector/localization.properties
The file was removedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty11/connector/HelloWorldTest.java
The file was removedconnectors/jetty11-http2-connector/src/test/java/org/glassfish/jersey/jetty11/http2/connector/ManagedClientTest.java
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/HttpPatchTest.java (diff)
The file was removedconnectors/jetty11-connector/src/main/resources/org/glassfish/jersey/jetty11/connector/localization.properties
The file was addedconnectors/jetty11-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/EntityTest.java
The file was removedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty11/connector/TimeoutTest.java
The file was removedconnectors/jetty11-http2-connector/src/main/java/org/glassfish/jersey/jetty11/http2/connector/package-info.java
The file was removedconnectors/jetty11-connector/src/main/java/org/glassfish/jersey/jetty11/connector/Jetty11ConnectorProvider.java
The file was removedconnectors/jetty11-http2-connector/src/main/java/org/glassfish/jersey/jetty11/http2/connector/Jetty11Http2ClientSupplier.java
The file was addedconnectors/jetty11-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/HelloWorldTest.java
The file was addedconnectors/jetty11-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/TraceSupportTest.java
The file was addedconnectors/jetty11-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyHttpClientSupplier.java
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/RequestHeaderModificationsTest.java (diff)
The file was removedconnectors/jetty11-connector/src/main/java/org/glassfish/jersey/jetty11/connector/Jetty11HttpClientContract.java
The file was removedconnectors/jetty11-http2-connector/src/test/java/org/glassfish/jersey/jetty11/http2/connector/NoEntityTest.java
The file was addedconnectors/jetty11-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/Http2PresenceTest.java
The file was removedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty11/connector/AsyncTest.java
The file was removedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty11/connector/GZIPContentEncodingTest.java
The file was addedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty/connector/TraceSupportTest.java
The file was removedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty11/connector/HttpHeadersTest.java
The file was removedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty11/connector/ErrorTest.java
The file was removedconnectors/jetty11-connector/src/main/java/org/glassfish/jersey/jetty11/connector/Jetty11ClientProperties.java
The file was removedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty11/connector/EntityTest.java
The file was addedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty/connector/GZIPContentEncodingTest.java
The file was addedconnectors/jetty11-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/HttpHeadersTest.java
The file was addedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty/connector/CookieTest.java
The file was removedconnectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty11/connector/UnderlyingHttpClientAccessTest.java
The file was removedconnectors/jetty11-http2-connector/src/test/java/org/glassfish/jersey/jetty11/http2/connector/EntityTest.java
The file was removedconnectors/jetty11-http2-connector/src/test/java/org/glassfish/jersey/jetty11/http2/connector/GZIPContentEncodingTest.java