[resteasy/Resteasy] 1ad730: # This is a combination of 2 commits.
by GitHub
Branch: refs/heads/3.0
Home: https://github.com/resteasy/Resteasy
Commit: 1ad730eeaa034c00f9b14b148058e544be17f42c
https://github.com/resteasy/Resteasy/commit/1ad730eeaa034c00f9b14b148058e...
Author: kanovotn <kanovotn(a)redhat.com>
Date: 2017-03-22 (Wed, 22 Mar 2017)
Changed paths:
M docbook/reference/en/en-US/modules/Content_Marshalling_Providers.xml
M docbook/reference/en/en-US/modules/Installation_Configuration.xml
M resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/cache/CacheInterceptor.java
M resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/client/ResponseObjectTest.java
M resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/resource/ResourceLocatorTest.java
M resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/resource/VariantsTest.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/cache/CacheInterceptor.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/ServerResponseWriter.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/interceptors/encoding/MessageSanitizerContainerResponseFilter.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/server/servlet/ListenerBootstrap.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/spi/ResteasyDeployment.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/util/MediaTypeHelper.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/ResponseObjectTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/ReaderWriterTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/WriterNotBuiltinTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/ContentTypeMatchingTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/TypeMappingJettisonTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/yaml/YamlPojoBindingTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/yaml/YamlProviderTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/DefaultCharsetTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/MatchedResourceTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/ResourceLocatorTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/ResourceMatchingTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/VariantsTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/CustomForbiddenMessageTest.java
Log Message:
-----------
# This is a combination of 2 commits.
# The first commit's message is:
Add NotForForwardCompatibility for the new tests
# This is the 2nd commit message:
[RESTEASY-1628]
Changed treatment of text media types without charset parameter to add
"charset=UTF-8" by default.
[RESTEASY-1628]
Altered
org.jboss.resteasy.plugins.interceptors.encoding.MessageSanitizerContainerResponseFilter.containsHtmlText().
7 years, 9 months
[resteasy/Resteasy] 4943f4: [RESTEASY-1628] (#1110)
by GitHub
Branch: refs/heads/master
Home: https://github.com/resteasy/Resteasy
Commit: 4943f4ef072b2cf3bd8c4710dd9498203a61cf74
https://github.com/resteasy/Resteasy/commit/4943f4ef072b2cf3bd8c4710dd949...
Author: Ron Sigal <rsigal(a)redhat.com>
Date: 2017-03-22 (Wed, 22 Mar 2017)
Changed paths:
M docbook/reference/en/en-US/modules/Content_Marshalling_Providers.xml
M docbook/reference/en/en-US/modules/Installation_Configuration.xml
M resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/cache/CacheInterceptor.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/ServerResponseWriter.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/interceptors/MessageSanitizerContainerResponseFilter.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/server/servlet/ListenerBootstrap.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/spi/ResteasyDeployment.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/util/MediaTypeHelper.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/ResponseObjectTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/ReaderWriterTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/WriterNotBuiltinTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/ContentTypeMatchingTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/TypeMappingJettisonTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/yaml/YamlPojoBindingTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/yaml/YamlProviderTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/DefaultCharsetTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/MatchedResourceTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/ResourceLocatorTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/ResourceMatchingTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/VariantsTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/CustomForbiddenMessageTest.java
M testsuite/legacy-integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/ResponseObjectTest.java
M testsuite/legacy-integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/ReaderWriterTest.java
M testsuite/legacy-integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/WriterNotBuiltinTest.java
M testsuite/legacy-integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/ContentTypeMatchingTest.java
M testsuite/legacy-integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/TypeMappingJettisonTest.java
M testsuite/legacy-integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/MatchedResourceTest.java
M testsuite/legacy-integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/ResourceLocatorTest.java
M testsuite/legacy-integration-tests/src/test/java/org/jboss/resteasy/test/response/VariantsTest.java
Log Message:
-----------
[RESTEASY-1628] (#1110)
Changed treatment of text media types without charset parameter to add
"charset=UTF-8" by default.
[RESTEASY-1628]
Ignore case in MessageSanitizerContainerResponseFilter when looking at
media types.
[RESTEASY-1628]
Modified
org.jboss.resteasy.plugins.interceptors.MessageSanitizerContainerResponseFilter.containsHtmlText().
7 years, 9 months
[resteasy/Resteasy] bcdef1: Preparing for tagging 3.0.19.SP2
by GitHub
Branch: refs/heads/3.0.19.SPx
Home: https://github.com/resteasy/Resteasy
Commit: bcdef1fe6c9530430e6fa6fba40f0d664f93413c
https://github.com/resteasy/Resteasy/commit/bcdef1fe6c9530430e6fa6fba40f0...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-03-21 (Tue, 21 Mar 2017)
Changed paths:
M jaxrs/arquillian/RESTEASY-1008-AS7/pom.xml
M jaxrs/arquillian/RESTEASY-1008-WF8/pom.xml
M jaxrs/arquillian/RESTEASY-1054-AS7/pom.xml
M jaxrs/arquillian/RESTEASY-1054-WF8/pom.xml
M jaxrs/arquillian/RESTEASY-1056-jetty-bv10/pom.xml
M jaxrs/arquillian/RESTEASY-1056-jetty-bv11/pom.xml
M jaxrs/arquillian/RESTEASY-1058-WF8/pom.xml
M jaxrs/arquillian/RESTEASY-1073-WF8/pom.xml
M jaxrs/arquillian/RESTEASY-1082-WF8/pom.xml
M jaxrs/arquillian/RESTEASY-1141-WF8/pom.xml
M jaxrs/arquillian/RESTEASY-1141-jetty/pom.xml
M jaxrs/arquillian/RESTEASY-1223-WF8/pom.xml
M jaxrs/arquillian/RESTEASY-1569-WF10/pom.xml
M jaxrs/arquillian/RESTEASY-736-as71/pom.xml
M jaxrs/arquillian/RESTEASY-736-jetty/pom.xml
M jaxrs/arquillian/RESTEASY-760-jetty/pom.xml
M jaxrs/arquillian/RESTEASY-767-jetty/pom.xml
M jaxrs/arquillian/RESTEASY-800-AS71/pom.xml
M jaxrs/arquillian/RESTEASY-903-AS7/pom.xml
M jaxrs/arquillian/RESTEASY-903-WF8/pom.xml
M jaxrs/arquillian/RESTEASY-923-AS7/pom.xml
M jaxrs/arquillian/RESTEASY-923-EAP6/pom.xml
M jaxrs/arquillian/RESTEASY-923-WF8/pom.xml
M jaxrs/arquillian/RESTEASY-945-WF8/pom.xml
M jaxrs/arquillian/RESTEASY-TEST-EAP6/pom.xml
M jaxrs/arquillian/RESTEASY-TEST-EAP7/pom.xml
M jaxrs/arquillian/RESTEASY-TEST-WF10/pom.xml
M jaxrs/arquillian/RESTEASY-TEST-WF8/pom.xml
M jaxrs/arquillian/ValidationTest-AS7/pom.xml
M jaxrs/arquillian/ValidationTest-WF8/pom.xml
M jaxrs/arquillian/ValidationTest/pom.xml
M jaxrs/arquillian/pom.xml
M jaxrs/arquillian/resteasy-cdi-ejb-test/pom.xml
M jaxrs/as7-integration-testing/cdi-test/pom.xml
M jaxrs/as7-integration-testing/modules-test/pom.xml
M jaxrs/as7-integration-testing/pom.xml
M jaxrs/as8-integration-testing/application-test/pom.xml
M jaxrs/as8-integration-testing/cdilocator-test/pom.xml
M jaxrs/as8-integration-testing/ejb-singleton-test/pom.xml
M jaxrs/as8-integration-testing/pom.xml
M jaxrs/as8-mavenized-distro/pom.xml
M jaxrs/as8-resteasy/pom.xml
M jaxrs/async-http-servlet-3.0/async-http-servlet-3.0-test/pom.xml
M jaxrs/async-http-servlet-3.0/async-http-servlet-3.0/pom.xml
M jaxrs/async-http-servlet-3.0/callback-test/pom.xml
M jaxrs/async-http-servlet-3.0/pom.xml
M jaxrs/distribution/pom.xml
M jaxrs/distribution/src-distribution/pom.xml
M jaxrs/docbook/pom.xml
M jaxrs/eagledns/pom.xml
M jaxrs/examples/api-clients/pom.xml
M jaxrs/examples/async-job-service/pom.xml
M jaxrs/examples/digital-signatures/no-dns/pom.xml
M jaxrs/examples/digital-signatures/pom.xml
M jaxrs/examples/digital-signatures/use-dns/pom.xml
M jaxrs/examples/ejb-integration/ear/pom.xml
M jaxrs/examples/ejb-integration/ejb/pom.xml
M jaxrs/examples/ejb-integration/pom.xml
M jaxrs/examples/ejb-integration/war/pom.xml
M jaxrs/examples/examples-jsapi/pom.xml
M jaxrs/examples/guice-hello/pom.xml
M jaxrs/examples/jaxb-json/pom.xml
M jaxrs/examples/jaxrs-2.0/server-async-http/pom.xml
M jaxrs/examples/jaxrs-2.0/simple-client/pom.xml
M jaxrs/examples/jaxrs2-async-pubsub-example/pom.xml
M jaxrs/examples/oauth1-examples/oauth-catalina-authenticator/authenticator/pom.xml
M jaxrs/examples/oauth1-examples/oauth-catalina-authenticator/oauth/pom.xml
M jaxrs/examples/oauth1-examples/oauth-catalina-authenticator/pom.xml
M jaxrs/examples/oauth1-examples/oauth-provider/pom.xml
M jaxrs/examples/oauth1-examples/oauth-push-messaging-openid/openid/pom.xml
M jaxrs/examples/oauth1-examples/oauth-push-messaging-openid/pom.xml
M jaxrs/examples/oauth1-examples/oauth-push-messaging-openid/push-messaging/pom.xml
M jaxrs/examples/oauth1-examples/oauth-push-messaging/pom.xml
M jaxrs/examples/oauth1-examples/oauth/pom.xml
M jaxrs/examples/oauth1-examples/pom.xml
M jaxrs/examples/oauth2-as7-example/pom.xml
M jaxrs/examples/oauth2-as7-example/wars/auth-server/pom.xml
M jaxrs/examples/oauth2-as7-example/wars/client-grant/pom.xml
M jaxrs/examples/oauth2-as7-example/wars/customer-app/pom.xml
M jaxrs/examples/oauth2-as7-example/wars/database-service/pom.xml
M jaxrs/examples/oauth2-as7-example/wars/product-app/pom.xml
M jaxrs/examples/oauth2-as7-example/wars/third-party/pom.xml
M jaxrs/examples/oreilly-jaxrs-2.0-workbook/ex03_1/pom.xml
M jaxrs/examples/oreilly-jaxrs-2.0-workbook/ex04_1/pom.xml
M jaxrs/examples/oreilly-jaxrs-2.0-workbook/ex04_2/pom.xml
M jaxrs/examples/oreilly-jaxrs-2.0-workbook/ex04_3/pom.xml
M jaxrs/examples/oreilly-jaxrs-2.0-workbook/ex05_1/pom.xml
M jaxrs/examples/oreilly-jaxrs-2.0-workbook/ex05_2/pom.xml
M jaxrs/examples/oreilly-jaxrs-2.0-workbook/ex06_1/pom.xml
M jaxrs/examples/oreilly-jaxrs-2.0-workbook/ex06_2/pom.xml
M jaxrs/examples/oreilly-jaxrs-2.0-workbook/ex07_1/pom.xml
M jaxrs/examples/oreilly-jaxrs-2.0-workbook/ex09_1/pom.xml
M jaxrs/examples/oreilly-jaxrs-2.0-workbook/ex09_2/pom.xml
M jaxrs/examples/oreilly-jaxrs-2.0-workbook/ex10_1/pom.xml
M jaxrs/examples/oreilly-jaxrs-2.0-workbook/ex10_2/pom.xml
M jaxrs/examples/oreilly-jaxrs-2.0-workbook/ex11_1/pom.xml
M jaxrs/examples/oreilly-jaxrs-2.0-workbook/ex12_1/pom.xml
M jaxrs/examples/oreilly-jaxrs-2.0-workbook/ex12_2/pom.xml
M jaxrs/examples/oreilly-jaxrs-2.0-workbook/ex13_1/pom.xml
M jaxrs/examples/oreilly-jaxrs-2.0-workbook/ex14_1/pom.xml
M jaxrs/examples/oreilly-jaxrs-2.0-workbook/ex14_2/pom.xml
M jaxrs/examples/oreilly-jaxrs-2.0-workbook/ex15_1/pom.xml
M jaxrs/examples/oreilly-jaxrs-2.0-workbook/ex15_2/pom.xml
M jaxrs/examples/oreilly-workbook-as7/ex03_1/pom.xml
M jaxrs/examples/oreilly-workbook-as7/ex04_1/pom.xml
M jaxrs/examples/oreilly-workbook-as7/ex04_2/pom.xml
M jaxrs/examples/oreilly-workbook-as7/ex04_3/pom.xml
M jaxrs/examples/oreilly-workbook-as7/ex05_1/pom.xml
M jaxrs/examples/oreilly-workbook-as7/ex05_2/pom.xml
M jaxrs/examples/oreilly-workbook-as7/ex06_1/pom.xml
M jaxrs/examples/oreilly-workbook-as7/ex06_2/pom.xml
M jaxrs/examples/oreilly-workbook-as7/ex07_1/pom.xml
M jaxrs/examples/oreilly-workbook-as7/ex08_1/pom.xml
M jaxrs/examples/oreilly-workbook-as7/ex08_2/pom.xml
M jaxrs/examples/oreilly-workbook-as7/ex09_1/pom.xml
M jaxrs/examples/oreilly-workbook-as7/ex09_2/pom.xml
M jaxrs/examples/oreilly-workbook-as7/ex10_1/pom.xml
M jaxrs/examples/oreilly-workbook-as7/ex11_1/pom.xml
M jaxrs/examples/oreilly-workbook/ex03_1/pom.xml
M jaxrs/examples/oreilly-workbook/ex04_1/pom.xml
M jaxrs/examples/oreilly-workbook/ex04_2/pom.xml
M jaxrs/examples/oreilly-workbook/ex04_3/pom.xml
M jaxrs/examples/oreilly-workbook/ex05_1/pom.xml
M jaxrs/examples/oreilly-workbook/ex05_2/pom.xml
M jaxrs/examples/oreilly-workbook/ex06_1/pom.xml
M jaxrs/examples/oreilly-workbook/ex06_2/pom.xml
M jaxrs/examples/oreilly-workbook/ex07_1/pom.xml
M jaxrs/examples/oreilly-workbook/ex08_1/pom.xml
M jaxrs/examples/oreilly-workbook/ex08_2/pom.xml
M jaxrs/examples/oreilly-workbook/ex09_1/pom.xml
M jaxrs/examples/oreilly-workbook/ex09_2/pom.xml
M jaxrs/examples/oreilly-workbook/ex10_1/pom.xml
M jaxrs/examples/oreilly-workbook/ex11_1/ejb/pom.xml
M jaxrs/examples/oreilly-workbook/ex11_2/pom.xml
M jaxrs/examples/pom.xml
M jaxrs/examples/resteasy-springMVC/pom.xml
M jaxrs/examples/smime/pom.xml
M jaxrs/examples/spring-hibernate-contacts/core/pom.xml
M jaxrs/examples/spring-hibernate-contacts/persistence/pom.xml
M jaxrs/examples/spring-hibernate-contacts/pom.xml
M jaxrs/examples/spring-hibernate-contacts/services/pom.xml
M jaxrs/examples/wadl-example/pom.xml
M jaxrs/jboss-integration-testing/application-config-test/pom.xml
M jaxrs/jboss-integration-testing/basic-integration-test/pom.xml
M jaxrs/jboss-integration-testing/ejb-test/ear/pom.xml
M jaxrs/jboss-integration-testing/ejb-test/ejb/pom.xml
M jaxrs/jboss-integration-testing/ejb-test/pom.xml
M jaxrs/jboss-integration-testing/ejb-test/war/pom.xml
M jaxrs/jboss-integration-testing/pom.xml
M jaxrs/jboss-integration-testing/scanning-test/pom.xml
M jaxrs/jboss-integration-testing/scanning-test/scanning-test-jar/pom.xml
M jaxrs/jboss-integration-testing/scanning-test/scanning-test-war/pom.xml
M jaxrs/jboss-integration-testing/servlet-mapping-test/pom.xml
M jaxrs/jboss-integration-testing/spring-integration-test/pom.xml
M jaxrs/jboss-modules/pom.xml
M jaxrs/pom.xml
M jaxrs/profiling-tests/pom.xml
M jaxrs/providers/abdera-atom/pom.xml
M jaxrs/providers/fastinfoset/pom.xml
M jaxrs/providers/jackson/pom.xml
M jaxrs/providers/jackson2/pom.xml
M jaxrs/providers/jaxb/pom.xml
M jaxrs/providers/jettison/pom.xml
M jaxrs/providers/json-p-ee7/pom.xml
M jaxrs/providers/multipart/pom.xml
M jaxrs/providers/pom.xml
M jaxrs/providers/resteasy-atom/pom.xml
M jaxrs/providers/resteasy-hibernatevalidator-provider/pom.xml
M jaxrs/providers/resteasy-html/pom.xml
M jaxrs/providers/resteasy-validator-provider-11/pom.xml
M jaxrs/providers/test-all-jaxb/pom.xml
M jaxrs/providers/test-jackson-jaxb-coexistence/pom.xml
M jaxrs/providers/test-resteasy-html/pom.xml
M jaxrs/providers/yaml/pom.xml
M jaxrs/resteasy-bom/pom.xml
M jaxrs/resteasy-cache/pom.xml
M jaxrs/resteasy-cache/resteasy-cache-core/pom.xml
M jaxrs/resteasy-cdi/pom.xml
M jaxrs/resteasy-client/pom.xml
M jaxrs/resteasy-guice/pom.xml
M jaxrs/resteasy-jaxrs-testsuite/pom.xml
M jaxrs/resteasy-jaxrs/pom.xml
M jaxrs/resteasy-jsapi-testing/pom.xml
M jaxrs/resteasy-jsapi/pom.xml
M jaxrs/resteasy-links/pom.xml
M jaxrs/resteasy-servlet-initializer/pom.xml
M jaxrs/resteasy-spring/pom.xml
M jaxrs/resteasy-test-data/pom.xml
M jaxrs/resteasy-wadl/pom.xml
M jaxrs/security/jose-jwt/pom.xml
M jaxrs/security/keystone/example/keystone-server/pom.xml
M jaxrs/security/keystone/example/some-app/pom.xml
M jaxrs/security/keystone/keystone-as7-modules/pom.xml
M jaxrs/security/keystone/keystone-as7/pom.xml
M jaxrs/security/keystone/keystone-core/pom.xml
M jaxrs/security/login-module-authenticator/pom.xml
M jaxrs/security/pom.xml
M jaxrs/security/resteasy-crypto/pom.xml
M jaxrs/security/resteasy-oauth/pom.xml
M jaxrs/security/skeleton-key-idm/pom.xml
M jaxrs/security/skeleton-key-idm/skeleton-key-as7/pom.xml
M jaxrs/security/skeleton-key-idm/skeleton-key-core/pom.xml
M jaxrs/security/skeleton-key-idm/skeleton-key-idp-war/pom.xml
M jaxrs/security/skeleton-key-idm/skeleton-key-idp/pom.xml
M jaxrs/security/skeleton-key-idm/skeleton-key-undertow/pom.xml
M jaxrs/server-adapters/pom.xml
M jaxrs/server-adapters/resteasy-jdk-http/pom.xml
M jaxrs/server-adapters/resteasy-netty/pom.xml
M jaxrs/server-adapters/resteasy-netty4-cdi/pom.xml
M jaxrs/server-adapters/resteasy-netty4/pom.xml
M jaxrs/server-adapters/resteasy-undertow/pom.xml
M jaxrs/tjws/pom.xml
M jaxrs/war-tests/application-test/pom.xml
M pom.xml
Log Message:
-----------
Preparing for tagging 3.0.19.SP2
Commit: c063ccd4b40c175b587c9ff52c28d0ab71d3dba6
https://github.com/resteasy/Resteasy/commit/c063ccd4b40c175b587c9ff52c28d...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-03-21 (Tue, 21 Mar 2017)
Changed paths:
M jaxrs/arquillian/RESTEASY-1008-AS7/pom.xml
M jaxrs/arquillian/RESTEASY-1008-WF8/pom.xml
M jaxrs/arquillian/RESTEASY-1054-AS7/pom.xml
M jaxrs/arquillian/RESTEASY-1054-WF8/pom.xml
M jaxrs/arquillian/RESTEASY-1056-jetty-bv10/pom.xml
M jaxrs/arquillian/RESTEASY-1056-jetty-bv11/pom.xml
M jaxrs/arquillian/RESTEASY-1058-WF8/pom.xml
M jaxrs/arquillian/RESTEASY-1073-WF8/pom.xml
M jaxrs/arquillian/RESTEASY-1082-WF8/pom.xml
M jaxrs/arquillian/RESTEASY-1141-WF8/pom.xml
M jaxrs/arquillian/RESTEASY-1141-jetty/pom.xml
M jaxrs/arquillian/RESTEASY-1223-WF8/pom.xml
M jaxrs/arquillian/RESTEASY-1569-WF10/pom.xml
M jaxrs/arquillian/RESTEASY-736-as71/pom.xml
M jaxrs/arquillian/RESTEASY-736-jetty/pom.xml
M jaxrs/arquillian/RESTEASY-760-jetty/pom.xml
M jaxrs/arquillian/RESTEASY-767-jetty/pom.xml
M jaxrs/arquillian/RESTEASY-800-AS71/pom.xml
M jaxrs/arquillian/RESTEASY-903-AS7/pom.xml
M jaxrs/arquillian/RESTEASY-903-WF8/pom.xml
M jaxrs/arquillian/RESTEASY-923-AS7/pom.xml
M jaxrs/arquillian/RESTEASY-923-EAP6/pom.xml
M jaxrs/arquillian/RESTEASY-923-WF8/pom.xml
M jaxrs/arquillian/RESTEASY-945-WF8/pom.xml
M jaxrs/arquillian/RESTEASY-TEST-EAP6/pom.xml
M jaxrs/arquillian/RESTEASY-TEST-EAP7/pom.xml
M jaxrs/arquillian/RESTEASY-TEST-WF10/pom.xml
M jaxrs/arquillian/RESTEASY-TEST-WF8/pom.xml
M jaxrs/arquillian/ValidationTest-AS7/pom.xml
M jaxrs/arquillian/ValidationTest-WF8/pom.xml
M jaxrs/arquillian/ValidationTest/pom.xml
M jaxrs/arquillian/pom.xml
M jaxrs/arquillian/resteasy-cdi-ejb-test/pom.xml
M jaxrs/as7-integration-testing/cdi-test/pom.xml
M jaxrs/as7-integration-testing/modules-test/pom.xml
M jaxrs/as7-integration-testing/pom.xml
M jaxrs/as8-integration-testing/application-test/pom.xml
M jaxrs/as8-integration-testing/cdilocator-test/pom.xml
M jaxrs/as8-integration-testing/ejb-singleton-test/pom.xml
M jaxrs/as8-integration-testing/pom.xml
M jaxrs/as8-mavenized-distro/pom.xml
M jaxrs/as8-resteasy/pom.xml
M jaxrs/async-http-servlet-3.0/async-http-servlet-3.0-test/pom.xml
M jaxrs/async-http-servlet-3.0/async-http-servlet-3.0/pom.xml
M jaxrs/async-http-servlet-3.0/callback-test/pom.xml
M jaxrs/async-http-servlet-3.0/pom.xml
M jaxrs/distribution/pom.xml
M jaxrs/distribution/src-distribution/pom.xml
M jaxrs/docbook/pom.xml
M jaxrs/eagledns/pom.xml
M jaxrs/examples/api-clients/pom.xml
M jaxrs/examples/async-job-service/pom.xml
M jaxrs/examples/digital-signatures/no-dns/pom.xml
M jaxrs/examples/digital-signatures/pom.xml
M jaxrs/examples/digital-signatures/use-dns/pom.xml
M jaxrs/examples/ejb-integration/ear/pom.xml
M jaxrs/examples/ejb-integration/ejb/pom.xml
M jaxrs/examples/ejb-integration/pom.xml
M jaxrs/examples/ejb-integration/war/pom.xml
M jaxrs/examples/examples-jsapi/pom.xml
M jaxrs/examples/guice-hello/pom.xml
M jaxrs/examples/jaxb-json/pom.xml
M jaxrs/examples/jaxrs-2.0/server-async-http/pom.xml
M jaxrs/examples/jaxrs-2.0/simple-client/pom.xml
M jaxrs/examples/jaxrs2-async-pubsub-example/pom.xml
M jaxrs/examples/oauth1-examples/oauth-catalina-authenticator/authenticator/pom.xml
M jaxrs/examples/oauth1-examples/oauth-catalina-authenticator/oauth/pom.xml
M jaxrs/examples/oauth1-examples/oauth-catalina-authenticator/pom.xml
M jaxrs/examples/oauth1-examples/oauth-provider/pom.xml
M jaxrs/examples/oauth1-examples/oauth-push-messaging-openid/openid/pom.xml
M jaxrs/examples/oauth1-examples/oauth-push-messaging-openid/pom.xml
M jaxrs/examples/oauth1-examples/oauth-push-messaging-openid/push-messaging/pom.xml
M jaxrs/examples/oauth1-examples/oauth-push-messaging/pom.xml
M jaxrs/examples/oauth1-examples/oauth/pom.xml
M jaxrs/examples/oauth1-examples/pom.xml
M jaxrs/examples/oauth2-as7-example/pom.xml
M jaxrs/examples/oauth2-as7-example/wars/auth-server/pom.xml
M jaxrs/examples/oauth2-as7-example/wars/client-grant/pom.xml
M jaxrs/examples/oauth2-as7-example/wars/customer-app/pom.xml
M jaxrs/examples/oauth2-as7-example/wars/database-service/pom.xml
M jaxrs/examples/oauth2-as7-example/wars/product-app/pom.xml
M jaxrs/examples/oauth2-as7-example/wars/third-party/pom.xml
M jaxrs/examples/oreilly-jaxrs-2.0-workbook/ex03_1/pom.xml
M jaxrs/examples/oreilly-jaxrs-2.0-workbook/ex04_1/pom.xml
M jaxrs/examples/oreilly-jaxrs-2.0-workbook/ex04_2/pom.xml
M jaxrs/examples/oreilly-jaxrs-2.0-workbook/ex04_3/pom.xml
M jaxrs/examples/oreilly-jaxrs-2.0-workbook/ex05_1/pom.xml
M jaxrs/examples/oreilly-jaxrs-2.0-workbook/ex05_2/pom.xml
M jaxrs/examples/oreilly-jaxrs-2.0-workbook/ex06_1/pom.xml
M jaxrs/examples/oreilly-jaxrs-2.0-workbook/ex06_2/pom.xml
M jaxrs/examples/oreilly-jaxrs-2.0-workbook/ex07_1/pom.xml
M jaxrs/examples/oreilly-jaxrs-2.0-workbook/ex09_1/pom.xml
M jaxrs/examples/oreilly-jaxrs-2.0-workbook/ex09_2/pom.xml
M jaxrs/examples/oreilly-jaxrs-2.0-workbook/ex10_1/pom.xml
M jaxrs/examples/oreilly-jaxrs-2.0-workbook/ex10_2/pom.xml
M jaxrs/examples/oreilly-jaxrs-2.0-workbook/ex11_1/pom.xml
M jaxrs/examples/oreilly-jaxrs-2.0-workbook/ex12_1/pom.xml
M jaxrs/examples/oreilly-jaxrs-2.0-workbook/ex12_2/pom.xml
M jaxrs/examples/oreilly-jaxrs-2.0-workbook/ex13_1/pom.xml
M jaxrs/examples/oreilly-jaxrs-2.0-workbook/ex14_1/pom.xml
M jaxrs/examples/oreilly-jaxrs-2.0-workbook/ex14_2/pom.xml
M jaxrs/examples/oreilly-jaxrs-2.0-workbook/ex15_1/pom.xml
M jaxrs/examples/oreilly-jaxrs-2.0-workbook/ex15_2/pom.xml
M jaxrs/examples/oreilly-workbook-as7/ex03_1/pom.xml
M jaxrs/examples/oreilly-workbook-as7/ex04_1/pom.xml
M jaxrs/examples/oreilly-workbook-as7/ex04_2/pom.xml
M jaxrs/examples/oreilly-workbook-as7/ex04_3/pom.xml
M jaxrs/examples/oreilly-workbook-as7/ex05_1/pom.xml
M jaxrs/examples/oreilly-workbook-as7/ex05_2/pom.xml
M jaxrs/examples/oreilly-workbook-as7/ex06_1/pom.xml
M jaxrs/examples/oreilly-workbook-as7/ex06_2/pom.xml
M jaxrs/examples/oreilly-workbook-as7/ex07_1/pom.xml
M jaxrs/examples/oreilly-workbook-as7/ex08_1/pom.xml
M jaxrs/examples/oreilly-workbook-as7/ex08_2/pom.xml
M jaxrs/examples/oreilly-workbook-as7/ex09_1/pom.xml
M jaxrs/examples/oreilly-workbook-as7/ex09_2/pom.xml
M jaxrs/examples/oreilly-workbook-as7/ex10_1/pom.xml
M jaxrs/examples/oreilly-workbook-as7/ex11_1/pom.xml
M jaxrs/examples/oreilly-workbook/ex03_1/pom.xml
M jaxrs/examples/oreilly-workbook/ex04_1/pom.xml
M jaxrs/examples/oreilly-workbook/ex04_2/pom.xml
M jaxrs/examples/oreilly-workbook/ex04_3/pom.xml
M jaxrs/examples/oreilly-workbook/ex05_1/pom.xml
M jaxrs/examples/oreilly-workbook/ex05_2/pom.xml
M jaxrs/examples/oreilly-workbook/ex06_1/pom.xml
M jaxrs/examples/oreilly-workbook/ex06_2/pom.xml
M jaxrs/examples/oreilly-workbook/ex07_1/pom.xml
M jaxrs/examples/oreilly-workbook/ex08_1/pom.xml
M jaxrs/examples/oreilly-workbook/ex08_2/pom.xml
M jaxrs/examples/oreilly-workbook/ex09_1/pom.xml
M jaxrs/examples/oreilly-workbook/ex09_2/pom.xml
M jaxrs/examples/oreilly-workbook/ex10_1/pom.xml
M jaxrs/examples/oreilly-workbook/ex11_1/ejb/pom.xml
M jaxrs/examples/oreilly-workbook/ex11_2/pom.xml
M jaxrs/examples/pom.xml
M jaxrs/examples/resteasy-springMVC/pom.xml
M jaxrs/examples/smime/pom.xml
M jaxrs/examples/spring-hibernate-contacts/core/pom.xml
M jaxrs/examples/spring-hibernate-contacts/persistence/pom.xml
M jaxrs/examples/spring-hibernate-contacts/pom.xml
M jaxrs/examples/spring-hibernate-contacts/services/pom.xml
M jaxrs/examples/wadl-example/pom.xml
M jaxrs/jboss-integration-testing/application-config-test/pom.xml
M jaxrs/jboss-integration-testing/basic-integration-test/pom.xml
M jaxrs/jboss-integration-testing/ejb-test/ear/pom.xml
M jaxrs/jboss-integration-testing/ejb-test/ejb/pom.xml
M jaxrs/jboss-integration-testing/ejb-test/pom.xml
M jaxrs/jboss-integration-testing/ejb-test/war/pom.xml
M jaxrs/jboss-integration-testing/pom.xml
M jaxrs/jboss-integration-testing/scanning-test/pom.xml
M jaxrs/jboss-integration-testing/scanning-test/scanning-test-jar/pom.xml
M jaxrs/jboss-integration-testing/scanning-test/scanning-test-war/pom.xml
M jaxrs/jboss-integration-testing/servlet-mapping-test/pom.xml
M jaxrs/jboss-integration-testing/spring-integration-test/pom.xml
M jaxrs/jboss-modules/pom.xml
M jaxrs/pom.xml
M jaxrs/profiling-tests/pom.xml
M jaxrs/providers/abdera-atom/pom.xml
M jaxrs/providers/fastinfoset/pom.xml
M jaxrs/providers/jackson/pom.xml
M jaxrs/providers/jackson2/pom.xml
M jaxrs/providers/jaxb/pom.xml
M jaxrs/providers/jettison/pom.xml
M jaxrs/providers/json-p-ee7/pom.xml
M jaxrs/providers/multipart/pom.xml
M jaxrs/providers/pom.xml
M jaxrs/providers/resteasy-atom/pom.xml
M jaxrs/providers/resteasy-hibernatevalidator-provider/pom.xml
M jaxrs/providers/resteasy-html/pom.xml
M jaxrs/providers/resteasy-validator-provider-11/pom.xml
M jaxrs/providers/test-all-jaxb/pom.xml
M jaxrs/providers/test-jackson-jaxb-coexistence/pom.xml
M jaxrs/providers/test-resteasy-html/pom.xml
M jaxrs/providers/yaml/pom.xml
M jaxrs/resteasy-bom/pom.xml
M jaxrs/resteasy-cache/pom.xml
M jaxrs/resteasy-cache/resteasy-cache-core/pom.xml
M jaxrs/resteasy-cdi/pom.xml
M jaxrs/resteasy-client/pom.xml
M jaxrs/resteasy-guice/pom.xml
M jaxrs/resteasy-jaxrs-testsuite/pom.xml
M jaxrs/resteasy-jaxrs/pom.xml
M jaxrs/resteasy-jsapi-testing/pom.xml
M jaxrs/resteasy-jsapi/pom.xml
M jaxrs/resteasy-links/pom.xml
M jaxrs/resteasy-servlet-initializer/pom.xml
M jaxrs/resteasy-spring/pom.xml
M jaxrs/resteasy-test-data/pom.xml
M jaxrs/resteasy-wadl/pom.xml
M jaxrs/security/jose-jwt/pom.xml
M jaxrs/security/keystone/example/keystone-server/pom.xml
M jaxrs/security/keystone/example/some-app/pom.xml
M jaxrs/security/keystone/keystone-as7-modules/pom.xml
M jaxrs/security/keystone/keystone-as7/pom.xml
M jaxrs/security/keystone/keystone-core/pom.xml
M jaxrs/security/login-module-authenticator/pom.xml
M jaxrs/security/pom.xml
M jaxrs/security/resteasy-crypto/pom.xml
M jaxrs/security/resteasy-oauth/pom.xml
M jaxrs/security/skeleton-key-idm/pom.xml
M jaxrs/security/skeleton-key-idm/skeleton-key-as7/pom.xml
M jaxrs/security/skeleton-key-idm/skeleton-key-core/pom.xml
M jaxrs/security/skeleton-key-idm/skeleton-key-idp-war/pom.xml
M jaxrs/security/skeleton-key-idm/skeleton-key-idp/pom.xml
M jaxrs/security/skeleton-key-idm/skeleton-key-undertow/pom.xml
M jaxrs/server-adapters/pom.xml
M jaxrs/server-adapters/resteasy-jdk-http/pom.xml
M jaxrs/server-adapters/resteasy-netty/pom.xml
M jaxrs/server-adapters/resteasy-netty4-cdi/pom.xml
M jaxrs/server-adapters/resteasy-netty4/pom.xml
M jaxrs/server-adapters/resteasy-undertow/pom.xml
M jaxrs/tjws/pom.xml
M jaxrs/war-tests/application-test/pom.xml
M pom.xml
Log Message:
-----------
Preparing for next dev cycle
Compare: https://github.com/resteasy/Resteasy/compare/663893a48d47...c063ccd4b40c
7 years, 9 months
[resteasy/Resteasy] 663893: [RESTEASY-1569] changed calculation to get proper ...
by GitHub
Branch: refs/heads/3.0.19.SPx
Home: https://github.com/resteasy/Resteasy
Commit: 663893a48d473d7faf519a93cb0068e253fe87f7
https://github.com/resteasy/Resteasy/commit/663893a48d473d7faf519a93cb006...
Author: rsearls <rsearls(a)localhost.localdomain>
Date: 2017-03-20 (Mon, 20 Mar 2017)
Changed paths:
A jaxrs/arquillian/RESTEASY-1569-WF10/pom.xml
A jaxrs/arquillian/RESTEASY-1569-WF10/src/main/java/org/jboss/resteasy/resteasy1569/ResourceLocatorRegexCapturingGroup.java
A jaxrs/arquillian/RESTEASY-1569-WF10/src/main/java/org/jboss/resteasy/resteasy1569/ResourceLocatorRegexCapturingGroupSubResourceNoPath.java
A jaxrs/arquillian/RESTEASY-1569-WF10/src/main/java/org/jboss/resteasy/resteasy1569/ResourceLocatorRegexCapturingGroupSubResourceWithPath.java
A jaxrs/arquillian/RESTEASY-1569-WF10/src/main/java/org/jboss/resteasy/resteasy1569/ResourceLocatorRegexNonCapturingGroup.java
A jaxrs/arquillian/RESTEASY-1569-WF10/src/main/java/org/jboss/resteasy/resteasy1569/TestApplication.java
A jaxrs/arquillian/RESTEASY-1569-WF10/src/test/java/org/jboss/resteasy/test/resteasy1569/ResourceLocatorRegexCapturingGroupTest.java
A jaxrs/arquillian/RESTEASY-1569-WF10/src/test/java/org/jboss/resteasy/test/resteasy1569/ResourceLocatorRegexNonCapturingGroupTest.java
A jaxrs/arquillian/RESTEASY-1569-WF10/src/test/resources/arquillian.xml
A jaxrs/arquillian/RESTEASY-1569-WF10/src/test/resources/org/jboss/resteasy/test/resteasy1569/web.xml
M jaxrs/arquillian/pom.xml
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/registry/SegmentNode.java
Log Message:
-----------
[RESTEASY-1569] changed calculation to get proper path substring. Added tests for regex capturing groups
7 years, 9 months
[resteasy/Resteasy] 56633f: [RESTEASY-1569] changed calculation to get proper ...
by GitHub
Branch: refs/heads/3.0
Home: https://github.com/resteasy/Resteasy
Commit: 56633f0cd757508fac3b2b3c0a377dc068281cdd
https://github.com/resteasy/Resteasy/commit/56633f0cd757508fac3b2b3c0a377...
Author: rsearls <rsearls(a)localhost.localdomain>
Date: 2017-03-20 (Mon, 20 Mar 2017)
Changed paths:
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/registry/SegmentNode.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/ResourceLocatorRegexCapturingGroupTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/ResourceLocatorRegexNonCapturingGroupTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/ResourceLocatorRegexCapturingGroup.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/ResourceLocatorRegexCapturingGroupSubResourceNoPath.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/ResourceLocatorRegexCapturingGroupSubResourceWithPath.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/ResourceLocatorRegexNonCapturingGroup.java
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/resource/path/web.xml
Log Message:
-----------
[RESTEASY-1569] changed calculation to get proper path substring. Added tests for regex capturing groups
7 years, 9 months
[resteasy/Resteasy] d46f29: [RESTEASY-1569] changed calculation to get proper ...
by GitHub
Branch: refs/heads/master
Home: https://github.com/resteasy/Resteasy
Commit: d46f29c3248486899875ab1753718e8091073115
https://github.com/resteasy/Resteasy/commit/d46f29c3248486899875ab1753718...
Author: rsearls <rsearls(a)localhost.localdomain>
Date: 2017-03-16 (Thu, 16 Mar 2017)
Changed paths:
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/registry/SegmentNode.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/ResourceLocatorRegexCapturingGroupTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/ResourceLocatorRegexNonCapturingGroupTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/ResourceLocatorRegexCapturingGroup.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/ResourceLocatorRegexCapturingGroupSubResourceNoPath.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/ResourceLocatorRegexCapturingGroupSubResourceWithPath.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/ResourceLocatorRegexNonCapturingGroup.java
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/resource/path/web.xml
Log Message:
-----------
[RESTEASY-1569] changed calculation to get proper path substring. Added tests for regex capturing groups
7 years, 9 months