Branch: refs/heads/main
Home:
https://github.com/resteasy/resteasy
Commit: 43048c2eaf7bf03642409c840d7f05186bf3400c
https://github.com/resteasy/resteasy/commit/43048c2eaf7bf03642409c840d7f0...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2024-02-28 (Wed, 28 Feb 2024)
Changed paths:
M resteasy-client-reactor-netty/pom.xml
M server-adapters/resteasy-reactor-netty/pom.xml
M
server-adapters/resteasy-reactor-netty/src/test/java/org/jboss/resteasy/plugins/server/reactor/netty/UriInfoTest.java
M
server-adapters/resteasy-reactor-netty/src/test/java/org/jboss/resteasy/test/HeadersLowerCasedTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/AsynchronousCdiTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/InterceptorTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/JAXRS21PatchTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/MediaTypeCaseSensitivityTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/MediaTypeCaseSensitivityStuffResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/AnnotationInheritanceGenericsTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/interceptors/CorsFiltersTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/servlet/UndertowTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/spi/ResourceClassProcessorNotAppliedTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/spi/ResourceClassProcessorPriorityTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jsonb/basic/JsonBindingDebugLoggingTest.java
Log Message:
-----------
[RESTEASY-3450] Initial work on removing Hamcrest assertions. Enabled all disabled tests
due to this. Removed Hamcrest from some tests.
https://issues.redhat.com/browse/RESTEASY-3450
Signed-off-by: James R. Perkins <jperkins(a)redhat.com>
Commit: b803f3ca1322b7c86cef0273bf0a300c1e027c38
https://github.com/resteasy/resteasy/commit/b803f3ca1322b7c86cef0273bf0a3...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2024-02-28 (Wed, 28 Feb 2024)
Changed paths:
M pom.xml
M resteasy-dependencies-bom/pom.xml
M server-adapters/pom.xml
M testsuite/arquillian-utils/pom.xml
R
testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/test/annotations/RequiresModule.java
R
testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/test/condition/RequiresModuleExecutionCondition.java
M testsuite/integration-tests/pom.xml
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/ClosedResponseHandlingTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/whitelist/WhiteListPolymorphicTypeValidatorManualOverrideTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/whitelist/WhiteListPolymorphicTypeValidatorTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/BasicAuthTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/tracing/TracingTestBase.java
M testsuite/jetty-integration-tests/pom.xml
M testsuite/pom.xml
Log Message:
-----------
[RESTEASY-3457] Upgrade to Arquillian 1.8.0.Final and WildFly Arquillian 5.1.0.Beta1.
https://issues.redhat.com/browse/RESTEASY-3457
Signed-off-by: James R. Perkins <jperkins(a)redhat.com>
Commit: 4f7d0ccef2ccff496033d5a9f446cdf364d75c7d
https://github.com/resteasy/resteasy/commit/4f7d0ccef2ccff496033d5a9f446c...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2024-02-28 (Wed, 28 Feb 2024)
Changed paths:
M pom.xml
M resteasy-client-reactor-netty/pom.xml
M resteasy-dependencies-bom/pom.xml
M server-adapters/pom.xml
M server-adapters/resteasy-reactor-netty/pom.xml
M
server-adapters/resteasy-reactor-netty/src/test/java/org/jboss/resteasy/plugins/server/reactor/netty/UriInfoTest.java
M
server-adapters/resteasy-reactor-netty/src/test/java/org/jboss/resteasy/test/HeadersLowerCasedTest.java
M testsuite/arquillian-utils/pom.xml
R
testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/test/annotations/RequiresModule.java
R
testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/test/condition/RequiresModuleExecutionCondition.java
M testsuite/integration-tests/pom.xml
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/AsynchronousCdiTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/InterceptorTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/JAXRS21PatchTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/MediaTypeCaseSensitivityTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/MediaTypeCaseSensitivityStuffResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/AnnotationInheritanceGenericsTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/interceptors/CorsFiltersTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/servlet/UndertowTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/spi/ResourceClassProcessorNotAppliedTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/spi/ResourceClassProcessorPriorityTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/ClosedResponseHandlingTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/whitelist/WhiteListPolymorphicTypeValidatorManualOverrideTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/whitelist/WhiteListPolymorphicTypeValidatorTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jsonb/basic/JsonBindingDebugLoggingTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/BasicAuthTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/tracing/TracingTestBase.java
M testsuite/jetty-integration-tests/pom.xml
M testsuite/pom.xml
Log Message:
-----------
Merge pull request #4051 from jamezp/RESTEASY-3457
RESTEASY-3457 & RESTEASY-3450 Upgrade Arquillian and enable some tests
Compare:
https://github.com/resteasy/resteasy/compare/747dd1a3333a...4f7d0ccef2cc
To unsubscribe from these emails, change your notification settings at
https://github.com/resteasy/resteasy/settings/notifications