Branch: refs/heads/3.7
Home:
https://github.com/resteasy/Resteasy
Commit: 84f44bf9ffcd1260226b1db5f412cab76984a485
https://github.com/resteasy/Resteasy/commit/84f44bf9ffcd1260226b1db5f412c...
Author: Jan Bliznak <jbliznak(a)redhat.com>
Date: 2019-03-12 (Tue, 12 Mar 2019)
Changed paths:
M providers/jackson2/pom.xml
M providers/json-binding/pom.xml
M providers/json-p-ee7/pom.xml
M providers/resteasy-atom/pom.xml
Log Message:
-----------
[RESTEASY-2181] Unify jboss-logging dependencies among providers
Commit: aa036e0e223226ca035d29522bdc681674571069
https://github.com/resteasy/Resteasy/commit/aa036e0e223226ca035d29522bdc6...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2019-03-12 (Tue, 12 Mar 2019)
Changed paths:
M
resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/ResteasyClientBuilder.java
Log Message:
-----------
[RESTEASY-2180] Turn default async executor into a cached thread pool, with default idle
time of 60sec
Commit: 7053eddcc5f36d97af4035f91d874509e4fc4938
https://github.com/resteasy/Resteasy/commit/7053eddcc5f36d97af4035f91d874...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2019-03-12 (Tue, 12 Mar 2019)
Changed paths:
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/ProxyClassloaderTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/ClassloaderResource.java
Log Message:
-----------
[RESTEASY-2157] Adding testcase
Commit: 80440df6576bf282bd61e6d80eb09b34ee5a9c42
https://github.com/resteasy/Resteasy/commit/80440df6576bf282bd61e6d80eb09...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2019-03-12 (Tue, 12 Mar 2019)
Changed paths:
M resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/ProxyBuilder.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/ProxyClassloaderTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/ClassloaderResource.java
Log Message:
-----------
[RESTEASY-2157] Fixing issue by using a composite proxy classloader
Commit: df32473d71d4d5cf5763552ebc13839c77868813
https://github.com/resteasy/Resteasy/commit/df32473d71d4d5cf5763552ebc138...
Author: Tomas Terem <tterem(a)redhat.com>
Date: 2019-03-12 (Tue, 12 Mar 2019)
Changed paths:
A
testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/category/ExpectedFailingOnWildFly14.java
M testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/utils/TestUtil.java
M testsuite/integration-tests/pom.xml
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/ContainerConstants.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/SslServerWithCorrectCertificateTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/SslServerWithWildcardHostnameCertificateTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/SslServerWithWrongHostnameCertificateTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/SslServerWithoutCertificateTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/SslSniHostNamesTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/SslTestBase.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/resource/CustomTrustManager.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/resource/SslResource.java
M testsuite/integration-tests/src/test/resources/arquillian.xml
A
testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/security/client-different-cert.truststore
A
testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/security/client-wildcard-hostname.truststore
A
testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/security/client-wrong-hostname.truststore
A
testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/security/client.truststore
A
testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/security/server-different-cert.keystore
A
testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/security/server-wildcard-hostname.keystore
A
testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/security/server-wrong-hostname.keystore
A
testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/security/server.keystore
A
testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/security/ssl-batch-command.txt
M testsuite/pom.xml
Log Message:
-----------
[RESTEASY-1404] Client SSL tests
Compare:
https://github.com/resteasy/Resteasy/compare/a5811df2a237...df32473d71d4