[resteasy/Resteasy] c7c37a: [RESTEASY-1476]:Expires attribute for NewCookie is...
by GitHub
Branch: refs/heads/master
Home: https://github.com/resteasy/Resteasy
Commit: c7c37a790b4503fcfd1aebbe43e5b1085bd5a63d
https://github.com/resteasy/Resteasy/commit/c7c37a790b4503fcfd1aebbe43e5b...
Author: Jim Ma <ema(a)redhat.com>
Date: 2016-08-29 (Mon, 29 Aug 2016)
Changed paths:
M async-http-servlet-3.0/src/main/java/org/jboss/resteasy/plugins/server/servlet/Filter30Dispatcher.java
M async-http-servlet-3.0/src/main/java/org/jboss/resteasy/plugins/server/servlet/HttpServlet30Dispatcher.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/server/servlet/HttpServletResponseWrapper.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/CookieInjectionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/CookieInjectionResource.java
Log Message:
-----------
[RESTEASY-1476]:Expires attribute for NewCookie is not set correctly in response header
8 years, 3 months
[resteasy/Resteasy] 655d69: [RESTEASY-1473] Add SecurityContext test (#901)
by GitHub
Branch: refs/heads/master
Home: https://github.com/resteasy/Resteasy
Commit: 655d695e477d7e6da9477190d1ba8491c2aa780d
https://github.com/resteasy/Resteasy/commit/655d695e477d7e6da9477190d1ba8...
Author: kanovotn <kanovotn(a)redhat.com>
Date: 2016-08-27 (Sat, 27 Aug 2016)
Changed paths:
R testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/setup/AbstractSecurityDomainSetup.java
R testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/setup/UsersRolesSecurityDomainSetup.java
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/setup/UsersRolesSecurityDomainSetupCreaper.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/BasicAuthTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/SecurityContextTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/resource/SecurityContextResource.java
M testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/security/jboss-web.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/security/securityContext/web.xml
M testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/security/web.xml
Log Message:
-----------
[RESTEASY-1473] Add SecurityContext test (#901)
8 years, 3 months
[resteasy/Resteasy] 97aff2: [RESTEASY-1361] Adding server.version property for...
by GitHub
Branch: refs/heads/master
Home: https://github.com/resteasy/Resteasy
Commit: 97aff2e4ba791d4f658f12932f6e824bd4edacca
https://github.com/resteasy/Resteasy/commit/97aff2e4ba791d4f658f12932f6e8...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-08-10 (Wed, 10 Aug 2016)
Changed paths:
M testsuite/integration-tests-spring/deployment/pom.xml
M testsuite/integration-tests-spring/inmodule/pom.xml
M testsuite/integration-tests/pom.xml
M testsuite/pom.xml
Log Message:
-----------
[RESTEASY-1361] Adding server.version property for testing against different version of WildFly
Commit: 4477189770ecbd30d01fce5414908c4a78770a8c
https://github.com/resteasy/Resteasy/commit/4477189770ecbd30d01fce5414908...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-08-10 (Wed, 10 Aug 2016)
Changed paths:
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/extension/systemproperties/SystemProperties.java
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/extension/systemproperties/client/ArchiveAppender.java
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/extension/systemproperties/client/ArchiveProcessor.java
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/extension/systemproperties/client/SystemPropertiesExtension.java
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/extension/systemproperties/container/SystemPropertiesLoader.java
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/extension/systemproperties/container/SystemPropertiesRemoteExtension.java
A testsuite/arquillian-utils/src/main/resources/META-INF/services/org.jboss.arquillian.core.spi.LoadableExtension
M testsuite/integration-tests/src/test/resources/arquillian.xml
Log Message:
-----------
[RESTEASY-1468] Adding Arquillian extension to propagate system properties from surefire to arquillian server environment
Commit: f82059e5293af2d0c42ba0b25a545edd8da0aceb
https://github.com/resteasy/Resteasy/commit/f82059e5293af2d0c42ba0b25a545...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-08-10 (Wed, 10 Aug 2016)
Changed paths:
M testsuite/integration-tests-spring/deployment/pom.xml
M testsuite/integration-tests-spring/inmodule/pom.xml
M testsuite/integration-tests/pom.xml
Log Message:
-----------
[RESTEASY-1361] Fix possible classloader issue w/ Spring integration
Commit: 0448455dec57bf8b1aad95e53716dae1119e1855
https://github.com/resteasy/Resteasy/commit/0448455dec57bf8b1aad95e53716d...
Author: Alessio Soldano <soldano.servizi(a)email.it>
Date: 2016-08-10 (Wed, 10 Aug 2016)
Changed paths:
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/extension/systemproperties/SystemProperties.java
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/extension/systemproperties/client/ArchiveAppender.java
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/extension/systemproperties/client/ArchiveProcessor.java
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/extension/systemproperties/client/SystemPropertiesExtension.java
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/extension/systemproperties/container/SystemPropertiesLoader.java
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/extension/systemproperties/container/SystemPropertiesRemoteExtension.java
A testsuite/arquillian-utils/src/main/resources/META-INF/services/org.jboss.arquillian.core.spi.LoadableExtension
M testsuite/integration-tests-spring/deployment/pom.xml
M testsuite/integration-tests-spring/inmodule/pom.xml
M testsuite/integration-tests/pom.xml
M testsuite/integration-tests/src/test/resources/arquillian.xml
M testsuite/pom.xml
Log Message:
-----------
Merge pull request #891 from asoldano/serverVersion
[RESTEASY-1361][RESTEASY-1468] Additional steps towards testing against multiple target containers...
Compare: https://github.com/resteasy/Resteasy/compare/b9dbd96c5504...0448455dec57
8 years, 4 months