Maxim Solodovnik
9a5096308c
[OPENJPA-2752] libraries are updated to most recent versions
2018-10-18 12:38:31 +07:00
Maxim Solodovnik
e25438a174
[OPENJPA-2751] imports, @Overrides and @Deprecated are organized, redundant type arguments and unnecessary casts are removed
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1842686 13f79535-47bb-0310-9956-ffa450edef68
2018-10-03 08:11:59 +00:00
Maxim Solodovnik
f2fc98031e
[OPENJPA-2751] trailing white-spaces were removed
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1842614 13f79535-47bb-0310-9956-ffa450edef68
2018-10-02 12:32:32 +00:00
Francesco Chicchiriccò
f399f912cf
[OPENJPA-2750] Commons dbcp is updated to latest version - thx @solomax - This closes #22
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1841800 13f79535-47bb-0310-9956-ffa450edef68
2018-09-24 06:41:20 +00:00
Mark Struberg
ffe3fe4a50
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1833210 13f79535-47bb-0310-9956-ffa450edef68
2018-06-08 20:34:53 +00:00
Mark Struberg
101ee9946a
[maven-release-plugin] prepare release openjpa-parent-3.0.0
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1833208 13f79535-47bb-0310-9956-ffa450edef68
2018-06-08 20:34:24 +00:00
Mark Struberg
19a59684f0
OPENJPA-2667 upgrade to BVal-1.1
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1761771 13f79535-47bb-0310-9956-ffa450edef68
2016-09-21 15:43:11 +00:00
Mark Struberg
f0286a268e
OPENJPA-2665 refactor StringUtils
...
We now got rid of commons-lang. Makes 400kB less dependencies
And guaranteed no classpath conflicts.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1759663 13f79535-47bb-0310-9956-ffa450edef68
2016-09-07 19:04:18 +00:00
Mark Struberg
6855468187
remove unecessary compiler plugin
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1759272 13f79535-47bb-0310-9956-ffa450edef68
2016-09-05 14:09:35 +00:00
Mark Struberg
305758fc96
OPENJPA-2664 move to commons-lang3
...
And also clean up ancient code parts.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1758808 13f79535-47bb-0310-9956-ffa450edef68
2016-09-01 16:27:51 +00:00
Mark Struberg
64e9f3868f
OPENJPA-2592 OPENJPA-2654 merge JPA-2.1 work originally done by rmannibucau in the openjpa-jpa-2.1 branch
...
Thanks to Romain for all the hard work!
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1756850 13f79535-47bb-0310-9956-ffa450edef68
2016-08-18 20:47:20 +00:00
Mark Struberg
41febbaab0
OPENJPA-2652 transition trunk to OpenJPA-3.0.0
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1756771 13f79535-47bb-0310-9956-ffa450edef68
2016-08-18 12:44:03 +00:00
Francesco Chicchiriccò
0ac7140b82
[OPENJPA-2640] Applying provided patch
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1743607 13f79535-47bb-0310-9956-ffa450edef68
2016-05-13 06:49:59 +00:00
Mark Struberg
bde39c4bc9
OPENJPA-2641 upgrade build poms to most recent dependency versions
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1743338 13f79535-47bb-0310-9956-ffa450edef68
2016-05-11 11:32:59 +00:00
Mark Struberg
55e8a82558
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1730419 13f79535-47bb-0310-9956-ffa450edef68
2016-02-14 22:23:47 +00:00
Mark Struberg
c3d950747a
[maven-release-plugin] prepare release 2.4.1
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1730417 13f79535-47bb-0310-9956-ffa450edef68
2016-02-14 22:22:38 +00:00
asf-sync-process
7aed5ecf48
[maven-release-plugin] rollback the release of 2.4.2-SNAPSHOT
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1730401 13f79535-47bb-0310-9956-ffa450edef68
2016-02-14 20:48:55 +00:00
Mark Struberg
3396a59061
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1730341 13f79535-47bb-0310-9956-ffa450edef68
2016-02-14 14:02:04 +00:00
Mark Struberg
d7bcf2670e
[maven-release-plugin] prepare release 2.4.1-SNAPSHOT
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1730338 13f79535-47bb-0310-9956-ffa450edef68
2016-02-14 14:00:52 +00:00
Mark Struberg
9f39c60a0a
OPENJPA-2623 switch to Java5 Mojo annotations
...
This will also improve IDE integration.
Thanks to Anders Hammar (apacheid:andham) for the patch!
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1724950 13f79535-47bb-0310-9956-ffa450edef68
2016-01-16 10:36:02 +00:00
Mark Struberg
ea1682c425
OPENJPA-2596 schema-delta generation (sqlAction=refresh) drops columns if they have an alternative typeName
...
solved by additionally comparing the final column definition end to end
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1683992 13f79535-47bb-0310-9956-ffa450edef68
2015-06-07 06:50:58 +00:00
Romain Manni-Bucau
b88cbdee93
upgrading API (throwing exception for all new methods) to JPA 2.1
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/openjpa_jpa-2.1@1683942 13f79535-47bb-0310-9956-ffa450edef68
2015-06-06 19:19:11 +00:00
Mark Struberg
e38098b03f
OPENJPA-2595 remove rest of junit3 dependencies
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1683729 13f79535-47bb-0310-9956-ffa450edef68
2015-06-05 12:06:36 +00:00
Mark Struberg
0b26209a2f
OPENJPA-2595 upgrade our test suite to junit-4
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1683154 13f79535-47bb-0310-9956-ffa450edef68
2015-06-02 18:04:26 +00:00
Mark Struberg
105ffd3c59
OPENJPA-2581 ITs for dropSchema action
...
txs to sreiterer for the patch!
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1678344 13f79535-47bb-0310-9956-ffa450edef68
2015-05-08 13:08:30 +00:00
Mark Struberg
bf22072d43
OPENJPA-2581 add MappingTool option to create DROP scripts for all tables in a DB.
...
Thanks sreiterer for the patch!
Stefan will provide further integration tests tomorrow.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1677780 13f79535-47bb-0310-9956-ffa450edef68
2015-05-05 10:48:04 +00:00
Mark Struberg
5235008137
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1674605 13f79535-47bb-0310-9956-ffa450edef68
2015-04-19 11:22:11 +00:00
Mark Struberg
0c0c8dd2bf
[maven-release-plugin] prepare release openjpa-parent-2.4.0
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1674603 13f79535-47bb-0310-9956-ffa450edef68
2015-04-19 11:20:57 +00:00
Mark Struberg
f1ad383f4f
remove empty @return javadocs
...
just caused javadoc warnings...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1671694 13f79535-47bb-0310-9956-ffa450edef68
2015-04-06 20:57:11 +00:00
Mark Struberg
f1a7522956
disable maven-javadoc-plugin for module without any source
...
Otherwise maven aborts the build.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1671572 13f79535-47bb-0310-9956-ffa450edef68
2015-04-06 16:19:14 +00:00
Mark Struberg
08035c10ef
OPENJPA-2200 remove unused imports
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1536637 13f79535-47bb-0310-9956-ffa450edef68
2013-10-29 10:11:46 +00:00
Mark Struberg
70f1188d19
release preparation upgrade trunk to 2.4.0-SNAPSHOT
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1535565 13f79535-47bb-0310-9956-ffa450edef68
2013-10-24 21:39:43 +00:00
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