Heath Thomann
|
e14f922149
|
OPENJPA-2506: StoreCache interface doesn't work for many ID types - back ported Dalia's fix to 2.1.x.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1648430 13f79535-47bb-0310-9956-ffa450edef68
|
2014-12-29 21:01:02 +00:00 |
Heath Thomann
|
8437f735f4
|
OPENJPA-2330: Stackoverflow due to endless recursive calls - back ported to 2.1.x Rick Cutis's changes to trunk.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1539086 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-05 18:00:57 +00:00 |
Richard G. Curtis
|
4d34b6e0e0
|
OPENJPA-2410 : Merge checkstyle changes.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1511008 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-06 15:47:58 +00:00 |
Jody Grassel
|
0aa6a75c5a
|
OPENJPA-2025: Add Compatibility option to AnnotationProcessor6 tool so that the default generated class can be processed cleanly by the default runtime processor
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1497841 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-28 16:55:28 +00:00 |
Albert Lee
|
17c7fe743e
|
OPENJPA-2305 Revert AnnotationProcess6 @SupportSourceVersion removal. This will be resolved under JIRA 2300.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1495578 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-21 20:13:00 +00:00 |
Heath Thomann
|
4457f3d67b
|
OPENJPA-2070: Error processing while populating Metamodel classes needs improvement. Back-ported to 2.1.x Kevin Sutter's trunk changes.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1469488 13f79535-47bb-0310-9956-ffa450edef68
|
2013-04-18 17:33:41 +00:00 |
Heath Thomann
|
0e886b4083
|
OPENJPA-2060: AnnotationProcess failed to generate metadata for List<String>[] attribute in entity. Back-ported Albert Lee's trunk changes to 2.1.x.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1469482 13f79535-47bb-0310-9956-ffa450edef68
|
2013-04-18 17:28:44 +00:00 |
Heath Thomann
|
bc0ac7ca59
|
OPENJPA-2027: Metamodel genereated at runtime expects ListAttribute for all arrays - not just PersistentCollections. Back-ported Mike Dick's trunk changes to 2.1.x; made Compatibility property default to true.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1469452 13f79535-47bb-0310-9956-ffa450edef68
|
2013-04-18 17:08:36 +00:00 |
Heath Thomann
|
19f8697218
|
OPENJPA-2025: Byte[] and Char[] should be treated as SingularAttributes, not lists by the metamodel generator - merged Mike Dick's trunk changes to 2.1.x
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1469097 13f79535-47bb-0310-9956-ffa450edef68
|
2013-04-17 23:18:05 +00:00 |
Heath Thomann
|
59322050ed
|
OPENJPA-2305: Canonical MetaModel class generation should not use inhertence - applied Pinaki's trunk changes to 2.1.x.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1469090 13f79535-47bb-0310-9956-ffa450edef68
|
2013-04-17 22:55:02 +00:00 |
Heath Thomann
|
471af4c094
|
OPENJPA-2324: Option to express literal in query string directly into generate SQL - applied Albert's patch to 2.1.x
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1436150 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-21 03:16:21 +00:00 |
Heath Thomann
|
e3b1f02221
|
OPENJPA-2320: Remove static initializers because recursive Predicate constructor deadlocks - back ported Pinaki Poddar's trunk changes to 2.1.x - this issue also depends upon OPENJPA-2304.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1431737 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-10 23:52:05 +00:00 |
Heath Thomann
|
5095e46e29
|
OPENJPA-2304: Protect the expressin list for concurrent access - back ported to 2.1.x Pinaki's commit in trunk.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1423116 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-17 20:08:43 +00:00 |
Heath Thomann
|
cd0e909732
|
OPENJPA-2284: Save NPE while parsing cascade - back ported to 2.1.x Pinaki's commit to trunk.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1419734 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-10 20:31:59 +00:00 |
Heath Thomann
|
3857502bac
|
OPENJPA-2244: Applied Helen's patch to 2.1.x.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1415379 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-29 21:09:58 +00:00 |
Jody Grassel
|
2e1b548569
|
OPENJPA-2261: Restore: Query SQL Cache issue with NULL parameters
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1384579 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-13 22:34:37 +00:00 |
Jody Grassel
|
e4bc39541f
|
OPENJPA-2260: Restore: Parenthesis-augmented parameters are improperly processed at EM level
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1384576 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-13 22:32:33 +00:00 |
Jody Grassel
|
6ca4748e30
|
OPENJPA-2260: Revert Changes
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1384461 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-13 18:36:46 +00:00 |
Jody Grassel
|
4f8fcc7360
|
OPENJPA-2261: Revert Changes
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1384460 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-13 18:35:55 +00:00 |
Jody Grassel
|
721563e103
|
OPENJPA-2261: Query SQL Cache issue with NULL parameters
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1382980 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-10 16:52:31 +00:00 |
Jody Grassel
|
0d1399566e
|
OPENJPA-2260: Parenthesis-augmented parameters are improperly processed at EM level
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1382953 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-10 15:52:02 +00:00 |
Jody Grassel
|
c410de6b83
|
OPENJPA-1993: Deadlock Potential with ORM XML Processing
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1227779 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-05 19:28:04 +00:00 |
Michael Dick
|
dddb5a0f67
|
OPENJPA-2011: Optionally prevent reparsing annotations in in query mode.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1151637 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-27 21:32:34 +00:00 |
Michael Dick
|
7db9f3dc7e
|
OPENJPA-2010: Check line number and source file before logging duplicate metadata warning
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1151591 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-27 19:06:24 +00:00 |
Richard G. Curtis
|
a4cfa21136
|
[maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1148539 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-19 21:19:32 +00:00 |
Richard G. Curtis
|
acd6c54ac2
|
[maven-release-plugin] prepare release 2.1.1
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1148537 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-19 21:18:31 +00:00 |
Michael Dick
|
95722e35c8
|
OPENJPA-2010: Temporarily reverting to unroll other changes."
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1141143 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-29 16:05:43 +00:00 |
Heath Thomann
|
bebc03a951
|
OPENJPA-2010: Check line number and source file before logging duplicate meta data warning - merged Mike's changes from trunk.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1140332 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-27 21:38:41 +00:00 |
Richard G. Curtis
|
4c3992fde3
|
OPENJPA-1989: Fix *ToOne xml fetch attribute to honor LAZY.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1140188 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-27 14:54:54 +00:00 |
Heath Thomann
|
2fd8540c51
|
OPENJPA-1999: Optional support for non-sequential positional parameters - made additional changes, per Mike Dick, to QueryImpl ctor.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1134440 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-10 20:53:51 +00:00 |
Heath Thomann
|
e083055ee3
|
OPENJPA-1999: Optional support for non-sequential positional parameters - used Rick's provided patch for trunk.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1134064 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-09 20:28:07 +00:00 |
Richard G. Curtis
|
f596829acb
|
OPENJPA-1965: Check element type before casting in AnnotationProcessor6.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1085415 13f79535-47bb-0310-9956-ffa450edef68
|
2011-03-25 14:54:10 +00:00 |
Albert Lee
|
961364ee71
|
OPENJPA-1943 - Apply query timeout value to pessimistic row lock statement execution.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1072062 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-18 16:59:25 +00:00 |
Michael Dick
|
36d18ef01e
|
[maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1071317 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-16 17:24:34 +00:00 |
Michael Dick
|
f6f2a3ca00
|
[maven-release-plugin] prepare release 2.1.0
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1071315 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-16 17:24:18 +00:00 |
Michael Dick
|
f946376e69
|
[maven-release-plugin] rollback the release of 2.1.0
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1067012 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-03 22:40:05 +00:00 |
Michael Dick
|
03fd5aeed2
|
[maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1066188 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-01 20:13:13 +00:00 |
Michael Dick
|
f33b1088ca
|
[maven-release-plugin] prepare release 2.1.0
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1066186 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-01 20:12:56 +00:00 |
Jeremy Bauer
|
8c65451f71
|
Updated messages to use standard double quotes around literals
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1062892 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-24 17:31:01 +00:00 |
Michael Dick
|
3f1cdd2cc5
|
OPENJPA-1906: Add warning for ConnectionRetainMode=always
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1059047 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-14 15:41:55 +00:00 |
Richard G. Curtis
|
ca86bce47c
|
OPENJPA-1910: Update PersistenceProviderImpl to use different classloader when running in osgi.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1057818 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-11 19:30:12 +00:00 |
Jody Grassel
|
2efc9c4920
|
OPENJPA-1905: Validate jar-file pu element after confirming OpenJPA is chosen provider
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1045352 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-13 20:06:18 +00:00 |
Jeremy Bauer
|
d49c52b99f
|
OPENJPA-1884 Updated entity manager impl to process cache store mode property provided on refresh method and updated data cache manager to refresh the L2 properly when a store mode is provided.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1043828 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-09 03:08:23 +00:00 |
Richard G. Curtis
|
8cfea1bd5f
|
OPENJPA-1866: Add missing break to AnnotationPersistenceMetaDataSerializer. Patch contributed by Guy Korland.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1037006 13f79535-47bb-0310-9956-ffa450edef68
|
2010-11-19 20:21:20 +00:00 |
Pinaki Poddar
|
ea5db0fbb3
|
OPENJPA-1889: Relax binding query parameter type checks for enums
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1035884 13f79535-47bb-0310-9956-ffa450edef68
|
2010-11-17 00:38:17 +00:00 |
Fay Wang
|
0836fba158
|
OPENJPA-1762: lock join table when pessimistic scope is set to EXTENDED
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1032686 13f79535-47bb-0310-9956-ffa450edef68
|
2010-11-08 20:10:45 +00:00 |
Fay Wang
|
ad98d444e1
|
OPENJPA-1810: make QueryKey distinguishable for CriteriaQuery
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1031244 13f79535-47bb-0310-9956-ffa450edef68
|
2010-11-04 21:03:23 +00:00 |
Richard G. Curtis
|
36ed1fe1be
|
OPENJPA-1851: Backing changes out of trunk while we continue to develop this feature in a sandbox.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1030481 13f79535-47bb-0310-9956-ffa450edef68
|
2010-11-03 14:59:47 +00:00 |
Richard G. Curtis
|
2f6baf7119
|
OPENJPA-1851: Backing changes out of trunk while we continue to develop this feature in a sandbox.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1030479 13f79535-47bb-0310-9956-ffa450edef68
|
2010-11-03 14:51:28 +00:00 |
Richard G. Curtis
|
b24d729deb
|
OPENJPA-1868: Miscellaneous FindBugs suggested performance improvements for lib, persistence, and persistence-jdbc.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1030172 13f79535-47bb-0310-9956-ffa450edef68
|
2010-11-02 18:50:13 +00:00 |