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/23 18:44:39 UTC

svn commit: r1604873 - in /tomee/site/trunk/content: dev/contribution-tips.mdtext tomee-1.7.0.mdtext

Author: andygumbrecht
Date: Mon Jun 23 16:44:38 2014
New Revision: 1604873

URL: http://svn.apache.org/r1604873
Log:
Prep for 1.7.0

Modified:
    tomee/site/trunk/content/dev/contribution-tips.mdtext
    tomee/site/trunk/content/tomee-1.7.0.mdtext

Modified: tomee/site/trunk/content/dev/contribution-tips.mdtext
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/dev/contribution-tips.mdtext?rev=1604873&r1=1604872&r2=1604873&view=diff
==============================================================================
--- tomee/site/trunk/content/dev/contribution-tips.mdtext (original)
+++ tomee/site/trunk/content/dev/contribution-tips.mdtext Mon Jun 23 16:44:38 2014
@@ -3,32 +3,32 @@ Title: Contribution Tips
 <a name="ContributionTips-Firststeps"></a>
 # First steps
 
-1. Subscribe to the [dev list](mailto:dev-subscribe@tomee.apache.org)
+1. Subscribe to the [developer mailing list](mailto:dev-subscribe@tomee.apache.org)
    and say Hi
 1. Get the source code with svn
     - svn https://svn.apache.org/repos/asf/tomee/tomee/trunk
-1. Build the code (maven 3.0.x or higher required)
+1. Build the code (maven 3.0.5 or better required)
     - mvn clean install
 
 Play around with the examples under the examples/ directory.  Some of the
 neater ones are (ordered simple to complex):
 
- -  simple-stateless
- -  simple-stateful
- -  simple-singleton
- -  simple-mdb
- -  async-methods
- -  schedule-methods
- -  injection-of-env-entry
- -  injection-of-ejbs
- -  injection-of-datasource
- -  injection-of-entitymanager
- -  testcase-injection
- -  testing-transactions
- -  transaction-rollback
- -  testing-security
- -  testing-security-2
- -  simple-webservice
+ -  [simple-stateless](http://tomee.apache.org/examples-trunk/simple-stateless/README.html)
+ -  [simple-stateful](http://tomee.apache.org/examples-trunk/simple-stateful/README.html)
+ -  [simple-singleton](http://tomee.apache.org/examples-trunk/simple-singleton/README.html)
+ -  [simple-mdb](http://tomee.apache.org/examples-trunk/simple-mdb/README.html)
+ -  [async-methods](http://tomee.apache.org/examples-trunk/async-methods/README.html)
+ -  [schedule-methods](http://tomee.apache.org/examples-trunk/schedule-methods/README.html)
+ -  [injection-of-env-entry](http://tomee.apache.org/examples-trunk/injection-of/README.html)
+ -  [injection-of-ejbs](http://tomee.apache.org/examples-trunk/injection-of/README.html)
+ -  [injection-of-datasource](http://tomee.apache.org/examples-trunk/injection-of-datasource/README.html)
+ -  [injection-of-entitymanager](http://tomee.apache.org/examples-trunk/injection-of-entitymanager/README.html)
+ -  [testcase-injection](http://tomee.apache.org/examples-trunk/testcase-injection/README.html)
+ -  [testing-transactions](http://tomee.apache.org/examples-trunk/testing-transactions/README.html)
+ -  [transaction-rollback](http://tomee.apache.org/examples-trunk/transaction-rollback/README.html)
+ -  [testing-security](http://tomee.apache.org/examples-trunk/testing-security/README.html)
+ -  [testing-security-2](http://tomee.apache.org/examples-trunk/testing-security-2/README.html)
+ -  [simple-webservice](http://tomee.apache.org/examples-trunk/simple-webservice/README.html)
 
 
 <a name="ContributionTips-Whatistheprocess?"></a>

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=1604873&r1=1604872&r2=1604873&view=diff
==============================================================================
--- tomee/site/trunk/content/tomee-1.7.0.mdtext (original)
+++ tomee/site/trunk/content/tomee-1.7.0.mdtext Mon Jun 23 16:44:38 2014
@@ -1,23 +1,32 @@
 # Apache TomEE 1.7.0 Released!
 
-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 will know that an extra special thanks for Romain Manni-Bucau is well deserved.
+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. From this point on the TomEE community will be focusing all it's efforts on TomEE 2.0.0, which will be the Java EE 7 driven.
+The 1.7.0 feature release is the final Java 1.6 compatible Oracle Java EE 6 Web Profile Certified branch. 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.
 
-So what's new? Well the most important feature 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/) support.
+So what's new? Well the most important feature 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!
 
-In addition to PLUME 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. 
+In addition to PLUME 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)
+[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)  
 
-The Apache TomEE Release 1.7.0 files can be downloaded here:
+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:
+
+	<dependency>
+		<groupId>org.apache.openejb</groupId>
+		<artifactId>javaee-api</artifactId>
+		<version>6.0-6</version>
+		<scope>provided</scope>
+	</dependency>
+
 A complete [Changelog](tomee-1.7.0-release-notes.html) can be viewed here:
 
 [tomee-1.7.0-release-notes.html](tomee-1.7.0-release-notes.html)
 
-So please feel free to jump in feet first and [get started with TomEE]. You'll always find someone to help you on one of our many [support channels](http://tomee.apache.org/support.html).
+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).