Branch: refs/heads/3.12
Home:
https://github.com/resteasy/Resteasy
Commit: 67aa56c66ccf90b975977b4d79d5916550be9c9b
https://github.com/resteasy/Resteasy/commit/67aa56c66ccf90b975977b4d79d59...
Author: Fabio Burzigotti <34456377+fabiobrz(a)users.noreply.github.com>
Date: 2020-05-14 (Thu, 14 May 2020)
Changed paths:
M .travis.yml
M testsuite/README.MD
A
testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/category/ExpectedFailingBecauseOfSmallRyeMicroprofileOpenApi11.java
A
testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/category/ExpectedFailingWithStandaloneMicroprofileConfiguration.java
M testsuite/integration-tests-spring/deployment/pom.xml
M testsuite/integration-tests-spring/inmodule/pom.xml
M
testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/SpringMvcHttpResponseCodesTest.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/basic/CDIResourceTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/EJBTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/EjbExceptionUnwrapTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/OutOfBandTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/SingletonTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/ejb/EJBCDIValidationEJBProxyTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/ejb/EJBCDIValidationTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/InjectionJpaEnumTypeTest.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/cdi/interceptors/TimerInterceptorTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/ParameterListTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/GenericProxyTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/ProxyWithGenericReturnTypeTest.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/form/Resteasy1405Test.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/providers/sse/SseBroadcastTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/SseReconnectTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/ParameterSubResTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/FormParamTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/MultiValuedParamCustomClassTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/MultiValuedParamDateNoProxyTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/MultiValuedParamDateProxyTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/LocatorSubResourceReturningThisTest.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
Log Message:
-----------
[RESTEASY-2581] Introducing profile in order to run tests with
standalone-microprofile.xml config (#2407)
Conflicts:
.travis.yml
testsuite/README.MD
Co-authored-by: Fabio Burzigotti <fburzigo(a)redhat.com>