Skip to content
Aborted

Changes

Summary

  1. Properly close the Apache response so that connections can be reused (commit: 52a0dcc) (details)
  2. Modify the SSLConfigurator to get specific system properties. (commit: 6306113) (details)
  3. Revert "Modify the SSLConfigurator to get specific system properties." (commit: 2845eab) (details)
  4. Modify the SSLConfigurator to get specific system properties (commit: e0de9bb) (details)
  5. Jersey dependencies version upgrade (part I) (commit: f31fe14) (details)
  6. ParamConverterFactory should use LinkedHashSet to preserve ordering (commit: 02631b4) (details)
  7. Update pom.xml (commit: beeb2e9) (details)
  8. Update Spring version to latest (commit: 9a67301) (details)
  9. copyright fixes (commit: ff601f7) (details)
  10. CI/CD build and release jobs (commit: d0c5a32) (details)
  11. Stop using deprecated CDI API (addAnnotatedType). Continue #3845 (commit: 7ee16ac) (details)
Commit 52a0dcc1d130a734f66106a3fe5cba5c42aecfa6 by alessandro.gherardi
Properly close the Apache response so that connections can be reused
Signed-off-by: agherardi <alessandro.gherardi@yahoo.com>
(commit: 52a0dcc)
The file was modified connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/StreamingTest.java (diff)
The file was modified connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnector.java (diff)
Commit 6306113704eecb541dd7600d72d47e7fe685dc5e by Shane Argo
Modify the SSLConfigurator to get specific system properties.
Resolves issue #3879.
Instead of reading all system properties in the SSLConfigurator, it will
now read only the specific properties required. This ensures that in an
environment utilising the Java Security Manager only the privileges for
those system properties are required.
(commit: 6306113)
The file was modified core-common/src/main/java/org/glassfish/jersey/SslConfigurator.java (diff)
Commit 2845eab0156f3fb688e61b333a9df52f91ed28d2 by Shane Argo
Revert "Modify the SSLConfigurator to get specific system properties."
This reverts commit 6306113704eecb541dd7600d72d47e7fe685dc5e.
(commit: 2845eab)
The file was modified core-common/src/main/java/org/glassfish/jersey/SslConfigurator.java (diff)
Commit e0de9bb91a9e02b5785f9ee7d0d0d88018646164 by Shane Argo
Modify the SSLConfigurator to get specific system properties
Resolves issue #3879.
Instead of reading all system properties in the SSLConfigurator, it will
now read only the specific properties required. This ensures that in an
environment utilising the Java Security Manager only the privileges for
those system properties are required.
Signed-off-by: Shane Argo <shane@alltheducks.com>
(commit: e0de9bb)
The file was modified core-common/src/main/java/org/glassfish/jersey/SslConfigurator.java (diff)
Commit f31fe142bb444053918293ef457990eb85ea4f8c by Maxim Nesen
Jersey dependencies version upgrade (part I)
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
(commit: f31fe14)
The file was modified pom.xml (diff)
The file was modified ext/mvc-jsp/pom.xml (diff)
The file was modified media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/jackson/jaxrs/util/EndpointAsBeanProperty.java (diff)
The file was modified containers/glassfish/jersey-gf-ejb/pom.xml (diff)
Commit 02631b4c0e3e00d8992de558594820b477c0e3dd by 15908245+jansupol
ParamConverterFactory should use LinkedHashSet to preserve ordering
(#3670) (#3955)
Signed-off-by: Christian Kaltepoth <christian@kaltepoth.de>
(commit: 02631b4)
The file was modified core-server/src/main/java/org/glassfish/jersey/server/internal/inject/ParamConverterFactory.java (diff)
The file was modified pom.xml (diff)
Commit 9a67301306689493af7b55f20897fcdd15a68cbb by Jan Supol
Update Spring version to latest
Signed-off-by: Jan Supol <jan.supol@oracle.com>
(commit: 9a67301)
The file was modified pom.xml (diff)
Commit ff601f7aacc6c6ed863c1d0d935ff98d051acdf4 by Maxim Nesen
copyright fixes
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
(commit: ff601f7)
The file was addedetc/travis/README
The file was addedetc/jenkins/Jenkinsfile_release
The file was addedetc/jenkins/README
The file was modified core-common/src/test/java/org/glassfish/jersey/message/internal/MessageBodyFactoryTest.java (diff)
The file was modified .travis.yml (diff)
The file was addedetc/travis/travis.sh
The file was modified etc/config/copyright-exclude (diff)
The file was addedetc/jenkins/Jenkinsfile_release_config
The file was removedetc/hudson/README
The file was addedetc/jenkins/Jenkinsfile_EE4J_build
The file was removedtravis.sh
The file was addedetc/jenkins/Jenkinsfile_master_build
Commit d0c5a3280342f4ca6136d805594580b8898422a9 by Maxim Nesen
CI/CD build and release jobs
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
(commit: d0c5a32)
The file was modified etc/jenkins/Jenkinsfile_master_build (diff)
The file was modified etc/jenkins/Jenkinsfile_EE4J_build (diff)
The file was modified etc/jenkins/Jenkinsfile_release (diff)
Commit 7ee16ac362b424164a9579b5e8613d09bc37ce56 by Jan Supol
Stop using deprecated CDI API (addAnnotatedType). Continue #3845
Change-Id: Icb2e0f6a30d89c6d4c8cf34c892ad91b2583b536 Signed-off-by: Jan
Supol <jan.supol@oracle.com>
(commit: 7ee16ac)
The file was modified ext/cdi/jersey-cdi1x-validation/src/main/java/org/glassfish/jersey/ext/cdi1x/validation/internal/CdiInterceptorWrapperExtension.java (diff)