Commit Graph

26 Commits

Author SHA1 Message Date
Mark Struberg 67082453b3 OPENJPA-2409 enable persistenceXmlFile parameter to handle classpath resources as well.
contributed by rmannibucau, txs!
applied with small changes and doc improvements


git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1533466 13f79535-47bb-0310-9956-ffa450edef68
2013-10-18 14:25:55 +00:00
Richard G. Curtis d4b693e4e8 OPENJPA-2418 : Fix checkstyle to run with maven 3.x.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1511367 13f79535-47bb-0310-9956-ffa450edef68
2013-08-07 15:46:38 +00:00
Albert Lee eb02dc6c51 Use of ${hsqldb.version" property causes "recursive expression cycle" error in maven plugin test. Reverted back to use hard-code value but with matching version.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1371308 13f79535-47bb-0310-9956-ffa450edef68
2012-08-09 16:47:13 +00:00
Albert Lee 1d1b1bbea9 Replace hard-coded hsqldb.version value to property value to void repository version mis-match and eventually maven plugin test failures.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1371228 13f79535-47bb-0310-9956-ffa450edef68
2012-08-09 14:40:49 +00:00
Richard G. Curtis b04dee5ad2 OPENJPA-2220: Update pom.xml to use the shaded jar rather than the default jar.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1360411 13f79535-47bb-0310-9956-ffa450edef68
2012-07-11 21:27:12 +00:00
Richard G. Curtis e4d72a7983 OPENJPA-2220: Update pom.xml to publish shaded jar.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1360382 13f79535-47bb-0310-9956-ffa450edef68
2012-07-11 20:22:49 +00:00
Richard G. Curtis d586739ae3 OPENJPA-2220: Break fetch statistics apart into multiple dependent modules.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1359941 13f79535-47bb-0310-9956-ffa450edef68
2012-07-10 22:50:24 +00:00
Richard G. Curtis 1246de0774 OPENJPA-2220: Update pom.xml(s)
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1359431 13f79535-47bb-0310-9956-ffa450edef68
2012-07-09 22:23:05 +00:00
Richard G. Curtis 1de868af05 OPENJPA-2220: Commit fetch statistic tool. Patch contributed by Helen Xu.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1356860 13f79535-47bb-0310-9956-ffa450edef68
2012-07-03 18:21:24 +00:00
Albert Lee ca7918e88c OPENJPA-2154 Fix path to load security policy file for test-dynamic-enhancer profile.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1299561 13f79535-47bb-0310-9956-ffa450edef68
2012-03-12 05:02:37 +00:00
Albert Lee 408d8b4463 Update pom.xml version to 2.3.0-SNAPSHOTS in trunk after 2.2.0 is released.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1291435 13f79535-47bb-0310-9956-ffa450edef68
2012-02-20 20:37:05 +00:00
Albert Lee 4d1e1bc8df [maven-release-plugin] prepare release 2.2.x
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1244808 13f79535-47bb-0310-9956-ffa450edef68
2012-02-16 00:30:29 +00:00
Mark Struberg 3beb74571a switch back trunk to 2.2.0-SNAPSHOT
we wil restart the 2.2.x after a few important fixes on trunk


git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1230495 13f79535-47bb-0310-9956-ffa450edef68
2012-01-12 11:28:50 +00:00
Mark Struberg 6289157f9c release preparation. Move trunk to 2.3.0-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1229557 13f79535-47bb-0310-9956-ffa450edef68
2012-01-10 14:29:08 +00:00
Mark Struberg 9f4fba24da OPENJPA-2100 fix filterPersistenceCapable
Fixing a bug which got introduced in r1091279 and caused entities
which contained enums to be broken.


git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1224892 13f79535-47bb-0310-9956-ffa450edef68
2011-12-27 10:59:45 +00:00
Mark Struberg ba24ed7c0b OPENJPA-2088 use @pom.version@ instead of hardcoded plugin version
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1222172 13f79535-47bb-0310-9956-ffa450edef68
2011-12-22 10:48:51 +00:00
Mark Struberg 78d12c9b0a OPENJPA-2088 remove cyclic build dependencies
By using just the parts of the openjpa dependencies we really
need, we can get rid of cyclic build dependencies.
I also added a help page which describes how to manually
configure the openjpa-maven-plugin dependencies for using it
with an older OpenJPA version.


git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1211489 13f79535-47bb-0310-9956-ffa450edef68
2011-12-07 16:05:24 +00:00
Michael Dick d20b9a9511 OPENJPA-1934: Cleanup compiler warnings.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1091279 13f79535-47bb-0310-9956-ffa450edef68
2011-04-12 03:17:16 +00:00
Michael Dick e35178f645 OPENJPA-1934: Add a maven plugin for PCEnhancement.
Submitted By: Mark Struberg, Rahul Thankar

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1090086 13f79535-47bb-0310-9956-ffa450edef68
2011-04-08 01:59:02 +00:00
Donald Woods d27ca8ef8a moving to tools subproject
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@979851 13f79535-47bb-0310-9956-ffa450edef68
2010-07-27 20:27:15 +00:00
Donald Woods d28788fc83 OPENJPA-1745 Remove tabs and add Apache required project parent to inherit common plugins and release profile
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@979791 13f79535-47bb-0310-9956-ffa450edef68
2010-07-27 18:19:47 +00:00
Pinaki Poddar 459aae4b28 OPENJPA-1745: Test cases + modified pom.xml with reduced dependency and parent-less build
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@979447 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26 21:20:39 +00:00
Michael Dick 037f99e480 remove @override annotations on methods which aren't overidden
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@979443 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26 21:09:24 +00:00
Donald Woods 795362f5ce OPENJPA-1745 Setup initial maven build
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@979428 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26 20:21:52 +00:00
Pinaki Poddar 892755a822 OPENJPA-1745: Missing from earlier commit
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@979425 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26 20:11:49 +00:00
Pinaki Poddar 4ff6c05a3e OPENJPA-1745: Initial take on MigrationTool
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@979414 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26 19:23:48 +00:00