This is an automated email from the ASF dual-hosted git repository.
reta pushed a change to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
from 6ac3d4582d Recording .gitmergeinfo Changes
new 8cf6382f93 Bump org.assertj:assertj-core from 3.27.0 to 3.27.1 (#2213)
new 9261461a83 Bump cxf.mockito.version from 5.14.2 to 5.15.2 (#2215)
new 24241b007e Recording .gitmergeinfo Changes
new ce9d5590d0 Recording .gitmergeinfo Changes
new 17cc2ec18b Bump org.apache.maven.plugins:maven-javadoc-plugin from
3.11.1 to 3.11.2 (#2188)
new e7b06a2c39 Recording .gitmergeinfo Changes
The 6 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 | 7 ++
maven-plugins/java2wadl-plugin/pom.xml | 20 +++++
.../src/it/java-generate-rx/pom.xml | 59 +++++++++++++
.../src/main/java/application/Test1.java | 24 ++++++
.../src/main/java/application/Test2.java | 18 ++++
.../src/it/settings.xml | 0
.../maven_plugin/javatowadl/ParseJavaDocMojo.java | 97 ++++++++++------------
parent/pom.xml | 6 +-
pom.xml | 2 +-
9 files changed, 174 insertions(+), 59 deletions(-)
create mode 100644
maven-plugins/java2wadl-plugin/src/it/java-generate-rx/pom.xml
create mode 100644
maven-plugins/java2wadl-plugin/src/it/java-generate-rx/src/main/java/application/Test1.java
create mode 100644
maven-plugins/java2wadl-plugin/src/it/java-generate-rx/src/main/java/application/Test2.java
copy maven-plugins/{codegen-plugin => java2wadl-plugin}/src/it/settings.xml
(100%)