JBoss Community

List of APIs Exposed Through AS7

created by Andrew Rubinger in JBoss AS7 Development - View the full document

Project Leads:

 

This is a listing of all APIs that are to be exposed to users via JBoss AS7.  Please note the Maven coordinates (ie. GAVs - groupId, artifactId, version not necessary) that users can expect to rely upon when developing software targeted for the AS7 runtime.  We will be exporting these dependencies via https://github.com/jbossas/jboss-as/blob/master/api/pom.xml.

 

Also note all dependent libraries needed for compilation.  When adding these to the API POM, we will be excluding out transitive dependencies.

 

This process is defined by https://issues.jboss.org/browse/AS7-581.

 

Please keep the list below in alphabetical order.

 

ProjectLeadgroupIdsartifactIdsPackages to Assert
ShrinkWrapAndrew Rubingerorg.jboss.shrinkwrapshrinkwrap-api

org.jboss.shrinkwrap.api.*

org.jboss.shrinkwrap.api.asset.*

org.jboss.shrinkwrap.api.classloader.*

org.jboss.shrinkwrap.api.container.*

org.jboss.shrinkwrap.api.exporter.*

org.jboss.shrinkwrap.api.formatter.*

org.jboss.shrinkwrap.api.importer.*

org.jboss.shrinkwrap.api.serialization.*

org.jboss.shrinkwrap.api.spec.*

ShrinkWrap Descriptors IntegrationAndrew Rubingerorg.jboss.shrinkwrap.descriptorsshrinkwrap-descriptors-archive-integrationorg.jboss.shrinkwrap.api.descriptors.*
ShrinkWrap ResolverAndrew Rubingerorg.jboss.shrinkwrap.resolver

shrinkwrap-resolver-api

shrinkwrap-resolver-api-maven

org.jboss.shrinkwrap.api.resolver.*

org.jboss.shrinkwrap.api.resolver.maven.*

org.jboss.shrinkwrap.api.resolver.maven.filter.*

Comment by going to Community

Create a new document in JBoss AS7 Development at Community