Author: struberg
Date: Fri Sep  4 12:12:43 2020
New Revision: 1881450

URL: http://svn.apache.org/viewvc?rev=1881450&view=rev
Log:
update intro section

Modified:
    openjpa/site/trunk/content/intro.mdtext

Modified: openjpa/site/trunk/content/intro.mdtext
URL: 
http://svn.apache.org/viewvc/openjpa/site/trunk/content/intro.mdtext?rev=1881450&r1=1881449&r2=1881450&view=diff
==============================================================================
--- openjpa/site/trunk/content/intro.mdtext (original)
+++ openjpa/site/trunk/content/intro.mdtext Fri Sep  4 12:12:43 2020
@@ -4,19 +4,18 @@ Title: Intro
 Apache OpenJPA is a Java persistence project at [The Apache Software 
Foundation](http://apache.org)
  that can be used as a stand-alone [POJO](http://en.wikipedia.org/wiki/POJO)
  persistence layer or [integrated](integration.html)
- into any Java EE compliant container and many other lightweight
-frameworks, such as Tomcat and Spring. 
+ into any Java EE compliant container and many other lightweight frameworks, 
such as Tomcat and Spring.
+
+The [3.1.x releases](downloads.html) target [JSR-388 Java Persistence 
2.2](http://jcp.org/en/jsr/detail?id=388).
+They require Java8 and support the java.time API natively amongst other nice 
features.
+Apache OpenJPA-3.1.x is fully backward compatible to our JPA-2.0 and JPA-1.0 
releases.
+
+The [2.x releases](downloads.html)
+(2.4.3 is the latest) are a production ready, compliant implementation of the 
[JSR-317 Java Persistence 2.0](http://jcp.org/en/jsr/detail?id=317)
+specification, which is backwards compatible to the JPA 1.0 specification and 
passes the Sun JPA 2.0 Technology Compatibility Kit.
 
 The [1.x releases](downloads.html)
  (1.2.2 is the latest) are a production ready, feature-rich, compliant
 implementation of the Java Persistence API (JPA) 1.0 part of the [JSR-220 
Enterprise Java Beans 3.0](http://jcp.org/en/jsr/detail?id=220)
  specification, which pass the Sun JPA 1.0b Technology Compatibility Kit.
 
-The [2.x releases](downloads.html)
- (2.2.0 is the latest) are a production ready, compliant implementation of
-the [JSR-317 Java Persistence 2.0](http://jcp.org/en/jsr/detail?id=317)
- specification, which is backwards compatible to the JPA 1.0 specification
-and passes the Sun JPA 2.0 Technology Compatibility Kit.
-
-The upcoming 2.3 release is based off of the 2.2.x release stream and will
-contain some additional features (TBD). 


Reply via email to