[resteasy/Resteasy] 6644b8: [RESTEASY-1611] added testcase for springframework...
by GitHub
Branch: refs/heads/master
Home: https://github.com/resteasy/Resteasy
Commit: 6644b8ac2cd9b0a88894e07d125e71f49025e1f7
https://github.com/resteasy/Resteasy/commit/6644b8ac2cd9b0a88894e07d125e7...
Author: rsearls <rsearls(a)localhost.localdomain>
Date: 2017-02-21 (Tue, 21 Feb 2017)
Changed paths:
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/JaxrsWithSpringMVCTest.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/Greeting.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/GreetingController.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/JaxrsApplication.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/NumbersResource.java
A testsuite/integration-tests-spring/deployment/src/test/resources/org/jboss/resteasy/test/spring/deployment/jaxrsWithSpringMVC/spring-servlet.xml
A testsuite/integration-tests-spring/deployment/src/test/resources/org/jboss/resteasy/test/spring/deployment/jaxrsWithSpringMVC/web.xml
M testsuite/integration-tests-spring/pom.xml
Log Message:
-----------
[RESTEASY-1611] added testcase for springframeworkMVC
7 years, 10 months
[resteasy/Resteasy] 3d657a: [RESTEASY-1507] Adding specific catch blocks in Re...
by GitHub
Branch: refs/heads/master
Home: https://github.com/resteasy/Resteasy
Commit: 3d657a49f1d4d73255c3667cf701296e9da24fa1
https://github.com/resteasy/Resteasy/commit/3d657a49f1d4d73255c3667cf7012...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-02-21 (Tue, 21 Feb 2017)
Changed paths:
M resteasy-spring/src/main/java/org/jboss/resteasy/springmvc/ResteasyHandlerMapping.java
M testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/SpringMvcHttpResponseCodesTest.java
M testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/SpringMvcHttpResponseCodesPerson.java
M testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/SpringMvcHttpResponseCodesResource.java
M testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/springMvcHttpResponseCodes/mvc-dispatcher-servlet.xml
M testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/springMvcHttpResponseCodes/web-secure.xml
Log Message:
-----------
[RESTEASY-1507] Adding specific catch blocks in ResteasyHandlerMapping and fixing SpringMvcHttpResponseCodesTest to properly cover all scenarios
Commit: bfd7f72ec989017cb4fae63e29b9851407a243cb
https://github.com/resteasy/Resteasy/commit/bfd7f72ec989017cb4fae63e29b98...
Author: Ron Sigal <rsigal(a)redhat.com>
Date: 2017-02-21 (Tue, 21 Feb 2017)
Changed paths:
M resteasy-spring/src/main/java/org/jboss/resteasy/plugins/spring/i18n/Messages.java
M resteasy-spring/src/main/java/org/jboss/resteasy/springmvc/ResteasyHandlerMapping.java
Log Message:
-----------
[RESTEASY-1507]
Internationalize new messages in resteasy-spring.
Compare: https://github.com/resteasy/Resteasy/compare/2bdff1004fc5...bfd7f72ec989
7 years, 10 months
[resteasy/Resteasy] dcf63a: [RESTEASY-1605] Elytron server profile and securit...
by GitHub
Branch: refs/heads/3.0
Home: https://github.com/resteasy/Resteasy
Commit: dcf63a786980b431671c5c3ac51a2e1185e067dc
https://github.com/resteasy/Resteasy/commit/dcf63a786980b431671c5c3ac51a2...
Author: kanovotn <kanovotn(a)redhat.com>
Date: 2017-02-17 (Fri, 17 Feb 2017)
Changed paths:
M testsuite/README.MD
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/setup/AbstractUsersRolesSecurityDomainSetup.java
R testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/setup/UsersRolesSecurityDomainSetupCreaper.java
A testsuite/config/enable-elytron-full.cli
M testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/SpringMvcHttpResponseCodesTest.java
M testsuite/integration-tests-spring/inmodule/src/test/resources/arquillian.xml
A testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/roles.properties
R testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/springMvcHttpResponseCodes/roles.properties
R testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/springMvcHttpResponseCodes/users.properties
A testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/users.properties
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/CustomForbiddenMessageTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/SecurityContextTest.java
M testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/security/users.properties
M testsuite/pom.xml
Log Message:
-----------
[RESTEASY-1605] Elytron server profile and security domain configuration
7 years, 10 months
[resteasy/Resteasy] 3c504b: [RESTEASY-1605] Elytron server profile and securit...
by GitHub
Branch: refs/heads/master
Home: https://github.com/resteasy/Resteasy
Commit: 3c504b5a479e57bda98e6987122d3af88bdca1b3
https://github.com/resteasy/Resteasy/commit/3c504b5a479e57bda98e6987122d3...
Author: kanovotn <kanovotn(a)redhat.com>
Date: 2017-02-17 (Fri, 17 Feb 2017)
Changed paths:
M testsuite/README.MD
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/setup/AbstractUsersRolesSecurityDomainSetup.java
R testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/setup/UsersRolesSecurityDomainSetupCreaper.java
A testsuite/config/enable-elytron-full.cli
M testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/SpringMvcHttpResponseCodesTest.java
M testsuite/integration-tests-spring/inmodule/src/test/resources/arquillian.xml
A testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/roles.properties
R testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/springMvcHttpResponseCodes/roles.properties
R testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/springMvcHttpResponseCodes/users.properties
A testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/users.properties
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/CustomForbiddenMessageTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/SecurityContextTest.java
M testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/security/users.properties
M testsuite/pom.xml
Log Message:
-----------
[RESTEASY-1605] Elytron server profile and security domain configuration
7 years, 10 months
[resteasy/Resteasy] db153b: [RESTEASY-1565] (3.0) (#1072)
by GitHub
Branch: refs/heads/3.0
Home: https://github.com/resteasy/Resteasy
Commit: db153b9a1e3396872289efc09e80be41f7c31ffe
https://github.com/resteasy/Resteasy/commit/db153b9a1e3396872289efc09e80b...
Author: Ron Sigal <rsigal(a)redhat.com>
Date: 2017-02-17 (Fri, 17 Feb 2017)
Changed paths:
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/ServerResponseWriter.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/server/servlet/ConfigurationBootstrap.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/server/servlet/ResteasyContextParameters.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/resteasy_jaxrs/i18n/LogMessages.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/spi/ResteasyDeployment.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/spi/metadata/ResourceBuilder.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/DefaultCharsetTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/DefaultCharsetResource.java
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/resource/basic/DefaultCharsetTestWeb_default.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/resource/basic/DefaultCharsetTestWeb_false.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/resource/basic/DefaultCharsetTestWeb_true.xml
Log Message:
-----------
[RESTEASY-1565] (3.0) (#1072)
* [RESTEASY-1565]
Add missing charset to text like resource method return media types that
lack charset.
* [RESTEASY-1565]
Removed System.out.println() calls.
7 years, 10 months