Thanks for this update, I think it will really improve visibility of the newer projects such as CDI!
David Jencks > On Nov 21, 2018, at 9:54 AM, [email protected] wrote: > > Author: rotty3000 > Date: Wed Nov 21 17:54:59 2018 > New Revision: 1847127 > > URL: http://svn.apache.org/viewvc?rev=1847127&view=rev > Log: > update to R7 > > Modified: > aries/site/trunk/content/index.mdtext > > Modified: aries/site/trunk/content/index.mdtext > URL: > http://svn.apache.org/viewvc/aries/site/trunk/content/index.mdtext?rev=1847127&r1=1847126&r2=1847127&view=diff > ============================================================================== > --- aries/site/trunk/content/index.mdtext (original) > +++ aries/site/trunk/content/index.mdtext Wed Nov 21 17:54:59 2018 > @@ -7,19 +7,31 @@ The Aries project consists of a set of p > an enterprise OSGi application programming model. This includes > implementations (and extensions) of the following Enterprise OSGi > specifications: > > - - Asynchronous Services and Promises Specification > - - Blueprint Specification > - - JTA Transaction Services Specification > - - JMX Management Model Specification > - - JNDI Services Specification > - - JPA Service Specification > - - Service Loader Mediator Specification > - - Subsystem Service Specification > + - [**Asynchronous > Services**](https://osgi.org/specification/osgi.enterprise/7.0.0/service.async.html) > and [**Promises > Specification**](https://osgi.org/specification/osgi.enterprise/7.0.0/util.promise.html) > + - [**Blueprint > Specification**](https://osgi.org/specification/osgi.cmpn/7.0.0/service.blueprint.html) > + - [**CDI Integration > Specification**](https://osgi.org/specification/osgi.enterprise/7.0.0/service.cdi.html) > + - [**JMX Management Model > Specification**](https://osgi.org/specification/osgi.enterprise/7.0.0/service.jmx.html) > + - [**JNDI Services > Specification**](https://osgi.org/specification/osgi.enterprise/7.0.0/service.jndi.html) > + - [**JPA Service > Specification**](https://osgi.org/specification/osgi.enterprise/7.0.0/service.jpa.html) > + - [**JTA Transaction Services > Specification**](https://osgi.org/specification/osgi.enterprise/7.0.0/service.jta.html) > + - [**Push Stream > Specification**](https://osgi.org/specification/osgi.enterprise/7.0.0/util.pushstream.html) > + - [**Service Loader Mediator > Specification**](https://osgi.org/specification/osgi.enterprise/7.0.0/service.loader.html) > + - [**Subsystem Service > Specification**](https://osgi.org/specification/osgi.enterprise/7.0.0/service.subsystem.html) > + - [**Transaction Control Service > Specification**](https://osgi.org/specification/osgi.enterprise/7.0.0/service.transaction.control.html) > > The specifications are defined in the OSGi Alliance Enterprise Expert Group > (EEG) for deployment to a variety of OSGi > -based runtimes. The OSGi R6 Enterprise Specification can be found here: > +based runtimes. The OSGi R7 Enterprise Specification can be found here: > + > +[OSGi Enterprise Release > 7](https://osgi.org/specification/osgi.enterprise/7.0.0/) > + > +### Additional projects > + > +Additionally, Apache Aries provides the following projects: > + > + - **Component DSL** - an embedable, micro, functional-style component DSL > for working with OSGi services and configuration > + - **Proxy** - a library for working with object proxies in OSGi > + - **Util** - a library containing reusable bits of functionality in OSGi > > -[http://www.osgi.org/Download/Release6](http://www.osgi.org/Download/Release6) > > To understand the complete scope of the Aries project, see the Aries > proposal document on the [incubator > wiki](http://wiki.apache.org/incubator/AriesProposal). > >
