[resteasy/Resteasy] 0ca1ab: [RESTEASY-2902] Drop legacy WildFly security confi...
by James R. Perkins
Branch: refs/heads/4.5
Home: https://github.com/resteasy/Resteasy
Commit: 0ca1ab4a6207a7be40ac420cb02be9f589332c55
https://github.com/resteasy/Resteasy/commit/0ca1ab4a6207a7be40ac420cb02be...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2021-06-16 (Wed, 16 Jun 2021)
Changed paths:
M testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/setup/AbstractUsersRolesSecurityDomainSetup.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/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/java/org/jboss/resteasy/test/security/TwoSecurityDomainsTest.java
M testsuite/pom.xml
Log Message:
-----------
[RESTEASY-2902] Drop legacy WildFly security configuration options and only configure Elytron.
https://issues.redhat.com/browse/RESTEASY-2902
Commit: 5d67c6f6a7b041d399f9eb5fcf626dbbe3c21313
https://github.com/resteasy/Resteasy/commit/5d67c6f6a7b041d399f9eb5fcf626...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2021-06-16 (Wed, 16 Jun 2021)
Changed paths:
R .travis.yml
M pom.xml
M testsuite/README.MD
M testsuite/config/enable-elytron-full.cli
M testsuite/integration-tests-spring-web/deployment/pom.xml
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/java/org/jboss/resteasy/test/security/TwoSecurityDomainsTest.java
M testsuite/pom.xml
Log Message:
-----------
[RESTEASY-2924] Remove the Travis CI configuration. Also some minor follow up on RESTEASY-2902 to remove some documentation and references to PicketBox and default to always running with the Elytron configuration.
https://issues.redhat.com/browse/RESTEASY-2924
Commit: bfb1fa7cc74fa6aeafdc493196b157534b3e048d
https://github.com/resteasy/Resteasy/commit/bfb1fa7cc74fa6aeafdc493196b15...
Author: 阿男 <l.weinan(a)gmail.com>
Date: 2021-06-16 (Wed, 16 Jun 2021)
Changed paths:
M README.md
Log Message:
-----------
add github ci badge
Commit: 68feaa84491da9cb92790bc2e9c312396f4fe2c0
https://github.com/resteasy/Resteasy/commit/68feaa84491da9cb92790bc2e9c31...
Author: 阿男 <l.weinan(a)gmail.com>
Date: 2021-06-16 (Wed, 16 Jun 2021)
Changed paths:
M README.md
Log Message:
-----------
remove travisCI badge
Commit: 585ceeea3ca3c2144429e414b4dcfde9a09f5c4f
https://github.com/resteasy/Resteasy/commit/585ceeea3ca3c2144429e414b4dcf...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2021-06-17 (Thu, 17 Jun 2021)
Changed paths:
M .github/workflows/maven.yml
M pom.xml
M resteasy-dependencies-bom/pom.xml
Log Message:
-----------
Upgrade the jboss-parent and add an explicit profile for GitHub Actions which adds the surefire JUnit dependency to the plugin.
Commit: 50ca500ea14a3c38b4d7e74515f7fc2356be6823
https://github.com/resteasy/Resteasy/commit/50ca500ea14a3c38b4d7e74515f7f...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2021-06-17 (Thu, 17 Jun 2021)
Changed paths:
M resteasy-spring-web/pom.xml
M testsuite/integration-tests-spring-web/pom.xml
M testsuite/integration-tests-spring/pom.xml
Log Message:
-----------
Synchronized the Spring version for the integration tests.
Commit: a487a708e93191937cd8ada0943b5e7fa724aeb8
https://github.com/resteasy/Resteasy/commit/a487a708e93191937cd8ada0943b5...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2021-06-22 (Tue, 22 Jun 2021)
Changed paths:
M .github/workflows/maven.yml
R .travis.yml
M README.md
M pom.xml
M resteasy-dependencies-bom/pom.xml
M resteasy-spring-web/pom.xml
M testsuite/README.MD
M testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/setup/AbstractUsersRolesSecurityDomainSetup.java
M testsuite/config/enable-elytron-full.cli
M testsuite/integration-tests-spring-web/deployment/pom.xml
M testsuite/integration-tests-spring-web/pom.xml
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-spring/pom.xml
M testsuite/integration-tests/pom.xml
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/java/org/jboss/resteasy/test/security/TwoSecurityDomainsTest.java
M testsuite/pom.xml
Log Message:
-----------
Merge pull request #2844 from jamezp/port-travis-removal-4.5
Port of Travis CI removal
Compare: https://github.com/resteasy/Resteasy/compare/59f04a96cead...a487a708e931
3 years, 5 months
[resteasy/Resteasy] 2aa803: [RESTEASY-2902] Drop legacy WildFly security confi...
by James R. Perkins
Branch: refs/heads/4.6
Home: https://github.com/resteasy/Resteasy
Commit: 2aa8032cc85ac4d75317d16039df448dc1a9b26a
https://github.com/resteasy/Resteasy/commit/2aa8032cc85ac4d75317d16039df4...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2021-06-16 (Wed, 16 Jun 2021)
Changed paths:
M testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/setup/AbstractUsersRolesSecurityDomainSetup.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/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/java/org/jboss/resteasy/test/security/TwoSecurityDomainsTest.java
M testsuite/pom.xml
Log Message:
-----------
[RESTEASY-2902] Drop legacy WildFly security configuration options and only configure Elytron.
https://issues.redhat.com/browse/RESTEASY-2902
Commit: 3cf8b61b9d2076513848ed8644680579afe89b26
https://github.com/resteasy/Resteasy/commit/3cf8b61b9d2076513848ed8644680...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2021-06-16 (Wed, 16 Jun 2021)
Changed paths:
R .travis.yml
M pom.xml
M testsuite/README.MD
M testsuite/config/enable-elytron-full.cli
M testsuite/integration-tests-spring-web/deployment/pom.xml
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/java/org/jboss/resteasy/test/security/TwoSecurityDomainsTest.java
M testsuite/pom.xml
Log Message:
-----------
[RESTEASY-2924] Remove the Travis CI configuration. Also some minor follow up on RESTEASY-2902 to remove some documentation and references to PicketBox and default to always running with the Elytron configuration.
https://issues.redhat.com/browse/RESTEASY-2924
Commit: 22ba42aba240c331ee852652315bbd0bbc4c8a7b
https://github.com/resteasy/Resteasy/commit/22ba42aba240c331ee852652315bb...
Author: 阿男 <l.weinan(a)gmail.com>
Date: 2021-06-16 (Wed, 16 Jun 2021)
Changed paths:
M README.md
Log Message:
-----------
add github ci badge
Commit: fc503bc9c06b28346352fc0a3e273810c8d659f7
https://github.com/resteasy/Resteasy/commit/fc503bc9c06b28346352fc0a3e273...
Author: 阿男 <l.weinan(a)gmail.com>
Date: 2021-06-16 (Wed, 16 Jun 2021)
Changed paths:
M README.md
Log Message:
-----------
remove travisCI badge
Commit: 03df76e1f2232cf4418f9553d64fc01439b6153b
https://github.com/resteasy/Resteasy/commit/03df76e1f2232cf4418f9553d64fc...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2021-06-17 (Thu, 17 Jun 2021)
Changed paths:
M .github/workflows/maven.yml
M pom.xml
M resteasy-dependencies-bom/pom.xml
Log Message:
-----------
Upgrade the jboss-parent and add an explicit profile for GitHub Actions which adds the surefire JUnit dependency to the plugin.
Commit: f508dad442d9403b144c6bfc622f77c980cd7cd1
https://github.com/resteasy/Resteasy/commit/f508dad442d9403b144c6bfc622f7...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2021-06-17 (Thu, 17 Jun 2021)
Changed paths:
M resteasy-spring-web/pom.xml
M testsuite/integration-tests-spring-web/pom.xml
M testsuite/integration-tests-spring/pom.xml
Log Message:
-----------
Synchronized the Spring version for the integration tests.
Commit: e74b35b2cc682409c3f3300b63b52e2f01d52768
https://github.com/resteasy/Resteasy/commit/e74b35b2cc682409c3f3300b63b52...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2021-06-22 (Tue, 22 Jun 2021)
Changed paths:
M .github/workflows/maven.yml
R .travis.yml
M README.md
M pom.xml
M resteasy-dependencies-bom/pom.xml
M resteasy-spring-web/pom.xml
M testsuite/README.MD
M testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/setup/AbstractUsersRolesSecurityDomainSetup.java
M testsuite/config/enable-elytron-full.cli
M testsuite/integration-tests-spring-web/deployment/pom.xml
M testsuite/integration-tests-spring-web/pom.xml
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-spring/pom.xml
M testsuite/integration-tests/pom.xml
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/java/org/jboss/resteasy/test/security/TwoSecurityDomainsTest.java
M testsuite/pom.xml
Log Message:
-----------
Merge pull request #2843 from jamezp/port-travis-removal
Port of Travis CI removal
Compare: https://github.com/resteasy/Resteasy/compare/cc8262dea2f5...e74b35b2cc68
3 years, 5 months
[resteasy/Resteasy] 624315: [RESTEASY-1926]:Add ssl support
by jimma
Branch: refs/heads/ee9
Home: https://github.com/resteasy/Resteasy
Commit: 6243158cf3fddbede7cfe2693d9e65b88447879b
https://github.com/resteasy/Resteasy/commit/6243158cf3fddbede7cfe2693d9e6...
Author: Jim Ma <ema(a)redhat.com>
Date: 2021-06-21 (Mon, 21 Jun 2021)
Changed paths:
M resteasy-core/src/main/java/org/jboss/resteasy/core/providerfactory/ResteasyProviderFactoryImpl.java
M resteasy-core/src/main/java/org/jboss/resteasy/plugins/server/sun/http/SunHttpJaxrsServer.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/bootstrap/SeBootstrapTest.java
A testsuite/unit-tests/src/test/resources/ssl/create_certs.sh
A testsuite/unit-tests/src/test/resources/ssl/default_client_truststore.jks
A testsuite/unit-tests/src/test/resources/ssl/default_server_keystore.jks
Log Message:
-----------
[RESTEASY-1926]:Add ssl support
3 years, 5 months
[resteasy/Resteasy] cc8262: 4.6.1.Final->4.6.2-SNAPSHOT (#2849)
by Ron Sigal
Branch: refs/heads/4.6
Home: https://github.com/resteasy/Resteasy
Commit: cc8262dea2f5bda1056a1efde43cee08648915c7
https://github.com/resteasy/Resteasy/commit/cc8262dea2f5bda1056a1efde43ce...
Author: Ron Sigal <rsigal(a)redhat.com>
Date: 2021-06-19 (Sat, 19 Jun 2021)
Changed paths:
M arquillian/RESTEASY-1056-jetty-bv11/pom.xml
M arquillian/RESTEASY-1630-jetty-resteasy-servlet-initializer/pom.xml
M arquillian/RESTEASY-736-jetty/pom.xml
M arquillian/pom.xml
M distribution/pom.xml
M distribution/src-distribution/pom.xml
M docbook/pom.xml
M docbook/reference/en/en-US/master.xml
M docbook/reference/en/en-US/modules/Cache_NoCache_CacheControl.xml
M docbook/reference/en/en-US/modules/Installation_Configuration.xml
M docbook/reference/en/en-US/modules/Json-p.xml
M docbook/reference/en/en-US/modules/Links.xml
M docbook/reference/en/en-US/modules/RESTEasy_Embedded_Container.xml
M docbook/reference/en/en-US/modules/RESTEasy_Spring_Integration.xml
M docbook/reference/en/en-US/modules/signature.xml
M docbook/reference/en/en-US/modules/smime.xml
M jboss-modules/pom.xml
M pom.xml
M profiling-tests/pom.xml
M providers/fastinfoset/pom.xml
M providers/jackson2/pom.xml
M providers/jaxb/pom.xml
M providers/json-binding/pom.xml
M providers/json-p-ee7/pom.xml
M providers/multipart/pom.xml
M providers/pom.xml
M providers/resteasy-atom/pom.xml
M providers/resteasy-html/pom.xml
M providers/resteasy-validator-provider/pom.xml
M resteasy-bom/pom.xml
M resteasy-cache/pom.xml
M resteasy-cache/resteasy-cache-core/pom.xml
M resteasy-cdi/pom.xml
M resteasy-client-api/pom.xml
M resteasy-client-jetty/pom.xml
M resteasy-client-microprofile-base/pom.xml
M resteasy-client-microprofile/pom.xml
M resteasy-client-reactor-netty/pom.xml
M resteasy-client-vertx/pom.xml
M resteasy-client/pom.xml
M resteasy-core-spi/pom.xml
M resteasy-core/pom.xml
M resteasy-dependencies-bom/pom.xml
M resteasy-guice/pom.xml
M resteasy-jsapi/pom.xml
M resteasy-links/pom.xml
M resteasy-reactive-context/pom.xml
M resteasy-reactor/pom.xml
M resteasy-rxjava2/pom.xml
M resteasy-servlet-initializer/pom.xml
M resteasy-spring-web/pom.xml
M resteasy-spring/pom.xml
M resteasy-stats/pom.xml
M resteasy-upgrade-guide/pom.xml
M resteasy-wadl-undertow-connector/pom.xml
M resteasy-wadl/pom.xml
M security/jose-jwt/pom.xml
M security/pom.xml
M security/resteasy-crypto/pom.xml
M server-adapters/pom.xml
M server-adapters/resteasy-jdk-http/pom.xml
M server-adapters/resteasy-netty4-cdi/pom.xml
M server-adapters/resteasy-netty4/pom.xml
M server-adapters/resteasy-undertow-spring/pom.xml
M server-adapters/resteasy-undertow/pom.xml
M server-adapters/resteasy-vertx/pom.xml
M testsuite/arquillian-utils/pom.xml
M testsuite/integration-tests-embedded/pom.xml
M testsuite/integration-tests-spring-web/deployment/pom.xml
M testsuite/integration-tests-spring-web/pom.xml
M testsuite/integration-tests-spring/deployment/pom.xml
M testsuite/integration-tests-spring/inmodule/pom.xml
M testsuite/integration-tests-spring/pom.xml
M testsuite/integration-tests-spring/unit/pom.xml
M testsuite/integration-tests/pom.xml
M testsuite/microprofile-tck/pom.xml
M testsuite/pom.xml
M testsuite/unit-tests/pom.xml
Log Message:
-----------
4.6.1.Final->4.6.2-SNAPSHOT (#2849)
3 years, 5 months
[resteasy/Resteasy] c5f679: [RESTEASY-2931] Updated dependencies for quarkus m...
by Ron Sigal
Branch: refs/tags/4.6.1.Final
Home: https://github.com/resteasy/Resteasy
Commit: c5f67934125c4974b04b146539310345b441178c
https://github.com/resteasy/Resteasy/commit/c5f67934125c4974b04b146539310...
Author: Ron Sigal <rsigal(a)redhat.com>
Date: 2021-06-18 (Fri, 18 Jun 2021)
Changed paths:
M jboss-modules/build.xml
M jboss-modules/pom.xml
M resteasy-dependencies-bom/pom.xml
M testsuite/microprofile-tck/pom.xml
Log Message:
-----------
[RESTEASY-2931] Updated dependencies for quarkus main branch.
[RESTEASY-2931] Added a dependency exclusion for
microprofile-tck-runner.
Commit: 5b06928ad7bbbc0281e8aff30fd42a9817b4042a
https://github.com/resteasy/Resteasy/commit/5b06928ad7bbbc0281e8aff30fd42...
Author: Ron Sigal <rsigal(a)redhat.com>
Date: 2021-06-18 (Fri, 18 Jun 2021)
Changed paths:
M arquillian/RESTEASY-1056-jetty-bv11/pom.xml
M arquillian/RESTEASY-1630-jetty-resteasy-servlet-initializer/pom.xml
M arquillian/RESTEASY-736-jetty/pom.xml
M arquillian/pom.xml
M distribution/pom.xml
M distribution/src-distribution/pom.xml
M docbook/pom.xml
M docbook/reference/en/en-US/master.xml
M docbook/reference/en/en-US/modules/Cache_NoCache_CacheControl.xml
M docbook/reference/en/en-US/modules/Installation_Configuration.xml
M docbook/reference/en/en-US/modules/Json-p.xml
M docbook/reference/en/en-US/modules/Links.xml
M docbook/reference/en/en-US/modules/RESTEasy_Embedded_Container.xml
M docbook/reference/en/en-US/modules/RESTEasy_Spring_Integration.xml
M docbook/reference/en/en-US/modules/signature.xml
M docbook/reference/en/en-US/modules/smime.xml
M jboss-modules/pom.xml
M pom.xml
M profiling-tests/pom.xml
M providers/fastinfoset/pom.xml
M providers/jackson2/pom.xml
M providers/jaxb/pom.xml
M providers/json-binding/pom.xml
M providers/json-p-ee7/pom.xml
M providers/multipart/pom.xml
M providers/pom.xml
M providers/resteasy-atom/pom.xml
M providers/resteasy-html/pom.xml
M providers/resteasy-validator-provider/pom.xml
M resteasy-bom/pom.xml
M resteasy-cache/pom.xml
M resteasy-cache/resteasy-cache-core/pom.xml
M resteasy-cdi/pom.xml
M resteasy-client-api/pom.xml
M resteasy-client-jetty/pom.xml
M resteasy-client-microprofile-base/pom.xml
M resteasy-client-microprofile/pom.xml
M resteasy-client-reactor-netty/pom.xml
M resteasy-client-vertx/pom.xml
M resteasy-client/pom.xml
M resteasy-core-spi/pom.xml
M resteasy-core/pom.xml
M resteasy-dependencies-bom/pom.xml
M resteasy-guice/pom.xml
M resteasy-jsapi/pom.xml
M resteasy-links/pom.xml
M resteasy-reactive-context/pom.xml
M resteasy-reactor/pom.xml
M resteasy-rxjava2/pom.xml
M resteasy-servlet-initializer/pom.xml
M resteasy-spring-web/pom.xml
M resteasy-spring/pom.xml
M resteasy-stats/pom.xml
M resteasy-upgrade-guide/pom.xml
M resteasy-wadl-undertow-connector/pom.xml
M resteasy-wadl/pom.xml
M security/jose-jwt/pom.xml
M security/pom.xml
M security/resteasy-crypto/pom.xml
M server-adapters/pom.xml
M server-adapters/resteasy-jdk-http/pom.xml
M server-adapters/resteasy-netty4-cdi/pom.xml
M server-adapters/resteasy-netty4/pom.xml
M server-adapters/resteasy-undertow-spring/pom.xml
M server-adapters/resteasy-undertow/pom.xml
M server-adapters/resteasy-vertx/pom.xml
M testsuite/arquillian-utils/pom.xml
M testsuite/integration-tests-embedded/pom.xml
M testsuite/integration-tests-spring-web/deployment/pom.xml
M testsuite/integration-tests-spring-web/pom.xml
M testsuite/integration-tests-spring/deployment/pom.xml
M testsuite/integration-tests-spring/inmodule/pom.xml
M testsuite/integration-tests-spring/pom.xml
M testsuite/integration-tests-spring/unit/pom.xml
M testsuite/integration-tests/pom.xml
M testsuite/microprofile-tck/pom.xml
M testsuite/pom.xml
M testsuite/unit-tests/pom.xml
Log Message:
-----------
4.6.1.Beta9->4.6.1.Final
Compare: https://github.com/resteasy/Resteasy/compare/c5f67934125c%5E...5b06928ad7bb
3 years, 5 months
[resteasy/Resteasy] 12691f: 4.6.1-SNAPSHOT->4.6.1.Final (#2848)
by Ron Sigal
Branch: refs/heads/4.6
Home: https://github.com/resteasy/Resteasy
Commit: 12691fe94d59fcac906b36935bc287b632ce235a
https://github.com/resteasy/Resteasy/commit/12691fe94d59fcac906b36935bc28...
Author: Ron Sigal <rsigal(a)redhat.com>
Date: 2021-06-18 (Fri, 18 Jun 2021)
Changed paths:
M arquillian/RESTEASY-1056-jetty-bv11/pom.xml
M arquillian/RESTEASY-1630-jetty-resteasy-servlet-initializer/pom.xml
M arquillian/RESTEASY-736-jetty/pom.xml
M arquillian/pom.xml
M distribution/pom.xml
M distribution/src-distribution/pom.xml
M docbook/pom.xml
M docbook/reference/en/en-US/master.xml
M docbook/reference/en/en-US/modules/Cache_NoCache_CacheControl.xml
M docbook/reference/en/en-US/modules/Installation_Configuration.xml
M docbook/reference/en/en-US/modules/Json-p.xml
M docbook/reference/en/en-US/modules/Links.xml
M docbook/reference/en/en-US/modules/RESTEasy_Embedded_Container.xml
M docbook/reference/en/en-US/modules/RESTEasy_Spring_Integration.xml
M docbook/reference/en/en-US/modules/signature.xml
M docbook/reference/en/en-US/modules/smime.xml
M jboss-modules/pom.xml
M pom.xml
M profiling-tests/pom.xml
M providers/fastinfoset/pom.xml
M providers/jackson2/pom.xml
M providers/jaxb/pom.xml
M providers/json-binding/pom.xml
M providers/json-p-ee7/pom.xml
M providers/multipart/pom.xml
M providers/pom.xml
M providers/resteasy-atom/pom.xml
M providers/resteasy-html/pom.xml
M providers/resteasy-validator-provider/pom.xml
M resteasy-bom/pom.xml
M resteasy-cache/pom.xml
M resteasy-cache/resteasy-cache-core/pom.xml
M resteasy-cdi/pom.xml
M resteasy-client-api/pom.xml
M resteasy-client-jetty/pom.xml
M resteasy-client-microprofile-base/pom.xml
M resteasy-client-microprofile/pom.xml
M resteasy-client-reactor-netty/pom.xml
M resteasy-client-vertx/pom.xml
M resteasy-client/pom.xml
M resteasy-core-spi/pom.xml
M resteasy-core/pom.xml
M resteasy-dependencies-bom/pom.xml
M resteasy-guice/pom.xml
M resteasy-jsapi/pom.xml
M resteasy-links/pom.xml
M resteasy-reactive-context/pom.xml
M resteasy-reactor/pom.xml
M resteasy-rxjava2/pom.xml
M resteasy-servlet-initializer/pom.xml
M resteasy-spring-web/pom.xml
M resteasy-spring/pom.xml
M resteasy-stats/pom.xml
M resteasy-upgrade-guide/pom.xml
M resteasy-wadl-undertow-connector/pom.xml
M resteasy-wadl/pom.xml
M security/jose-jwt/pom.xml
M security/pom.xml
M security/resteasy-crypto/pom.xml
M server-adapters/pom.xml
M server-adapters/resteasy-jdk-http/pom.xml
M server-adapters/resteasy-netty4-cdi/pom.xml
M server-adapters/resteasy-netty4/pom.xml
M server-adapters/resteasy-undertow-spring/pom.xml
M server-adapters/resteasy-undertow/pom.xml
M server-adapters/resteasy-vertx/pom.xml
M testsuite/arquillian-utils/pom.xml
M testsuite/integration-tests-embedded/pom.xml
M testsuite/integration-tests-spring-web/deployment/pom.xml
M testsuite/integration-tests-spring-web/pom.xml
M testsuite/integration-tests-spring/deployment/pom.xml
M testsuite/integration-tests-spring/inmodule/pom.xml
M testsuite/integration-tests-spring/pom.xml
M testsuite/integration-tests-spring/unit/pom.xml
M testsuite/integration-tests/pom.xml
M testsuite/microprofile-tck/pom.xml
M testsuite/pom.xml
M testsuite/unit-tests/pom.xml
Log Message:
-----------
4.6.1-SNAPSHOT->4.6.1.Final (#2848)
* [RESTEASY-2931] Updated dependencies for quarkus main branch.
[RESTEASY-2931] Added a dependency exclusion for
microprofile-tck-runner.
* 4.6.1.Beta9->4.6.1.Final
3 years, 5 months
[resteasy/Resteasy] 72579f: sync up jboss-modules with wfly-preview module cha...
by rsearls
Branch: refs/heads/ee9
Home: https://github.com/resteasy/Resteasy
Commit: 72579f7a34e0e5517ca73ae84af5264ebd9ac2e4
https://github.com/resteasy/Resteasy/commit/72579f7a34e0e5517ca73ae84af52...
Author: R Searls <rsearls(a)redhat.com>
Date: 2021-06-18 (Fri, 18 Jun 2021)
Changed paths:
M jboss-modules/src/main/resources/modules/com/fasterxml/jackson/core/jackson-annotations/main/module.xml
M jboss-modules/src/main/resources/modules/com/fasterxml/jackson/core/jackson-core/main/module.xml
M jboss-modules/src/main/resources/modules/com/fasterxml/jackson/core/jackson-databind/main/module.xml
M jboss-modules/src/main/resources/modules/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/main/module.xml
M jboss-modules/src/main/resources/modules/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/main/module.xml
M jboss-modules/src/main/resources/modules/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main/module.xml
M jboss-modules/src/main/resources/modules/com/github/fge/jackson-coreutils/main/module.xml
M jboss-modules/src/main/resources/modules/com/github/fge/json-patch/main/module.xml
M jboss-modules/src/main/resources/modules/com/ibm/async/asyncutil/main/module.xml
M jboss-modules/src/main/resources/modules/org/apache/james/mime4j/main/module.xml
M jboss-modules/src/main/resources/modules/org/eclipse/microprofile/restclient/main/module.xml
M jboss-modules/src/main/resources/modules/org/jboss/resteasy/jose-jwt/main/module.xml
M jboss-modules/src/main/resources/modules/org/jboss/resteasy/resteasy-atom-provider/main/module.xml
M jboss-modules/src/main/resources/modules/org/jboss/resteasy/resteasy-cdi/main/module.xml
M jboss-modules/src/main/resources/modules/org/jboss/resteasy/resteasy-context-propagation/main/module.xml
M jboss-modules/src/main/resources/modules/org/jboss/resteasy/resteasy-crypto/main/module.xml
M jboss-modules/src/main/resources/modules/org/jboss/resteasy/resteasy-jackson2-provider/main/module.xml
M jboss-modules/src/main/resources/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/module.xml
M jboss-modules/src/main/resources/modules/org/jboss/resteasy/resteasy-jaxrs-public/main/module.xml
M jboss-modules/src/main/resources/modules/org/jboss/resteasy/resteasy-jaxrs/main/module.xml
M jboss-modules/src/main/resources/modules/org/jboss/resteasy/resteasy-jsapi/main/module.xml
M jboss-modules/src/main/resources/modules/org/jboss/resteasy/resteasy-json-binding-provider/main/module.xml
M jboss-modules/src/main/resources/modules/org/jboss/resteasy/resteasy-json-p-provider/main/module.xml
M jboss-modules/src/main/resources/modules/org/jboss/resteasy/resteasy-multipart-provider/main/module.xml
M jboss-modules/src/main/resources/modules/org/jboss/resteasy/resteasy-rxjava2/main/module.xml
M jboss-modules/src/main/resources/modules/org/jboss/resteasy/resteasy-spring-web/main/module.xml
M jboss-modules/src/main/resources/modules/org/jboss/resteasy/resteasy-spring/main/module.xml
M jboss-modules/src/main/resources/modules/org/jboss/resteasy/resteasy-validator-provider-11/main/module.xml
M jboss-modules/src/main/resources/modules/org/jboss/resteasy/resteasy-validator-provider/main/module.xml
M jboss-modules/src/main/resources/modules/org/reactivestreams/main/module.xml
M testsuite/pom.xml
Log Message:
-----------
sync up jboss-modules with wfly-preview module changes
3 years, 5 months