This is an automated email from the ASF dual-hosted git repository.
reta pushed a change to branch
dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.11.2
in repository https://gitbox.apache.org/repos/asf/cxf.git
discard 508b56ad1b Bump org.apache.maven.plugins:maven-javadoc-plugin from
3.11.1 to 3.11.2
add eb10a67216 Bump actions/cache from 4.1.2 to 4.2.0 (#2190)
add 80e803bc50 Bump cxf.opentelemetry.version from 1.44.1 to 1.45.0 (#2187)
add df3b688015 Bump github/codeql-action from 3.27.5 to 3.27.6 (#2189)
add 964c4cf65f update CXF 4.1.0 release notes
add 7fb95ad266 [maven-release-plugin] prepare release cxf-4.1.0
add 85f681bd0e [maven-release-plugin] prepare for next development
iteration
add a71713898d Bump cxf.zipkin-reporter.version from 3.4.2 to 3.4.3 (#2191)
add e3e039cf27 Bump cxf.micrometer.version from 1.14.1 to 1.14.2 (#2192)
add 3c5e313664 Update Project Reactor to 3.7.1
add 69a16d6e49 Update Spring Framework to 6.2.1
add c7e1fbfc2a Update Micrometer Tracing to 1.4.1
add 9732c6d9d4 Update Jetty to 12.0.6
add 31b735e198 Update Swagger Core to 2.2.27
add 5dbbe399aa Fix cxf-coverage-report version (should be 4.1.1-SNAPSHOT)
add 483fe3b17c CXF-9039: Run Jakarta RESTful Web Services 3.1 TCK. Fix
SeBootstrap test cases (#2186)
add f4808817f5 [CXF-9090]samples: use cargo-maven2-plugin instead of
tomcat-maven-plugin to launch tomcat
add 2d9434b4d1 Update Spring LDAP to 3.2.10
add 6bbf85ec30 Update Apache Lucene to 9.12.1
add ca85828bbb Bump org.jboss.ws.cxf:jbossws-cxf-client from 7.3.0.Final
to 7.3.1.Final (#2194)
add da3f484d06 Update Hibernate Validator to 8.0.2.Final
add 31ab8605d4 Bump com.puppycrawl.tools:checkstyle from 10.20.2 to
10.21.0 (#2198)
add 044751c86e Bump github/codeql-action from 3.27.6 to 3.27.9 (#2197)
add b17b46ef9d Update Spring Security to 6.4.2
add cc2c51c31d Update JUnit 5 to 5.11.4
add 5ec3209555 Update Apache Tomcat to 10.1.34
add cab5419123 Update Weld to 5.1.2.Final in the distribution samples
add ab1aa2edeb Update Netty to 4.1.116.Final
add 91e7e29f25 Bump cxf.opentelemetry.semconv.version from 1.28.0-alpha to
1.29.0-alpha (#2200)
add f6b36af889 Update Spring Boot to 3.4.1
add e272c5e945 [CXF-9092]remove unnecessary jakarta.jws-api dependency
add baec165656 Bump cxf.hibernate.em.version from 6.6.3.Final to
6.6.4.Final (#2201)
add cb4c731e5a [CXF-9092]revise ws-api version range
add 99e8d5c41e Bump actions/setup-java from 4.5.0 to 4.6.0 (#2203)
add cf1b05411d Bump ch.qos.logback:logback-classic from 1.5.12 to 1.5.15
(#2206)
add 91602cfe88 Bump github/codeql-action from 3.27.9 to 3.28.0 (#2205)
add 3e2b39165a Bump actions/upload-artifact from 4.4.3 to 4.5.0 (#2204)
add 477ee89c02 Add more @Multipart tests (#2152)
add eab3b3d8b0 Bump org.assertj:assertj-core from 3.26.3 to 3.27.0 (#2207)
add 9164d67047 Bump org.eclipse.persistence:org.eclipse.persistence.moxy
(#2208)
add 11917a26c9 Update Apache MINA to 2.2.4
add f19cbfe8bf Add Cookie header test cases (#2185)
add c3e24aa9be Bump com.puppycrawl.tools:checkstyle from 10.21.0 to
10.21.1 (#2209)
add 49dffc13c4 Bump org.apache.maven.plugins:maven-javadoc-plugin from
3.11.1 to 3.11.2
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (508b56ad1b)
\
N -- N -- N
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.11.2
(49dffc13c4)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/codeql-analysis.yml | 8 +-
.github/workflows/pull-request-build.yml | 2 +-
.github/workflows/scorecards.yml | 4 +-
bom/pom.xml | 2 +-
core/pom.xml | 2 +-
coverage/pom.xml | 2 +-
distribution/javadoc/pom.xml | 46 +++---
distribution/manifest/pom.xml | 99 ++++++------
distribution/pom.xml | 124 ++++++++-------
distribution/src/main/release/release_notes.txt | 87 ++++++++---
.../src/main/release/samples/aegis/pom.xml | 10 +-
.../main/release/samples/aegis_standalone/pom.xml | 4 +-
.../src/main/release/samples/callback/pom.xml | 10 +-
.../samples/configuration_interceptor/pom.xml | 10 +-
.../src/main/release/samples/corba/bank/pom.xml | 4 +-
.../samples/corba/bank_ws_addressing/pom.xml | 4 +-
.../main/release/samples/corba/hello_world/pom.xml | 10 +-
.../release/samples/groovy_spring_support/pom.xml | 8 +-
.../main/release/samples/in_jvm_transport/pom.xml | 10 +-
.../release/samples/java_first_jaxws/README.txt | 8 +-
.../main/release/samples/java_first_jaxws/pom.xml | 20 +--
.../samples/java_first_jaxws_factory_bean/pom.xml | 8 +-
.../main/release/samples/java_first_jms/pom.xml | 6 +-
.../main/release/samples/java_first_pojo/pom.xml | 8 +-
.../samples/java_first_spring_support/pom.xml | 8 +-
.../src/main/release/samples/jax_rs/basic/pom.xml | 8 +-
.../samples/jax_rs/basic_http2_jetty/pom.xml | 6 +-
.../samples/jax_rs/basic_http2_netty/pom.xml | 6 +-
.../samples/jax_rs/basic_http2_undertow/pom.xml | 6 +-
.../release/samples/jax_rs/basic_https/pom.xml | 8 +-
.../main/release/samples/jax_rs/basic_oidc/pom.xml | 10 +-
.../main/release/samples/jax_rs/big_query/pom.xml | 14 +-
.../samples/jax_rs/content_negotiation/pom.xml | 10 +-
.../pom.xml | 2 +-
.../samples/jax_rs/description_openapi_v3/pom.xml | 2 +-
.../jax_rs/description_openapi_v3_spring/pom.xml | 2 +-
.../jax_rs/description_openapi_v3_web/pom.xml | 2 +-
.../release/samples/jax_rs/graalvm_basic/pom.xml | 2 +-
.../src/main/release/samples/jax_rs/odata/pom.xml | 6 +-
.../src/main/release/samples/jax_rs/search/pom.xml | 14 +-
.../release/samples/jax_rs/spring_boot/pom.xml | 8 +-
.../jax_rs/spring_boot_scan/application/pom.xml | 6 +-
.../samples/jax_rs/spring_boot_scan/client/pom.xml | 6 +-
.../spring_boot_scan/eureka-registry/pom.xml | 2 +-
.../release/samples/jax_rs/spring_security/pom.xml | 8 +-
.../main/release/samples/jax_rs/sse_cdi/pom.xml | 8 +-
.../main/release/samples/jax_rs/sse_client/pom.xml | 8 +-
.../main/release/samples/jax_rs/sse_spring/pom.xml | 6 +-
.../main/release/samples/jax_rs/sse_tomcat/pom.xml | 6 +-
.../release/samples/jax_rs/tracing_brave/pom.xml | 4 +-
.../samples/jax_rs/tracing_micrometer/pom.xml | 14 +-
.../samples/jax_rs/tracing_opentelemetry/pom.xml | 14 +-
.../jax_rs/tracing_opentelemetry_camel/pom.xml | 2 +-
.../samples/jax_rs/tracing_opentracing/pom.xml | 14 +-
.../main/release/samples/jax_rs/websocket/pom.xml | 10 +-
.../samples/jax_rs/websocket_web/README.txt | 6 +-
.../release/samples/jax_rs/websocket_web/pom.xml | 87 ++++-------
.../samples/jax_server_aegis_client/pom.xml | 10 +-
.../src/main/release/samples/jaxws_async/pom.xml | 14 +-
.../samples/jaxws_dispatch_provider/pom.xml | 10 +-
.../src/main/release/samples/jaxws_graalvm/pom.xml | 4 +-
.../samples/jaxws_graalvm_dynamic/client/pom.xml | 2 +-
.../samples/jaxws_graalvm_dynamic/server/pom.xml | 4 +-
.../main/release/samples/jaxws_handlers/pom.xml | 10 +-
.../main/release/samples/jaxws_spring_boot/pom.xml | 6 +-
.../src/main/release/samples/jms_pubsub/pom.xml | 4 +-
.../src/main/release/samples/jms_queue/pom.xml | 8 +-
.../src/main/release/samples/jms_spec_demo/pom.xml | 8 +-
.../main/release/samples/jms_spring_config/pom.xml | 4 +-
.../samples/js_browser_client_java_first/pom.xml | 10 +-
.../samples/js_browser_client_simple/pom.xml | 12 +-
.../src/main/release/samples/js_client/pom.xml | 12 +-
.../src/main/release/samples/js_provider/pom.xml | 10 +-
distribution/src/main/release/samples/mtom/pom.xml | 10 +-
.../main/release/samples/performance/base/pom.xml | 2 +-
.../main/release/samples/performance/jaxrs/pom.xml | 2 +-
.../samples/performance/soap_http_doc_lit/pom.xml | 6 +-
distribution/src/main/release/samples/pom.xml | 20 +--
.../main/release/samples/restful_dispatch/pom.xml | 10 +-
.../release/samples/ruby_spring_support/pom.xml | 8 +-
.../src/main/release/samples/soap_header/pom.xml | 10 +-
distribution/src/main/release/samples/sts/pom.xml | 18 +--
.../src/main/release/samples/throttling/pom.xml | 16 +-
.../src/main/release/samples/ws_addressing/pom.xml | 10 +-
.../src/main/release/samples/ws_discovery/pom.xml | 14 +-
.../src/main/release/samples/ws_eventing/pom.xml | 12 +-
.../main/release/samples/ws_notification/pom.xml | 2 +-
.../src/main/release/samples/ws_policy/pom.xml | 10 +-
.../src/main/release/samples/ws_rm/pom.xml | 12 +-
.../release/samples/ws_security/sign_enc/pom.xml | 18 +--
.../samples/ws_security/sign_enc_policy/pom.xml | 14 +-
.../main/release/samples/ws_security/ut/pom.xml | 12 +-
.../release/samples/ws_security/ut_policy/pom.xml | 14 +-
.../release/samples/ws_transaction/client/pom.xml | 2 +-
.../main/release/samples/ws_transaction/pom.xml | 8 +-
.../samples/ws_transaction/ws_first/pom.xml | 2 +-
.../samples/ws_transaction/ws_second/pom.xml | 2 +-
.../src/main/release/samples/wsdl_first/README.txt | 6 +-
.../src/main/release/samples/wsdl_first/pom.xml | 57 +++++--
.../samples/wsdl_first_dynamic_client/pom.xml | 10 +-
.../main/release/samples/wsdl_first_https/pom.xml | 10 +-
.../release/samples/wsdl_first_pure_xml/pom.xml | 10 +-
.../main/release/samples/wsdl_first_rpclit/pom.xml | 10 +-
.../main/release/samples/wsdl_first_soap12/pom.xml | 10 +-
.../release/samples/wsdl_first_xml_wrapped/pom.xml | 10 +-
integration/cdi/pom.xml | 2 +-
integration/jca/pom.xml | 2 +-
integration/pom.xml | 2 +-
integration/spring-boot/autoconfigure/pom.xml | 2 +-
integration/spring-boot/pom.xml | 2 +-
integration/spring-boot/starter-jaxrs/pom.xml | 2 +-
integration/spring-boot/starter-jaxws/pom.xml | 2 +-
integration/tracing/tracing-brave/pom.xml | 2 +-
integration/tracing/tracing-micrometer/pom.xml | 2 +-
integration/tracing/tracing-opentelemetry/pom.xml | 2 +-
integration/tracing/tracing-opentracing/pom.xml | 2 +-
maven-plugins/archetypes/cxf-jaxrs-service/pom.xml | 2 +-
.../archetypes/cxf-jaxws-javafirst/pom.xml | 4 +-
.../archetypes/cxf-jaxws-wsdlfirst/pom.xml | 2 +-
maven-plugins/archetypes/pom.xml | 2 +-
maven-plugins/codegen-plugin/pom.xml | 2 +-
.../src/it/jaxb-xjc-runtime-sources/pom.xml | 5 -
.../src/it/jdk-cxf-with-toolchain/pom.xml | 5 -
.../codegen-plugin/src/it/mark-generated/pom.xml | 5 -
.../src/it/wsdl-artifact-resolution/pom.xml | 5 -
maven-plugins/corba/pom.xml | 2 +-
maven-plugins/java2wadl-plugin/pom.xml | 25 ++-
.../src/it/java-generate-rx/pom.xml | 66 ++++++++
.../src/main/java/application/Test1.java | 22 +++
.../src/main/java/application/Test2.java | 18 +++
.../src/it/settings.xml | 0
.../maven_plugin/javatowadl/ParseJavaDocMojo.java | 54 +++----
maven-plugins/java2ws-plugin/pom.xml | 2 +-
maven-plugins/pom.xml | 2 +-
maven-plugins/wadl2java-plugin/pom.xml | 2 +-
maven-plugins/wsdl-validator-plugin/pom.xml | 2 +-
parent/pom.xml | 56 +++----
pom.xml | 2 +-
rt/bindings/coloc/pom.xml | 2 +-
rt/bindings/corba/pom.xml | 2 +-
rt/bindings/pom.xml | 2 +-
rt/bindings/soap/pom.xml | 6 +-
rt/bindings/xml/pom.xml | 2 +-
rt/databinding/aegis/pom.xml | 2 +-
rt/databinding/jaxb/pom.xml | 2 +-
rt/databinding/pom.xml | 2 +-
rt/features/clustering/pom.xml | 2 +-
rt/features/logging/pom.xml | 2 +-
rt/features/metrics/pom.xml | 2 +-
rt/features/pom.xml | 2 +-
rt/features/throttling/pom.xml | 2 +-
rt/frontend/jaxrs/pom.xml | 2 +-
.../jaxrs/bootstrap/ConfigurationBuilderImpl.java | 16 ++
.../apache/cxf/jaxrs/impl/RuntimeDelegateImpl.java | 44 +++++-
.../org/apache/cxf/jaxrs/impl/UriBuilderImpl.java | 2 +-
rt/frontend/jaxws/pom.xml | 2 +-
rt/frontend/js/pom.xml | 2 +-
rt/frontend/pom.xml | 2 +-
rt/frontend/simple/pom.xml | 2 +-
rt/javascript/javascript-rt/pom.xml | 2 +-
rt/javascript/javascript-tests/pom.xml | 2 +-
rt/javascript/pom.xml | 2 +-
rt/management/pom.xml | 2 +-
rt/pom.xml | 2 +-
rt/rs/client/pom.xml | 2 +-
.../org/apache/cxf/jaxrs/client/WebClientTest.java | 30 ++++
rt/rs/description-common-openapi/pom.xml | 2 +-
rt/rs/description-microprofile-openapi/pom.xml | 2 +-
rt/rs/description-openapi-v3/pom.xml | 2 +-
rt/rs/description-swagger-ui/pom.xml | 2 +-
rt/rs/description/pom.xml | 2 +-
rt/rs/extensions/json-basic/pom.xml | 2 +-
rt/rs/extensions/providers/pom.xml | 2 +-
rt/rs/extensions/reactivestreams/pom.xml | 2 +-
rt/rs/extensions/reactor/pom.xml | 2 +-
rt/rs/extensions/rx/pom.xml | 2 +-
rt/rs/extensions/rx2/pom.xml | 2 +-
rt/rs/extensions/rx3/pom.xml | 2 +-
rt/rs/extensions/search/pom.xml | 2 +-
rt/rs/http-sci/pom.xml | 2 +-
rt/rs/microprofile-client/pom.xml | 2 +-
rt/rs/pom.xml | 2 +-
rt/rs/security/cors/pom.xml | 2 +-
rt/rs/security/http-signature/pom.xml | 2 +-
rt/rs/security/jose-parent/jose-jaxrs/pom.xml | 2 +-
rt/rs/security/jose-parent/jose/pom.xml | 2 +-
rt/rs/security/jose-parent/pom.xml | 2 +-
rt/rs/security/oauth-parent/oauth2-saml/pom.xml | 2 +-
rt/rs/security/oauth-parent/oauth2/pom.xml | 2 +-
rt/rs/security/oauth-parent/pom.xml | 2 +-
rt/rs/security/pom.xml | 2 +-
rt/rs/security/sso/oidc/pom.xml | 2 +-
rt/rs/security/sso/saml/pom.xml | 2 +-
rt/rs/security/xml/pom.xml | 2 +-
rt/rs/sse/pom.xml | 2 +-
rt/security-saml/pom.xml | 2 +-
rt/security/pom.xml | 2 +-
rt/transports/http-hc/pom.xml | 2 +-
rt/transports/http-hc5/pom.xml | 2 +-
rt/transports/http-jetty/pom.xml | 2 +-
rt/transports/http-netty/netty-client/pom.xml | 2 +-
rt/transports/http-netty/netty-server/pom.xml | 2 +-
rt/transports/http-undertow/pom.xml | 2 +-
rt/transports/http/pom.xml | 2 +-
rt/transports/jms/pom.xml | 2 +-
rt/transports/local/pom.xml | 2 +-
rt/transports/pom.xml | 2 +-
rt/transports/udp/pom.xml | 2 +-
rt/transports/websocket/pom.xml | 2 +-
rt/ws/addr/pom.xml | 2 +-
rt/ws/eventing/pom.xml | 2 +-
rt/ws/mex/pom.xml | 2 +-
rt/ws/policy/pom.xml | 2 +-
rt/ws/pom.xml | 2 +-
rt/ws/rm/pom.xml | 2 +-
rt/ws/security/pom.xml | 2 +-
rt/ws/transfer/pom.xml | 2 +-
rt/wsdl/pom.xml | 2 +-
services/pom.xml | 2 +-
services/sts/pom.xml | 2 +-
services/sts/sts-core/pom.xml | 2 +-
services/sts/systests/advanced/pom.xml | 6 +-
services/sts/systests/basic/pom.xml | 6 +-
services/sts/systests/pom.xml | 2 +-
services/sts/systests/sts-osgi/pom.xml | 2 +-
services/ws-discovery/pom.xml | 2 +-
services/ws-discovery/ws-discovery-api/pom.xml | 2 +-
services/ws-discovery/ws-discovery-service/pom.xml | 2 +-
services/wsn/pom.xml | 2 +-
services/wsn/wsn-api/pom.xml | 2 +-
services/wsn/wsn-core/pom.xml | 6 +-
services/wsn/wsn-osgi/pom.xml | 2 +-
services/xkms/pom.xml | 2 +-
services/xkms/xkms-client/pom.xml | 2 +-
services/xkms/xkms-common/pom.xml | 6 +-
services/xkms/xkms-service/pom.xml | 2 +-
services/xkms/xkms-war/pom.xml | 2 +-
services/xkms/xkms-x509-handlers/pom.xml | 2 +-
services/xkms/xkms-x509-repo-ldap/pom.xml | 2 +-
systests/cdi/base/pom.xml | 2 +-
systests/cdi/cdi-owb/cdi-multiple-apps-owb/pom.xml | 2 +-
systests/cdi/cdi-owb/cdi-no-apps-owb/pom.xml | 2 +-
systests/cdi/cdi-owb/cdi-producers-owb/pom.xml | 2 +-
systests/cdi/cdi-owb/pom.xml | 2 +-
.../cdi/cdi-weld/cdi-multiple-apps-weld/pom.xml | 2 +-
systests/cdi/cdi-weld/cdi-no-apps-weld/pom.xml | 2 +-
systests/cdi/cdi-weld/cdi-producers-weld/pom.xml | 2 +-
systests/cdi/cdi-weld/pom.xml | 2 +-
systests/cdi/pom.xml | 2 +-
systests/container-integration/grizzly/pom.xml | 2 +-
systests/container-integration/pom.xml | 2 +-
systests/container-integration/webapp/pom.xml | 2 +-
systests/databinding/pom.xml | 2 +-
systests/forked/pom.xml | 2 +-
systests/jaxrs/pom.xml | 2 +-
.../org/apache/cxf/systest/jaxrs/BookStore.java | 9 ++
.../systest/jaxrs/JAXRS20ClientServerBookTest.java | 18 +++
.../cxf/systest/jaxrs/JAXRSMultipartTest.java | 44 ++++++
.../apache/cxf/systest/jaxrs/MultipartStore.java | 18 +++
.../systest/jaxrs/bootstrap/SeBootstrapTest.java | 159 +++++++++++++++++++
.../validation/JAXRSMultipartValidationTest.java | 168 +++++++++++++++++++++
.../MultipartBookStoreWithValidation.java | 50 +++---
systests/jaxws/pom.xml | 2 +-
systests/kerberos/pom.xml | 2 +-
systests/ldap/pom.xml | 2 +-
systests/microprofile/client/async/pom.xml | 2 +-
systests/microprofile/client/jaxrs/pom.xml | 2 +-
systests/microprofile/client/nocdi/pom.xml | 2 +-
systests/microprofile/client/tracing/pom.xml | 2 +-
systests/microprofile/client/weld/pom.xml | 2 +-
systests/microprofile/pom.xml | 2 +-
systests/pom.xml | 2 +-
systests/rs-http-sci/pom.xml | 2 +-
systests/rs-security/pom.xml | 2 +-
systests/rs-sse/pom.xml | 2 +-
systests/rs-sse/rs-sse-base/pom.xml | 2 +-
systests/rs-sse/rs-sse-jetty/pom.xml | 2 +-
systests/rs-sse/rs-sse-tomcat/pom.xml | 2 +-
systests/rs-sse/rs-sse-undertow/pom.xml | 2 +-
systests/spring-boot/pom.xml | 2 +-
systests/tracing/pom.xml | 2 +-
systests/transport-hc5/pom.xml | 2 +-
systests/transport-jms/pom.xml | 2 +-
systests/transport-netty/pom.xml | 2 +-
systests/transport-undertow/pom.xml | 2 +-
systests/transports/pom.xml | 2 +-
systests/uncategorized/pom.xml | 2 +-
systests/ws-rm/pom.xml | 2 +-
systests/ws-security-examples/pom.xml | 2 +-
systests/ws-security/pom.xml | 2 +-
systests/ws-specs/pom.xml | 2 +-
systests/ws-transfer/pom.xml | 2 +-
systests/wsdl_maven/codegen/pom.xml | 2 +-
systests/wsdl_maven/java2ws/pom.xml | 2 +-
systests/wsdl_maven/pom.xml | 2 +-
tck/Jenkinsfile | 2 +-
tck/cxf-tck/pom.xml | 19 ++-
testutils/pom.xml | 8 +-
tools/common/pom.xml | 16 +-
tools/corba/pom.xml | 2 +-
tools/javato/pom.xml | 2 +-
tools/javato/ws/pom.xml | 2 +-
tools/pom.xml | 2 +-
tools/validator/pom.xml | 2 +-
tools/wadlto/jaxrs/pom.xml | 2 +-
tools/wadlto/pom.xml | 2 +-
tools/wsdlto/core/pom.xml | 2 +-
tools/wsdlto/databinding/jaxb/pom.xml | 2 +-
tools/wsdlto/frontend/javascript/pom.xml | 2 +-
tools/wsdlto/frontend/jaxws/pom.xml | 2 +-
tools/wsdlto/misc/pom.xml | 2 +-
tools/wsdlto/pom.xml | 2 +-
tools/wsdlto/test/pom.xml | 2 +-
313 files changed, 1564 insertions(+), 982 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%)
create mode 100644
systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/bootstrap/SeBootstrapTest.java
create mode 100644
systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/validation/JAXRSMultipartValidationTest.java
copy
rt/rs/description/src/test/java/org/apache/cxf/jaxrs/model/wadl/FormInterface.java
=>
systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/validation/MultipartBookStoreWithValidation.java
(51%)