This is an automated email from the ASF dual-hosted git repository.
reta pushed a change to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git.
from ba49f0f Recording .gitmergeinfo Changes
new ccb295e CXF-8539: Allow client-only Spring Boot autoconfiguration
(#834)
new f295b79 Recording .gitmergeinfo Changes
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitmergeinfo | 8 +
.../boot/autoconfigure/CxfAutoConfiguration.java | 2 +
.../spring/boot/autoconfigure/CxfProperties.java | 12 ++
.../autoconfigure/CxfAutoConfigurationTest.java | 10 +
.../spring/boot/SpringClientOnlyJaxrsTest.java | 201 +++++++++++++++++++++
.../src/test/resources/application-client.yml | 10 +
6 files changed, 243 insertions(+)
create mode 100644
systests/spring-boot/src/test/java/org/apache/cxf/systest/jaxrs/spring/boot/SpringClientOnlyJaxrsTest.java
create mode 100644
systests/spring-boot/src/test/resources/application-client.yml