Adam Warski [
http://community.jboss.org/people/adamw] modified the document:
"List of APIs Exposed Through AS7"
To view the document, visit:
http://community.jboss.org/docs/DOC-17286
--------------------------------------------------------------
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
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
https://issues.jboss.org/browse/AS7-581.
Note: I have seeded this list with a selection from the AS Parent POM. If you need to add
further related artifacts, please do so. Conversely, if I've noted a project not
intended to have a direct user API view exported through JBossAS, please strike out the
entry (instead of deleting it entirely).
Please keep the list below in alphabetical order.
|| *Project* || *Lead* || *groupIds* || *artifactIds* || *Packages to Assert* ||
| Hibernate | Steve Ebersole |
|
|
|
| Hibernate EntityManager | Emmanuel Bernard (
http://community.jboss.org/people/epbernard)
|
|
|
|
| Hibernate Envers | Adam Warski (
http://community.jboss.org/people/adamw) |
org.hibernate.core | hibernate-envers |
|
| Hibernate Infinispan | Emmanuel Bernard (
http://community.jboss.org/people/epbernard) |
|
|
|
| Hibernate Validator | Emmanuel Bernard (
http://community.jboss.org/people/epbernard) |
|
|
|
| HornetQ | Clebert Suconic (
http://community.jboss.org/people/clebert.suconic) |
org.hornetq | hornetq-core | org.hornetq.api.core.*
org.hornetq.api.core.client.*
org.hornetq.api.core.management.* |
| Infinispan | Manik Surtani | org.infinispan | infinispan-core | Misc. Infinispan
doesn't expose an API jar so best we can do is put the whole of core. |
| IronJacamar | Jesper Pedersen (
http://community.jboss.org/people/jesper.pedersen) |
org.jboss.ironjacamar | ironjacamar-core-api
ironjacamar-jdbc | org.jboss.jca.core.spi.recovery.*
org.jboss.jca.core.spi.statistics.*
org.jboss.jca.adapters.jdbc.spi.* |
| JBoss DMR | David Lloyd (
http://community.jboss.org/people/dmlloyd) |
|
|
|
| JBoss EJB3 | Carlo de Wolf (
http://community.jboss.org/people/wolfc) |
|
|
|
| JBoss Logging | James Perkins |
|
|
|
| JBoss LogManager | James Perkins |
|
|
|
| JBoss Modules | David Lloyd (
http://community.jboss.org/people/dmlloyd) |
|
|
|
| JBoss MSC | David Lloyd (
http://community.jboss.org/people/dmlloyd) |
|
|
|
| JBoss OSGi | Thomas Diesler (
http://community.jboss.org/people/thomas.diesler) |
org.jboss.osgi.deployment
org.jboss.osgi.framework
org.jboss.osgi.resolver
org.jboss.osgi.spi
org.jboss.osgi.vfs | jbosgi-deployment
jbosgi-framework
jbosgi-resolver
jbosgi-spi
jbosgi-vfs | org.jboss.osgi.deployment.deployer
org.jboss.osgi.deployment.interceptor
org.jboss.osgi.framework
org.jboss.osgi.resolver
org.jboss.osgi.spi*
org.jboss.osgi.vfs |
| JBoss Threads | David Lloyd (
http://community.jboss.org/people/dmlloyd) |
|
|
|
| JBoss VFS | David Lloyd (
http://community.jboss.org/people/dmlloyd) |
|
|
|
| JBoss Web Services & Apache CXF | Alessio Soldano
(
http://community.jboss.org/people/asoldano) | org.jboss.ws
org.apache.cxf | jbossws-api
cxf-api | everything (org.jboss.ws.api.**.*)
everything (org.apache.cxf.**.*) |
| JBossAS AppClient | Jason Greene (
http://community.jboss.org/people/jason.greene) |
|
|
|
| JBossAS Arquillian | Andrew Rubinger (
http://community.jboss.org/people/ALRubinger) |
|
|
|
| JBossAS Clustering | Paul Ferraro (
http://community.jboss.org/people/pferraro) |
|
|
|
| JBossAS Controller Client | Brian Stansberry | org.jboss.as | jboss-as-controller-client
| org.jboss.as.controller.client
org.jboss.as.controller.client.helpers
org.jboss.as.controller.client.helpers.domain
org.jboss.as.controller.client.helpers.standalone |
| JBossAS Naming | David Lloyd (
http://community.jboss.org/people/dmlloyd) |
|
|
|
| JBossAS Security | Anil Saldhana (
http://community.jboss.org/people/anil.saldhana) |
|
|
|
| JBossAS Tx (JBossTS) | Jonathan Halliday (
http://community.jboss.org/people/jhalliday) |
|
|
|
| Netty | Jason Greene (
http://community.jboss.org/people/jason.greene) |
|
|
|
| PicketBox | Anil Saldhana (
http://community.jboss.org/people/anil.saldhana) |
|
|
|
| RESTEasy | Bill Burke |
|
|
|
| ShrinkWrap | Andrew Rubinger (
http://community.jboss.org/people/ALRubinger) |
org.jboss.shrinkwrap | shrinkwrap-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 Integration | Andrew Rubinger
(
http://community.jboss.org/people/ALRubinger) | org.jboss.shrinkwrap.descriptors |
shrinkwrap-descriptors-archive-integration | org.jboss.shrinkwrap.api.descriptors.* |
| ShrinkWrap Resolver | Andrew Rubinger (
http://community.jboss.org/people/ALRubinger) |
org.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.* |
| Snowdrop | Marius Bogoevici (
http://community.jboss.org/people/marius.bogoevici) |
|
|
|
| Weld | Ales Justin (
http://community.jboss.org/people/alesj) | org.jboss.weld | weld-api
| org.jboss.weld.context.**.* |
| XNIO | David Lloyd (
http://community.jboss.org/people/dmlloyd) |
|
|
|
--------------------------------------------------------------
Comment by going to Community
[
http://community.jboss.org/docs/DOC-17286]
Create a new document in JBoss AS7 Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=102&am...]