Overall Status: RELEASED
Release Goals
- EE 6 Web Profile Certification (Overall: 97%)
- 11 of 12 Required Modules Pass ComplianceTests
- 3 of 3 Optional Modules Pass Compliance Tests
- EJB 3.1:
- EE6 Multi-namespace Injection (see update below)
- Replace JBCache with Infinispan- RESOLVED Revision 108925
Planned Release Dates
6.0.0.CR1
Phase | Date | Notes |
---|---|---|
Component/Code Freeze | November 10, 2010 | Branch created for CR1: http://anonsvn.jboss.org/repos/jbossas/branches/6.0.0.20101110-CR1/ |
Tag/Hand off to QA | Update: November 16, 2010 | Depends on: JBAS-8613 - Regressions Resolved JBAS-8631 - Fix being tested |
Release | Update: November 22, 2010 | RELEASED |
CR1 Status
- Admin Console update 05-November
- JBoss Injection - (update from Jaikiran) The switchboard-integration branch (r109178) now contains a fully working SwitchBoard and jboss-injection framework integration. The Tomcat container has now been updated to disable processing @Resource (and its xml equivalent). Effectively, @Resource (and its xml dd equivalent) for web component is now being handled by SwitchBoard (which sets up the java:comp for these resources) and jboss-injection (which injects into servlets and other web components). The smoke tests and embedded tests are passing. This marks the first complete end-to-end alpha integration of what Carlo had envisioned in his design. The next steps are to disable the rest of the handlers (for example, the @EJB handler, the @PersistenceContext handler etc...) once we have the respective resource providers available. From the integration point of view, the framework is now in place and is working. We just need to feed the framework with the relevant resource providers now. Once we have the web container working, it's just a matter of doing the same in the EJB containers (which shouldn't take long).
- Seam needs a newer version of Hibernate Search. Hibernate Search 3.3 CR1 has been released Nov 8th and needs integration into Seam. Contact Emmanuel (Search) or Marek Novotny (Seam)
- RESTEasy 2.0.2 Upgrade - RESOLVED Revision 109242
- EJB 3.1 Async integration on or before November 10
- Integration of JBoss EJB 3 Bean Instantiator - RESOLVED Revision 109243
Current Blocking Issues
- JBAS-8631
Comments