You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Introduction

One of the major features introduced along with Java 9 release is JPMS: Java Platform Module System. As of now, Apache CXF modules are not built / released as Java modules however the work in this direction has been started.

Automatic-Module-Name

Starting from 3.2.5 release, all Apache CXF modules contain the Automatic-Module-Name manifest entry in order to provide stable and convenient way to reference them from the descriptors of the modular (JPMS-based) Java applications. The list of the modules and their Automatic-Module-Name is presented below.

The naming scheme has been adopted following the Stephen Colebourne recommendations (http://blog.joda.org/2017/04/java-se-9-jpms-module-naming.html) and based on package name.

ModuleAutomatic-Module-Name
cxf-manifest.jarorg.apache.cxf.manifest
cxf-bundle-compatible-<version>.jarorg.apache.cxf.bundle
cxf-codegen-plugin-<version>.jarorg.apache.cxf.codegen.plugin
cxf-corbatools-maven-plugin-<version>.jarorg.apache.cxf.corbatools.plugin
cxf-core-<version>.jarorg.apache.cxf.core
cxf-distribution-javadoc-<version>.jarorg.apache.cxf.javadoc
cxf-integration-cdi-<version>.jarorg.apache.cxf.cdi
cxf-integration-jca-<version>.jarorg.apache.cxf.jca
cxf-integration-tracing-brave-<version>.jarorg.apache.cxf.tracing.brave
cxf-integration-tracing-htrace-<version>.jarorg.apache.cxf.tracing.htrace
cxf-integration-tracing-opentracing-<version>.jarorg.apache.cxf.tracing.opentracing
cxf-java2swagger-plugin-<version>.jarorg.apache.cxf.java2swagger.plugin
cxf-java2wadl-plugin-<version>.jarorg.apache.cxf.java2wadl.plugin
cxf-java2ws-plugin-<version>.jarorg.apache.cxf.java2ws.plugin
cxf-karaf-commands-<version>jarorg.apache.cxf.karaf.commands
cxf-rt-bindings-coloc-<version>.jarorg.apache.cxf.binding.coloc
cxf-rt-bindings-corba-<version>.jarorg.apache.cxf.binding.corba
cxf-rt-bindings-soap-<version>T.jarorg.apache.cxf.binding.soap
cxf-rt-bindings-xml-<version>.jarorg.apache.cxf.binding.xml
cxf-rt-databinding-aegis-<version>.jarorg.apache.cxf.databinding.aegis
cxf-rt-databinding-jaxb-<version>.jarorg.apache.cxf.databinding.jaxb
cxf-rt-features-clustering-<version>.jarorg.apache.cxf.clustering
cxf-rt-features-logging-<version>.jarorg.apache.cxf.logging
cxf-rt-features-metrics-<version>.jarorg.apache.cxf.metrics
cxf-rt-features-throttling-<version>.jarorg.apache.cxf.throttling
cxf-rt-frontend-jaxrs-<version>.jarorg.apache.cxf.frontend.jaxrs
cxf-rt-frontend-jaxws-<version>.jarorg.apache.cxf.frontend.jaxws
cxf-rt-frontend-js-<version>.jarorg.apache.cxf.frontend.js
cxf-rt-frontend-simple-<version>.jarorg.apache.cxf.frontend.simple
cxf-rt-javascript-3.2.5-<version>.jarorg.apache.cxf.js
cxf-rt-javascript-tests-<version>.jarorg.apache.cxf.js.tests
cxf-rt-management-<version>.jarorg.apache.cxf.management
cxf-rt-rs-client-<version>.jarorg.apache.cxf.rs.client
cxf-rt-rs-extension-providers-<version>.jarorg.apache.cxf.rs.provider
cxf-rt-rs-extension-reactivestreams-<version>.jarorg.apache.cxf.rs.reactivestreams
cxf-rt-rs-extension-reactor-<version>.jarorg.apache.cxf.rs.reactor
cxf-rt-rs-extension-rx2-<version>.jarorg.apache.cxf.rs.rx2
cxf-rt-rs-extension-rx-<version>.jarorg.apache.cxf.rs.rx
cxf-rt-rs-extension-search-<version>.jarorg.apache.cxf.rs.search
cxf-rt-rs-http-sci-<version>.jarorg.apache.cxf.rs.sci
cxf-rt-rs-json-basic-<version>.jarorg.apache.cxf.rs.json
cxf-rt-rs-mp-client-<version>.jarorg.apache.cxf.rs.client.mp
cxf-rt-rs-security-cors-<version>.jarorg.apache.cxf.rs.security.cors
cxf-rt-rs-security-jose-<version>.jarorg.apache.cxf.rs.security.jose
cxf-rt-rs-security-jose-jaxrs-<version>.jarorg.apache.cxf.rs.security.jose.jaxrs
cxf-rt-rs-security-oauth2-<version>.jarorg.apache.cxf.rs.security.oauth2
cxf-rt-rs-security-oauth2-saml-<version>.jarorg.apache.cxf.rs.security.oauth2.saml
cxf-rt-rs-security-oauth-<version>.jarorg.apache.cxf.rs.security.oauth
cxf-rt-rs-security-sso-oidc-<version>.jarorg.apache.cxf.rs.security.sso.oidc
cxf-rt-rs-security-sso-saml-<version>.jarorg.apache.cxf.rs.security.sso.saml
cxf-rt-rs-security-xml-<version>.jarorg.apache.cxf.rs.security.xml
cxf-rt-rs-service-description-<version>.jarorg.apache.cxf.rs.wadl
cxf-rt-rs-service-description-openapi-v3-<version>.jarorg.apache.cxf.rs.openapi.v3
cxf-rt-rs-service-description-swagger-<version>.jarorg.apache.cxf.rs.swagger
cxf-rt-rs-service-description-swagger-ui-<version>.jarorg.apache.cxf.rs.swagger.ui
cxf-rt-rs-sse-<version>.jarorg.apache.cxf.rs.sse
cxf-rt-security-<version>.jarorg.apache.cxf.security
cxf-rt-security-saml-<version>.jarorg.apache.cxf.security.saml
cxf-rt-transports-http-<version>.jarorg.apache.cxf.transport.http
cxf-rt-transports-http-hc-<version>.jarorg.apache.cxf.transport.http.hc
cxf-rt-transports-http-jetty-<version>.jarorg.apache.cxf.transport.http.jetty
cxf-rt-transports-http-netty-client-<version>.jarorg.apache.cxf.transport.http.netty.client
cxf-rt-transports-http-netty-server-<version>.jarorg.apache.cxf.transport.http.netty.server
cxf-rt-transports-http-undertow-<version>.jarorg.apache.cxf.transport.http.undertow
cxf-rt-transports-jms-<version>.jarorg.apache.cxf.transport.jms
cxf-rt-transports-local-<version>.jarorg.apache.cxf.transport.local
cxf-rt-transports-udp-<version>.jarorg.apache.cxf.transport.udp
cxf-rt-transports-websocket-<version>.jarorg.apache.cxf.transport.websocket
cxf-rt-ws-addr-<version>.jarorg.apache.cxf.ws.addr
cxf-rt-wsdl-<version>.jarorg.apache.cxf.wsdl
cxf-rt-ws-eventing-<version>.jarorg.apache.cxf.ws.eventing
cxf-rt-ws-mex-<version>.jarorg.apache.cxf.ws.mex
cxf-rt-ws-policy-<version>.jarorg.apache.cxf.ws.policy
cxf-rt-ws-rm-<version>.jarorg.apache.cxf.ws.rm
cxf-rt-ws-security-<version>.jarorg.apache.cxf.ws.security
cxf-rt-ws-transfer-<version>.jarorg.apache.cxf.ws.transfer
cxf-services-sts-core-<version>.jarorg.apache.cxf.sts.core
cxf-services-ws-discovery-api-<version>.jarorg.apache.cxf.ws.discovery
cxf-services-ws-discovery-service-<version>.jarorg.apache.cxf.ws.discovery.service
cxf-services-wsn-api-<version>.jarorg.apache.cxf.wsn
cxf-services-wsn-core-<version>.jarorg.apache.cxf.wsn.core
cxf-services-wsn-osgi-<version>.jarorg.apache.cxf.wsn.osgi
cxf-services-xkms-client-<version>.jarorg.apache.cxf.xkms.client
cxf-services-xkms-common-<version>.jarorg.apache.cxf.xkms.common
cxf-services-xkms-itests-<version>.jarorg.apache.cxf.xkms.itests
cxf-services-xkms-osgi-<version>.jarorg.apache.cxf.xkms.osgi
cxf-services-xkms-service-<version>.jarorg.apache.cxf.xkms.service
cxf-services-xkms-x509-handlers-<version>.jarorg.apache.cxf.xkms.x509.handlers
cxf-services-xkms-x509-repo-ldap-<version>.jarorg.apache.cxf.xkms.x509.ldap
cxf-spring-boot-autoconfigure-<version>.jarorg.apache.cxf.spring.boot.autoconfigure
cxf-spring-boot-starter-jaxrs-<version>.jarorg.apache.cxf.spring.boot.jaxrs
cxf-spring-boot-starter-jaxws-<version>.jarorg.apache.cxf.spring.boot.jaxws
cxf-testutils-<version>.jarorg.apache.cxf.testutils
cxf-tools-common-<version>.jarorg.apache.cxf.tools.common
cxf-tools-corba-<version>.jarorg.apache.cxf.tools.corba
cxf-tools-java2ws-<version>.jarorg.apache.cxf.tools.java2ws
cxf-tools-misctools-<version>.jarorg.apache.cxf.tools.misc
cxf-tools-validator-<version>.jarorg.apache.cxf.tools.validator
cxf-tools-wadlto-jaxrs-<version>.jarorg.apache.cxf.tools.wadl
cxf-tools-wsdlto-core-<version>.jarorg.apache.cxf.tools.wsdl.core
cxf-tools-wsdlto-databinding-jaxb-<version>.jarorg.apache.cxf.tools.wsdl.jaxb
cxf-tools-wsdlto-frontend-javascript-<version>.jarorg.apache.cxf.tools.wsdl.js
cxf-tools-wsdlto-frontend-jaxws-<version>.jarorg.apache.cxf.tools.wsdl.jaxws
cxf-tools-wsdlto-test-<version>T.jarorg.apache.cxf.tools.wsdl.test
cxf-wadl2java-plugin-<version>.jarorg.apache.cxf.wadl2java.plugin
cxf-wsdl-validator-plugin-<version>.jarorg.apache.cxf.wsdl.validator.plugin
  • No labels