This is an automated email from the ASF dual-hosted git repository.

reta pushed a change to branch 3.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git.


    from b2b7230  Update Spring Security to 5.3.11.RELEASE
     new b508cce  Update Geronimo OpenAPI to 1.0.14
     new 69e31b9  CXF-8539: Allow client-only Spring Boot autoconfiguration 
(#834)
     new f672d31  Recording .gitmergeinfo Changes

The 3 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                                      |   3 +
 .../boot/autoconfigure/CxfAutoConfiguration.java   |   2 +
 .../spring/boot/autoconfigure/CxfProperties.java   |  12 ++
 .../autoconfigure/CxfAutoConfigurationTest.java    |  10 ++
 parent/pom.xml                                     |   2 +-
 .../spring/boot/SpringClientOnlyJaxrsTest.java     | 184 +++++++++++++++++++++
 .../src/test/resources/application-client.yml      |  10 ++
 7 files changed, 222 insertions(+), 1 deletion(-)
 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

Reply via email to