Author: dwoods
Date: Fri Sep 17 19:41:45 2010
New Revision: 998283
URL: http://svn.apache.org/viewvc?rev=998283&view=rev
Log:
OPENJPA-1712 updates to modules, moving text files to expected project root,
fix one failing testcase, update release notes for 1.2.3-SNAPSHOT, ...
Added:
openjpa/branches/1.2.x/BUILDING.txt
- copied, changed from r998184,
openjpa/branches/1.2.x/openjpa-project/BUILDING.txt
openjpa/branches/1.2.x/CHANGES.txt
- copied, changed from r998184,
openjpa/branches/1.2.x/openjpa-project/CHANGES.txt
openjpa/branches/1.2.x/LICENSE.txt
- copied, changed from r998184,
openjpa/branches/1.2.x/openjpa-project/LICENSE.txt
openjpa/branches/1.2.x/NOTICE.txt
- copied, changed from r998184,
openjpa/branches/1.2.x/openjpa-project/NOTICE.txt
openjpa/branches/1.2.x/README.txt
- copied, changed from r998184,
openjpa/branches/1.2.x/openjpa-project/README.txt
openjpa/branches/1.2.x/RELEASE-NOTES.html
- copied, changed from r998184,
openjpa/branches/1.2.x/openjpa-project/RELEASE-NOTES.html
openjpa/branches/1.2.x/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/enhance/RestrictedMetaDataRepository.java
(with props)
openjpa/branches/1.2.x/openjpa-project/checkstyle.xml (with props)
openjpa/branches/1.2.x/openjpa-project/upload.xml (with props)
Removed:
openjpa/branches/1.2.x/openjpa-project/BUILDING.txt
openjpa/branches/1.2.x/openjpa-project/CHANGES.txt
openjpa/branches/1.2.x/openjpa-project/LICENSE.txt
openjpa/branches/1.2.x/openjpa-project/NOTICE.txt
openjpa/branches/1.2.x/openjpa-project/README.txt
openjpa/branches/1.2.x/openjpa-project/RELEASE-NOTES.html
Modified:
openjpa/branches/1.2.x/openjpa-examples/pom.xml
openjpa/branches/1.2.x/openjpa-integration/examples/pom.xml
openjpa/branches/1.2.x/openjpa-integration/pom.xml
openjpa/branches/1.2.x/openjpa-integration/tck/pom.xml
openjpa/branches/1.2.x/openjpa-jdbc/pom.xml
openjpa/branches/1.2.x/openjpa-kernel/pom.xml
openjpa/branches/1.2.x/openjpa-lib/pom.xml
openjpa/branches/1.2.x/openjpa-persistence-jdbc/pom.xml
openjpa/branches/1.2.x/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/conf/TestBadJdbcUrl.java
openjpa/branches/1.2.x/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/enhance/TestDataCachingAndUnenhancedPropertyAccess.java
openjpa/branches/1.2.x/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/enhance/TestEnhancementWithMultiplePUs.java
openjpa/branches/1.2.x/openjpa-persistence/pom.xml
openjpa/branches/1.2.x/openjpa-project/assembly.xml
openjpa/branches/1.2.x/openjpa-project/pom.xml
openjpa/branches/1.2.x/openjpa-project/source-assembly.xml
openjpa/branches/1.2.x/openjpa-slice/pom.xml
openjpa/branches/1.2.x/openjpa-xmlstore/pom.xml
openjpa/branches/1.2.x/pom.xml
Copied: openjpa/branches/1.2.x/BUILDING.txt (from r998184,
openjpa/branches/1.2.x/openjpa-project/BUILDING.txt)
URL:
http://svn.apache.org/viewvc/openjpa/branches/1.2.x/BUILDING.txt?p2=openjpa/branches/1.2.x/BUILDING.txt&p1=openjpa/branches/1.2.x/openjpa-project/BUILDING.txt&r1=998184&r2=998283&rev=998283&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-project/BUILDING.txt (original)
+++ openjpa/branches/1.2.x/BUILDING.txt Fri Sep 17 19:41:45 2010
@@ -1,21 +1,6 @@
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements. See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to you under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-
- Building OpenJPA
-===============================================================================
+Building Apache OpenJPA
+Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
+--------------------------------------------------------------------------------
These instructions describe how to build OpenJPA from source code using the
Apache Maven 2 build too. They are written for use from the console, and are
Copied: openjpa/branches/1.2.x/CHANGES.txt (from r998184,
openjpa/branches/1.2.x/openjpa-project/CHANGES.txt)
URL:
http://svn.apache.org/viewvc/openjpa/branches/1.2.x/CHANGES.txt?p2=openjpa/branches/1.2.x/CHANGES.txt&p1=openjpa/branches/1.2.x/openjpa-project/CHANGES.txt&r1=998184&r2=998283&rev=998283&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-project/CHANGES.txt (original)
+++ openjpa/branches/1.2.x/CHANGES.txt Fri Sep 17 19:41:45 2010
@@ -1,4 +1,6 @@
- Release Notes for OpenJPA 1.2.2
+Apache OpenJPA 1.2.3-SNAPSHOT
+Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
+--------------------------------------------------------------------------------
* Overview
* License
@@ -8,9 +10,10 @@
* JIRA Issues resolved
Overview
+--------
- These notes describe the difference between OpenJPA release 1.2.2 and the
- preceding release: 1.2.1.
+ These notes describe the difference between OpenJPA release 1.2.3 and the
+ preceding release: 1.2.2.
OpenJPA is a feature-rich implementation of the persistence part of Java
Community Process JSR-220 (Enterprise JavaBeans 3.0), which is known as
@@ -22,8 +25,9 @@ Overview
Additional information on the OpenJPA project may be found at the project
web site: http://openjpa.apache.org
-License
+License
+-------
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with this
work for additional information regarding copyright ownership. The ASF
@@ -39,14 +43,18 @@ License
License for the specific language governing permissions and limitations
under the License.
- The license may also be found in LICENSE.txt which is included in each
- release of OpenJPA.
+ The license may also be found in LICENSE.txt included in each assembly.
-Prerequisites
+ The complete list of notices can be found in NOTICE.txt included in each
+ assembly.
+
+Prerequisites
+-------------
In normal usage, OpenJPA requires Java 5 or higher and a relational
database of some sort.
+
Documentation
If you have questions about OpenJPA, a good source of information is the
@@ -59,8 +67,9 @@ Documentation
Information on all of the OpenJPA mailing lists may be found here:
http://openjpa.apache.org/mailing-lists.html
-Getting Involved
+Getting Involved
+----------------
The Apache OpenJPA project is being built by the open source community for
the open source community - we welcome your input and contributions!
@@ -77,53 +86,17 @@ Getting Involved
freenode.net.
* Bugs and other issues can be posted on the project JIRA.
- JIRA Issues Resolved in this release
-Sub-task
- * [OPENJPA-1023] - Message files contain windows EOL characters
- * [OPENJPA-1210] - Specify derby timeouts via properties.
-Bug
-
- * [OPENJPA-466] - Primary key constraint violated using (Oracle) sequence
to generate ID in multithreaded app
- * [OPENJPA-714] - "Encountered unmanaged object in persistent field" error
while merging object tree
- * [OPENJPA-732] - Updates to entities via Lifecycle callback methods
- * [OPENJPA-873] - @MappedSuperClass Cause Null Pointer Exception in Class
With IdClass
- * [OPENJPA-896] - Several source files include Windows EoL chars
- * [OPENJPA-1025] - AbstractResultList.subList throws
UnsupportedOperationException
- * [OPENJPA-1029] - SQLServerDictionary causes NumberFormatException if MS
SQL Server JDBC driver is used
- * [OPENJPA-1061] - Entities extending from a Mapped Superclass that
defines the ID fields share the same ObjectID type parameter
- * [OPENJPA-1067] - SetQueryTimeout(x) where x != 0 causes SQLException
with DB2 on Z/OS
- * [OPENJPA-1141] - NPE at
org.apache.openjpa.jdbc.meta.MappingInfo.mergeJoinColumn(MappingInfo.java:1400)
- * [OPENJPA-1156] - Path length issues on Windows
- * [OPENJPA-1197] - NativeQueries fail with MySQL
- * [OPENJPA-1308] - shouldn't always use CAST with UPPER and LOWER for DB2
- * [OPENJPA-1326] - ReverseMappingTool and SchemaTool failing for Sybase
- * [OPENJPA-1328] - Move cacheable class configuration to ClassMetaData
- * [OPENJPA-1359] - SQLServer driver 2.0 works, but causes exception in
SQLServerDictionary on the first connection
- * [OPENJPA-1384] - ClassNotFoundException for custom DBDictionary used by
EJB
- * [OPENJPA-1397] - NULL in columns part of an @IdClass composite key leads
to "disappearing" (null) returned objects
- * [OPENJPA-1400] - Unable to persist a relationship to a detached Entity
- * [OPENJPA-1421] - Reduce lock contention in JDBCStoreManager
- * [OPENJPA-1441] - NPE when enhancing a Serializable, versioned class
- * [OPENJPA-1457] - Remove Java.net maven repostiory from tck pom.xml
-
-Improvement
-
- * [OPENJPA-250] - Reduce synchronization bottlenecks in data cache,
metadata repository, and lifecycle event manager
- * [OPENJPA-975] - Oracle needs ability to not have an escape character for
search strings.
- * [OPENJPA-991] - Implement LockTimeout using db specific server-side lock
timeout feature
- * [OPENJPA-1045] - Add opt-in and opt-out configuration for L2 DataCache
- * [OPENJPA-1136] - Add .gitignore for git users
- * [OPENJPA-1171] - Use StringBuilder instead of StringBuffer in SQLBuffer
- * [OPENJPA-1172] - Use java.util.concurrent.ConcurrentHashMap rather than
a synchronized HashMap in ClassMapping.
- * [OPENJPA-1414] - Performance improvements for detach
- * [OPENJPA-1415] - Performance improvement by reduced logging of batched
OLE
-
-Test
- * [OPENJPA-1071] - Derby test suit speed-up
- * [OPENJPA-1092] - enable test case for jpql
+Included Changes in OpenJPA 1.3.0-SNAPSHOT
+------------------------------------------
+
+ * TBD *
+
Changes for previous releases
+-----------------------------
+
+OpenJPA 1.2.2 Changes:
http://svn.apache.org/viewvc/openjpa/tags/1.2.2/openjpa-project/CHANGES.txt?view=co
OpenJPA 1.2.1 Changes:
http://svn.apache.org/viewvc/openjpa/tags/1.2.1/openjpa-project/CHANGES.txt?view=co