You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by an...@apache.org on 2014/06/25 15:02:23 UTC

svn commit: r1605379 - /tomee/site/trunk/content/tomee-1.7.0.mdtext

Author: andygumbrecht
Date: Wed Jun 25 13:02:22 2014
New Revision: 1605379

URL: http://svn.apache.org/r1605379
Log:
Release doc

Modified:
    tomee/site/trunk/content/tomee-1.7.0.mdtext

Modified: tomee/site/trunk/content/tomee-1.7.0.mdtext
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/tomee-1.7.0.mdtext?rev=1605379&r1=1605378&r2=1605379&view=diff
==============================================================================
--- tomee/site/trunk/content/tomee-1.7.0.mdtext (original)
+++ tomee/site/trunk/content/tomee-1.7.0.mdtext Wed Jun 25 13:02:22 2014
@@ -2,31 +2,31 @@
 
 After many months of hard work and dedicated community commitment Apache TomEE is happy to finally announce the feature release of [Apache TomEE 1.7.0](http://tomee.apache.org/downloads.html) which is based on [Apache Tomcat 7.0.54](http://tomcat.apache.org/tomcat-7.0-doc/index.html). Please do not forget that nearly all of the work that goes into this purely open source project is community driven. Very special thanks go out to all that have dedicated their time to make this release possible. Anyone active on the [mailing lists and/or IRC](http://tomee.apache.org/support.html) will know that an extra special thanks for [Romain Manni-Bucau](http://rmannibucau.wordpress.com) is well deserved.
 
-The 1.7.0 feature release is the final Java 1.6 compatible Oracle Java EE 6 Web Profile Certified branch. 
+The 1.7.0 feature release is the final Java SE 6 / Java SE 8 compatible Oracle Java EE 6 Web Profile Certified branch. 
 
-So what's new?
+So what is new?
 
 ###PLUME
 
 One the most important features has to be the new PLUME profile, which is basically TomEE PLUS with [Mojarra](https://javaserverfaces.java.net/) and [EclipseLink](http://www.eclipse.org/eclipselink/) added support.  
 This makes the transition to TomEE from a Glassfish environment a lot less painful. So no more excuses, come and join us - We're all yours!
 
-###Java 8 Runtime Support
+###Java SE 8 Runtime Support
 
-A lot of work has been completed to ensure that Apache TomEE 1.7.x will run within a Java 8 environment, yet remain backwards compatible with Java 6. Several libraries used have been shaded and patched to achieve this goal.
+A lot of work has been completed to ensure that Apache TomEE 1.7.x will run within a Java SE 8 environment, yet remain backwards compatible with Java SE 6. Several libraries used have been shaded and patched to achieve this goal and provide users with a stable platform for the transition.
 
 ###Bug Fixes and Improvements
 
 In addition to PLUME and Java 8 support there have been a train, plane and truck load of tweaks, improvements and bug fixes to make this release one of the most stable and feature rich versions we have ever released. Just have a quick look at these lists to get an idea of how much has been achieved. Amazing!
 
-[145 TomEE](https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&jqlQuery=project+%3D+TOMEE+AND+fixVersion+%3D+1.7.0) issues addressed  
-[237 OpenEJB](https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&jqlQuery=project+%3D+OPENEJB+AND+fixVersion+%3D+4.7.0) issues addressed (OK, to be fair, some of these were legacy JIRA's stuck in the cobweb)  
+A total of [145 TomEE](https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&jqlQuery=project+%3D+TOMEE+AND+fixVersion+%3D+1.7.0) issues have been addressed.  
+A total of [237 OpenEJB](https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&jqlQuery=project+%3D+OPENEJB+AND+fixVersion+%3D+4.7.0) issues have been addressed (OK, to be fair, some of these were legacy JIRA's stuck in the cobweb)  
 
 The Apache TomEE 1.7.0 release files can be downloaded from here:
 
 [http://tomee.apache.org/downloads.html](http://tomee.apache.org/downloads.html)
 
-Or just update your maven entries:
+Or just update your maven JavaEE-API, OpenEJB and or TomEE entries to the latest versions:
 
 	<dependency>
 		<groupId>org.apache.openejb</groupId>
@@ -34,6 +34,18 @@ Or just update your maven entries:
 		<version>6.0-6</version>
 		<scope>provided</scope>
 	</dependency>
+	
+	<dependency>
+		<groupId>org.apache.openejb</groupId>
+		<artifactId>openejb-core</artifactId>
+		<version>4.7.0</version>
+	</dependency>
+	
+	<dependency>
+		<groupId>org.apache.openejb</groupId>
+		<artifactId>tomee</artifactId>
+		<version>1.7.0</version>
+	</dependency>
 
 A complete [Changelog](tomee-1.7.0-release-notes.html) can be viewed here:
 
@@ -42,4 +54,5 @@ A complete [Changelog](tomee-1.7.0-relea
 So please feel free to jump in feet first and [get started with TomEE](http://tomee.apache.org/documentation.html). You will nearly always find someone to help you on one of our [support channels](http://tomee.apache.org/support.html).
 
 ###Java EE7 and Beyond
-From this point on the TomEE community will be focusing all of it's efforts on TomEE 2.0.0, which will be the Java EE 7 driven.
+
+From this point on the TomEE community will be focusing most of it's efforts on TomEE 2.0.x, which will be the Java EE 7 driven. It is more than likely that support for Java SE 6 will be dropped so that Java SE 7 features can finally be leveraged during the development process. We will of course continue to maintain the 1.7.x branch.