[resteasy/Resteasy] 07cd4d: Bump version.org.eclipse.jetty in /resteasy-depend...
by Alessio Soldano
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
3 years, 6 months
[resteasy/Resteasy] d50784: [RESTEASY-2699]:Sse test case cleanup
by jimma
Branch: refs/heads/4.5
Home: https://github.com/resteasy/Resteasy
Commit: d50784a3b89d62f07aa4427974da5872e1781ead
https://github.com/resteasy/Resteasy/commit/d50784a3b89d62f07aa4427974da5...
Author: Jim Ma <ema(a)redhat.com>
Date: 2021-03-30 (Tue, 30 Mar 2021)
Changed paths:
R testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/GreenHouse.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/SseCORSFilterTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/SseEventSinkTest.java
R testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/SseFilterApplication.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/SseTest.java
R testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/providers/sse/index.html
Log Message:
-----------
[RESTEASY-2699]:Sse test case cleanup
Commit: 3989a15b80472bcc05b107951b749d6c22b1a05a
https://github.com/resteasy/Resteasy/commit/3989a15b80472bcc05b107951b749...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2021-03-30 (Tue, 30 Mar 2021)
Changed paths:
M providers/json-binding/src/main/java/org/jboss/resteasy/plugins/providers/jsonb/AbstractJsonBindingProvider.java
Log Message:
-----------
[WFLY-13790] get rid of jsonb object singleton, letting any deployment have its own instance; use double-checked locking for initializing the object
Commit: ec7e4fb872214fe4f8149adaa77686580aca5ec5
https://github.com/resteasy/Resteasy/commit/ec7e4fb872214fe4f8149adaa7768...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2021-03-30 (Tue, 30 Mar 2021)
Changed paths:
M resteasy-cache/resteasy-cache-core/src/main/java/org/jboss/resteasy/plugins/cache/server/ServerCacheFeature.java
Log Message:
-----------
[RESTEASY-2711] Replace deprecated Infinispan code
Commit: 66c5deab1a13204b88b269cac3a9918a8735f30c
https://github.com/resteasy/Resteasy/commit/66c5deab1a13204b88b269cac3a99...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2021-03-30 (Tue, 30 Mar 2021)
Changed paths:
M resteasy-dependencies-bom/pom.xml
Log Message:
-----------
[RESTEASY-2717] Upgrade bouncycastle to 1.65
Commit: 533640a42876a1860c0f57835741162de0c2d9f8
https://github.com/resteasy/Resteasy/commit/533640a42876a1860c0f578357411...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2021-03-30 (Tue, 30 Mar 2021)
Changed paths:
M resteasy-dependencies-bom/pom.xml
Log Message:
-----------
[RESTEASY-2715] Upgrade netty to 4.1.51.Final
Commit: 5f43244364ea60ef2f9df2a6c28fb8c6adba253d
https://github.com/resteasy/Resteasy/commit/5f43244364ea60ef2f9df2a6c28fb...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2021-03-30 (Tue, 30 Mar 2021)
Changed paths:
M resteasy-dependencies-bom/pom.xml
Log Message:
-----------
[RESTEASY-2718] Upgrade jakarta mail to 1.6.5
Commit: 2399d031faa4e3808a9533c1e54c8a4d09fd3b5c
https://github.com/resteasy/Resteasy/commit/2399d031faa4e3808a9533c1e54c8...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2021-03-30 (Tue, 30 Mar 2021)
Changed paths:
M resteasy-dependencies-bom/pom.xml
Log Message:
-----------
[RESTEASY-2716] Upgrade Weld to 3.1.5
Commit: 8afca11e06bb389c7465488b40870b77dc30277f
https://github.com/resteasy/Resteasy/commit/8afca11e06bb389c7465488b40870...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2021-03-30 (Tue, 30 Mar 2021)
Changed paths:
M resteasy-dependencies-bom/pom.xml
Log Message:
-----------
[RESTEASY-2714] Upgrade Jackson 2.11.2
Commit: 57ac594bffca79e2ecb4da5c45a608d9e055863a
https://github.com/resteasy/Resteasy/commit/57ac594bffca79e2ecb4da5c45a60...
Author: Rostislav Svoboda <rsvoboda(a)redhat.com>
Date: 2021-03-30 (Tue, 30 Mar 2021)
Changed paths:
M providers/multipart/src/main/java/org/jboss/resteasy/plugins/providers/multipart/HeaderFlushedAsyncOutputStream.java
M providers/multipart/src/main/java/org/jboss/resteasy/plugins/providers/multipart/HeaderFlushedOutputStream.java
M resteasy-core/src/main/java/org/jboss/resteasy/util/WeightedLanguage.java
Log Message:
-----------
RESTEASY-2724 Small efficiency improvements for iterating through Map structure (#2561)
Commit: c49e1852c5045b8de6818e36e735b8645c5a13d6
https://github.com/resteasy/Resteasy/commit/c49e1852c5045b8de6818e36e735b...
Author: Rostislav Svoboda <rsvoboda(a)redhat.com>
Date: 2021-03-30 (Tue, 30 Mar 2021)
Changed paths:
M providers/jaxb/src/main/java/org/jboss/resteasy/plugins/providers/jaxb/IgnoredMediaTypes.java
Log Message:
-----------
RESTEASY-2722 Fix check on wildcard subtype
Commit: 136f2083728cb4a5a89adfbeef4ca48ec63af17d
https://github.com/resteasy/Resteasy/commit/136f2083728cb4a5a89adfbeef4ca...
Author: jimma <ema(a)redhat.com>
Date: 2021-03-30 (Tue, 30 Mar 2021)
Changed paths:
M resteasy-dependencies-bom/pom.xml
Log Message:
-----------
[RESTEASY-2741]:Upgrade rxjava2 and other components (#2576)
Commit: 625384af126131cace48314777deed75e51867b9
https://github.com/resteasy/Resteasy/commit/625384af126131cace48314777dee...
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:
-----------
[RESTEASY-2743] Bump junit from 4.12 to 4.13.1 in /resteasy-dependencies-bom (#2565)
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNote...
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1)
Signed-off-by: dependabot[bot] <support(a)github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Commit: 7a22510460e720bf8ccb2eab43aeca907c49b6c7
https://github.com/resteasy/Resteasy/commit/7a22510460e720bf8ccb2eab43aec...
Author: jimma <ema(a)redhat.com>
Date: 2021-03-30 (Tue, 30 Mar 2021)
Changed paths:
M .github/workflows/maven.yml
M .travis.yml
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/category/ExpectedFailingOnWildFly21.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cache/ServerCacheInterceptorTest.java
M testsuite/pom.xml
Log Message:
-----------
Upgrade WFLY version to 21.0.0.Final (#2573)
* Upgrade WFLY version to 21.0.0.Final
* Exclude ServerCacheInterceptorTest for WildFly 21.0.0.Final
Compare: https://github.com/resteasy/Resteasy/compare/db7ee88701e6...7a22510460e7
3 years, 6 months