Branch: refs/heads/4.5
Home:
https://github.com/resteasy/Resteasy
Commit: 07cd4d75a2146351306f34055b1e142e70dfad95
https://github.com/resteasy/Resteasy/commit/07cd4d75a2146351306f34055b1e1...
Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Date: 2021-03-30 (Tue, 30 Mar 2021)
Changed paths:
M resteasy-dependencies-bom/pom.xml
Log Message:
-----------
Bump version.org.eclipse.jetty in /resteasy-dependencies-bom
Bumps `version.org.eclipse.jetty` from 9.4.24.v20191120 to 9.4.34.v20201102.
Updates `jetty-server` from 9.4.24.v20191120 to 9.4.34.v20201102
- [Release
notes](https://github.com/eclipse/jetty.project/releases)
-
[
Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.24.v2...
Updates `jetty-servlets` from 9.4.24.v20191120 to 9.4.34.v20201102
- [Release
notes](https://github.com/eclipse/jetty.project/releases)
-
[
Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.24.v2...
Updates `jetty-client` from 9.4.24.v20191120 to 9.4.34.v20201102
- [Release
notes](https://github.com/eclipse/jetty.project/releases)
-
[
Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.24.v2...
Updates `jetty-deploy` from 9.4.24.v20191120 to 9.4.34.v20201102
- [Release
notes](https://github.com/eclipse/jetty.project/releases)
-
[
Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.24.v2...
Updates `jetty-annotations` from 9.4.24.v20191120 to 9.4.34.v20201102
- [Release
notes](https://github.com/eclipse/jetty.project/releases)
-
[
Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.24.v2...
Updates `jetty-webapp` from 9.4.24.v20191120 to 9.4.34.v20201102
- [Release
notes](https://github.com/eclipse/jetty.project/releases)
-
[
Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.24.v2...
Updates `jetty-plus` from 9.4.24.v20191120 to 9.4.34.v20201102
- [Release
notes](https://github.com/eclipse/jetty.project/releases)
-
[
Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.24.v2...
Signed-off-by: dependabot[bot] <support(a)github.com>
Commit: 71bbf492031dafc0086375240beb0d07c8edc6ba
https://github.com/resteasy/Resteasy/commit/71bbf492031dafc0086375240beb0...
Author: Andy McCright <j.andrew.mccright(a)gmail.com>
Date: 2021-03-30 (Tue, 30 Mar 2021)
Changed paths:
M resteasy-core/pom.xml
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/server/servlet/ServletUtil.java
A
resteasy-core/src/test/java/org/jboss/resteasy/plugins/server/servlet/ServletUtilTest.java
Log Message:
-----------
[RESTEASY-2771] Decode RequestURL
Signed-off-by: Andy McCright <j.andrew.mccright(a)gmail.com>
Commit: 18f80ed58a9c595fef2a1c97f27f51fd0f5fe7e9
https://github.com/resteasy/Resteasy/commit/18f80ed58a9c595fef2a1c97f27f5...
Author: Martin Panzer <postremus1996(a)googlemail.com>
Date: 2021-03-30 (Tue, 30 Mar 2021)
Changed paths:
M providers/jackson2/pom.xml
M resteasy-links/pom.xml
M security/jose-jwt/pom.xml
M server-adapters/resteasy-undertow-spring/pom.xml
Log Message:
-----------
[RESTEASY-2725] Remove dependency from jackson to the jaxb provider
Some applications only need jackon, and where previously forced to exclude the
jaxb-provider on their own. This compile dependency is now removed.
I also added jaxb-provider back to modules, which before only had jackson provider. This
is to keep the same behavior for jose-jwt and resteasy-links.
Commit: 11907df0962a56e203b47aef9acf24d7f012842b
https://github.com/resteasy/Resteasy/commit/11907df0962a56e203b47aef9acf2...
Author: R Searls <rsearls(a)redhat.com>
Date: 2021-03-30 (Tue, 30 Mar 2021)
Changed paths:
M
resteasy-client-microprofile/src/main/java/org/jboss/resteasy/microprofile/client/impl/MpClientInvocationBuilder.java
Log Message:
-----------
[RESTEASY-2558] using AsyncInterceptorRxInvoker in MpClientInvocationBuilder rx
Commit: f2365ba3e8931dc03713f0b9724b8a788530f505
https://github.com/resteasy/Resteasy/commit/f2365ba3e8931dc03713f0b9724b8...
Author: NicoNes <nicolas.nesmon(a)gmail.com>
Date: 2021-03-30 (Tue, 30 Mar 2021)
Changed paths:
M resteasy-core/src/main/java/org/jboss/resteasy/core/ResourceMethodInvoker.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/DynamicFeatureTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/AddDynamicFeature.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/AddFeature.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/DynamicFeatureResource.java
Log Message:
-----------
Properties or provider registered in a dynamic feature for a specific
method should be retrievable in this method request context.
Signed-off-by: NicoNes <nicolas.nesmon(a)gmail.com>
Commit: 911d05d16e4b22e7be5b8fd0611f4538dfd71a33
https://github.com/resteasy/Resteasy/commit/911d05d16e4b22e7be5b8fd0611f4...
Author: jamesmartinpp <jamesmartin(a)paypal.com>
Date: 2021-03-30 (Tue, 30 Mar 2021)
Changed paths:
M
resteasy-client-reactor-netty/src/main/java/org/jboss/resteasy/client/jaxrs/engines/ReactorNettyClientHttpEngine.java
Log Message:
-----------
[RESTEASY-2746] fix issue where tomcat closes http2 connection due to excessive overhead
chatter (#2584)
Commit: af8dcc158724c4caaca31a242a5829a884c2d1c6
https://github.com/resteasy/Resteasy/commit/af8dcc158724c4caaca31a242a582...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2021-03-30 (Tue, 30 Mar 2021)
Changed paths:
M resteasy-core/src/main/java/org/jboss/resteasy/core/ServerResponseWriter.java
Log Message:
-----------
[RESTEASY-2731] Fix MessageBodyWriter resolving for HEAD requests (#2564)
* [RESTEASY-2731] Fix MessageBodyWriter resolving for HEAD requests
* Update ServerResponseWriter.java
Commit: 9a709618d665190c222db6360b5ef5e8f54e4198
https://github.com/resteasy/Resteasy/commit/9a709618d665190c222db6360b5ef...
Author: steffen19w23 <steffen19w23(a)yahoo.de>
Date: 2021-03-30 (Tue, 30 Mar 2021)
Changed paths:
M
resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/proxy/ClientInvoker.java
Log Message:
-----------
[RESTEASY-2775] Avoid NPE for config without dynamicFeatures (#2597)
Co-authored-by: steffen.weber <steffen.weber3(a)de.bosch.com>
Commit: 9e3c358e722b526d04fb442a55a5ca081603b23d
https://github.com/resteasy/Resteasy/commit/9e3c358e722b526d04fb442a55a5c...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2021-03-30 (Tue, 30 Mar 2021)
Changed paths:
M resteasy-reactor/pom.xml
Log Message:
-----------
[RESTEASY-2777] Adding missing CDI dependency
Commit: f79358994e7c5665395a15421fc122f3a6c76d1c
https://github.com/resteasy/Resteasy/commit/f79358994e7c5665395a15421fc12...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2021-03-30 (Tue, 30 Mar 2021)
Changed paths:
M resteasy-reactor/src/test/java/org/jboss/resteasy/reactor/ReactorTest.java
M resteasy-rxjava2/src/test/java/org/jboss/resteasy/rxjava2/RxTest.java
Log Message:
-----------
[RESTEASY-2778] Prevent the issue from completely failing the build
Commit: 08772de47f6e77f2aded4fb300589cdf16b0b936
https://github.com/resteasy/Resteasy/commit/08772de47f6e77f2aded4fb300589...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2021-03-30 (Tue, 30 Mar 2021)
Changed paths:
M .github/workflows/maven.yml
M .travis.yml
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cache/ServerCacheInterceptorTest.java
M testsuite/pom.xml
Log Message:
-----------
Update target containers to test against WFLY 21.0.1.Final
Commit: 882d28964b80d5c23ac1ea2043158e5007142a70
https://github.com/resteasy/Resteasy/commit/882d28964b80d5c23ac1ea2043158...
Author: Ron Sigal <rsigal(a)redhat.com>
Date: 2021-03-30 (Tue, 30 Mar 2021)
Changed paths:
M
resteasy-core-spi/src/main/java/org/jboss/resteasy/api/validation/ResteasyViolationException.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/EmptyArrayValidationTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/EmptyArrayValidationFoo.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/EmptyArrayValidationResource.java
Log Message:
-----------
[RESTEASY-2765] Fix validation of empty array
Commit: 9f6d8e19b304e3f86ed88abef87e32ee9cb3fa2d
https://github.com/resteasy/Resteasy/commit/9f6d8e19b304e3f86ed88abef87e3...
Author: R Searls <rsearls(a)redhat.com>
Date: 2021-03-30 (Tue, 30 Mar 2021)
Changed paths:
M
resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/engines/ManualClosingApacheHttpClient43Engine.java
Log Message:
-----------
[RESTEASY-2707] added security block
Commit: 2801ae80ae261ff33d8584ced1a80604daa9dd4f
https://github.com/resteasy/Resteasy/commit/2801ae80ae261ff33d8584ced1a80...
Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Date: 2021-03-30 (Tue, 30 Mar 2021)
Changed paths:
M resteasy-dependencies-bom/pom.xml
Log Message:
-----------
Bump version.org.eclipse.jetty in /resteasy-dependencies-bom
Bumps `version.org.eclipse.jetty` from 9.4.34.v20201102 to 9.4.35.v20201120.
Updates `jetty-server` from 9.4.34.v20201102 to 9.4.35.v20201120
- [Release
notes](https://github.com/eclipse/jetty.project/releases)
-
[
Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.34.v2...
Updates `jetty-servlets` from 9.4.34.v20201102 to 9.4.35.v20201120
- [Release
notes](https://github.com/eclipse/jetty.project/releases)
-
[
Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.34.v2...
Updates `jetty-client` from 9.4.34.v20201102 to 9.4.35.v20201120
- [Release
notes](https://github.com/eclipse/jetty.project/releases)
-
[
Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.34.v2...
Updates `jetty-deploy` from 9.4.34.v20201102 to 9.4.35.v20201120
- [Release
notes](https://github.com/eclipse/jetty.project/releases)
-
[
Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.34.v2...
Updates `jetty-annotations` from 9.4.34.v20201102 to 9.4.35.v20201120
- [Release
notes](https://github.com/eclipse/jetty.project/releases)
-
[
Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.34.v2...
Updates `jetty-webapp` from 9.4.34.v20201102 to 9.4.35.v20201120
- [Release
notes](https://github.com/eclipse/jetty.project/releases)
-
[
Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.34.v2...
Updates `jetty-plus` from 9.4.34.v20201102 to 9.4.35.v20201120
- [Release
notes](https://github.com/eclipse/jetty.project/releases)
-
[
Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.34.v2...
Signed-off-by: dependabot[bot] <support(a)github.com>
Commit: 0cf362e72350278436dd50da82f99c33d5abcb9f
https://github.com/resteasy/Resteasy/commit/0cf362e72350278436dd50da82f99...
Author: Tommasso Borgato <tborgato(a)redhat.com>
Date: 2021-03-30 (Tue, 30 Mar 2021)
Changed paths:
M testsuite/integration-tests-spring/deployment/pom.xml
M testsuite/integration-tests/pom.xml
M testsuite/pom.xml
Log Message:
-----------
Fix commas in excludedGroups
Commit: 2ce7861c672130704a1f926d086a2d5f3daf9e61
https://github.com/resteasy/Resteasy/commit/2ce7861c672130704a1f926d086a2...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2021-03-30 (Tue, 30 Mar 2021)
Changed paths:
M testsuite/pom.xml
Log Message:
-----------
Fix wfly21 exclusions
Compare:
https://github.com/resteasy/Resteasy/compare/7a22510460e7...2ce7861c6721