Branch: refs/heads/3.12
Home:
https://github.com/resteasy/Resteasy
Commit: a94b72ace15575d6fcadb3d578bcc8bd12ee3dc6
https://github.com/resteasy/Resteasy/commit/a94b72ace15575d6fcadb3d578bcc...
Author: Ron Sigal <rsigal(a)redhat.com>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M docbook/reference/en/en-US/modules/Async_job_service.xml
M docbook/reference/en/en-US/modules/Cache_NoCache_CacheControl.xml
M docbook/reference/en/en-US/modules/Content_Marshalling_Providers.xml
M docbook/reference/en/en-US/modules/ExceptionMappers.xml
M docbook/reference/en/en-US/modules/Installation_Configuration.xml
M docbook/reference/en/en-US/modules/JAX-RS_Content_Negotiation.xml
M docbook/reference/en/en-US/modules/Jaxb.xml
M docbook/reference/en/en-US/modules/Json.xml
M docbook/reference/en/en-US/modules/RESTEasy_Spring_Integration.xml
M docbook/reference/en/en-US/modules/Securing_JAX-RS_and_RESTeasy.xml
M docbook/reference/en/en-US/modules/Validation.xml
M docbook/reference/en/en-US/modules/gzip.xml
M
jboss-modules/src/main/resources/modules/org/jboss/resteasy/resteasy-jaxrs/main/module.xml
M
providers/jackson2/src/main/java/org/jboss/resteasy/plugins/providers/jackson/ResteasyJackson2Provider.java
M
providers/jackson2/src/main/java/org/jboss/resteasy/plugins/providers/jackson/WhiteListPolymorphicTypeValidatorBuilder.java
M providers/multipart/pom.xml
M
providers/multipart/src/main/java/org/jboss/resteasy/plugins/providers/multipart/MultipartInputImpl.java
M
resteasy-client-microprofile/src/main/java/org/jboss/resteasy/microprofile/client/RestClientBuilderImpl.java
M
resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/ResteasyClientBuilder.java
M
resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/engines/ApacheHttpClient4Engine.java
M resteasy-jaxrs/pom.xml
M
resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/core/executors/ApacheHttpClient4Executor.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/AsynchronousDispatcher.java
A
resteasy-jaxrs/src/main/java/org/jboss/resteasy/microprofile/config/BaseServletConfigSource.java
A
resteasy-jaxrs/src/main/java/org/jboss/resteasy/microprofile/config/FilterConfigSource.java
A
resteasy-jaxrs/src/main/java/org/jboss/resteasy/microprofile/config/FilterConfigSourceImpl.java
A
resteasy-jaxrs/src/main/java/org/jboss/resteasy/microprofile/config/ResteasyConfig.java
A
resteasy-jaxrs/src/main/java/org/jboss/resteasy/microprofile/config/ResteasyConfigFactory.java
A
resteasy-jaxrs/src/main/java/org/jboss/resteasy/microprofile/config/ResteasyConfigProvider.java
A
resteasy-jaxrs/src/main/java/org/jboss/resteasy/microprofile/config/ServletConfigSource.java
A
resteasy-jaxrs/src/main/java/org/jboss/resteasy/microprofile/config/ServletConfigSourceImpl.java
A
resteasy-jaxrs/src/main/java/org/jboss/resteasy/microprofile/config/ServletContextConfigSource.java
A
resteasy-jaxrs/src/main/java/org/jboss/resteasy/microprofile/config/ServletContextConfigSourceImpl.java
M
resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/interceptors/encoding/GZIPDecodingInterceptor.java
M
resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/providers/RegisterBuiltin.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/FilterBootstrap.java
M
resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/server/servlet/FilterDispatcher.java
M
resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/server/servlet/HttpServletDispatcher.java
M
resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/server/servlet/ListenerBootstrap.java
M
resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/server/servlet/ResteasyBootstrap.java
M
resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/server/servlet/ServletBootstrap.java
M
resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/server/servlet/ServletContainerDispatcher.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/resteasy_jaxrs/i18n/Messages.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/util/PortProvider.java
A
resteasy-jaxrs/src/main/resources/META-INF/services/org.eclipse.microprofile.config.spi.ConfigSource
M
security-legacy/skeleton-key-idm/skeleton-key-core/src/main/java/org/jboss/resteasy/skeleton/key/EnvUtil.java
A
testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/category/MicroProfileDependent.java
M testsuite/integration-tests/pom.xml
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/config/MicroProfileConfigFilterTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/config/MicroProfileConfigServletContextListenerTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/config/MicroProfileConfigServletTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/config/MicroProfileConfigUseGlobalTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/config/ResteasyConfigFilterTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/config/ResteasyConfigServletContextListenerTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/config/ResteasyConfigServletTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/config/ResteasyConfigTestParent.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/config/resource/MicroProfileConfigFilter.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/config/resource/MicroProfileConfigResource.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/config/resource/MicroProfileConfigUseGlobalApplication1.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/config/resource/MicroProfileConfigUseGlobalApplication2.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/config/resource/MicroProfileConfigUseGlobalResource.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/config/resource/ResteasyConfigResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/RestClientProxyRedeployTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/RestClientProxyTest.java
A
testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/microprofile/config/web_filter.xml
A
testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/microprofile/config/web_servlet.xml
A
testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/microprofile/config/web_servlet_context_listener.xml
A
testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/microprofile/config/web_use_global.xml
M testsuite/pom.xml
M testsuite/unit-tests/pom.xml
Log Message:
-----------
[RESTEASY-2541] Fix RestClientListeners (#2380)
[RESTEASY-2406] Port use of Microprofile Config to 3.x
[RESTEASY-2406] Additional User Guide changes
[RESTEASY-2406] Adjusted version numbers in test javadoc.
[RESTEASY-2406] Incorporate MicroProfile Config into RESTEasy
[RESTEASY-2406] Updated RESTEasy User Guide
[RESTEASY-2406] 1. Updated links to configuration section. 2. Wildfly->WildFly
[RESTEASY-2406] 1. Remove reference to Extension Packs from User Guide.
2. Fix bug with ConfigSource names.
3. MicroProfile exclusion profile (WIP).
[RESTEASY-2406] 1. Added profiles to testsuite/pom.xml to allow disabling MicroProfile
tests
2. Minor changes to User Guide
3. Fixed one test
[RESTEASY-2406] Removed forward.compatibility profile from resteasy-testsuite/pom.xml
[RESTEASY-2406] Updated RestClientProxyTest to match official version
[RESTEASY-2406] Made ConfigSources Serializable, as per MP Config TCK.
[RESTEASY-2406] Removed "forward.compatible" from default testsuite profile.
Co-authored-by: Alessio Soldano <asoldano(a)redhat.com>