Skip to content
Failed

Changes

Summary

  1. jersey-3992 CDI Bean created (but fails) when interface has @Path (details)
  2. 2.29 development version preparation (details)
  3. Enable @ConstrainedTo on Features (details)
  4. Apply @ConstrainedTo even before Feature class is instantiated (details)
  5. Updated copyright year (details)
  6. Add dependency on jakarta.activation-api to core-common (details)
  7. Update copyright year (details)
  8. Cleanup old JDK collection compatibility classes (details)
  9. CSS stylesheet configuration for DocBook (details)
  10. Issue 4068 Empty Encoding fix (details)
  11. Test/example for Date object QueryParam (details)
  12. Build core-common module on JDK 11. (details)
  13. Replaced import used for javadoc with full name in the javadoc (details)
  14. Fix for the issue 3796 (details)
  15. 2.29 for integration test (details)
  16. Issue #3670 (details)
  17. Allow for injecting HttpHeaders on a Client (#4078) (details)
  18. fix for #4082 (details)
  19. Allow for determining media type for RequestContext#abortWith (#4087) (details)
  20. Break from looping over FormDataBodyParts once first match is found. (details)
  21. Upgrade Netty and expose Netty Context (#3983) (details)
  22. Update JMockit version to 1.44 to support JDK 11 (#4094) (details)
  23. Update ASM to 7.1 (#4095) (details)
  24. Update hk2 osgi-resource-locator to latest 1.0.3 version (#4079) (details)
  25. Put Parameter class in core-common, to be used by both client and server (details)
  26. Fix priority ordering (#4103) (details)
  27. Separate Payara's inserters from PR 3844 (#4098) (details)
  28. Added integration test to reproduce JERSEY-4099 (#4101) (details)
  29. Separate tests using jmockit from jersey core (#4125) (details)
  30. Allow for registering HK2 AbstractBinder (#4122) (details)
  31. Filter synthetic methods from the resource - bug #4005 fix (#4112) (details)
  32. Change SpringComponentProvider to look for beans in current and parent (details)
  33. Fix ValidationErrorMessageBodyWriter (#4136) (details)
  34. Support for Spring 5 (#4062) (details)
  35. Allow for matching multiple resources with equal paths as in 4119 (details)
  36. SPI Config API for Jersey (#4116) (details)
  37. Jersey is buildable on JDK 11 (#4135) (details)
  38. Allow for providing Jetty HttpClient to Jetty Connector (#4089) (details)
  39. fix for JAX-RS SPI resource finder (#4143) (details)
  40. PAYARA-2956 - Fix warnings when checking CDI bean is JAX-RS resource (details)
  41. update Jackson to 2.9.9 (#4144) (details)
  42. Rest client implementation (details)
  43. Add MP Rest Client to jersey-bom Simplify CDI Extension The default (details)
  44. MP rest client review comments implemented (details)
  45. Fix test exclusion for JDK 8 (#4158) (#4159) (details)
  46. Created a profile for creating multirelease jar for when built by JDK 11 (details)
  47. Remove JDK 11 classes from the standard jar classes folder Keep JDK 11 (details)
  48. Do not use javax.annotation from JDK. (#4164) (details)
  49. Implements ASM ClassVisitor for ASM7 in (details)
  50. remove redundant IF/ELSE (#4151) (details)
  51. Test for PR 3905 (#4153) (details)
  52. Fix typo (details)
  53. Arquillian enabled for TCK tests of rest client (#4165) (details)
  54. Specificaly choose Trusty for the Travis Host (#4168) (details)
  55. Unify microprofile modules structure (#4176) (details)
  56. Update bean validation version to 6.0.17.Final (#4172) (details)
  57. Prevent duplicate lookup of CDI components (#4157) (details)
  58. CDI duplicate lookup fix (details)
  59. Consumes and produces value should be now properly changed (#4175) (details)
  60. PAYARA-3121 Jersey Crashes for EJB Classes of Same Name (#3950) (details)
  61. PAYARA-3119 NullPointerException when starting Jersey/EJB Containers in (details)
  62. Rename ParameterInserters to ParameterUpdaters (#4170) (details)
  63. 2.29 (details)
  64. 2.30-SNAPSHOT (details)
  65. Upgrade jetty to version 9.4.17.v20190418 (#4201) (details)
Commit 310db2c89cde2b80a967f49130b4db651ee52c48 by 15908245+jansupol
jersey-3992 CDI Bean created (but fails) when interface has @Path
annotation
Signed-off-by: Gaurav Gupta <gaurav.gupta.jc@gmail.com>
The file was modified ext/cdi/jersey-cdi1x/src/main/resources/org/glassfish/jersey/ext/cdi1x/internal/localization.properties (diff)
The file was addedtests/integration/jersey-3992/src/main/java/org/glassfish/jersey/tests/cdi/resources/UserResource.java
The file was modified tests/integration/pom.xml (diff)
The file was modified ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java (diff)
The file was addedtests/integration/jersey-3992/src/main/resources/META-INF/beans.xml
The file was addedtests/integration/jersey-3992/src/test/java/org/glassfish/jersey/tests/cdi/resources/InheritanceTest.java
The file was addedtests/integration/jersey-3992/src/main/java/org/glassfish/jersey/tests/cdi/resources/MainApplication.java
The file was addedtests/integration/jersey-3992/pom.xml
The file was addedtests/integration/jersey-3992/src/test/java/org/glassfish/jersey/tests/cdi/resources/CdiTest.java
The file was addedtests/integration/jersey-3992/src/main/java/org/glassfish/jersey/tests/cdi/resources/UserResourceImpl.java
Commit a13ab9b130b8d97cdd0bc67422151e93ac2b7731 by 24524084+senivam
2.29 development version preparation
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified tests/integration/jersey-3992/pom.xml (diff)
Commit e0369be617bb445866fc86d08e11e54bdec88f88 by 24524084+senivam
Enable @ConstrainedTo on Features
Signed-off-by: Jan Supol <jan.supol@oracle.com>
The file was modified core-server/src/main/java/org/glassfish/jersey/server/internal/inject/WebTargetValueParamProvider.java (diff)
The file was addedtests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/FeatureConstraintTest.java
The file was modified core-common/src/main/java/org/glassfish/jersey/model/internal/CommonConfig.java (diff)
Commit 1e93ba94de7bdb5874f2aa96de62cc3c4cb9075b by 24524084+senivam
Apply @ConstrainedTo even before Feature class is instantiated
Signed-off-by: Jan Supol <jan.supol@oracle.com>
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/FeatureConstraintTest.java (diff)
The file was modified core-common/src/main/java/org/glassfish/jersey/model/internal/CommonConfig.java (diff)
The file was modified core-common/src/main/resources/org/glassfish/jersey/internal/localization.properties (diff)
Commit 61e63994e03548ab5697bfe02f9179ca1918a3c5 by 24524084+senivam
Updated copyright year
Signed-off-by: Jan Supol <jan.supol@oracle.com>
The file was modified core-common/src/main/resources/org/glassfish/jersey/internal/localization.properties (diff)
Commit 551b8571737b5ad7341e32a134aa13cbd4b6a3cf by 15908245+jansupol
Add dependency on jakarta.activation-api to core-common
Signed-off-by: mszabo-wikia <mszabo@wikia-inc.com>
The file was modified core-common/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified tests/osgi/functional/pom.xml (diff)
Commit 72b1a8cc20ee800ae3192394a76361f179d6cc22 by 15908245+jansupol
Update copyright year
Signed-off-by: mszabo-wikia <mszabo@wikia-inc.com>
The file was modified tests/osgi/functional/pom.xml (diff)
The file was modified core-common/pom.xml (diff)
Commit 4ae3004dc2ffb9f44aceb6853661c3ed741650ac by 24524084+senivam
Cleanup old JDK collection compatibility classes
Signed-off-by: mszabo-wikia <mszabo@wikia-inc.com>
The file was modified core-common/src/main/java/org/glassfish/jersey/internal/util/collection/DataStructures.java (diff)
The file was modified ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/spi/FilteringHelper.java (diff)
The file was modified core-common/src/main/java/org/glassfish/jersey/message/internal/MessageBodyFactory.java (diff)
The file was modified core-common/src/main/java/org/glassfish/jersey/internal/util/collection/TransferQueue.java (diff)
The file was modified ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/ServerScopeProvider.java (diff)
The file was removedcore-common/src/main/java/org/glassfish/jersey/internal/util/collection/ConcurrentHashMapV8.java
The file was removedcore-common/src/main/java/org/glassfish/jersey/internal/util/collection/LinkedTransferQueue.java
The file was removedcore-common/src/main/java/org/glassfish/jersey/internal/util/collection/ThreadLocalRandom.java
The file was modified core-common/src/main/java/org/glassfish/jersey/internal/util/JdkVersion.java (diff)
The file was addedcore-common/src/test/java/org/glassfish/jersey/internal/util/JdkVersionParseTest.java
The file was addedcore-common/src/test/java/org/glassfish/jersey/internal/util/JdkVersionCompareTest.java
The file was modified core-common/src/main/java/org/glassfish/jersey/internal/util/collection/ByteBufferInputStream.java (diff)
The file was modified ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityGraphProviderImpl.java (diff)
The file was modified ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/spi/AbstractTemplateProcessor.java (diff)
Commit 08c5fa2a52bed4374ce54c21a173365513d24a21 by jerseyrobot
CSS stylesheet configuration for DocBook
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified docs/pom.xml (diff)
Commit 0aacf79db307c1954add652ee65dbf0af2b215d3 by 24524084+senivam
Issue 4068 Empty Encoding fix
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified core-server/src/main/java/org/glassfish/jersey/server/filter/EncodingFilter.java (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/filter/EncodingFilterTest.java (diff)
Commit 59fe75f98a41db2362a51992fe24e64dfba5948f by 24524084+senivam
Test/example for Date object QueryParam
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/inject/AbstractTest.java (diff)
The file was addedcore-server/src/test/java/org/glassfish/jersey/server/internal/inject/ParamConverterDateTest.java
Commit b84e8268be489a4cb5282d6465cb7030a2e379ae by 24524084+senivam
Build core-common module on JDK 11.
Possible to create multirelease jar when built with JDK 8 and then with
JDK 11 without "clean".
Signed-off-by: Jan Supol <jan.supol@oracle.com>
The file was modified core-common/src/main/java/org/glassfish/jersey/internal/util/JerseyPublisher.java (diff)
The file was removedcore-common/src/main/java/org/glassfish/jersey/internal/jsr166/package-info.java
The file was addedcore-common/src/main/jsr166/org/glassfish/jersey/internal/jsr166/SubmittableFlowPublisher.java
The file was modified core-common/pom.xml (diff)
The file was addedcore-common/src/main/java9/org/glassfish/jersey/internal/jsr166/SubmissionPublisherFactory.java
The file was modified core-common/src/test/resources/surefire.policy (diff)
The file was removedcore-common/src/main/java/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java
The file was removedcore-common/src/main/java/org/glassfish/jersey/internal/jsr166/Flow.java
The file was addedcore-common/src/main/java8/org/glassfish/jersey/internal/jsr166/SubmissionPublisher.java
The file was addedcore-common/src/main/jsr166/org/glassfish/jersey/internal/jsr166/Flow.java
The file was addedcore-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java
The file was addedcore-common/src/main/java9/org/glassfish/jersey/internal/jsr166/SubmissionPublisher.java
The file was modified pom.xml (diff)
The file was addedcore-common/src/main/java8/org/glassfish/jersey/internal/jsr166/SubmissionPublisherFactory.java
The file was modified core-common/src/test/java/org/glassfish/jersey/internal/util/JerseyPublisherTest.java (diff)
The file was addedcore-common/src/main/jsr166/org/glassfish/jersey/internal/jsr166/package-info.java
The file was removedcore-common/src/main/java/org/glassfish/jersey/internal/jsr166/SubmissionPublisher.java
Commit da7c5c5619fe75fa92dd54872a061c15098eae5c by 24524084+senivam
Replaced import used for javadoc with full name in the javadoc
Signed-off-by: Jan Supol <jan.supol@oracle.com>
The file was modified core-common/src/main/jsr166/org/glassfish/jersey/internal/jsr166/Flow.java (diff)
Commit b84ec4859720138c286c9e05464a724950affda2 by 24524084+senivam
Fix for the issue 3796
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified core-common/src/main/java/org/glassfish/jersey/internal/inject/ProviderBinder.java (diff)
The file was addedtests/integration/jersey-3796/src/main/java/org/glassfish/jersey/tests/integration/jersey3796/MyResource.java
The file was addedtests/integration/jersey-3796/pom.xml
The file was addedtests/integration/jersey-3796/src/test/java/org/glassfish/jersey/tests/integration/jersey3796/Jersey3796ITCase.java
The file was modified tests/integration/pom.xml (diff)
The file was addedtests/integration/jersey-3796/src/main/java/org/glassfish/jersey/tests/integration/jersey3796/MyApplication.java
The file was modified inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/CdiSeInjectionManager.java (diff)
The file was addedtests/integration/jersey-3796/src/main/webapp/WEB-INF/web.xml
The file was modified core-common/src/main/java/org/glassfish/jersey/model/internal/CommonConfig.java (diff)
The file was addedtests/integration/jersey-3796/src/main/java/org/glassfish/jersey/tests/integration/jersey3796/MyProvider.java
Commit 9eaa859ea0890300fccecc594084134ad560dfb8 by 24524084+senivam
2.29 for integration test
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified tests/integration/jersey-3796/pom.xml (diff)
Commit aa8020a34af0a01596fdb84c28c7f0272bd8ae60 by 24524084+senivam
Issue #3670
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was addedtests/integration/jersey-3670/src/test/java/org/glassfish/jersey/tests/integration/jersey3670/ExternalApplicationParamConverterTest.java
The file was modified tests/integration/pom.xml (diff)
The file was addedtests/integration/jersey-3670/src/main/java/org/glassfish/jersey/tests/integration/jersey3670/MyConverterProvider.java
The file was modified ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java (diff)
The file was addedtests/integration/jersey-3670/src/main/java/org/glassfish/jersey/tests/integration/jersey3670/MyResource.java
The file was addedtests/integration/jersey-3670/src/main/webapp/WEB-INF/beans.xml
The file was addedtests/integration/jersey-3670/pom.xml
The file was addedtests/integration/jersey-3670/src/main/java/org/glassfish/jersey/tests/integration/jersey3670/MyApplication.java
The file was addedtests/integration/jersey-3670/src/main/webapp/index.html
Commit 9cfc243432408193f8ca42c9cd4796b51820ff17 by noreply
Allow for injecting HttpHeaders on a Client (#4078)
Signed-off-by: Jan Supol <jan.supol@oracle.com>
The file was addedtests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/HttpHeadersInjectionTest.java
The file was modified core-client/src/main/java/org/glassfish/jersey/client/ClientRequest.java (diff)
The file was modified core-client/src/main/java/org/glassfish/jersey/client/ClientBinder.java (diff)
Commit 682f66cbd0e8dc6ce14222f8c225267dde9826eb by 24524084+senivam
fix for #4082
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified core-client/src/test/java/org/glassfish/jersey/client/JerseyClientBuilderTest.java (diff)
The file was modified core-common/src/main/java/org/glassfish/jersey/model/internal/ComponentBag.java (diff)
Commit e4fbf49383b3a187ad24725774e10018625ed7b0 by 24524084+senivam
Allow for determining media type for RequestContext#abortWith (#4087)
* Move media type determination logic from core-server to core-common to
be used on both client and server
* Added package-info files to new packages
Signed-off-by: Jan Supol <jan.supol@oracle.com>
The file was addedcore-client/src/main/java/org/glassfish/jersey/client/internal/package-info.java
The file was modified core-server/src/main/java/org/glassfish/jersey/server/internal/routing/MethodSelectingRouter.java (diff)
The file was removedcore-server/src/main/java/org/glassfish/jersey/server/internal/routing/CombinedMediaType.java
The file was removedcore-server/src/test/java/org/glassfish/jersey/server/internal/routing/CombinedMediaTypeTest.java
The file was addedcore-client/src/main/java/org/glassfish/jersey/client/internal/routing/package-info.java
The file was addedcore-common/src/main/java/org/glassfish/jersey/internal/routing/ContentTypeDeterminer.java
The file was addedcore-common/src/test/java/org/glassfish/jersey/internal/routing/CombinedMediaTypeTest.java
The file was addedcore-common/src/main/java/org/glassfish/jersey/internal/routing/RequestSpecificConsumesProducesAcceptor.java
The file was modified core-client/src/main/java/org/glassfish/jersey/client/ClientFilteringStages.java (diff)
The file was addedcore-common/src/main/java/org/glassfish/jersey/internal/routing/CombinedMediaType.java
The file was addedcore-common/src/main/java/org/glassfish/jersey/internal/routing/package-info.java
The file was modified tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/AbortResponseClientTest.java (diff)
The file was addedcore-client/src/main/java/org/glassfish/jersey/client/internal/routing/AbortedRequestMediaTypeDeterminer.java
Commit 0ee0533409b3b32b700f4f38f4c9c3846d38eb70 by 24524084+senivam
Break from looping over FormDataBodyParts once first match is found.
(#4030)
* Break from looping over FormDataBodyParts once first match is found.
No need to finish loop.
Signed-off-by: Caleb Larsen <calebglarsen@gmail.com>
The file was modified media/multipart/src/main/java/org/glassfish/jersey/media/multipart/FormDataMultiPart.java (diff)
Commit e2ee2e2d6da4dbb3a4c0f5417c621f402d792280 by 24524084+senivam
 Upgrade Netty and expose Netty Context (#3983)
* Upgrade Netty and expose Netty Context
Updated API usage to match
include Netty information
Signed-off-by: Ian <eclipse@wut.to>
The file was modified containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/HttpVersionChooser.java (diff)
The file was modified containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyServerHandler.java (diff)
The file was modified containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyServerInitializer.java (diff)
The file was addedcontainers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/NettySecurityContext.java
The file was modified pom.xml (diff)
Commit 776ab17653ec3a8dd472cb4b8ea715ec92147187 by noreply
Update JMockit version to 1.44 to support JDK 11 (#4094)
JMockit needs -javavagent since 1.42
@RunWith(JMockit) since 1.43
since 1.45
Signed-off-by: Jan Supol <jan.supol@oracle.com>
The file was modified pom.xml (diff)
The file was modified core-server/src/test/resources/server.policy (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/scanning/PackageNamesScannerTest.java (diff)
Commit afd16f966fda6831f337291388bb86b85c5ba472 by noreply
Update ASM to 7.1 (#4095)
Signed-off-by: Jan Supol <jan.supol@oracle.com>
The file was addedcore-server/src/main/java/jersey/repackaged/org/objectweb/asm/ConstantDynamic.java
The file was removedcore-server/src/main/java/jersey/repackaged/org/objectweb/asm/Item.java
The file was modified core-server/src/main/java/jersey/repackaged/org/objectweb/asm/ByteVector.java (diff)
The file was modified core-server/src/main/java/jersey/repackaged/org/objectweb/asm/TypePath.java (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/FieldWriter.java (diff)
The file was modified core-server/src/main/java/jersey/repackaged/org/objectweb/asm/AnnotationWriter.java (diff)
The file was addedcore-server/src/main/java/jersey/repackaged/org/objectweb/asm/ModuleWriter.java
The file was addedcore-server/src/main/java/jersey/repackaged/org/objectweb/asm/CurrentFrame.java
The file was addedcore-server/src/main/java/jersey/repackaged/org/objectweb/asm/ClassTooLargeException.java
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/Attribute.java (diff)
The file was modified core-server/src/main/java/jersey/repackaged/org/objectweb/asm/ClassWriter.java (diff)
The file was addedcore-server/src/main/java/jersey/repackaged/org/objectweb/asm/ModuleVisitor.java
The file was addedcore-server/src/main/java/jersey/repackaged/org/objectweb/asm/Constants.java
The file was modified core-server/src/main/java/jersey/repackaged/org/objectweb/asm/Handler.java (diff)
The file was modified core-server/src/main/java/jersey/repackaged/org/objectweb/asm/FieldVisitor.java (diff)
The file was modified core-server/src/main/java/jersey/repackaged/org/objectweb/asm/Handle.java (diff)
The file was modified core-server/src/main/java/jersey/repackaged/org/objectweb/asm/Frame.java (diff)
The file was modified pom.xml (diff)
The file was modified core-server/src/main/java/jersey/repackaged/org/objectweb/asm/Label.java (diff)
The file was modified core-server/src/main/java/jersey/repackaged/org/objectweb/asm/Context.java (diff)
The file was modified core-server/src/main/java/jersey/repackaged/org/objectweb/asm/ClassVisitor.java (diff)
The file was modified core-server/src/main/java/jersey/repackaged/org/objectweb/asm/Edge.java (diff)
The file was modified core-server/src/main/java/jersey/repackaged/org/objectweb/asm/ClassReader.java (diff)
The file was modified core-server/src/main/java/jersey/repackaged/org/objectweb/asm/MethodVisitor.java (diff)
The file was addedcore-server/src/main/java/jersey/repackaged/org/objectweb/asm/SymbolTable.java
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/jersey/repackaged/org/objectweb/asm/AnnotationVisitor.java (diff)
The file was addedcore-server/src/main/java/jersey/repackaged/org/objectweb/asm/MethodTooLargeException.java
The file was addedcore-server/src/main/java/jersey/repackaged/org/objectweb/asm/Symbol.java
The file was modified core-server/src/main/java/jersey/repackaged/org/objectweb/asm/TypeReference.java (diff)
Commit 38c1c6d7b9c0ae36d57aba5f4ba1298991cfcdcd by noreply
Update hk2 osgi-resource-locator to latest 1.0.3 version (#4079)
Signed-off-by: Jan Supol <jan.supol@oracle.com>
The file was modified tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.java (diff)
The file was modified pom.xml (diff)
The file was modified tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.java (diff)
Commit 895c293e366afce166e508ae9db23f9e4b9b5f80 by noreply
Put Parameter class in core-common, to be used by both client and server
(#4091)
* Created Parameter class in core-common, to be used by both client and
server
Signed-off-by: Jan Supol <jan.supol@oracle.com>

* putback AnnotatedMethod
Signed-off-by: Jan Supol <jan.supol@oracle.com>

* Make sure the ParameterServiceProvider from core-server is the first
in the list
Signed-off-by: Jan Supol <jan.supol@oracle.com>
The file was addedcore-common/src/main/java/org/glassfish/jersey/model/internal/spi/ParameterServiceProvider.java
The file was addedcore-common/src/main/java/org/glassfish/jersey/model/Parameter.java
The file was modified core-server/src/main/java/org/glassfish/jersey/server/model/AnnotatedMethod.java (diff)
The file was modified core-server/src/main/java/org/glassfish/jersey/server/internal/inject/DelegatedInjectionValueParamProvider.java (diff)
The file was modified core-server/src/main/java/org/glassfish/jersey/server/model/Parameter.java (diff)
The file was addedcore-common/src/main/java/org/glassfish/jersey/model/AnnotatedMethod.java
The file was modified core-common/src/main/resources/org/glassfish/jersey/internal/localization.properties (diff)
The file was addedcore-server/src/main/resources/META-INF/services/org.glassfish.jersey.model.internal.spi.ParameterServiceProvider
Commit a62d1ffe7cf0a0c45e11d610293645b414d1e9b7 by noreply
Fix priority ordering (#4103)
Signed-off-by: Jan Supol <jan.supol@oracle.com>
The file was modified core-common/src/main/java/org/glassfish/jersey/internal/inject/Providers.java (diff)
Commit 470c19b1d7a0107017538d4ecea8e4ae9d21eec1 by 24524084+senivam
Separate Payara's inserters from PR 3844 (#4098)
Signed-off-by: jGauravGupta <gaurav.gupta.jc@gmail.com>
The file was modified core-server/src/test/java/org/glassfish/jersey/server/TestInjectionManagerFactory.java (diff)
The file was addedcore-client/src/main/java/org/glassfish/jersey/client/inject/ParameterInserter.java
The file was addedcore-common/src/main/java/org/glassfish/jersey/internal/inject/ParamConverterFactory.java
The file was addedcore-client/src/main/java/org/glassfish/jersey/client/internal/inject/PrimitiveCharacterInserter.java
The file was addedcore-client/src/main/java/org/glassfish/jersey/client/internal/inject/SingleValueInserter.java
The file was modified core-server/src/main/java/org/glassfish/jersey/server/internal/inject/ParamExtractorConfigurator.java (diff)
The file was modified core-server/src/main/java/org/glassfish/jersey/server/ApplicationHandler.java (diff)
The file was modified core-client/src/main/java/org/glassfish/jersey/client/ClientConfig.java (diff)
The file was removedcore-server/src/main/java/org/glassfish/jersey/server/internal/inject/ParamConverterFactory.java
The file was removedcore-server/src/main/java/org/glassfish/jersey/server/internal/inject/ParamConverterConfigurator.java
The file was addedcore-client/src/main/java/org/glassfish/jersey/client/internal/inject/AbstractParamValueInserter.java
The file was addedcore-common/src/main/java/org/glassfish/jersey/internal/inject/ParamConverters.java
The file was modified core-common/src/main/resources/org/glassfish/jersey/internal/localization.properties (diff)
The file was removedcore-server/src/main/java/org/glassfish/jersey/server/internal/inject/ParamConverters.java
The file was addedcore-common/src/main/java/org/glassfish/jersey/internal/inject/InserterException.java
The file was modified core-server/src/test/java/org/glassfish/jersey/server/internal/inject/ParamConverterInternalTest.java (diff)
The file was addedcore-client/src/main/java/org/glassfish/jersey/client/internal/inject/CollectionInserter.java
The file was addedcore-common/src/main/java/org/glassfish/jersey/internal/inject/PrimitiveMapper.java
The file was removedcore-server/src/main/java/org/glassfish/jersey/server/internal/inject/PrimitiveMapper.java
The file was addedcore-client/src/main/java/org/glassfish/jersey/client/inject/ParameterInserterProvider.java
The file was modified core-client/src/main/resources/org/glassfish/jersey/client/internal/localization.properties (diff)
The file was addedcore-common/src/main/java/org/glassfish/jersey/internal/inject/ParamConverterConfigurator.java
The file was modified core-server/src/main/java/org/glassfish/jersey/server/internal/inject/MultivaluedParameterExtractorFactory.java (diff)
The file was addedcore-client/src/main/java/org/glassfish/jersey/client/internal/inject/ParameterInserterConfigurator.java
The file was addedcore-client/src/main/java/org/glassfish/jersey/client/internal/inject/PrimitiveValueOfInserter.java
The file was addedcore-client/src/main/java/org/glassfish/jersey/client/internal/inject/ParameterInserterFactory.java
The file was modified core-server/src/main/java/org/glassfish/jersey/server/internal/inject/MultivaluedParameterExtractorProvider.java (diff)
The file was addedcore-client/src/main/java/org/glassfish/jersey/client/ClientBootstrapBag.java
The file was addedcore-client/src/main/java/org/glassfish/jersey/client/internal/inject/SingleStringValueInserter.java
Commit cbd9040c4f5edee2734cbf2d1f17acc4bb701603 by 15908245+jansupol
Added integration test to reproduce JERSEY-4099 (#4101)
Signed-off-by: Christian Kaltepoth <christian@kaltepoth.de>
The file was addedtests/integration/jersey-4099/src/main/java/org/glassfish/jersey/tests/integration/jersey4099/MyResource.java
The file was addedtests/integration/jersey-4099/src/main/webapp/WEB-INF/beans.xml
The file was addedtests/integration/jersey-4099/src/test/java/org/glassfish/jersey/tests/integration/jersey4099/PriorityAnnotationOnExceptionMappersTest.java
The file was addedtests/integration/jersey-4099/src/main/java/org/glassfish/jersey/tests/integration/jersey4099/MyPriority200Mapper.java
The file was addedtests/integration/jersey-4099/pom.xml
The file was modified tests/integration/pom.xml (diff)
The file was addedtests/integration/jersey-4099/src/main/java/org/glassfish/jersey/tests/integration/jersey4099/MyException.java
The file was addedtests/integration/jersey-4099/src/main/java/org/glassfish/jersey/tests/integration/jersey4099/MyApplication.java
The file was addedtests/integration/jersey-4099/src/main/java/org/glassfish/jersey/tests/integration/jersey4099/MyPriority100Mapper.java
Commit 8c60fd2734c333cbca4dc9e0ab7d81306494532a by 24524084+senivam
Separate tests using jmockit from jersey core (#4125)
Signed-off-by: Jan Supol <jan.supol@oracle.com>
The file was addedtests/jmockit/src/test/java/org/glassfish/jersey/tests/jmockit/server/internal/scanning/PackageNamesScannerTest.java
The file was addedtests/jmockit/src/main/java/org/glassfish/jersey/tests/jmockit/server/toplevel/PackageRootResourceClass.java
The file was modified core-common/pom.xml (diff)
The file was modified core-server/src/test/java/org/glassfish/jersey/server/ResourceConfigTest.java (diff)
The file was removedcore-server/src/test/java/org/glassfish/jersey/server/internal/scanning/PackageNamesScannerTest.java
The file was modified pom.xml (diff)
The file was addedtests/jmockit/src/test/java/org/glassfish/jersey/tests/jmockit/server/ResourceConfigTest.java
The file was modified media/multipart/src/test/java/org/glassfish/jersey/media/multipart/internal/FormDataMultiPartReaderWriterTest.java (diff)
The file was addedtests/jmockit/src/main/java/org/glassfish/jersey/tests/jmockit/server/toplevel/PublicRootResourceClass.java
The file was modified tests/pom.xml (diff)
The file was addedtests/jmockit/src/main/java/org/glassfish/jersey/tests/jmockit/server/innerstatic/InnerStaticClass.java
The file was modified media/multipart/pom.xml (diff)
The file was addedtests/jmockit/src/main/java/org/glassfish/jersey/tests/jmockit/server/toplevelinnerstatic/PublicRootResourceInnerStaticClass.java
The file was addedtests/jmockit/src/test/java/org/glassfish/jersey/tests/jmockit/media/multipart/internal/FormDataMultiPartReaderWriterTest.java
The file was addedtests/jmockit/pom.xml
The file was modified core-server/pom.xml (diff)
The file was modified ext/cdi/jersey-cdi1x/pom.xml (diff)
Commit 46c086352bd9495b666bf7995da338e6bb7ba3e0 by noreply
Allow for registering HK2 AbstractBinder (#4122)
* Allow for registering HK2 AbstractBinder to retain backward
compatibility with 2.25.
Signed-off-by: Jan Supol <jan.supol@oracle.com>
The file was modified tests/e2e-inject/pom.xml (diff)
The file was addedtests/e2e-inject/hk2/src/main/java/org/glassfish/jersey/tests/e2e/inject/hk2/Injectable.java
The file was addedcore-common/src/main/java/org/glassfish/jersey/inject/spi/package-info.java
The file was addedtests/e2e-inject/hk2/src/main/java/org/glassfish/jersey/tests/e2e/inject/hk2/InjectableImpl.java
The file was addedtests/e2e-inject/hk2/src/test/java/org/glassfish/jersey/tests/e2e/inject/hk2/HK2AbstractBinderTest.java
The file was addedtests/e2e-inject/hk2/pom.xml
The file was addedtests/e2e-inject/hk2/src/main/java/org/glassfish/jersey/tests/e2e/inject/hk2/AbstractBinderTestResource.java
The file was addedinject/hk2/src/test/java/org/glassfish/jersey/inject/hk2/HK2BinderConfigurationFactoryTest.java
The file was addedtests/e2e-inject/hk2/src/main/java/org/glassfish/jersey/tests/e2e/inject/hk2/InjectableTestFilter.java
The file was modified core-common/src/main/java/org/glassfish/jersey/model/internal/CommonConfig.java (diff)
The file was addedinject/hk2/src/main/resources/META-INF/services/org.glassfish.jersey.inject.spi.BinderConfigurationFactory
The file was addedcore-common/src/main/java/org/glassfish/jersey/internal/inject/JerseyBinderConfigurationFactory.java
The file was addedcore-common/src/main/java/org/glassfish/jersey/inject/spi/BinderConfigurationFactory.java
The file was addedtests/e2e-inject/hk2/src/test/java/org/glassfish/jersey/tests/e2e/inject/hk2/JerseyAbstractBinderTest.java
The file was addedinject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/HK2BinderConfigurationFactory.java
Commit 85a497722d9e12c3565db66c8bf1d33b1af435fd by noreply
Filter synthetic methods from the resource - bug #4005 fix (#4112)
Signed-off-by: Jan Supol <jan.supol@oracle.com>
The file was modified core-server/src/test/java/org/glassfish/jersey/server/model/MethodListTest.java (diff)
The file was modified core-server/src/main/java/org/glassfish/jersey/server/model/MethodList.java (diff)
Commit a41590ee543f2cb984c01b1cd8e6411c952fe30b by 24524084+senivam
Change SpringComponentProvider to look for beans in current and parent
contexts (#4080)
Signed-off-by: Adarsh Ramamurthy <adarsh.ramamurthy@gmail.com>
The file was modified ext/spring4/src/main/java/org/glassfish/jersey/server/spring/SpringComponentProvider.java (diff)
Commit 4787e763a79fd4816524b8e70dc9a41b65f8670c by 15908245+jansupol
Fix ValidationErrorMessageBodyWriter (#4136)
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java (diff)
Commit 3dca77c2e0920aa9df9f76e7fc7ae6f01afb9b5f by 15908245+jansupol
Support for Spring 5 (#4062)
* Support for Spring 5
Fixes: gh-3736
The file was addedext/spring5/src/test/java/org/glassfish/jersey/server/spring/aspect4j/TestAspect.java
The file was addedext/spring5/src/test/java/org/glassfish/jersey/server/spring/filter/JerseyTestConfig.java
The file was addedext/spring5/pom.xml
The file was addedext/spring5/src/test/java/org/glassfish/jersey/server/spring/profiles/DevTestService.java
The file was addedext/spring5/src/test/java/org/glassfish/jersey/server/spring/parameterinjection/SpringParameterInjectionJerseyTestConfig.java
The file was addedext/spring5/src/test/java/org/glassfish/jersey/server/spring/aspect4j/ComponentResource.java
The file was modified ext/pom.xml (diff)
The file was addedext/spring5/src/test/java/org/glassfish/jersey/server/spring/filter/Counter.java
The file was addedext/spring5/src/main/java/org/glassfish/jersey/server/spring/scope/JaxrsServletRequestAttributes.java
The file was addedext/spring5/src/main/resources/org/glassfish/jersey/server/spring/localization.properties
The file was addedext/spring5/src/test/java/org/glassfish/jersey/server/spring/filter/TestFilter.java
The file was addedext/spring5/src/test/java/org/glassfish/jersey/server/spring/profiles/SpringDevProfileResourceTest.java
The file was addedext/spring5/src/test/resources/jersey-spring-aspect4j-applicationContext.xml
The file was addedext/spring5/src/main/resources/META-INF/services/org.glassfish.jersey.server.spi.ComponentProvider
The file was addedext/spring5/src/main/java/org/glassfish/jersey/server/spring/scope/JaxrsRequestAttributes.java
The file was addedext/spring5/src/test/java/org/glassfish/jersey/server/spring/filter/FilterTest.java
The file was addedext/spring5/src/main/java/org/glassfish/jersey/server/spring/SpringComponentProvider.java
The file was addedext/spring5/src/main/java/org/glassfish/jersey/server/spring/scope/package-info.java
The file was addedext/spring5/src/test/java/org/glassfish/jersey/server/spring/aspect4j/Aspect4JTest.java
The file was addedext/spring5/src/main/java/org/glassfish/jersey/server/spring/SpringLifecycleListener.java
The file was addedext/spring5/src/test/java/org/glassfish/jersey/server/spring/profiles/TestService.java
The file was addedext/spring5/src/test/java/org/glassfish/jersey/server/spring/NoComponent.java
The file was addedext/spring5/src/test/java/org/glassfish/jersey/server/spring/TestComponent2Impl1.java
The file was addedext/spring5/src/test/java/org/glassfish/jersey/server/spring/fieldinjection/SpringFieldInjectionJerseyTestConfig.java
The file was addedext/spring5/src/test/java/org/glassfish/jersey/server/spring/fieldinjection/SpringFieldInjectionTest.java
The file was addedext/spring5/src/test/java/org/glassfish/jersey/server/spring/methodinjection/SpringMethodInjectionTest.java
The file was addedext/spring5/src/main/java/org/glassfish/jersey/server/spring/package-info.java
The file was addedext/spring5/src/test/java/org/glassfish/jersey/server/spring/profiles/SpringDefaultProfileResourceTest.java
The file was addedext/spring5/src/test/java/org/glassfish/jersey/server/spring/TestComponent2Impl2.java
The file was addedext/spring5/src/main/java/org/glassfish/jersey/server/spring/AutowiredInjectResolver.java
The file was addedext/spring5/src/test/java/org/glassfish/jersey/server/spring/TestComponent1.java
The file was addedext/spring5/src/test/java/org/glassfish/jersey/server/spring/profiles/DefaultTestService.java
The file was addedext/spring5/src/test/java/org/glassfish/jersey/server/spring/TestComponent2.java
The file was addedext/spring5/src/test/java/org/glassfish/jersey/server/spring/methodinjection/SpringMethodInjectionTestResource.java
The file was addedext/spring5/src/main/java/org/glassfish/jersey/server/spring/scope/RequestContextFilter.java
The file was addedext/spring5/src/main/resources/jersey-spring-applicationContext.xml
The file was addedext/spring5/src/test/java/org/glassfish/jersey/server/spring/aspect4j/Aspect4jJerseyConfig.java
The file was addedext/spring5/src/test/java/org/glassfish/jersey/server/spring/profiles/SpringRequestResource.java
The file was addedext/spring5/src/test/java/org/glassfish/jersey/server/spring/parameterinjection/SpringParameterInjectionTest.java
The file was addedext/spring5/src/test/java/org/glassfish/jersey/server/spring/filter/TestResource.java
The file was addedext/spring5/src/test/java/org/glassfish/jersey/server/spring/SpringTestConfiguration.java
The file was addedext/spring5/src/test/java/org/glassfish/jersey/server/spring/parameterinjection/SpringParameterInjectionTestResource.java
The file was addedext/spring5/src/main/java/org/glassfish/jersey/server/spring/SpringWebApplicationInitializer.java
The file was addedext/spring5/src/test/java/org/glassfish/jersey/server/spring/methodinjection/SpringMethodInjectionJerseyTestConfig.java
The file was addedext/spring5/src/test/java/org/glassfish/jersey/server/spring/aspect4j/NoComponentResource.java
The file was addedext/spring5/src/test/java/org/glassfish/jersey/server/spring/fieldinjection/SpringFieldInjectionTestResource.java
The file was addedext/spring5/src/test/java/org/glassfish/jersey/server/spring/profiles/SpringProfilesTest.java
Commit c9260df8c31285795e71217c3074bf6ff74288a4 by noreply
Allow for matching multiple resources with equal paths as in 4119
(#4132)
* Allow for matching multiple resources with equal paths as reported in
4119.
Signed-off-by: Jan Supol <jan.supol@oracle.com>
The file was modified core-common/src/main/java/org/glassfish/jersey/uri/UriTemplate.java (diff)
The file was modified core-server/src/main/java/org/glassfish/jersey/server/internal/routing/PathMatchingRouter.java (diff)
The file was modified core-server/src/main/java/org/glassfish/jersey/server/internal/routing/Route.java (diff)
The file was modified core-server/src/main/java/org/glassfish/jersey/server/internal/routing/PathMatchingRouterBuilder.java (diff)
The file was modified core-server/src/main/java/org/glassfish/jersey/server/model/RuntimeResource.java (diff)
The file was addedtests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/routing/RegularExpressionsTest.java
The file was modified core-server/src/main/java/org/glassfish/jersey/server/internal/routing/MethodSelectingRouter.java (diff)
Commit 5dec4484a61db8186cfe45582996db04c7badfdb by noreply
SPI Config API for Jersey (#4116)
Config SPI API for Jersey
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was addedtests/integration/microprofile/config/helidon/pom.xml
The file was addedcore-common/src/main/java/org/glassfish/jersey/internal/config/ExternalPropertiesAutoDiscoverable.java
The file was modified core-common/src/main/resources/org/glassfish/jersey/internal/localization.properties (diff)
The file was addedtests/integration/microprofile/config/webapp/src/main/resources/META-INF/microprofile-config.properties
The file was modified bom/pom.xml (diff)
The file was addedext/microprofile/config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java
The file was addedext/microprofile/config/src/main/java/org/glassfish/jersey/microprofile/config/package-info.java
The file was addedext/microprofile/config/src/test/java/org/glassfish/jersey/microprofile/config/ExternalPropertiesConfigurationFactoryTest.java
The file was addedcore-common/src/main/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFeature.java
The file was addedcore-common/src/main/java/org/glassfish/jersey/internal/config/SystemPropertiesConfigurationModel.java
The file was addedcore-common/src/main/java/org/glassfish/jersey/spi/ExternalConfigurationModel.java
The file was modified core-common/src/main/java/org/glassfish/jersey/CommonProperties.java (diff)
The file was addedcore-common/src/main/java/org/glassfish/jersey/spi/ExternalConfigurationProvider.java
The file was addedcore-common/src/main/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactory.java
The file was modified core-common/src/main/resources/META-INF/services/org.glassfish.jersey.internal.spi.AutoDiscoverable (diff)
The file was addedtests/integration/microprofile/config/webapp/pom.xml
The file was addedtests/integration/microprofile/config/helidon/src/main/java/webapp/WEB-INF/web.xml
The file was addedext/microprofile/config/src/test/resources/META-INF/microprofile-config.properties
The file was modified pom.xml (diff)
The file was modified tests/integration/pom.xml (diff)
The file was addedext/microprofile/config/pom.xml
The file was addedext/microprofile/config/src/main/resources/META-INF/services/org.glassfish.jersey.spi.ExternalConfigurationProvider
The file was addedcore-common/src/main/java/org/glassfish/jersey/internal/config/SystemPropertiesConfigurationProvider.java
The file was addedcore-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java
The file was addedcore-common/src/main/java/org/glassfish/jersey/internal/config/package-info.java
The file was addedext/microprofile/config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationModel.java
The file was addedtests/integration/microprofile/config/webapp/src/main/java/org/glassfish/jersey/tests/integration/config/MyApplication.java
The file was modified core-server/src/main/java/org/glassfish/jersey/server/ResourceConfig.java (diff)
The file was addedtests/integration/microprofile/config/webapp/src/main/java/org/glassfish/jersey/tests/integration/config/MyResource.java
The file was modified ext/pom.xml (diff)
The file was addedtests/integration/microprofile/config/helidon/src/test/java/org/glassfish/jersey/tests/integration/config/HelidonConfigApplicationTest.java
Commit ac5feef09dfd44b6a805b57a1a9b8ec26e6375bc by noreply
Jersey is buildable on JDK 11 (#4135)
* Jersey is buildable on JDK 11
Signed-off-by: Jan Supol <jan.supol@oracle.com>
The file was modified containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/JdkHttpsServerTest.java (diff)
The file was modified examples/https-clientserver-grizzly/pom.xml (diff)
The file was modified core-common/src/main/java/org/glassfish/jersey/uri/UriComponent.java (diff)
The file was modified examples/extended-wadl-webapp/pom.xml (diff)
The file was modified .travis.yml (diff)
The file was modified connectors/jetty-connector/pom.xml (diff)
The file was modified core-common/pom.xml (diff)
The file was modified connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransferEncodingParser.java (diff)
The file was modified examples/simple-console/pom.xml (diff)
The file was modified media/moxy/pom.xml (diff)
The file was modified tests/integration/jersey-2031/src/main/webapp/WEB-INF/web.xml (diff)
The file was modified examples/declarative-linking/pom.xml (diff)
The file was modified connectors/jdk-connector/pom.xml (diff)
The file was modified tests/integration/jersey-2031/pom.xml (diff)
The file was modified media/json-jettison/pom.xml (diff)
The file was modified core-server/pom.xml (diff)
The file was modified tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/AbstractJsonTest.java (diff)
The file was modified tests/integration/pom.xml (diff)
The file was modified tests/e2e/src/test/java/org/glassfish/jersey/tests/api/ResponseTest.java (diff)
The file was modified connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpRequestEncoder.java (diff)
The file was modified tests/integration/servlet-2.5-mvc-3/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified tests/integration/portability-jersey-1/pom.xml (diff)
The file was modified tests/performance/test-cases/mbw-xml-jaxb/pom.xml (diff)
The file was modified examples/osgi-http-service/functional-test/pom.xml (diff)
The file was modified tests/integration/servlet-tests/pom.xml (diff)
The file was modified examples/json-jackson/pom.xml (diff)
The file was modified tests/osgi/functional/pom.xml (diff)
The file was modified media/jaxb/pom.xml (diff)
The file was modified connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpParserUtils.java (diff)
The file was modified examples/multipart-webapp/pom.xml (diff)
The file was modified connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpParser.java (diff)
The file was modified connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/Utils.java (diff)
The file was modified tests/e2e-server/pom.xml (diff)
The file was modified examples/json-jettison/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-filter/pom.xml (diff)
The file was modified tests/e2e-entity/pom.xml (diff)
The file was modified examples/jaxb/pom.xml (diff)
The file was modified examples/oauth-client-twitter/pom.xml (diff)
The file was modified tests/integration/servlet-3-filter/pom.xml (diff)
The file was modified connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/ChunkedBodyOutputStream.java (diff)
The file was modified tests/integration/j-59/war/pom.xml (diff)
The file was modified examples/osgi-helloworld-webapp/functional-test/pom.xml (diff)
The file was modified containers/jdk-http/pom.xml (diff)
The file was modified tests/e2e-client/pom.xml (diff)
The file was modified test-framework/maven/container-runner-maven-plugin/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-mvc-2/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-mvc-1/pom.xml (diff)
The file was modified connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/SslFilter.java (diff)
The file was modified examples/json-jackson1/pom.xml (diff)
The file was modified ext/proxy-client/pom.xml (diff)
The file was modified containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/BasicJdkHttpServerTest.java (diff)
The file was modified incubator/html-json/pom.xml (diff)
The file was modified connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransportFilter.java (diff)
Commit 62915439f6890c3c6493824a9603c3bd6a45e798 by noreply
Allow for providing Jetty HttpClient to Jetty Connector (#4089)
Signed-off-by: Jan Supol <jan.supol@oracle.com>
The file was addedconnectors/jetty-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyHttpClientContract.java
The file was addedconnectors/jetty-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyHttpClientSupplier.java
The file was modified connectors/jetty-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java (diff)
The file was modified connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/UnderlyingHttpClientAccessTest.java (diff)
Commit 44c05a5d32d84b3ee41f9015554eda92d2aa6e31 by noreply
fix for JAX-RS SPI resource finder (#4143)
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was removedmedia/sse/src/main/resources/META-INF/services/javax.ws.rs.sse.SseEventSource.Builder
The file was addedmedia/sse/src/main/resources/META-INF/services/javax.ws.rs.sse.SseEventSource$Builder
Commit 599a54d8a8ad3ec32c364c5e821258f702d69172 by 15908245+jansupol
PAYARA-2956 - Fix warnings when checking CDI bean is JAX-RS resource
(#3906)
Signed-off-by: arjantijms <arjan.tijms@gmail.com>
The file was modified ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java (diff)
The file was modified core-server/src/main/java/org/glassfish/jersey/server/model/IntrospectionModeller.java (diff)
Commit de1238d13aed18ff64a3ecd532a82813751ec380 by 24524084+senivam
update Jackson to 2.9.9 (#4144)
Signed-off-by: Jan Supol <jan.supol@oracle.com>
The file was modified pom.xml (diff)
Commit 00f804c23821e1d528f55cfc071e967e053dda49 by David Kral
Rest client implementation
Signed-off-by: David Kral <david.k.kral@oracle.com>
The file was addedext/microprofile/mp-rest-client/src/test/java/org/glassfish/jersey/microprofile/restclient/ApplicationResourceImpl.java
The file was addedext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/HeadersContext.java
The file was addedext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/RestClientModel.java
The file was addedext/microprofile/mp-rest-client/src/test/java/org/glassfish/jersey/microprofile/restclient/CorrectInterface.java
The file was addedext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/RequestHeaderAutoDiscoverable.java
The file was addedext/microprofile/mp-rest-client/src/main/resources/META-INF/services/org.glassfish.jersey.internal.spi.AutoDiscoverable
The file was addedext/microprofile/mp-rest-client/src/test/java/org/glassfish/jersey/message/internal/StringMessageProvider.java
The file was addedext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/HeadersRequestFilter.java
The file was addedext/microprofile/mp-rest-client/src/main/resources/META-INF/services/org.eclipse.microprofile.rest.client.spi.RestClientBuilderResolver
The file was addedext/microprofile/pom.xml
The file was addedext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/InterfaceUtil.java
The file was addedext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/ClientHeaderParamModel.java
The file was addedext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/RestClientExtension.java
The file was addedext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/MatrixParamModel.java
The file was modified ext/pom.xml (diff)
The file was addedext/microprofile/mp-rest-client/src/test/resources/arquillian.xml
The file was addedext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/MethodModel.java
The file was addedext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/FormParamModel.java
The file was addedext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/PathParamModel.java
The file was addedext/microprofile/mp-rest-client/src/main/resources/META-INF/services/javax.enterprise.inject.spi.Extension
The file was addedext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanClassModel.java
The file was addedext/microprofile/mp-rest-client/src/main/resources/META-INF/beans.xml
The file was addedext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/ProxyInvocationHandler.java
The file was addedext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanParamModel.java
The file was addedext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/InterfaceModel.java
The file was addedext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/JerseyRestClientBuilderResolver.java
The file was addedext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/HeaderParamModel.java
The file was addedext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/QueryParamModel.java
The file was modified core-client/src/main/java/org/glassfish/jersey/client/JerseyWebTarget.java (diff)
The file was addedext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/RestClientProducer.java
The file was addedext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/ExecutorServiceWrapper.java
The file was addedext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/InterceptorInvocationContext.java
The file was addedext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/CookieParamModel.java
The file was addedext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/ReflectionUtil.java
The file was addedext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/DefaultResponseExceptionMapper.java
The file was addedext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/ConfigWrapper.java
The file was addedext/microprofile/mp-rest-client/tck-suite.xml
The file was addedext/microprofile/mp-rest-client/src/test/resources/server.policy
The file was addedext/microprofile/mp-rest-client/src/test/java/org/glassfish/jersey/microprofile/restclient/RestClientModelTest.java
The file was addedext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/RestClientBuilderImpl.java
The file was addedext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/ParamModel.java
The file was addedext/microprofile/mp-rest-client/pom.xml
The file was addedext/microprofile/mp-rest-client/src/test/java/org/glassfish/jersey/microprofile/restclient/ApplicationResource.java
The file was addedext/microprofile/mp-rest-client/src/test/java/org/glassfish/jersey/microprofile/restclient/InterfaceValidationTest.java
Commit 7b4cfa2c4b526c2478afdfc0926545a13c443c4c by David Kral
Add MP Rest Client to jersey-bom Simplify CDI Extension The default
injection can be solved by explicitly specifying qualifiers Default and
Any Prefer looking up BeanManager in JNDI This aligns the behavior with
DefaultBeanManagerProvider and also works better in more complicated
classloader constellations. Support Boolean in PrimitiveValueOfInserter
Signed-off-by: Patrik Dudits <patrik.dudits@payara.fish>
The file was modified ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/InterfaceModel.java (diff)
The file was modified ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/RestClientBuilderImpl.java (diff)
The file was modified ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/RestClientModel.java (diff)
The file was modified ext/microprofile/mp-rest-client/src/test/java/org/glassfish/jersey/microprofile/restclient/InterfaceValidationTest.java (diff)
The file was modified ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/RestClientExtension.java (diff)
The file was modified ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/RestClientProducer.java (diff)
The file was modified ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/MethodModel.java (diff)
The file was modified core-client/src/main/java/org/glassfish/jersey/client/internal/inject/PrimitiveValueOfInserter.java (diff)
The file was modified bom/pom.xml (diff)
Commit 122b5a34439274817b71dc49fa6513818b896f21 by David Kral
MP rest client review comments implemented
Signed-off-by: David Kral <david.k.kral@oracle.com>
The file was addedtests/integration/microprofile/rest-client/src/test/java/org/glassfish/jersey/restclient/ApplicationResourceImpl.java
The file was modified tests/integration/pom.xml (diff)
The file was modified core-client/src/main/java/org/glassfish/jersey/client/JerseyWebTarget.java (diff)
The file was addedtests/integration/microprofile/rest-client/tck-suite.xml
The file was modified ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/FormParamModel.java (diff)
The file was modified bom/pom.xml (diff)
The file was removedext/microprofile/mp-rest-client/src/test/resources/arquillian.xml
The file was removedext/microprofile/mp-rest-client/src/test/java/org/glassfish/jersey/microprofile/restclient/InterfaceValidationTest.java
The file was modified ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanClassModel.java (diff)
The file was addedtests/integration/microprofile/rest-client/src/test/java/org/glassfish/jersey/restclient/RestClientModelTest.java
The file was modified ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanParamModel.java (diff)
The file was modified ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/ExecutorServiceWrapper.java (diff)
The file was modified ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/RestClientBuilderImpl.java (diff)
The file was removedext/microprofile/mp-rest-client/src/main/resources/META-INF/beans.xml
The file was modified ext/microprofile/pom.xml (diff)
The file was addedtests/integration/microprofile/rest-client/src/test/resources/arquillian.xml
The file was modified ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/HeaderParamModel.java (diff)
The file was removedext/microprofile/mp-rest-client/src/test/resources/server.policy
The file was removedext/microprofile/mp-rest-client/src/test/java/org/glassfish/jersey/microprofile/restclient/RestClientModelTest.java
The file was modified ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/MatrixParamModel.java (diff)
The file was removedext/microprofile/mp-rest-client/src/test/java/org/glassfish/jersey/microprofile/restclient/ApplicationResource.java
The file was addedtests/integration/microprofile/rest-client/src/test/java/org/glassfish/jersey/restclient/ApplicationResource.java
The file was removedext/microprofile/mp-rest-client/src/test/java/org/glassfish/jersey/microprofile/restclient/CorrectInterface.java
The file was modified ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/QueryParamModel.java (diff)
The file was modified ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/PathParamModel.java (diff)
The file was modified ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/DefaultResponseExceptionMapper.java (diff)
The file was modified ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/MethodModel.java (diff)
The file was addedtests/integration/microprofile/rest-client/src/test/java/org/glassfish/jersey/message/internal/StringMessageProvider.java
The file was modified ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/ConfigWrapper.java (diff)
The file was addedext/microprofile/mp-rest-client/src/main/resources/META-INF/services/org.glassfish.jersey.internal.spi.ForcedAutoDiscoverable
The file was modified ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/RequestHeaderAutoDiscoverable.java (diff)
The file was modified ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/HeadersContext.java (diff)
The file was modified ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/InterfaceModel.java (diff)
The file was modified ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/ParamModel.java (diff)
The file was modified ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/CookieParamModel.java (diff)
The file was removedext/microprofile/mp-rest-client/tck-suite.xml
The file was addedtests/integration/microprofile/rest-client/src/test/resources/server.policy
The file was addedtests/integration/microprofile/rest-client/src/test/java/org/glassfish/jersey/restclient/CorrectInterface.java
The file was modified ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/HeadersRequestFilter.java (diff)
The file was addedtests/integration/microprofile/rest-client/pom.xml
The file was removedext/microprofile/mp-rest-client/src/main/resources/META-INF/services/org.glassfish.jersey.internal.spi.AutoDiscoverable
The file was addedext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/ParamHandler.java
The file was removedext/microprofile/mp-rest-client/src/test/java/org/glassfish/jersey/microprofile/restclient/ApplicationResourceImpl.java
The file was modified ext/microprofile/mp-rest-client/pom.xml (diff)
The file was removedext/microprofile/mp-rest-client/src/test/java/org/glassfish/jersey/message/internal/StringMessageProvider.java
Commit 4cbcb021e45f6b4f3f1b2e77a618595bb04279a1 by 15908245+jansupol
Fix test exclusion for JDK 8 (#4158) (#4159)
Signed-off-by: Patrik Dudits <patrik.dudits@payara.fish>
The file was modified containers/jdk-http/pom.xml (diff)
Commit 7d192332b93d2693328e5a46540ca5313c6c0803 by Jan Supol
Created a profile for creating multirelease jar for when built by JDK 11
first and JDK 8 afterwards
Signed-off-by: Jan Supol <jan.supol@oracle.com>
The file was modified core-common/pom.xml (diff)
Commit 104f8dd84e848db1a80d4892d1f9cb73a9161914 by Jan Supol
Remove JDK 11 classes from the standard jar classes folder Keep JDK 11
classes in META-INF/version only Rename JDK 9 classes to JDK 11 classes
to prevent confusion
Signed-off-by: Jan Supol <jan.supol@oracle.com>
The file was removedcore-common/src/main/java9/org/glassfish/jersey/internal/jsr166/SubmissionPublisher.java
The file was addedcore-common/src/main/java11/org/glassfish/jersey/internal/jsr166/SubmissionPublisher.java
The file was modified core-common/pom.xml (diff)
The file was removedcore-common/src/main/java9/org/glassfish/jersey/internal/jsr166/SubmissionPublisherFactory.java
The file was addedcore-common/src/main/java11/org/glassfish/jersey/internal/jsr166/SubmissionPublisherFactory.java
Commit d0d05941effba6acda41484bc986bdba6afa5703 by noreply
Do not use javax.annotation from JDK. (#4164)
There is no @Priority in JDK.
Signed-off-by: Jan Supol <jan.supol@oracle.com>
The file was modified pom.xml (diff)
The file was modified ext/bean-validation/pom.xml (diff)
The file was modified containers/glassfish/jersey-gf-ejb/pom.xml (diff)
The file was modified core-common/pom.xml (diff)
The file was modified media/json-processing/pom.xml (diff)
The file was modified media/sse/pom.xml (diff)
The file was modified ext/cdi/jersey-cdi1x-validation/pom.xml (diff)
The file was modified ext/cdi/jersey-cdi1x-transaction/pom.xml (diff)
The file was modified media/json-binding/pom.xml (diff)
The file was modified bundles/jaxrs-ri/pom.xml (diff)
The file was modified ext/entity-filtering/pom.xml (diff)
The file was modified ext/mvc/pom.xml (diff)
The file was modified media/moxy/pom.xml (diff)
The file was modified ext/metainf-services/pom.xml (diff)
The file was modified inject/cdi2-se/pom.xml (diff)
The file was modified media/json-jackson/pom.xml (diff)
The file was modified containers/jersey-servlet-core/pom.xml (diff)
The file was modified ext/cdi/jersey-cdi1x/pom.xml (diff)
The file was modified inject/hk2/pom.xml (diff)
The file was modified containers/jersey-servlet/pom.xml (diff)
The file was modified core-client/pom.xml (diff)
The file was modified core-server/pom.xml (diff)
Commit 420ae2835acd9abb92b576a358f1a1202207bb04 by noreply
Implements ASM ClassVisitor for ASM7 in
AnnotationAcceptingListener.AnnotatedClassVisitor (#4148)
Allow for ASM inspecting JDK 14 classes and files a warning, an
exception is thrown for JDK 15
Signed-off-by: Jan Supol <jan.supol@oracle.com>
The file was modified core-server/src/main/java/jersey/repackaged/org/objectweb/asm/Opcodes.java (diff)
The file was addedtests/integration/asm/src/test/java/org/glassfish/jersey/integration/asm/AnnotatedClassVisitorTest.java
The file was addedtests/integration/asm/pom.xml
The file was modified tests/integration/pom.xml (diff)
The file was modified core-server/src/main/java/jersey/repackaged/org/objectweb/asm/ClassReader.java (diff)
The file was modified core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/AnnotationAcceptingListener.java (diff)
Commit 6ed5a4a74740acb6dd10ae8daf88e19022d9854f by 15908245+jansupol
remove redundant IF/ELSE (#4151)
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/NettyResponseWriter.java (diff)
Commit 571b767a41b442d1a4ba47a2e7ca3087f6e18c18 by noreply
Test for PR 3905 (#4153)
Check the log for a warning that would have been in should the fix for
"3905: Fix warnings when checking CDI bean is JAX-RS resource" be not
included
Signed-off-by: Jan Supol <jan.supol@oracle.com>
The file was addedtests/integration/cdi-log-check/src/main/java/org/glassfish/jersey/tests/cdi/resources/ClassBean.java
The file was addedtests/integration/cdi-log-check/src/main/java/org/glassfish/jersey/tests/cdi/resources/WarningClass.java
The file was addedtests/integration/cdi-log-check/src/main/java/org/glassfish/jersey/tests/cdi/resources/WarningResource.java
The file was addedtests/integration/cdi-log-check/src/main/resources/META-INF/beans.xml
The file was modified test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java (diff)
The file was addedtests/integration/cdi-log-check/src/main/java/org/glassfish/jersey/tests/cdi/resources/Fooed.java
The file was addedtests/integration/cdi-log-check/src/main/java/org/glassfish/jersey/tests/cdi/resources/FooInterceptor.java
The file was addedtests/integration/cdi-log-check/src/test/java/org/glassfish/jersey/tests/cdi/resources/CdiComponentProviderWarningTest.java
The file was addedtests/integration/cdi-log-check/src/main/webapp/WEB-INF/web.xml
The file was modified tests/integration/pom.xml (diff)
The file was addedtests/integration/cdi-log-check/src/main/java/org/glassfish/jersey/tests/cdi/resources/MyApplication.java
The file was addedtests/integration/cdi-log-check/src/main/java/org/glassfish/jersey/tests/cdi/resources/EchoResource.java
The file was addedtests/integration/cdi-log-check/pom.xml
Commit 007f574b76bfa908a6839dad892443da4b5b7c11 by Issam El-atif
Fix typo
Signed-off-by: Issam El-atif <issam.elatif@gmail.com>
The file was modified core-server/src/main/java/org/glassfish/jersey/server/wadl/internal/ApplicationDescription.java (diff)
Commit 487ea98a57ade33c77c968d7d581a0f9d0ead43d by 24524084+senivam
Arquillian enabled for TCK tests of rest client (#4165)
Signed-off-by: David Kral <david.k.kral@oracle.com>
The file was modified tests/integration/microprofile/rest-client/pom.xml (diff)
The file was modified tests/integration/pom.xml (diff)
Commit b7fbb3e75b16feb4d61cd6a5526a66962bf3ae83 by 24524084+senivam
Specificaly choose Trusty for the Travis Host (#4168)
Signed-off-by: Jan Supol <jan.supol@oracle.com>
The file was modified .travis.yml (diff)
Commit 9fe5414151f5ea9bd7db7a3b4541a239cb47c4b7 by noreply
Unify microprofile modules structure (#4176)
* Unify microprofile modules structure
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was addedext/microprofile/mp-config/src/test/java/org/glassfish/jersey/microprofile/config/ExternalPropertiesConfigurationFactoryTest.java
The file was addedext/microprofile/mp-config/src/main/resources/META-INF/services/org.glassfish.jersey.spi.ExternalConfigurationProvider
The file was removedext/microprofile/config/src/test/resources/META-INF/microprofile-config.properties
The file was removedext/microprofile/config/pom.xml
The file was removedext/microprofile/config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationModel.java
The file was addedext/microprofile/mp-config/src/test/resources/META-INF/microprofile-config.properties
The file was addedext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/package-info.java
The file was modified bom/pom.xml (diff)
The file was addedext/microprofile/mp-config/pom.xml
The file was modified ext/pom.xml (diff)
The file was modified tests/integration/microprofile/config/helidon/pom.xml (diff)
The file was removedext/microprofile/config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java
The file was removedext/microprofile/config/src/test/java/org/glassfish/jersey/microprofile/config/ExternalPropertiesConfigurationFactoryTest.java
The file was addedext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java
The file was addedext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationModel.java
The file was removedext/microprofile/config/src/main/java/org/glassfish/jersey/microprofile/config/package-info.java
The file was removedext/microprofile/config/src/main/resources/META-INF/services/org.glassfish.jersey.spi.ExternalConfigurationProvider
The file was modified ext/microprofile/pom.xml (diff)
Commit 6b0472180f5b296480d065dbefe7385d35afa96f by 24524084+senivam
Update bean validation version to 6.0.17.Final (#4172)
Signed-off-by: Jan Supol <jan.supol@oracle.com>
The file was modified pom.xml (diff)
Commit 61b9fbf8efb1fdcdb046b58d0fdabc3c352d0fcc by 15908245+jansupol
Prevent duplicate lookup of CDI components (#4157)
Signed-off-by: Patrik Dudits <patrik.dudits@payara.fish>
The file was modified tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/MainApplication.java (diff)
The file was modified tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/PerRequestBeanTest.java (diff)
The file was addedtests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/ResponseFilter.java
Commit 2645eb0dd23d78c21c2f0b6eb6b4b5415f9a8a00 by 15908245+jansupol
CDI duplicate lookup fix
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified core-common/src/main/java/org/glassfish/jersey/internal/inject/Providers.java (diff)
Commit b4497f5907e0de5cb570bbc4a78752011bcbbb07 by 24524084+senivam
Consumes and produces value should be now properly changed (#4175)
* Consumes and produces value should be now properly changed
Signed-off-by: David Kral <david.k.kral@oracle.com>
The file was modified tests/integration/microprofile/rest-client/src/test/java/org/glassfish/jersey/restclient/ApplicationResource.java (diff)
The file was modified tests/integration/microprofile/rest-client/src/test/java/org/glassfish/jersey/restclient/ApplicationResourceImpl.java (diff)
The file was addedtests/integration/microprofile/rest-client/src/test/java/org/glassfish/jersey/restclient/ConsumesAndProducesTest.java
The file was modified ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/MethodModel.java (diff)
Commit a843c05f14c328b59d5f66d2f2d4eb7d97d0d2b6 by 24524084+senivam
PAYARA-3121 Jersey Crashes for EJB Classes of Same Name (#3950)
* PAYARA-3121 Jersey Crashes for EJB Classes of Same Name
Signed-off-by: Gaurav Gupta <gaurav.gupta.jc@gmail.com>
The file was modified containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java (diff)
Commit 1719b46305879cef401028b1a9601ac35d096bbb by 24524084+senivam
PAYARA-3119 NullPointerException when starting Jersey/EJB Containers in
Order (#3949)
Signed-off-by: Gaurav Gupta <gaurav.gupta.jc@gmail.com>
The file was modified containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java (diff)
Commit 01cb90387058204ed40430a84e2710e07297296c by 24524084+senivam
Rename ParameterInserters to ParameterUpdaters (#4170)
* Rename ParameterInserters to ParameterUpdaters to better fit the
functionality name
Signed-off-by: Jan Supol <jan.supol@oracle.com>
The file was modified core-client/src/main/resources/org/glassfish/jersey/client/internal/localization.properties (diff)
The file was addedcore-client/src/main/java/org/glassfish/jersey/client/internal/inject/CollectionUpdater.java
The file was removedcore-client/src/main/java/org/glassfish/jersey/client/internal/inject/CollectionInserter.java
The file was removedcore-common/src/main/java/org/glassfish/jersey/internal/inject/InserterException.java
The file was removedcore-client/src/main/java/org/glassfish/jersey/client/internal/inject/AbstractParamValueInserter.java
The file was modified ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/InterfaceModel.java (diff)
The file was addedcore-client/src/main/java/org/glassfish/jersey/client/inject/ParameterUpdaterProvider.java
The file was addedcore-client/src/main/java/org/glassfish/jersey/client/internal/inject/ParameterUpdaterFactory.java
The file was addedcore-common/src/main/java/org/glassfish/jersey/internal/inject/UpdaterException.java
The file was removedcore-client/src/main/java/org/glassfish/jersey/client/internal/inject/PrimitiveCharacterInserter.java
The file was removedcore-client/src/main/java/org/glassfish/jersey/client/inject/ParameterInserter.java
The file was addedcore-client/src/main/java/org/glassfish/jersey/client/internal/inject/AbstractParamValueUpdater.java
The file was removedcore-client/src/main/java/org/glassfish/jersey/client/internal/inject/SingleValueInserter.java
The file was addedcore-client/src/main/java/org/glassfish/jersey/client/internal/inject/PrimitiveCharacterUpdater.java
The file was modified core-client/src/main/java/org/glassfish/jersey/client/ClientBootstrapBag.java (diff)
The file was removedcore-client/src/main/java/org/glassfish/jersey/client/internal/inject/PrimitiveValueOfInserter.java
The file was removedcore-client/src/main/java/org/glassfish/jersey/client/internal/inject/ParameterInserterConfigurator.java
The file was addedcore-client/src/main/java/org/glassfish/jersey/client/internal/inject/SingleValueUpdater.java
The file was removedcore-client/src/main/java/org/glassfish/jersey/client/internal/inject/ParameterInserterFactory.java
The file was addedcore-client/src/main/java/org/glassfish/jersey/client/internal/inject/SingleStringValueUpdater.java
The file was addedcore-client/src/main/java/org/glassfish/jersey/client/inject/ParameterUpdater.java
The file was addedcore-client/src/main/java/org/glassfish/jersey/client/internal/inject/ParameterUpdaterConfigurator.java
The file was modified core-client/src/main/java/org/glassfish/jersey/client/ClientConfig.java (diff)
The file was addedcore-client/src/main/java/org/glassfish/jersey/client/internal/inject/PrimitiveValueOfUpdater.java
The file was removedcore-client/src/main/java/org/glassfish/jersey/client/inject/ParameterInserterProvider.java
The file was removedcore-client/src/main/java/org/glassfish/jersey/client/internal/inject/SingleStringValueInserter.java
The file was modified examples/helloworld-programmatic/pom.xml (diff)
The file was modified tests/integration/portability-jersey-1/pom.xml (diff)
The file was modified connectors/jdk-connector/pom.xml (diff)
The file was modified containers/grizzly2-http/pom.xml (diff)
The file was modified examples/json-jackson/pom.xml (diff)
The file was modified test-framework/providers/bundle/pom.xml (diff)
The file was modified bundles/jaxrs-ri/pom.xml (diff)
The file was modified examples/sse-item-store-jersey-webapp/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-4/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-5/pom.xml (diff)
The file was modified ext/cdi/jersey-weld2-se/pom.xml (diff)
The file was modified security/oauth1-server/pom.xml (diff)
The file was modified examples/declarative-linking/pom.xml (diff)
The file was modified tests/performance/test-cases/interceptor-dynamic/pom.xml (diff)
The file was modified examples/server-async/pom.xml (diff)
The file was modified tests/integration/jersey-1223/pom.xml (diff)
The file was modified tests/integration/jersey-2137/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-mvc-3/pom.xml (diff)
The file was modified ext/rx/rx-client-rxjava2/pom.xml (diff)
The file was modified tests/performance/test-cases/interceptor-name/pom.xml (diff)
The file was modified examples/helloworld-cdi2-se/pom.xml (diff)
The file was modified examples/helloworld-pure-jax-rs/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule-reload/war1/pom.xml (diff)
The file was modified tests/integration/jersey-2689/pom.xml (diff)
The file was modified examples/clipboard/pom.xml (diff)
The file was modified tests/integration/jersey-1667/pom.xml (diff)
The file was modified ext/rx/rx-client-rxjava/pom.xml (diff)
The file was modified ext/wadl-doclet/pom.xml (diff)
The file was modified tests/mem-leaks/pom.xml (diff)
The file was modified tests/performance/test-cases/filter-dynamic/pom.xml (diff)
The file was modified tests/performance/test-cases/filter-global/pom.xml (diff)
The file was modified examples/entity-filtering-security/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-7/pom.xml (diff)
The file was modified examples/http-patch/pom.xml (diff)
The file was modified tests/performance/test-cases/mbw-xml-jaxb/pom.xml (diff)
The file was modified examples/server-async-standalone/client/pom.xml (diff)
The file was modified examples/helloworld-spring-annotations/pom.xml (diff)
The file was modified examples/managed-client/pom.xml (diff)
The file was modified tests/integration/jersey-1829/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-6/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule/lib/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-autodiscovery-1/pom.xml (diff)
The file was modified tests/performance/test-cases/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule-reload/lib/pom.xml (diff)
The file was modified tests/integration/jersey-2167/pom.xml (diff)
The file was modified examples/osgi-helloworld-webapp/additional-bundle/pom.xml (diff)
The file was modified examples/osgi-helloworld-webapp/pom.xml (diff)
The file was modified ext/bean-validation/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-2/pom.xml (diff)
The file was modified ext/spring4/pom.xml (diff)
The file was modified examples/jersey-ejb/pom.xml (diff)
The file was modified examples/servlet3-webapp/pom.xml (diff)
The file was modified tests/e2e-testng/pom.xml (diff)
The file was modified examples/osgi-helloworld-webapp/lib-bundle/pom.xml (diff)
The file was modified tests/performance/test-cases/mbw-kryo/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-2/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule-reload/war2/pom.xml (diff)
The file was modified tests/integration/jersey-2654/pom.xml (diff)
The file was modified tests/integration/servlet-3-filter/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-3/pom.xml (diff)
The file was modified ext/mvc/pom.xml (diff)
The file was modified tests/integration/cdi-ejb-test-webapp/pom.xml (diff)
The file was modified tests/integration/jersey-2551/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule-reload/pom.xml (diff)
The file was modified tests/e2e-server/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-8/pom.xml (diff)
The file was modified examples/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-mvc-1/pom.xml (diff)
The file was modified incubator/open-tracing/pom.xml (diff)
The file was modified examples/jaxb/pom.xml (diff)
The file was modified examples/system-properties-example/pom.xml (diff)
The file was modified test-framework/providers/grizzly2/pom.xml (diff)
The file was modified ext/mvc-jsp/pom.xml (diff)
The file was modified ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/pom.xml (diff)
The file was modified incubator/html-json/pom.xml (diff)
The file was modified examples/sse-item-store-jaxrs-webapp/pom.xml (diff)
The file was modified examples/jaxrs-types-injection/pom.xml (diff)
The file was modified examples/osgi-http-service/pom.xml (diff)
The file was modified ext/spring5/pom.xml (diff)
The file was modified tests/integration/jersey-1604/pom.xml (diff)
The file was modified tests/integration/property-check/pom.xml (diff)
The file was modified examples/simple-console/pom.xml (diff)
The file was modified tests/integration/j-441/pom.xml (diff)
The file was modified tests/integration/microprofile/config/helidon/pom.xml (diff)
The file was modified tests/integration/j-59/lib/pom.xml (diff)
The file was modified tests/integration/cdi-multimodule/war2/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-4/pom.xml (diff)
The file was modified connectors/pom.xml (diff)
The file was modified examples/helloworld-weld/pom.xml (diff)
The file was modified tests/integration/jersey-2255/pom.xml (diff)
The file was modified tests/integration/servlet-3-async/pom.xml (diff)
The file was modified tests/integration/jersey-2164/pom.xml (diff)
The file was modified tests/integration/cdi-multimodule/war1/pom.xml (diff)
The file was modified examples/json-jettison/pom.xml (diff)
The file was modified tests/integration/ejb-test-webapp/pom.xml (diff)
The file was modified tests/integration/sonar-test/pom.xml (diff)
The file was modified tests/integration/jersey-2704/pom.xml (diff)
The file was modified tests/integration/j-376/pom.xml (diff)
The file was modified tests/integration/servlet-3-gf-async/pom.xml (diff)
The file was modified tests/integration/async-jersey-filter/pom.xml (diff)
The file was modified containers/pom.xml (diff)
The file was modified tests/integration/jersey-4099/pom.xml (diff)
The file was modified incubator/kryo/pom.xml (diff)
The file was modified containers/glassfish/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified tests/stress/pom.xml (diff)
The file was modified tests/performance/benchmarks/pom.xml (diff)
The file was modified inject/hk2/pom.xml (diff)
The file was modified examples/http-trace/pom.xml (diff)
The file was modified examples/managed-client-webapp/pom.xml (diff)
The file was modified ext/rx/pom.xml (diff)
The file was modified incubator/pom.xml (diff)
The file was modified tests/integration/jersey-2637/pom.xml (diff)
The file was modified tests/mem-leaks/test-cases/pom.xml (diff)
The file was modified examples/osgi-http-service/bundle/pom.xml (diff)
The file was modified docs/pom.xml (diff)
The file was modified archetypes/jersey-quickstart-webapp/pom.xml (diff)
The file was modified examples/managed-beans-webapp/pom.xml (diff)
The file was modified examples/entity-filtering/pom.xml (diff)
The file was modified tests/integration/tracing-support/pom.xml (diff)
The file was modified test-framework/maven/custom-enforcer-rules/pom.xml (diff)
The file was modified examples/json-moxy/pom.xml (diff)
The file was modified examples/reload/pom.xml (diff)
The file was modified examples/https-clientserver-grizzly/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-6/pom.xml (diff)
The file was modified tests/e2e-inject/hk2/pom.xml (diff)
The file was modified security/oauth1-signature/pom.xml (diff)
The file was modified tests/integration/jersey-1107/pom.xml (diff)
The file was modified examples/oauth-client-twitter/pom.xml (diff)
The file was modified core-client/pom.xml (diff)
The file was modified examples/helloworld-benchmark/pom.xml (diff)
The file was modified examples/clipboard-programmatic/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 examples/server-sent-events-jersey/pom.xml (diff)
The file was modified ext/mvc-bean-validation/pom.xml (diff)
The file was modified media/json-jackson/pom.xml (diff)
The file was modified tests/integration/j-441/war2/pom.xml (diff)
The file was modified containers/grizzly2-servlet/pom.xml (diff)
The file was modified security/oauth2-client/pom.xml (diff)
The file was modified tests/integration/cdi-iface-with-non-jaxrs-impl-test-webapp/pom.xml (diff)
The file was modified tests/performance/test-cases/mbw-text-plain/pom.xml (diff)
The file was modified tests/mem-leaks/test-cases/leaking-test-app/pom.xml (diff)
The file was modified connectors/grizzly-connector/pom.xml (diff)
The file was modified tests/integration/j-59/pom.xml (diff)
The file was modified tests/mem-leaks/redeployment/redeployment-threadlocals-app/pom.xml (diff)
The file was modified tests/e2e-inject/cdi2-se/pom.xml (diff)
The file was modified tests/integration/jersey-2184/pom.xml (diff)
The file was modified media/multipart/pom.xml (diff)
The file was modified tests/performance/runners/pom.xml (diff)
The file was modified ext/entity-filtering/pom.xml (diff)
The file was modified ext/cdi/jersey-cdi1x-servlet/pom.xml (diff)
The file was modified tests/integration/asm/pom.xml (diff)
The file was modified examples/osgi-helloworld-webapp/alternate-version-bundle/pom.xml (diff)
The file was modified bundles/pom.xml (diff)
The file was modified media/json-processing/pom.xml (diff)
The file was modified core-common/pom.xml (diff)
The file was modified examples/osgi-helloworld-webapp/war-bundle/pom.xml (diff)
The file was modified test-framework/providers/simple/pom.xml (diff)
The file was modified tests/integration/servlet-3-params/pom.xml (diff)
The file was modified inject/cdi2-se/pom.xml (diff)
The file was modified tests/integration/jersey-1883/pom.xml (diff)
The file was modified tests/e2e-entity/pom.xml (diff)
The file was modified tests/integration/j-441/ear/pom.xml (diff)
The file was modified ext/microprofile/mp-config/pom.xml (diff)
The file was modified tests/integration/jersey-3992/pom.xml (diff)
The file was modified tests/e2e-inject/pom.xml (diff)
The file was modified archetypes/pom.xml (diff)
The file was modified tests/integration/servlet-request-wrapper-binding-2/pom.xml (diff)
The file was modified examples/bookstore-webapp/pom.xml (diff)
The file was modified containers/jersey-servlet/pom.xml (diff)
The file was modified examples/exception-mapping/pom.xml (diff)
The file was modified security/oauth1-client/pom.xml (diff)
The file was modified tests/performance/pom.xml (diff)
The file was modified examples/groovy/pom.xml (diff)
The file was modified tests/integration/servlet-3-sse-1/pom.xml (diff)
The file was modified test-framework/providers/netty/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-1/pom.xml (diff)
The file was modified containers/jetty-servlet/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/jersey-2136/pom.xml (diff)
The file was modified examples/server-sent-events-jaxrs/pom.xml (diff)
The file was modified examples/entity-filtering-selectable/pom.xml (diff)
The file was modified examples/json-binding-webapp/pom.xml (diff)
The file was modified tests/integration/security-digest/pom.xml (diff)
The file was modified test-framework/providers/inmemory/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-8/pom.xml (diff)
The file was modified examples/json-processing-webapp/pom.xml (diff)
The file was modified tests/performance/test-cases/mbw-xml-moxy/pom.xml (diff)
The file was modified tests/integration/jersey-2892/pom.xml (diff)
The file was modified containers/simple-http/pom.xml (diff)
The file was modified tests/integration/jersey-2322/pom.xml (diff)
The file was modified media/jaxb/pom.xml (diff)
The file was modified tests/mem-leaks/redeployment/redeployment-leaking-test-app/pom.xml (diff)
The file was modified test-framework/providers/external/pom.xml (diff)
The file was modified tests/e2e-client/pom.xml (diff)
The file was modified tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/pom.xml (diff)
The file was modified tests/integration/jersey-2154/pom.xml (diff)
The file was modified tests/integration/servlet-3-chunked-io/pom.xml (diff)
The file was modified archetypes/jersey-example-java8-webapp/pom.xml (diff)
The file was modified examples/https-server-glassfish/pom.xml (diff)
The file was modified examples/bookmark/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-reload/pom.xml (diff)
The file was modified tests/e2e-core-common/pom.xml (diff)
The file was modified ext/proxy-client/pom.xml (diff)
The file was modified bom/pom.xml (diff)
The file was modified examples/freemarker-webapp/pom.xml (diff)
The file was modified core-server/pom.xml (diff)
The file was modified incubator/declarative-linking/pom.xml (diff)
The file was modified tests/integration/servlet-3-inflector-1/pom.xml (diff)
The file was modified examples/helloworld/pom.xml (diff)
The file was modified examples/helloworld-netty/pom.xml (diff)
The file was modified tests/integration/jersey-2335/pom.xml (diff)
The file was modified tests/performance/test-cases/assemblies/pom.xml (diff)
The file was modified tests/performance/tools/pom.xml (diff)
The file was modified tests/integration/j-59/ear/pom.xml (diff)
The file was modified tests/jmockit/pom.xml (diff)
The file was modified examples/server-async-managed/pom.xml (diff)
The file was modified test-framework/maven/pom.xml (diff)
The file was modified tests/integration/j-441/war1/pom.xml (diff)
The file was modified examples/open-tracing/pom.xml (diff)
The file was modified ext/mvc-freemarker/pom.xml (diff)
The file was modified tests/integration/jersey-3670/pom.xml (diff)
The file was modified archetypes/jersey-heroku-webapp/pom.xml (diff)
The file was modified examples/server-async-standalone/webapp/pom.xml (diff)
The file was modified media/json-binding/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-3/pom.xml (diff)
The file was modified examples/sse-twitter-aggregator/pom.xml (diff)
The file was modified tests/integration/cdi-log-check/pom.xml (diff)
The file was modified tests/integration/jersey-3796/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule/ear/pom.xml (diff)
The file was modified examples/rx-client-webapp/pom.xml (diff)
The file was modified tests/integration/cdi-test-webapp/pom.xml (diff)
The file was modified ext/microprofile/mp-rest-client/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-filter/pom.xml (diff)
The file was modified ext/pom.xml (diff)
The file was modified archetypes/jersey-quickstart-grizzly2/pom.xml (diff)
The file was modified examples/helloworld-spring-webapp/pom.xml (diff)
The file was modified examples/server-async-standalone/pom.xml (diff)
The file was modified tests/integration/cdi-multipart-webapp/pom.xml (diff)
The file was modified tests/mem-leaks/test-cases/bean-param-leak/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule/war/pom.xml (diff)
The file was modified containers/jetty-http/pom.xml (diff)
The file was modified tests/integration/cdi-multimodule/lib/pom.xml (diff)
The file was modified tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/pom.xml (diff)
The file was modified test-framework/providers/pom.xml (diff)
The file was modified containers/jersey-servlet-core/pom.xml (diff)
The file was modified tests/performance/test-cases/mbw-custom-provider/pom.xml (diff)
The file was modified examples/extended-wadl-webapp/pom.xml (diff)
The file was modified tests/integration/cdi-multimodule/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-no-jersey-app/pom.xml (diff)
The file was modified tests/performance/test-cases/interceptor-global/pom.xml (diff)
The file was modified tests/osgi/functional/pom.xml (diff)
The file was modified ext/servlet-portability/pom.xml (diff)
The file was modified test-framework/memleak-test-common/pom.xml (diff)
The file was modified bundles/examples/pom.xml (diff)
The file was modified containers/netty-http/pom.xml (diff)
The file was modified tests/integration/servlet-request-wrapper-binding/pom.xml (diff)
The file was modified test-framework/providers/jdk-http/pom.xml (diff)
The file was modified security/pom.xml (diff)
The file was modified tests/integration/jersey-1928/pom.xml (diff)
The file was modified tests/integration/jersey-1960/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-1/pom.xml (diff)
The file was modified examples/osgi-helloworld-webapp/functional-test/pom.xml (diff)
The file was modified media/moxy/pom.xml (diff)
The file was modified examples/bookmark-em/pom.xml (diff)
The file was modified media/sse/pom.xml (diff)
The file was modified test-framework/pom.xml (diff)
The file was modified connectors/netty-connector/pom.xml (diff)
The file was modified tests/mem-leaks/test-cases/shutdown-hook-leak-client/pom.xml (diff)
The file was modified examples/cdi-webapp/pom.xml (diff)
The file was modified examples/java8-webapp/pom.xml (diff)
The file was modified tests/integration/jersey-2878/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/pom.xml (diff)
The file was modified examples/osgi-http-service/functional-test/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-5/pom.xml (diff)
The file was modified tests/integration/jersey-2673/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 test-framework/maven/container-runner-maven-plugin/pom.xml (diff)
The file was modified tests/integration/jersey-2612/pom.xml (diff)
The file was modified tests/performance/test-cases/mbw-json-moxy/pom.xml (diff)
The file was modified examples/xml-moxy/pom.xml (diff)
The file was modified incubator/gae-integration/pom.xml (diff)
The file was modified tests/integration/jaxrs-component-inject/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 tests/integration/portability-jersey-2/pom.xml (diff)
The file was modified tests/integration/cdi-with-jersey-injection-webapp/pom.xml (diff)
The file was modified tests/integration/cdi-beanvalidation-webapp/pom.xml (diff)
The file was modified tests/integration/j-59/war/pom.xml (diff)
The file was modified ext/metainf-services/pom.xml (diff)
The file was modified media/pom.xml (diff)
The file was modified media/json-jettison/pom.xml (diff)
The file was modified tests/integration/microprofile/rest-client/pom.xml (diff)
The file was modified examples/json-jackson1/pom.xml (diff)
The file was modified containers/jdk-http/pom.xml (diff)
The file was modified ext/cdi/pom.xml (diff)
The file was modified tests/integration/servlet-tests/pom.xml (diff)
The file was modified tests/e2e/pom.xml (diff)
The file was modified tests/integration/cdi-multimodule/ear/pom.xml (diff)
The file was modified tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/pom.xml (diff)
The file was modified containers/glassfish/jersey-gf-ejb/pom.xml (diff)
The file was modified ext/microprofile/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-inflector-1/pom.xml (diff)
The file was modified tests/performance/test-cases/param-srl/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-mvc-2/pom.xml (diff)
The file was modified media/json-jackson1/pom.xml (diff)
The file was modified test-framework/util/pom.xml (diff)
The file was modified tests/integration/microprofile/config/webapp/pom.xml (diff)
The file was modified bundles/apidocs/pom.xml (diff)
The file was modified examples/managed-client-simple-webapp/pom.xml (diff)
The file was modified ext/cdi/jersey-cdi1x/pom.xml (diff)
The file was modified ext/mvc-mustache/pom.xml (diff)
The file was modified tests/performance/test-cases/filter-name/pom.xml (diff)
The file was modified tests/integration/jersey-2160/pom.xml (diff)
The file was modified test-framework/providers/jetty/pom.xml (diff)
The file was modified tests/integration/jersey-1964/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-provider/pom.xml (diff)
The file was modified ext/rx/rx-client-guava/pom.xml (diff)
The file was modified tests/integration/jersey-780/pom.xml (diff)
The file was modified tests/integration/jersey-2846/pom.xml (diff)
The file was modified tests/integration/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-init-7/pom.xml (diff)
The file was modified tests/integration/jersey-2421/pom.xml (diff)
The file was modified test-framework/core/pom.xml (diff)
The file was modified connectors/apache-connector/pom.xml (diff)
The file was modified ext/cdi/jersey-cdi1x-transaction/pom.xml (diff)
The file was modified inject/pom.xml (diff)
The file was modified tests/integration/jersey-2776/pom.xml (diff)
The file was modified examples/json-with-padding/pom.xml (diff)
The file was modified examples/webapp-example-parent/pom.xml (diff)
The file was modified tests/integration/jersey-2794/pom.xml (diff)
The file was modified tests/performance/runners/jersey-grizzly-runner/pom.xml (diff)
The file was modified examples/assemblies/pom.xml (diff)
The file was modified tests/integration/client-connector-provider/pom.xml (diff)
The file was modified connectors/jetty-connector/pom.xml (diff)
The file was modified tests/osgi/pom.xml (diff)
The file was modified tests/mem-leaks/test-cases/shutdown-hook-leak-client/pom.xml (diff)
The file was modified ext/mvc-jsp/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/system-properties-example/pom.xml (diff)
The file was modified test-framework/providers/grizzly2/pom.xml (diff)
The file was modified examples/exception-mapping/pom.xml (diff)
The file was modified tests/performance/test-cases/interceptor-dynamic/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 tests/integration/ejb-multimodule-reload/war2/pom.xml (diff)
The file was modified examples/managed-beans-webapp/pom.xml (diff)
The file was modified media/json-jettison/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule/war/pom.xml (diff)
The file was modified tests/performance/tools/pom.xml (diff)
The file was modified examples/jaxrs-types-injection/pom.xml (diff)
The file was modified tests/performance/test-cases/interceptor-global/pom.xml (diff)
The file was modified tests/integration/cdi-with-jersey-injection-webapp/pom.xml (diff)
The file was modified ext/mvc/pom.xml (diff)
The file was modified examples/webapp-example-parent/pom.xml (diff)
The file was modified examples/json-jackson/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-4/pom.xml (diff)
The file was modified examples/extended-wadl-webapp/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule-reload/war1/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-3/pom.xml (diff)
The file was modified ext/cdi/pom.xml (diff)
The file was modified tests/mem-leaks/redeployment/redeployment-threadlocals-app/pom.xml (diff)
The file was modified tests/integration/j-59/lib/pom.xml (diff)
The file was modified examples/server-sent-events-jaxrs/pom.xml (diff)
The file was modified examples/server-async-managed/pom.xml (diff)
The file was modified tests/integration/servlet-request-wrapper-binding/pom.xml (diff)
The file was modified tests/integration/jersey-3796/pom.xml (diff)
The file was modified tests/integration/servlet-3-inflector-1/pom.xml (diff)
The file was modified examples/sse-item-store-jaxrs-webapp/pom.xml (diff)
The file was modified containers/glassfish/jersey-gf-ejb/pom.xml (diff)
The file was modified test-framework/providers/inmemory/pom.xml (diff)
The file was modified examples/osgi-http-service/functional-test/pom.xml (diff)
The file was modified tests/integration/jersey-2637/pom.xml (diff)
The file was modified connectors/grizzly-connector/pom.xml (diff)
The file was modified media/sse/pom.xml (diff)
The file was modified examples/server-async-standalone/pom.xml (diff)
The file was modified tests/performance/test-cases/mbw-json-jackson/pom.xml (diff)
The file was modified examples/http-trace/pom.xml (diff)
The file was modified examples/groovy/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule/ear/pom.xml (diff)
The file was modified incubator/declarative-linking/pom.xml (diff)
The file was modified tests/integration/client-connector-provider/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-inflector-1/pom.xml (diff)
The file was modified examples/helloworld-spring-annotations/pom.xml (diff)
The file was modified tests/integration/servlet-request-wrapper-binding-2/pom.xml (diff)
The file was modified tests/performance/benchmarks/pom.xml (diff)
The file was modified tests/e2e-testng/pom.xml (diff)
The file was modified tests/integration/jersey-2892/pom.xml (diff)
The file was modified ext/wadl-doclet/pom.xml (diff)
The file was modified tests/mem-leaks/test-cases/leaking-test-app/pom.xml (diff)
The file was modified examples/servlet3-webapp/pom.xml (diff)
The file was modified ext/rx/rx-client-rxjava2/pom.xml (diff)
The file was modified tests/integration/jersey-2176/pom.xml (diff)
The file was modified tests/performance/test-cases/assemblies/pom.xml (diff)
The file was modified examples/entity-filtering/pom.xml (diff)
The file was modified examples/helloworld-weld/pom.xml (diff)
The file was modified examples/rx-client-webapp/pom.xml (diff)
The file was modified media/json-jackson1/pom.xml (diff)
The file was modified archetypes/jersey-quickstart-webapp/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-7/pom.xml (diff)
The file was modified ext/metainf-services/pom.xml (diff)
The file was modified tests/integration/jersey-2421/pom.xml (diff)
The file was modified tests/integration/servlet-3-sse-1/pom.xml (diff)
The file was modified tests/integration/jersey-2689/pom.xml (diff)
The file was modified bundles/pom.xml (diff)
The file was modified connectors/jetty-connector/pom.xml (diff)
The file was modified examples/sse-twitter-aggregator/pom.xml (diff)
The file was modified media/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-filter/pom.xml (diff)
The file was modified examples/managed-client/pom.xml (diff)
The file was modified tests/performance/test-cases/mbw-text-plain/pom.xml (diff)
The file was modified tests/integration/jersey-1964/pom.xml (diff)
The file was modified containers/grizzly2-servlet/pom.xml (diff)
The file was modified media/jaxb/pom.xml (diff)
The file was modified tests/integration/cdi-log-check/pom.xml (diff)
The file was modified tests/e2e-inject/hk2/pom.xml (diff)
The file was modified examples/server-async-standalone/client/pom.xml (diff)
The file was modified tests/integration/cdi-multimodule/war2/pom.xml (diff)
The file was modified tests/performance/test-cases/mbw-xml-moxy/pom.xml (diff)
The file was modified examples/osgi-helloworld-webapp/lib-bundle/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-6/pom.xml (diff)
The file was modified tests/performance/test-cases/mbw-kryo/pom.xml (diff)
The file was modified core-client/pom.xml (diff)
The file was modified tests/e2e-server/pom.xml (diff)
The file was modified tests/performance/test-cases/proxy-injection/pom.xml (diff)
The file was modified examples/managed-client-simple-webapp/pom.xml (diff)
The file was modified examples/json-jettison/pom.xml (diff)
The file was modified tests/integration/cdi-multimodule/ear/pom.xml (diff)
The file was modified ext/mvc-mustache/pom.xml (diff)
The file was modified archetypes/jersey-heroku-webapp/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule/lib/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified tests/integration/jersey-2335/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-2/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-mvc-3/pom.xml (diff)
The file was modified ext/microprofile/mp-rest-client/pom.xml (diff)
The file was modified archetypes/pom.xml (diff)
The file was modified examples/helloworld-benchmark/pom.xml (diff)
The file was modified ext/bean-validation/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-2/pom.xml (diff)
The file was modified connectors/apache-connector/pom.xml (diff)
The file was modified tests/integration/jersey-2612/pom.xml (diff)
The file was modified examples/osgi-helloworld-webapp/pom.xml (diff)
The file was modified ext/microprofile/mp-config/pom.xml (diff)
The file was modified examples/helloworld-pure-jax-rs/pom.xml (diff)
The file was modified ext/cdi/jersey-cdi1x-validation/pom.xml (diff)
The file was modified tests/integration/jersey-2154/pom.xml (diff)
The file was modified core-common/pom.xml (diff)
The file was modified tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/pom.xml (diff)
The file was modified ext/cdi/jersey-weld2-se/pom.xml (diff)
The file was modified examples/bookmark/pom.xml (diff)
The file was modified tests/mem-leaks/pom.xml (diff)
The file was modified examples/xml-moxy/pom.xml (diff)
The file was modified tests/integration/cdi-multimodule/pom.xml (diff)
The file was modified incubator/gae-integration/pom.xml (diff)
The file was modified tests/integration/j-441/war1/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-provider/pom.xml (diff)
The file was modified security/oauth1-client/pom.xml (diff)
The file was modified ext/pom.xml (diff)
The file was modified tests/stress/pom.xml (diff)
The file was modified ext/cdi/jersey-cdi1x-transaction/pom.xml (diff)
The file was modified media/json-jackson/pom.xml (diff)
The file was modified tests/mem-leaks/redeployment/pom.xml (diff)
The file was modified examples/reload/pom.xml (diff)
The file was modified ext/rx/rx-client-guava/pom.xml (diff)
The file was modified tests/integration/jersey-2673/pom.xml (diff)
The file was modified tests/mem-leaks/test-cases/pom.xml (diff)
The file was modified tests/performance/runners/pom.xml (diff)
The file was modified connectors/jdk-connector/pom.xml (diff)
The file was modified connectors/pom.xml (diff)
The file was modified tests/jmockit/pom.xml (diff)
The file was modified ext/servlet-portability/pom.xml (diff)
The file was modified tests/integration/jersey-1883/pom.xml (diff)
The file was modified tests/performance/test-cases/mbw-json-moxy/pom.xml (diff)
The file was modified examples/helloworld-spring-webapp/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-6/pom.xml (diff)
The file was modified test-framework/pom.xml (diff)
The file was modified tests/integration/cdi-multimodule/war1/pom.xml (diff)
The file was modified test-framework/core/pom.xml (diff)
The file was modified bundles/jaxrs-ri/pom.xml (diff)
The file was modified tests/integration/servlet-3-async/pom.xml (diff)
The file was modified tests/integration/jersey-2164/pom.xml (diff)
The file was modified tests/integration/jersey-2878/pom.xml (diff)
The file was modified tests/integration/jersey-2654/pom.xml (diff)
The file was modified tests/integration/microprofile/rest-client/pom.xml (diff)
The file was modified examples/server-sent-events-jersey/pom.xml (diff)
The file was modified tests/e2e-inject/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule/pom.xml (diff)
The file was modified incubator/html-json/pom.xml (diff)
The file was modified test-framework/maven/container-runner-maven-plugin/pom.xml (diff)
The file was modified tests/mem-leaks/redeployment/redeployment-no-jersey-app/pom.xml (diff)
The file was modified tests/osgi/functional/pom.xml (diff)
The file was modified tests/integration/microprofile/config/helidon/pom.xml (diff)
The file was modified examples/assemblies/pom.xml (diff)
The file was modified archetypes/jersey-quickstart-grizzly2/pom.xml (diff)
The file was modified examples/helloworld/pom.xml (diff)
The file was modified tests/integration/cdi-iface-with-non-jaxrs-impl-test-webapp/pom.xml (diff)
The file was modified tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/pom.xml (diff)
The file was modified tests/performance/test-cases/filter-name/pom.xml (diff)
The file was modified examples/oauth-client-twitter/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-8/pom.xml (diff)
The file was modified tests/integration/jersey-3992/pom.xml (diff)
The file was modified test-framework/providers/simple/pom.xml (diff)
The file was modified containers/pom.xml (diff)
The file was modified tests/integration/cdi-test-webapp/pom.xml (diff)
The file was modified tests/integration/jersey-3670/pom.xml (diff)
The file was modified examples/osgi-helloworld-webapp/alternate-version-bundle/pom.xml (diff)
The file was modified security/oauth2-client/pom.xml (diff)
The file was modified examples/https-clientserver-grizzly/pom.xml (diff)
The file was modified examples/pom.xml (diff)
The file was modified ext/cdi/jersey-cdi1x/pom.xml (diff)
The file was modified tests/integration/j-441/war2/pom.xml (diff)
The file was modified examples/helloworld-netty/pom.xml (diff)
The file was modified tests/e2e-client/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-7/pom.xml (diff)
The file was modified containers/simple-http/pom.xml (diff)
The file was modified test-framework/providers/bundle/pom.xml (diff)
The file was modified tests/integration/servlet-tests/pom.xml (diff)
The file was modified examples/jersey-ejb/pom.xml (diff)
The file was modified examples/json-binding-webapp/pom.xml (diff)
The file was modified containers/grizzly2-http/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-mvc-2/pom.xml (diff)
The file was modified tests/e2e-inject/cdi2-se/pom.xml (diff)
The file was modified tests/integration/jersey-2160/pom.xml (diff)
The file was modified tests/integration/servlet-3-chunked-io/pom.xml (diff)
The file was modified tests/pom.xml (diff)
The file was modified test-framework/memleak-test-common/pom.xml (diff)
The file was modified tests/integration/jersey-1107/pom.xml (diff)
The file was modified security/pom.xml (diff)
The file was modified tests/mem-leaks/redeployment/redeployment-leaking-test-app/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule-reload/ear/pom.xml (diff)
The file was modified tests/e2e-core-common/pom.xml (diff)
The file was modified tests/integration/jersey-2136/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-mvc-1/pom.xml (diff)
The file was modified tests/integration/jersey-4099/pom.xml (diff)
The file was modified examples/helloworld-cdi2-se/pom.xml (diff)
The file was modified examples/open-tracing/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-3/pom.xml (diff)
The file was modified connectors/netty-connector/pom.xml (diff)
The file was modified tests/performance/test-cases/interceptor-name/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-autodiscovery-2/pom.xml (diff)
The file was modified incubator/open-tracing/pom.xml (diff)
The file was modified tests/integration/jersey-2846/pom.xml (diff)
The file was modified tests/integration/cdi-multipart-webapp/pom.xml (diff)
The file was modified tests/integration/jersey-2551/pom.xml (diff)
The file was modified tests/integration/jersey-1604/pom.xml (diff)
The file was modified tests/integration/portability-jersey-2/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-8/pom.xml (diff)
The file was modified ext/spring5/pom.xml (diff)
The file was modified tests/performance/test-cases/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule-reload/lib/pom.xml (diff)
The file was modified examples/bookstore-webapp/pom.xml (diff)
The file was modified tests/performance/test-cases/param-srl/pom.xml (diff)
The file was modified tests/performance/test-cases/filter-dynamic/pom.xml (diff)
The file was modified tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/pom.xml (diff)
The file was modified examples/bookmark-em/pom.xml (diff)
The file was modified examples/https-server-glassfish/pom.xml (diff)
The file was modified tests/integration/sonar-test/pom.xml (diff)
The file was modified examples/osgi-helloworld-webapp/functional-test/pom.xml (diff)
The file was modified examples/cdi-webapp/pom.xml (diff)
The file was modified tests/integration/async-jersey-filter/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-4/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-reload/pom.xml (diff)
The file was modified examples/sse-item-store-jersey-webapp/pom.xml (diff)
The file was modified ext/microprofile/pom.xml (diff)
The file was modified ext/rx/pom.xml (diff)
The file was modified tests/integration/cdi-ejb-test-webapp/pom.xml (diff)
The file was modified tests/integration/ejb-multimodule-reload/pom.xml (diff)
The file was modified examples/entity-filtering-security/pom.xml (diff)
The file was modified tests/integration/servlet-3-params/pom.xml (diff)
The file was modified tests/integration/cdi-beanvalidation-webapp/pom.xml (diff)
The file was modified tests/integration/j-59/pom.xml (diff)
The file was modified test-framework/maven/pom.xml (diff)
The file was modified ext/spring4/pom.xml (diff)
The file was modified test-framework/maven/custom-enforcer-rules/pom.xml (diff)
The file was modified examples/osgi-helloworld-webapp/additional-bundle/pom.xml (diff)
The file was modified inject/hk2/pom.xml (diff)
The file was modified examples/helloworld-programmatic/pom.xml (diff)
The file was modified examples/json-with-padding/pom.xml (diff)
The file was modified examples/http-patch/pom.xml (diff)
The file was modified containers/glassfish/pom.xml (diff)
The file was modified ext/entity-filtering/pom.xml (diff)
The file was modified tests/integration/servlet-3-gf-async/pom.xml (diff)
The file was modified examples/helloworld-webapp/pom.xml (diff)
The file was modified archetypes/jersey-example-java8-webapp/pom.xml (diff)
The file was modified containers/jdk-http/pom.xml (diff)
The file was modified tests/integration/j-441/ear/pom.xml (diff)
The file was modified examples/osgi-http-service/pom.xml (diff)
The file was modified ext/mvc-freemarker/pom.xml (diff)
The file was modified tests/osgi/pom.xml (diff)
The file was modified tests/integration/j-59/ear/pom.xml (diff)
The file was modified tests/integration/security-digest/pom.xml (diff)
The file was modified examples/clipboard/pom.xml (diff)
The file was modified bundles/apidocs/pom.xml (diff)
The file was modified media/json-binding/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-1/pom.xml (diff)
The file was modified examples/osgi-helloworld-webapp/war-bundle/pom.xml (diff)
The file was modified tests/e2e/pom.xml (diff)
The file was modified tests/integration/portability-jersey-1/pom.xml (diff)
The file was modified examples/managed-client-webapp/pom.xml (diff)
The file was modified ext/rx/rx-client-rxjava/pom.xml (diff)
The file was modified tests/integration/jersey-2184/pom.xml (diff)
The file was modified ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/pom.xml (diff)
The file was modified examples/freemarker-webapp/pom.xml (diff)
The file was modified tests/integration/jersey-2794/pom.xml (diff)
The file was modified ext/cdi/jersey-cdi1x-servlet/pom.xml (diff)
The file was modified tests/integration/pom.xml (diff)
The file was modified media/moxy/pom.xml (diff)
The file was modified tests/performance/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-autodiscovery-1/pom.xml (diff)
The file was modified test-framework/providers/jetty/pom.xml (diff)
The file was modified examples/json-jackson1/pom.xml (diff)
The file was modified incubator/kryo/pom.xml (diff)
The file was modified incubator/pom.xml (diff)
The file was modified examples/server-async-standalone/webapp/pom.xml (diff)
The file was modified examples/simple-console/pom.xml (diff)
The file was modified security/oauth1-signature/pom.xml (diff)
The file was modified inject/pom.xml (diff)
The file was modified tests/performance/test-cases/mbw-custom-provider/pom.xml (diff)
The file was modified examples/entity-filtering-selectable/pom.xml (diff)
The file was modified tests/integration/servlet-3-filter/pom.xml (diff)
The file was modified tests/integration/jersey-1667/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-1/pom.xml (diff)
The file was modified tests/integration/jersey-2322/pom.xml (diff)
The file was modified examples/declarative-linking/pom.xml (diff)
The file was modified tests/integration/asm/pom.xml (diff)
The file was modified tests/integration/jersey-1960/pom.xml (diff)
The file was modified tests/mem-leaks/test-cases/bean-param-leak/pom.xml (diff)
The file was modified tests/integration/j-59/war/pom.xml (diff)
The file was modified tests/integration/servlet-2.5-init-5/pom.xml (diff)
The file was modified bundles/examples/pom.xml (diff)
The file was modified tests/integration/property-check/pom.xml (diff)
The file was modified tests/integration/j-441/pom.xml (diff)
The file was modified test-framework/providers/netty/pom.xml (diff)
The file was modified tests/integration/jersey-2137/pom.xml (diff)
The file was modified tests/mem-leaks/test-cases/shutdown-hook-leak/pom.xml (diff)
The file was modified security/oauth1-server/pom.xml (diff)
The file was modified examples/osgi-http-service/bundle/pom.xml (diff)
The file was modified tests/integration/jersey-1223/pom.xml (diff)
The file was modified tests/integration/jersey-780/pom.xml (diff)
The file was modified test-framework/providers/external/pom.xml (diff)
The file was modified media/multipart/pom.xml (diff)
The file was modified tests/integration/jersey-2255/pom.xml (diff)
The file was modified ext/proxy-client/pom.xml (diff)
The file was modified inject/cdi2-se/pom.xml (diff)
The file was modified tests/integration/j-376/pom.xml (diff)
The file was modified tests/integration/jersey-1928/pom.xml (diff)
The file was modified bom/pom.xml (diff)
The file was modified tests/integration/cdi-multimodule/lib/pom.xml (diff)
The file was modified tests/integration/tracing-support/pom.xml (diff)
The file was modified tests/performance/test-cases/filter-global/pom.xml (diff)
The file was modified containers/netty-http/pom.xml (diff)
The file was modified tests/integration/jersey-2704/pom.xml (diff)
The file was modified ext/mvc-bean-validation/pom.xml (diff)
The file was modified tests/integration/jersey-2776/pom.xml (diff)
The file was modified examples/clipboard-programmatic/pom.xml (diff)
The file was modified examples/json-moxy/pom.xml (diff)
The file was modified containers/jersey-servlet-core/pom.xml (diff)
The file was modified containers/jersey-servlet/pom.xml (diff)
The file was modified tests/performance/runners/jersey-grizzly-runner/pom.xml (diff)
The file was modified test-framework/util/pom.xml (diff)
The file was modified tests/integration/jersey-1829/pom.xml (diff)
The file was modified tests/e2e-entity/pom.xml (diff)
The file was modified containers/jetty-servlet/pom.xml (diff)
The file was modified tests/integration/microprofile/config/webapp/pom.xml (diff)
The file was modified docs/pom.xml (diff)
The file was modified core-server/pom.xml (diff)
The file was modified examples/server-async/pom.xml (diff)
The file was modified tests/integration/ejb-test-webapp/pom.xml (diff)
The file was modified test-framework/providers/jdk-http/pom.xml (diff)
The file was modified examples/multipart-webapp/pom.xml (diff)
The file was modified media/json-processing/pom.xml (diff)
The file was modified tests/integration/jersey-2167/pom.xml (diff)
The file was modified tests/integration/jaxrs-component-inject/pom.xml (diff)
The file was modified tests/performance/test-cases/mbw-xml-jaxb/pom.xml (diff)
The file was modified examples/jaxb/pom.xml (diff)
The file was modified tests/integration/servlet-3-init-5/pom.xml (diff)
Commit 92055d3c9a7052f282356d770e82bfb17ef40e37 by 24524084+senivam
Upgrade jetty to version 9.4.17.v20190418 (#4201)
Includes several security fixes
Signed-off-by: Jonathan Coustick <jonathan.coustick@payara.fish>
The file was modified pom.xml (diff)