[resteasy/Resteasy] b91072: [RESTEASY-2882] Changed the processing of Response...
by rsearls
Branch: refs/heads/main
Home: https://github.com/resteasy/Resteasy
Commit: b910728177b6791814a836549f2589945628c28d
https://github.com/resteasy/Resteasy/commit/b910728177b6791814a836549f258...
Author: R Searls <rsearls(a)redhat.com>
Date: 2021-06-24 (Thu, 24 Jun 2021)
Changed paths:
M resteasy-client-microprofile-base/src/main/java/org/jboss/resteasy/microprofile/client/ExceptionMapping.java
M resteasy-client-microprofile-base/src/main/java/org/jboss/resteasy/microprofile/client/ProxyInvocationHandler.java
M resteasy-client-microprofile-base/src/main/java/org/jboss/resteasy/microprofile/client/RestClientBuilderImpl.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/ExceptionMapperReturnsNullTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/resource/HealthCheckData.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/resource/HealthService.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/resource/Ignore404ExceptionMapper.java
Log Message:
-----------
[RESTEASY-2882] Changed the processing of ResponseExceptionMapper to meet spec requirements
Commit: b119178f79bbfd712731cf352dbba1303593c5cb
https://github.com/resteasy/Resteasy/commit/b119178f79bbfd712731cf352dbba...
Author: rsearls <rsearls(a)redhat.com>
Date: 2021-06-24 (Thu, 24 Jun 2021)
Changed paths:
M resteasy-client-microprofile-base/src/main/java/org/jboss/resteasy/microprofile/client/ExceptionMapping.java
M resteasy-client-microprofile-base/src/main/java/org/jboss/resteasy/microprofile/client/ProxyInvocationHandler.java
M resteasy-client-microprofile-base/src/main/java/org/jboss/resteasy/microprofile/client/RestClientBuilderImpl.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/ExceptionMapperReturnsNullTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/resource/HealthCheckData.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/resource/HealthService.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/resource/Ignore404ExceptionMapper.java
Log Message:
-----------
Merge pull request #2850 from rsearls/RESTEASY-2882-MicroProfile-NULL-ResponseExceptionMapper
[RESTEASY-2882] Changed the processing of ResponseExceptionMapper to …
Compare: https://github.com/resteasy/Resteasy/compare/b68796705557...b119178f79bb
3 years, 5 months
[resteasy/Resteasy] a725e9: [EAP7-1661] Adding resteasy-reactive-streams-opera...
by Ron Sigal
Branch: refs/heads/eap7-1661b
Home: https://github.com/resteasy/Resteasy
Commit: a725e9aa38a8a35d92e4ee3525413777a76c2538
https://github.com/resteasy/Resteasy/commit/a725e9aa38a8a35d92e4ee3525413...
Author: Ron Sigal <rsigal(a)redhat.com>
Date: 2021-05-25 (Tue, 25 May 2021)
Changed paths:
M jboss-modules/build.xml
M jboss-modules/pom.xml
A jboss-modules/src/main/resources/modules/org/jboss/resteasy/resteasy-reactive-streams-operators/main/module.xml
M resteasy-dependencies-bom/pom.xml
A resteasy-reactive-streams-operators/pom.xml
A resteasy-reactive-streams-operators/src/main/java/org/jboss/resteasy/rso/PublisherBuilderProvider.java
A resteasy-reactive-streams-operators/src/main/java/org/jboss/resteasy/rso/PublisherBuilderRxInvoker.java
A resteasy-reactive-streams-operators/src/main/java/org/jboss/resteasy/rso/PublisherBuilderRxInvokerImpl.java
A resteasy-reactive-streams-operators/src/main/java/org/jboss/resteasy/rso/PublisherBuilderRxInvokerProvider.java
A resteasy-reactive-streams-operators/src/main/java/org/jboss/resteasy/rso/PublisherProvider.java
A resteasy-reactive-streams-operators/src/main/java/org/jboss/resteasy/rso/PublisherRxInvoker.java
A resteasy-reactive-streams-operators/src/main/java/org/jboss/resteasy/rso/PublisherRxInvokerImpl.java
A resteasy-reactive-streams-operators/src/main/java/org/jboss/resteasy/rso/PublisherRxInvokerProvider.java
A resteasy-reactive-streams-operators/src/main/java/org/jboss/resteasy/rso/ResteasyContextPropagatingOnPublisherCreateAction.java
A resteasy-reactive-streams-operators/src/main/java/org/jboss/resteasy/rso/i18n/LogMessages.java
A resteasy-reactive-streams-operators/src/main/java/org/jboss/resteasy/rso/i18n/Messages.java
A resteasy-reactive-streams-operators/src/main/resources/META-INF/services/javax.ws.rs.ext.Providers
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/category/ExpectedFailingOnWildFly22.java
M testsuite/integration-tests/pom.xml
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rso/EnableReactiveExtensionsSetupTask.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rso/RSONoStreamPublisherTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rso/RSOPublisherBuilderTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rso/RSOPublisherTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rso/resource/RSONoStreamPublisherResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rso/resource/RSOPublisherBuilderResourceImpl.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rso/resource/RSOPublisherResourceImpl.java
Log Message:
-----------
[EAP7-1661] Adding resteasy-reactive-streams-operators
Commit: 6475797daf1e2b6319942fff1263fcf69f60ad43
https://github.com/resteasy/Resteasy/commit/6475797daf1e2b6319942fff1263f...
Author: Ron Sigal <rsigal(a)redhat.com>
Date: 2021-05-25 (Tue, 25 May 2021)
Changed paths:
M pom.xml
Log Message:
-----------
[EAP7-1661] Add resteasy-reactive-streams-operators module to Resteasy/pom.xml
Commit: 7ea526c75d1051ac244c2ede5af2708e01e0cd6f
https://github.com/resteasy/Resteasy/commit/7ea526c75d1051ac244c2ede5af27...
Author: Ron Sigal <rsigal(a)redhat.com>
Date: 2021-06-24 (Thu, 24 Jun 2021)
Changed paths:
M jboss-modules/build.xml
M jboss-modules/src/main/resources/modules/org/jboss/resteasy/resteasy-reactive-streams-operators/main/module.xml
M resteasy-dependencies-bom/pom.xml
M resteasy-reactive-streams-operators/src/main/java/org/jboss/resteasy/rso/PublisherBuilderProvider.java
M resteasy-reactive-streams-operators/src/main/java/org/jboss/resteasy/rso/PublisherProvider.java
M resteasy-reactive-streams-operators/src/main/resources/META-INF/services/javax.ws.rs.ext.Providers
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rso/RSONoStreamPublisherTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rso/RSOPublisherBuilderTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rso/RSOPublisherTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rso/Rx2FlowablePublisherBuilderTest.java
Log Message:
-----------
[EAP7-1661] Modifications
Compare: https://github.com/resteasy/Resteasy/compare/a725e9aa38a8%5E...7ea526c75d10
3 years, 5 months
[resteasy/Resteasy] b68796: [RESTEASY-2943] Support reactive publishers at the...
by Samuel Cox
Branch: refs/heads/main
Home: https://github.com/resteasy/Resteasy
Commit: b6879670555785137c56bad59a4581b6dc56077c
https://github.com/resteasy/Resteasy/commit/b6879670555785137c56bad59a458...
Author: Samuel Cox <crankydillo(a)gmail.com>
Date: 2021-06-24 (Thu, 24 Jun 2021)
Changed paths:
M docbook/reference/en/en-US/modules/RESTEasy_Client_Framework.xml
A resteasy-client-api/src/main/java/org/jboss/resteasy/client/jaxrs/PublisherRxInvoker.java
M resteasy-client-reactor-netty/src/main/java/org/jboss/resteasy/client/jaxrs/engines/ReactorNettyClientHttpEngine.java
A resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/engines/ReactiveClientHttpEngine.java
M resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/ClientInvocation.java
A resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/PublisherRxInvokerImpl.java
M resteasy-reactor/pom.xml
M resteasy-reactor/src/main/java/org/jboss/resteasy/reactor/MonoRxInvoker.java
M resteasy-reactor/src/main/java/org/jboss/resteasy/reactor/MonoRxInvokerImpl.java
M resteasy-reactor/src/main/java/org/jboss/resteasy/reactor/MonoRxInvokerProvider.java
M resteasy-reactor/src/test/java/org/jboss/resteasy/reactor/ReactorResource.java
M resteasy-reactor/src/test/java/org/jboss/resteasy/reactor/ReactorTest.java
M resteasy-rxjava2/src/main/java/org/jboss/resteasy/rxjava2/SingleRxInvokerImpl.java
M resteasy-rxjava2/src/main/java/org/jboss/resteasy/rxjava2/SingleRxInvokerProvider.java
Log Message:
-----------
[RESTEASY-2943] Support reactive publishers at the engine level. (#2463)
* Support reactive publishers at the engine level.
This is a PoC that aims to support a more 'direct' line from `rx(Class)`
to a reactive 'provider'. Some reactive implementations have features
that can be better leveraged with this. In our case, we really need to
leverage the end user's project-reactor 'context' when we build the
client. This use case is exercised in the
ReactorTest#testSubscriberContext test.
Some things like code reuse and test coverage have been postponed until
I get some feedback on the concept.
Apologies for not writing up an issue. We already had this code written
so I'm hoping it better explains what we need than trying to write it up
in an issue. Just let me know what you'd like me to do that in that
regard.
* Another use case for making a more direct bridge from a `rx(Class)`..
returned Publisher. Similar to the context case, if the user sets a
timeout on the publisher you get from rx(..), that should effectively
cancel the inner publisher if it times out. For reactor-netty, this
gives the end-user the ability to use a per-request timeout such that
the their logic terminates _and_ the connection is released as soon as
possible.
* Make it more apparent that reactive functionality of ClientInvocation
is optional and contigent upon the HTTP engine. This allows for clients
to cleanly fall back to a `CompletionStage` approach if they think that
is a good fit for their needs.
* Refactor RxJava2's SingleMonoRxImpl to leverage PublisherRxInvokerImpl..
For reactive HTTP client engines, this eliminates the completion stage
bridge, which can be problematic for multiple reasons.
* Address checkstyle issues.
* Remove silly functions..
I had some plans to use those from generic code, but that didn't work
out.
* Clear rxjava2 checkstyle errors
* More checkstyle fixes.
* Revert "Refactor RxJava2's SingleMonoRxImpl to leverage PublisherRxInvokerImpl.."
This reverts commit 24e5bbfe
* Rename `PublisherRx...` to `UniPublisherRx...` ..
to give a better indication these are 'publishers' of single items.
* Revert "Rename `PublisherRx...` to `UniPublisherRx...` .."
This reverts commit cf5bc152abf62f05652dcaa6276de8016f050512.
* Fix SingleRxInvokerProvider and rebase issue.
* Bring back junit dependency.
* Add a test showing that a business logic timeout will cause eager..
connection closing.
* Add a note about one of the benefits of using the reactor-netty engine..
with the `MonoRxInvoker`.
* Make sure the embedded server is closed.
* Update RESTEasy_Client_Framework.xml
* Move PublisherRxInvoker to resteasy-client-api.
Co-authored-by: Samuel Cox <sacox(a)paypal.com>
Co-authored-by: Ron Sigal <rsigal(a)redhat.com>
3 years, 5 months
[resteasy/Resteasy] 800363: Prepare for 4.7.0.Beta1
by James R. Perkins
Branch: refs/heads/main
Home: https://github.com/resteasy/Resteasy
Commit: 8003634ae3035eb7d6f202cbedc02e41eace4f10
https://github.com/resteasy/Resteasy/commit/8003634ae3035eb7d6f202cbedc02...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2021-06-23 (Wed, 23 Jun 2021)
Changed paths:
M arquillian/RESTEASY-1056-jetty-bv11/pom.xml
M arquillian/RESTEASY-1630-jetty-resteasy-servlet-initializer/pom.xml
M arquillian/RESTEASY-736-jetty/pom.xml
M arquillian/pom.xml
M distribution/pom.xml
M distribution/src-distribution/pom.xml
M docbook/pom.xml
M docbook/reference/en/en-US/master.xml
M docbook/reference/en/en-US/modules/Cache_NoCache_CacheControl.xml
M docbook/reference/en/en-US/modules/Installation_Configuration.xml
M docbook/reference/en/en-US/modules/Json-p.xml
M docbook/reference/en/en-US/modules/Links.xml
M docbook/reference/en/en-US/modules/RESTEasy_Embedded_Container.xml
M docbook/reference/en/en-US/modules/RESTEasy_Spring_Integration.xml
M docbook/reference/en/en-US/modules/signature.xml
M docbook/reference/en/en-US/modules/smime.xml
M jboss-modules/pom.xml
M pom.xml
M profiling-tests/pom.xml
M providers/fastinfoset/pom.xml
M providers/jackson2/pom.xml
M providers/jaxb/pom.xml
M providers/json-binding/pom.xml
M providers/json-p-ee7/pom.xml
M providers/multipart/pom.xml
M providers/pom.xml
M providers/resteasy-atom/pom.xml
M providers/resteasy-html/pom.xml
M providers/resteasy-validator-provider/pom.xml
M resteasy-bom/pom.xml
M resteasy-cache/pom.xml
M resteasy-cache/resteasy-cache-core/pom.xml
M resteasy-cdi/pom.xml
M resteasy-client-api/pom.xml
M resteasy-client-jetty/pom.xml
M resteasy-client-microprofile-base/pom.xml
M resteasy-client-microprofile/pom.xml
M resteasy-client-reactor-netty/pom.xml
M resteasy-client-vertx/pom.xml
M resteasy-client/pom.xml
M resteasy-core-spi/pom.xml
M resteasy-core/pom.xml
M resteasy-dependencies-bom/pom.xml
M resteasy-guice/pom.xml
M resteasy-jsapi/pom.xml
M resteasy-links/pom.xml
M resteasy-reactive-context/pom.xml
M resteasy-reactor/pom.xml
M resteasy-rxjava2/pom.xml
M resteasy-servlet-initializer/pom.xml
M resteasy-spring-web/pom.xml
M resteasy-spring/pom.xml
M resteasy-stats/pom.xml
M resteasy-upgrade-guide/pom.xml
M resteasy-wadl-undertow-connector/pom.xml
M resteasy-wadl/pom.xml
M security/jose-jwt/pom.xml
M security/pom.xml
M security/resteasy-crypto/pom.xml
M server-adapters/pom.xml
M server-adapters/resteasy-jdk-http/pom.xml
M server-adapters/resteasy-netty4-cdi/pom.xml
M server-adapters/resteasy-netty4/pom.xml
M server-adapters/resteasy-reactor-netty/pom.xml
M server-adapters/resteasy-undertow-spring/pom.xml
M server-adapters/resteasy-undertow/pom.xml
M server-adapters/resteasy-vertx/pom.xml
M testsuite/arquillian-utils/pom.xml
M testsuite/integration-tests-embedded/pom.xml
M testsuite/integration-tests-spring-web/deployment/pom.xml
M testsuite/integration-tests-spring-web/pom.xml
M testsuite/integration-tests-spring/deployment/pom.xml
M testsuite/integration-tests-spring/inmodule/pom.xml
M testsuite/integration-tests-spring/pom.xml
M testsuite/integration-tests-spring/unit/pom.xml
M testsuite/integration-tests/pom.xml
M testsuite/microprofile-tck/pom.xml
M testsuite/pom.xml
M testsuite/unit-tests/pom.xml
Log Message:
-----------
Prepare for 4.7.0.Beta1
Commit: cdef801b9ce98021e5de65e8a150e29f76d43605
https://github.com/resteasy/Resteasy/commit/cdef801b9ce98021e5de65e8a150e...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2021-06-23 (Wed, 23 Jun 2021)
Changed paths:
M arquillian/RESTEASY-1056-jetty-bv11/pom.xml
M arquillian/RESTEASY-1630-jetty-resteasy-servlet-initializer/pom.xml
M arquillian/RESTEASY-736-jetty/pom.xml
M arquillian/pom.xml
M distribution/pom.xml
M distribution/src-distribution/pom.xml
M docbook/pom.xml
M docbook/reference/en/en-US/master.xml
M docbook/reference/en/en-US/modules/Cache_NoCache_CacheControl.xml
M docbook/reference/en/en-US/modules/Installation_Configuration.xml
M docbook/reference/en/en-US/modules/Json-p.xml
M docbook/reference/en/en-US/modules/Links.xml
M docbook/reference/en/en-US/modules/RESTEasy_Embedded_Container.xml
M docbook/reference/en/en-US/modules/RESTEasy_Spring_Integration.xml
M docbook/reference/en/en-US/modules/signature.xml
M docbook/reference/en/en-US/modules/smime.xml
M jboss-modules/pom.xml
M pom.xml
M profiling-tests/pom.xml
M providers/fastinfoset/pom.xml
M providers/jackson2/pom.xml
M providers/jaxb/pom.xml
M providers/json-binding/pom.xml
M providers/json-p-ee7/pom.xml
M providers/multipart/pom.xml
M providers/pom.xml
M providers/resteasy-atom/pom.xml
M providers/resteasy-html/pom.xml
M providers/resteasy-validator-provider/pom.xml
M resteasy-bom/pom.xml
M resteasy-cache/pom.xml
M resteasy-cache/resteasy-cache-core/pom.xml
M resteasy-cdi/pom.xml
M resteasy-client-api/pom.xml
M resteasy-client-jetty/pom.xml
M resteasy-client-microprofile-base/pom.xml
M resteasy-client-microprofile/pom.xml
M resteasy-client-reactor-netty/pom.xml
M resteasy-client-vertx/pom.xml
M resteasy-client/pom.xml
M resteasy-core-spi/pom.xml
M resteasy-core/pom.xml
M resteasy-dependencies-bom/pom.xml
M resteasy-guice/pom.xml
M resteasy-jsapi/pom.xml
M resteasy-links/pom.xml
M resteasy-reactive-context/pom.xml
M resteasy-reactor/pom.xml
M resteasy-rxjava2/pom.xml
M resteasy-servlet-initializer/pom.xml
M resteasy-spring-web/pom.xml
M resteasy-spring/pom.xml
M resteasy-stats/pom.xml
M resteasy-upgrade-guide/pom.xml
M resteasy-wadl-undertow-connector/pom.xml
M resteasy-wadl/pom.xml
M security/jose-jwt/pom.xml
M security/pom.xml
M security/resteasy-crypto/pom.xml
M server-adapters/pom.xml
M server-adapters/resteasy-jdk-http/pom.xml
M server-adapters/resteasy-netty4-cdi/pom.xml
M server-adapters/resteasy-netty4/pom.xml
M server-adapters/resteasy-reactor-netty/pom.xml
M server-adapters/resteasy-undertow-spring/pom.xml
M server-adapters/resteasy-undertow/pom.xml
M server-adapters/resteasy-vertx/pom.xml
M testsuite/arquillian-utils/pom.xml
M testsuite/integration-tests-embedded/pom.xml
M testsuite/integration-tests-spring-web/deployment/pom.xml
M testsuite/integration-tests-spring-web/pom.xml
M testsuite/integration-tests-spring/deployment/pom.xml
M testsuite/integration-tests-spring/inmodule/pom.xml
M testsuite/integration-tests-spring/pom.xml
M testsuite/integration-tests-spring/unit/pom.xml
M testsuite/integration-tests/pom.xml
M testsuite/microprofile-tck/pom.xml
M testsuite/pom.xml
M testsuite/unit-tests/pom.xml
Log Message:
-----------
Back to 4.7.0-SNAPSHOT
Compare: https://github.com/resteasy/Resteasy/compare/b81bacbb572c...cdef801b9ce9
3 years, 5 months
[resteasy/Resteasy] 9f5036: Migrate fully to GitHub Actions and remove Travis ...
by James R. Perkins
Branch: refs/heads/3.11
Home: https://github.com/resteasy/Resteasy
Commit: 9f5036e5fd276fdcdd13bd18aca5ef07a1e9e4e5
https://github.com/resteasy/Resteasy/commit/9f5036e5fd276fdcdd13bd18aca5e...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2021-06-18 (Fri, 18 Jun 2021)
Changed paths:
A .github/workflows/maven.yml
R .travis.yml
M README.md
M pom.xml
M providers/pom.xml
M resteasy-jaxrs-testsuite/pom.xml
M security-legacy/pom.xml
M security/pom.xml
Log Message:
-----------
Migrate fully to GitHub Actions and remove Travis CI configurations.
Commit: 0a17d73529e97b48aae0fe39e15be2e6739862fd
https://github.com/resteasy/Resteasy/commit/0a17d73529e97b48aae0fe39e15be...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2021-06-18 (Fri, 18 Jun 2021)
Changed paths:
A resteasy-wadl/src/test/java/org/jboss/resteasy/test/nextgen/wadl/TestWadlFunctions.java
M resteasy-wadl/src/test/java/org/jboss/resteasy/test/nextgen/wadl/WADLNettyContainerTest.java
R resteasy-wadl/src/test/java/org/jboss/resteasy/test/nextgen/wadl/WadlTests.java
Log Message:
-----------
RESTEASY-2054 - fix broken resteasy-wadl test
https://issues.redhat.com/browse/RESTEASY-2054
Commit: 36c82dbd07d2b9a839974a174d199c12c9c093a3
https://github.com/resteasy/Resteasy/commit/36c82dbd07d2b9a839974a174d199...
Author: James Perkins <jperkins(a)redhat.com>
Date: 2021-06-22 (Tue, 22 Jun 2021)
Changed paths:
M resteasy-client-jetty/src/test/java/org/jboss/resteasy/test/client/jetty/JettyClientEngineTest.java
M server-adapters/resteasy-jdk-http/src/test/java/org/jboss/resteasy/test/HeadContentLengthTest.java
M server-adapters/resteasy-jdk-http/src/test/java/org/jboss/resteasy/test/HttpContextTest.java
M server-adapters/resteasy-jdk-http/src/test/java/org/jboss/resteasy/test/security/BasicAuthTest.java
M server-adapters/resteasy-netty4/src/test/java/org/jboss/resteasy/test/SniTest.java
M server-adapters/resteasy-vertx/src/test/java/org/jboss/resteasy/test/DeploymentTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/JaxrsAsyncServletTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/common/FakeHttpServer.java
Log Message:
-----------
[RESTEASY-2561] Allow tests to run in environments other than a Linux local environment.
Commit: 37a970860d5483c34ddb0441b3909561c6b29da2
https://github.com/resteasy/Resteasy/commit/37a970860d5483c34ddb0441b3909...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2021-06-22 (Tue, 22 Jun 2021)
Changed paths:
A .github/workflows/maven.yml
R .travis.yml
M README.md
M pom.xml
M providers/pom.xml
M resteasy-client-jetty/src/test/java/org/jboss/resteasy/test/client/jetty/JettyClientEngineTest.java
M resteasy-jaxrs-testsuite/pom.xml
A resteasy-wadl/src/test/java/org/jboss/resteasy/test/nextgen/wadl/TestWadlFunctions.java
M resteasy-wadl/src/test/java/org/jboss/resteasy/test/nextgen/wadl/WADLNettyContainerTest.java
R resteasy-wadl/src/test/java/org/jboss/resteasy/test/nextgen/wadl/WadlTests.java
M security-legacy/pom.xml
M security/pom.xml
M server-adapters/resteasy-jdk-http/src/test/java/org/jboss/resteasy/test/HeadContentLengthTest.java
M server-adapters/resteasy-jdk-http/src/test/java/org/jboss/resteasy/test/HttpContextTest.java
M server-adapters/resteasy-jdk-http/src/test/java/org/jboss/resteasy/test/security/BasicAuthTest.java
M server-adapters/resteasy-netty4/src/test/java/org/jboss/resteasy/test/SniTest.java
M server-adapters/resteasy-vertx/src/test/java/org/jboss/resteasy/test/DeploymentTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/JaxrsAsyncServletTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/common/FakeHttpServer.java
Log Message:
-----------
Merge pull request #2846 from jamezp/port-travis-removal-3.11
Migrate fully to GitHub Actions and remove Travis CI configurations.
Compare: https://github.com/resteasy/Resteasy/compare/95b418e25db9...37a970860d54
3 years, 5 months
[resteasy/Resteasy] 0168e7: [RESTEASY-1859] switched to using getDeclaredConst...
by James R. Perkins
Branch: refs/heads/main
Home: https://github.com/resteasy/Resteasy
Commit: 0168e796d919847ed0ee4a144b7eb89713f821e7
https://github.com/resteasy/Resteasy/commit/0168e796d919847ed0ee4a144b7eb...
Author: R Searls <rsearls(a)redhat.com>
Date: 2021-04-22 (Thu, 22 Apr 2021)
Changed paths:
M resteasy-core/src/main/java/org/jboss/resteasy/core/FormInjector.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/constructor/PrivateNoArgConstructorTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/constructor/resource/HappinessParams.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/constructor/resource/PrivateNoArgConstructorResource.java
Log Message:
-----------
[RESTEASY-1859] switched to using getDeclaredConstructor
Commit: b81bacbb572cbc796e5cfea1e62fb7e4b923ec84
https://github.com/resteasy/Resteasy/commit/b81bacbb572cbc796e5cfea1e62fb...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2021-06-22 (Tue, 22 Jun 2021)
Changed paths:
M resteasy-core/src/main/java/org/jboss/resteasy/core/FormInjector.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/constructor/PrivateNoArgConstructorTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/constructor/resource/HappinessParams.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/constructor/resource/PrivateNoArgConstructorResource.java
Log Message:
-----------
Merge pull request #2765 from rsearls/RESTEASY-1859-BeanParam-private-noArg-Const
[RESTEASY-1859] switched to using getDeclaredConstructor
Compare: https://github.com/resteasy/Resteasy/compare/6ecf6891605d...b81bacbb572c
3 years, 5 months