[resteasy/Resteasy] b7eb4c: [RESTEASY-2694] (3.14) Adding support for running ...
by Alessio Soldano
Branch: refs/heads/3.14
Home: https://github.com/resteasy/Resteasy
Commit: b7eb4cd45d3cee857e54f3adfbd6c96e51d7d22a
https://github.com/resteasy/Resteasy/commit/b7eb4cd45d3cee857e54f3adfbd6c...
Author: Fabio Burzigotti <fburzigo(a)redhat.com>
Date: 2020-10-02 (Fri, 02 Oct 2020)
Changed paths:
M pom.xml
M resteasy-dependencies-bom/pom.xml
M testsuite/README.MD
M testsuite/arquillian-utils/pom.xml
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/category/NotForBootableJar.java
M testsuite/integration-tests/pom.xml
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cache/ServerCacheInterceptorTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/CDIResourceTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/InjectionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/MDBInjectionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/ReverseInjectionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/ClientBuilderTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/DuplicateDeploymentTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/logging/DebugLoggingTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/spi/ResourceClassProcessorErrorTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/crypto/CryptoTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/DuplicateProviderRegistrationTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/MissingProducerTest.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/providers/multipart/EncodingMimeMultipartFormProviderTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/MimeMultipartProviderTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/DuplicitePathTest.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/security/SecurityContextTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/TwoSecurityDomainsTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/warning/SubResourceWarningTest.java
A testsuite/integration-tests/src/test/resources/arquillian-bootable.xml
M testsuite/pom.xml
Log Message:
-----------
[RESTEASY-2694] (3.14) Adding support for running test suite against bootable JAR
4 years, 3 months
[resteasy/Resteasy] a2bfa4: (3.13) Adding support for running test suite again...
by Alessio Soldano
Branch: refs/heads/3.13
Home: https://github.com/resteasy/Resteasy
Commit: a2bfa4bf8e77bf16706aebf7970c1f33f0f3ffe7
https://github.com/resteasy/Resteasy/commit/a2bfa4bf8e77bf16706aebf7970c1...
Author: Fabio Burzigotti <fburzigo(a)redhat.com>
Date: 2020-10-01 (Thu, 01 Oct 2020)
Changed paths:
M pom.xml
M resteasy-dependencies-bom/pom.xml
M testsuite/README.MD
M testsuite/arquillian-utils/pom.xml
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/category/NotForBootableJar.java
M testsuite/integration-tests/pom.xml
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cache/ServerCacheInterceptorTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/CDIResourceTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/InjectionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/MDBInjectionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/ReverseInjectionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/ClientBuilderTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/DuplicateDeploymentTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/logging/DebugLoggingTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/spi/ResourceClassProcessorErrorTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/crypto/CryptoTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/DuplicateProviderRegistrationTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/MissingProducerTest.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/providers/multipart/EncodingMimeMultipartFormProviderTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/MimeMultipartProviderTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/DuplicitePathTest.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/security/SecurityContextTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/TwoSecurityDomainsTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/warning/SubResourceWarningTest.java
A testsuite/integration-tests/src/test/resources/arquillian-bootable.xml
M testsuite/pom.xml
Log Message:
-----------
(3.13) Adding support for running test suite against bootable JAR
4 years, 3 months