Donald Woods
|
2230521c78
|
OPENJPA-1700 FindBugs - Exception is caught when Exception is not thrown. This method uses a try-catch block that catches Exception objects, which could mask potential bugs.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@954697 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-15 02:38:42 +00:00 |
Donald Woods
|
4d5d2fb2bf
|
OPENJPA-1700 FindBugs - A null pointer is dereferenced here. This will lead to a NullPointerException when the code is executed.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@954696 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-15 02:16:27 +00:00 |
Donald Woods
|
73692a6d32
|
OPENJPA-1700 FindBugs - This method might drop an exception. In general, exceptions should be handled or reported in some way, or they should be thrown out of the method.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@954695 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-15 02:15:13 +00:00 |
Donald Woods
|
72ddd27a00
|
OPENJPA-1700 FindBugs - Suspicious reference comparison of Boolean values
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@954694 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-15 02:09:06 +00:00 |
Donald Woods
|
bc6c92ca64
|
OPENJPA-1700 Findbugs - The initial value of this parameter is ignored, and the parameter is overwritten here. This often indicates a mistaken belief that the write to the parameter will be conveyed back to the caller.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@954689 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-15 01:29:53 +00:00 |
Pinaki Poddar
|
3865aedfaa
|
OPENJPA-1686: Upgrade to Java runtime version 5. Remove reflection.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@954678 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-15 00:09:17 +00:00 |
Pinaki Poddar
|
2d21d726ab
|
OPENJPA-1686: Support when a parameterized type has parameterized type arguments
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@954667 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-14 23:10:55 +00:00 |
Pinaki Poddar
|
59c7001e09
|
OPENJPA-1686: Support when a parameterized type has parameterized type arguments
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@953717 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-11 15:14:24 +00:00 |
Michael Dick
|
323ebee840
|
OPENJPA-1678: add printParameters property to prevent SQL parameter values from being logged in exceptions or trace
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@953169 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-09 21:48:44 +00:00 |
Pinaki Poddar
|
a873065db7
|
OPENJPA-1686: A first draft of support for generic graph. Correct mapping strategy on MappedSuperClass (they are not Embeddables)
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@952893 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-09 02:43:46 +00:00 |
Pinaki Poddar
|
4c24a47a8e
|
OPENJPA-1649: Share metadata/mapping repository across slices.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@941515 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-05 22:11:51 +00:00 |
Michael Dick
|
666ec6c6de
|
OPENJPA-1550:
Set failedObject on RollbackException.
Submitted By: Heath Thomann
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@927267 13f79535-47bb-0310-9956-ffa450edef68
|
2010-03-25 03:55:43 +00:00 |
Donald Woods
|
b5b65a7d4b
|
[maven-release-plugin] prepare release 2.0.x
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@926437 13f79535-47bb-0310-9956-ffa450edef68
|
2010-03-23 02:27:40 +00:00 |
Richard G. Curtis
|
1c0abb5207
|
OPENJPA-1591: Refactor/rename DataCacheScheduler to allow for greater extensibility.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@926249 13f79535-47bb-0310-9956-ffa450edef68
|
2010-03-22 18:29:15 +00:00 |
Donald Woods
|
695bd9c4bf
|
OPENJPA-1550 When batchLimit=-1 or >1 and an exception is caused, the params and failedObject are missing from the resultant exception. Original patch contributed by Heath Thomann.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921174 13f79535-47bb-0310-9956-ffa450edef68
|
2010-03-09 22:29:18 +00:00 |
Michael Dick
|
c58af533fb
|
OPENJPA-1178:
Remove uneeded imports
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@920540 13f79535-47bb-0310-9956-ffa450edef68
|
2010-03-08 22:07:27 +00:00 |
Michael Dick
|
62092d763a
|
OPENJPA-1118:
Remove Numbers.valueOf() - prefer autoboxing
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@920503 13f79535-47bb-0310-9956-ffa450edef68
|
2010-03-08 20:43:37 +00:00 |
Donald Woods
|
045eb544de
|
OPENJPA-1121 add ref to JIRA
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@920434 13f79535-47bb-0310-9956-ffa450edef68
|
2010-03-08 18:26:20 +00:00 |
Donald Woods
|
0befad7051
|
[maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@915979 13f79535-47bb-0310-9956-ffa450edef68
|
2010-02-24 21:04:54 +00:00 |
Donald Woods
|
099d18901e
|
[maven-release-plugin] prepare release 2.0.0-beta2
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@915977 13f79535-47bb-0310-9956-ffa450edef68
|
2010-02-24 21:04:42 +00:00 |
Pinaki Poddar
|
2f3da18be0
|
Throw informative error messages on bad enum field
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@911530 13f79535-47bb-0310-9956-ffa450edef68
|
2010-02-18 19:11:36 +00:00 |
Albert Lee
|
80d6c79b52
|
OPENJPA-1506 - Fix ConfigurationImpl.equals() to support derived provider.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@909058 13f79535-47bb-0310-9956-ffa450edef68
|
2010-02-11 16:22:58 +00:00 |
Donald Woods
|
9c90ca5506
|
merged in r902968 from beta branch
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@902988 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-25 21:50:14 +00:00 |
Jeremy Bauer
|
f4d0966de5
|
OPENJPA-1115 Enabled delimited id test on MySQL and fix identifier conversion related bugs.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@901362 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-20 20:14:19 +00:00 |
Jeremy Bauer
|
9e73688412
|
OPENJPA-1115 Eliminate alias conversion on configurations that do not require conversion.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@900985 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-19 22:33:11 +00:00 |
Jeremy Bauer
|
8e0e9cfbd2
|
OPENJPA-1115 Base identifier support
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@899738 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-15 18:05:14 +00:00 |
Fay Wang
|
2331d20522
|
OPENJPA-1458: fix named parameter problem
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@898936 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-13 20:49:01 +00:00 |
Donald Woods
|
55bf86a4c8
|
OPENJPA-1456 Replace StringBuffer usage with StringBuilder for minor performance/scalability improvement
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@898168 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-12 03:31:11 +00:00 |
Richard G. Curtis
|
0efea474f2
|
OPENJPA-250: Committing to trunk. Submitted by Patrick Linskey, Simon Droscher, and Rick Curtis.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@898024 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-11 19:34:23 +00:00 |
Donald Woods
|
3065f2febb
|
OPENJPA-1452 Configurations attempts to modiy an umodifiable map. Add null checks back in to match 1.2/1.3 branches.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@897284 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-08 18:23:07 +00:00 |
Donald Woods
|
6710465b7c
|
OPENJPA-1452 Configurations attempts to modiy an umodifiable map. Patch contributed by JIRA uid baboune.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@897269 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-08 17:23:24 +00:00 |
Fay Wang
|
5d9f08e728
|
OPENJPA-1432: preserve Compatibility flags set in compliance with the Specification.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@892397 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-18 23:24:23 +00:00 |
Pinaki Poddar
|
4715cc737b
|
OPENJPA-1050: Use generic types whenever possible. Replace ordered map with native implementation wrapper.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@889800 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-11 20:32:16 +00:00 |
Fay Wang
|
d1feecbc9e
|
OPENJPA-1371: wrong commit. Revert it to the previous version
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@831627 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-01 00:52:48 +00:00 |
Fay Wang
|
eabd0c9454
|
OPENJPA-1371: fail to extract correct id from an entity during merge when this entity has compound primary key using IdClass, and some field in the IdClass is a derived identity from a not-yet-managed toOne relation.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@831626 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-01 00:50:15 +00:00 |
Pinaki Poddar
|
5e73ca14ed
|
Consolidate property key-value processings for javax.persistence.* keys. They have been accumulating in OpenJPAConf and now moving to where they belong i.e. PersistenceProductDerivation. The value processing from String/integer/enums for these properties have also been spread across many places and now being localized.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@830806 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-29 00:22:27 +00:00 |
Pinaki Poddar
|
3ec0fbf66f
|
OPENJPA-1354: DBCP getConnection with user/password
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@830426 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-28 03:00:17 +00:00 |
Pinaki Poddar
|
59c81b98aa
|
OPENJPA-1121: Load user-defined Enums.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@826959 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-20 05:40:40 +00:00 |
Pinaki Poddar
|
60491eb4d8
|
Recognize javax.persistence as a valid property prefix
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@823328 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-08 21:17:47 +00:00 |
Pinaki Poddar
|
1ff5810e9e
|
OPENJPA-250: Correct MetaDataRepository plug-in configuration.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@820804 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-01 21:30:39 +00:00 |
Pinaki Poddar
|
99844b6b1f
|
OPENJPA-1332: Make some Value "private".
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@820712 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-01 16:43:19 +00:00 |
Pinaki Poddar
|
baf800f3b0
|
OPENJPA-1050: Use generics for BrokerFactory
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@819800 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-29 02:43:32 +00:00 |
Richard G. Curtis
|
eded0dd8fa
|
OPENJPA-1302: Use ContextClassloader in addition to the ProductDeivation's ClassLoader to find/load product derivations. Patch contributed by Rick Curtis.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@815447 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-15 18:56:55 +00:00 |
Pinaki Poddar
|
81065fea3c
|
OPENJPA-703: process RangeResultObjectProvider
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@814071 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-11 22:51:19 +00:00 |
Pinaki Poddar
|
dc5c7f487a
|
OPENJPA-1285: Use tighter method signature
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@813982 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-11 18:53:34 +00:00 |
Pinaki Poddar
|
a8640cc5d2
|
OPENJPA-1285: Dynamic JDBC 4 Wrappers use constructor to save reflection cost
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@813149 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-09 22:43:49 +00:00 |
Michael Dick
|
b32bf1b730
|
remove errant TODO
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@810228 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-01 20:47:33 +00:00 |
Pinaki Poddar
|
4e6a98f634
|
OPENJPA-849,OPENJPA-1251: Property management, hidden values
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@805567 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-18 20:27:30 +00:00 |
Pinaki Poddar
|
814341420d
|
OPENJPA-849, OPENJPA-1251: property management, hidden values
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@805565 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-18 20:20:26 +00:00 |
Michael Dick
|
17da1c9a7e
|
OPENJPA-1089:
Adding EncryptionProvider configuration option.
Submitted By : Rick Curtis
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@800504 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-03 19:25:44 +00:00 |