You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2020/12/07 16:40:21 UTC

[cxf] branch 3.4.x-fixes updated (0097cfa -> f85b3cd)

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 0097cfa  Recording .gitmergeinfo Changes
     new 1a14a90  Fixing javadoc generation (JDK11), missing Spring Boot Actuator dependencies
     new f85b3cd  Fixing javadoc generation (JDK11), missing Spring Boot Actuator dependencies

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:
 distribution/javadoc/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)


[cxf] 01/02: Fixing javadoc generation (JDK11), missing Spring Boot Actuator dependencies

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 1a14a904c9f8af53650860ff94af2ef50f4260ed
Author: reta <dr...@gmail.com>
AuthorDate: Mon Dec 7 10:56:48 2020 -0500

    Fixing javadoc generation (JDK11), missing Spring Boot Actuator dependencies
    
    (cherry picked from commit f58b24b5a56526ca051fe0b296fef73a982a1b86)
---
 distribution/javadoc/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/distribution/javadoc/pom.xml b/distribution/javadoc/pom.xml
index 533d6f6..bd0b7f3 100644
--- a/distribution/javadoc/pom.xml
+++ b/distribution/javadoc/pom.xml
@@ -533,6 +533,10 @@
         </dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-actuator-autoconfigure</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-autoconfigure</artifactId>
         </dependency>
         <dependency>


[cxf] 02/02: Fixing javadoc generation (JDK11), missing Spring Boot Actuator dependencies

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit f85b3cdb8e89a52581cff2d6df12d8640c3664ec
Author: reta <dr...@gmail.com>
AuthorDate: Mon Dec 7 11:05:34 2020 -0500

    Fixing javadoc generation (JDK11), missing Spring Boot Actuator dependencies
    
    (cherry picked from commit dca1f9a88bbd11f52cc565f4ae4bc61372ecc53b)
---
 distribution/javadoc/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/distribution/javadoc/pom.xml b/distribution/javadoc/pom.xml
index bd0b7f3..71a1a22 100644
--- a/distribution/javadoc/pom.xml
+++ b/distribution/javadoc/pom.xml
@@ -534,6 +534,7 @@
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-actuator-autoconfigure</artifactId>
+            <version>${cxf.spring.boot.version}</version>
         </dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>