From commits-return-12845-archive-asf-public=cust-asf.ponee.io@openjpa.apache.org Thu Jun 14 09:33:37 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 5BF8E180600 for ; Thu, 14 Jun 2018 09:33:37 +0200 (CEST) Received: (qmail 96420 invoked by uid 500); 14 Jun 2018 07:33:36 -0000 Mailing-List: contact commits-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list commits@openjpa.apache.org Received: (qmail 96411 invoked by uid 99); 14 Jun 2018 07:33:36 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jun 2018 07:33:36 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id D27503A0069 for ; Thu, 14 Jun 2018 07:33:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1833492 - /openjpa/site/trunk/content/openjpa-3.0.x.mdtext Date: Thu, 14 Jun 2018 07:33:35 -0000 To: commits@openjpa.apache.org From: ilgrosso@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20180614073335.D27503A0069@svn01-us-west.apache.org> Author: ilgrosso Date: Thu Jun 14 07:33:35 2018 New Revision: 1833492 URL: http://svn.apache.org/viewvc?rev=1833492&view=rev Log: CMS commit to openjpa by ilgrosso Modified: openjpa/site/trunk/content/openjpa-3.0.x.mdtext Modified: openjpa/site/trunk/content/openjpa-3.0.x.mdtext URL: http://svn.apache.org/viewvc/openjpa/site/trunk/content/openjpa-3.0.x.mdtext?rev=1833492&r1=1833491&r2=1833492&view=diff ============================================================================== --- openjpa/site/trunk/content/openjpa-3.0.x.mdtext (original) +++ openjpa/site/trunk/content/openjpa-3.0.x.mdtext Thu Jun 14 07:33:35 2018 @@ -1,14 +1,103 @@ Title: OpenJPA 3.0.x + # OpenJPA 3.0.x The Apache OpenJPA community is currently working on Apache OpenJPA 3.0.0. This distribution is based on the final [JSR 338 Java Persistence API, -Version 2.1](http://jcp.org/en/jsr/detail?id=338) specification. +Version 2.2](http://jcp.org/en/jsr/detail?id=338) specification. Additional information on the OpenJPA project may be found at [the project web site](http://openjpa.apache.org). -There are no public releases yet. -Please check out the latest version from SVN trunk. -See the [Source Code section](source-code.html) for more information. + +# Changes in OpenJPA 3.0.0 + + +

Sub-task +

+
    +
  • [OPENJPA-2663] - cleanup ConcreteClassGenerator and move to ASM +
  • +
+ +

Bug +

+
    +
  • [OPENJPA-2300] - AnnotationProcessor shows warnings when executed on Java 7 sources +
  • +
  • [OPENJPA-2646] - Sporadic NullPointerException occurs under heavy load when QuerySQLCache is enabled. +
  • +
  • [OPENJPA-2658] - TestQueryTimeout test is broken +
  • +
  • [OPENJPA-2672] - ConfigurationImpl.loadGlobals() has java.util.ConcurrentModificationException vulnerability +
  • +
  • [OPENJPA-2674] - JarFile is not closed +
  • +
  • [OPENJPA-2675] - Missing check for null parameter in equals() +
  • +
  • [OPENJPA-2676] - openjpa relies on default locale +
  • +
  • [OPENJPA-2684] - Persistence entities not recognized in Wildfly 10 if in a JAR +
  • +
  • [OPENJPA-2689] - Calling setFixedCHAR on newer Oracle JDBC drivers fails with an IllegalAccessException +
  • +
  • [OPENJPA-2690] - Update OSGi Import-Package to support Oracle CLOB/BLOB +
  • +
  • [OPENJPA-2691] - OracleDictionary should use non Deprecated method of empty_lob +
  • +
  • [OPENJPA-2698] - Query cache incorrectly handles parameters for BETWEEN expressions +
  • +
  • [OPENJPA-2725] - fix ConcurrentModificationException during unrefed dependents cleanup +
  • +
+ +

New Feature +

+
    +
  • [OPENJPA-2592] - JPA 2.1 stored procedure support +
  • +
  • [OPENJPA-2598] - Support SQL server Offset Fetch syntax for pagination +
  • +
+ +

Improvement +

+
    +
  • [OPENJPA-2660] - Resolve Maven warnings +
  • +
  • [OPENJPA-2669] - Add apache karaf feature for openjpa and adapt OSGi imports +
  • +
+ +

Task +

+ + +

Dependency upgrade +

+ \ No newline at end of file