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 |
Albert Lee
|
10a09897a6
|
OPENJPA-2089 Need depending packages to avoid ClassNotDefineException of classes in bval.jsr303.impl.* and slf4j.simple.*.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1214572 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-15 00:07:18 +00:00 |
Albert Lee
|
9ea0354f1b
|
OPENJPA-1984 - Skip non-root object validation when performing remove(root object). Let's validation provider to perform root object validation so that the contraint violation can report the correct root bean.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1096791 13f79535-47bb-0310-9956-ffa450edef68
|
2011-04-26 16:00:52 +00:00 |
Richard G. Curtis
|
9b5fa5152a
|
OPENJPA-1960: Allow openjpa.InitializeEagerly to be used with BV.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1084349 13f79535-47bb-0310-9956-ffa450edef68
|
2011-03-22 20:50:21 +00:00 |
Jeremy Bauer
|
0971bd301c
|
OPENJPA-1787 Fixed VLEM hasUpdateListeners & hasPersistListeners methods and added additional validation test cases.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1082259 13f79535-47bb-0310-9956-ffa450edef68
|
2011-03-16 18:48:11 +00:00 |
Michael Dick
|
6309bff2f0
|
OPENJPA-1787: setting eol-style (nit)
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1080789 13f79535-47bb-0310-9956-ffa450edef68
|
2011-03-11 23:09:21 +00:00 |
Jeremy Bauer
|
6fdcebd673
|
OPENJPA-1787 Updated "new entity" merge path through AttachManager and BrokerImpl to refrain from firing a pre-persist event before the state of the merged entity is copied to the new entity. Test cases based upon code provided by Oliver Ringel.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1080751 13f79535-47bb-0310-9956-ffa450edef68
|
2011-03-11 20:29:50 +00:00 |
Michael Dick
|
2cc69063aa
|
[maven-release-plugin] prepare release 2.1.x
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1040584 13f79535-47bb-0310-9956-ffa450edef68
|
2010-11-30 15:30:48 +00:00 |
Donald Woods
|
89ed13599e
|
null out EMF to help GC
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1027708 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-26 19:47:27 +00:00 |
Donald Woods
|
0f5c5291ae
|
some testcase cleanup of closing EMs and EMFs
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1023905 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-18 17:03:57 +00:00 |
Donald Woods
|
c92c435728
|
minor pom updates
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1003634 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-01 20:24:41 +00:00 |
Donald Woods
|
c7a08227a3
|
OPENJPA-1764 Need to explicitly close dbcp.BasicDataSource instances, moved commons-dbcp test depend to parent pom and added closing of EMF in ContainerTest during test tearDown.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1002860 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-29 21:43:11 +00:00 |
Donald Woods
|
4aa5b43825
|
OPENJPA-1764 Fix bug in DBCPDriverDataSource.mergeConnectionProperties, move common surefire-plugin systemProperties to parent pom and move the connection user/password to equivalent openjpa.Connection settings
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1002745 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-29 17:12:49 +00:00 |
Donald Woods
|
ed85f020fd
|
OPENJPA-1764 Automatically enable connection pooling in unmanaged environments when Commons DBCP is available
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1002321 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-28 18:56:51 +00:00 |
Donald Woods
|
eaaecc5043
|
upgrade to Hibernate 4.0.2.GA as the optional Bean Validation provider for integration tests
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@997432 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-15 18:02:32 +00:00 |
Donald Woods
|
8cf2d1d259
|
OPENJPA-1791 remove obsolete depends on openjpa-testsupport
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@996618 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-13 17:53:00 +00:00 |
Donald Woods
|
560afb7df4
|
OPENJPA-1712 Merge in build updates from 2.0.x branch
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@987238 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-19 17:31:55 +00:00 |
Donald Woods
|
98563ecfdf
|
OPENJPA-1712 Move common test-java5 profile to the parent pom
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@986085 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-16 18:17:15 +00:00 |
Donald Woods
|
021e8a498e
|
OPENJPA-1754 Include Apache BVal and spec api in openjpa-all and binary assembly to complete the JPA 2.0 picture
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@985350 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-13 20:33:50 +00:00 |
Donald Woods
|
a2d3c9f57a
|
OPENJPA-1712 add validation build notes for Java SE 5 testing
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@983987 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-10 13:18:59 +00:00 |
Donald Woods
|
aec11be5f1
|
OPENJPA-1712 more build and pom cleanup
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@983973 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-10 12:54:23 +00:00 |
Donald Woods
|
bcfadcff1b
|
OPENJPA-1712 Fix creation of test artifacts, so they get signed during -Papache-release deploys to nexus repo
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@983040 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-06 16:22:21 +00:00 |
Donald Woods
|
a1716ad3e2
|
OPENJPA-1712 Minor format cleanup of some POMs to improve readability
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@961420 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-07 15:55:10 +00:00 |
Donald Woods
|
cbe90d792b
|
use released Apache Bean Valdiation 0.1-incubating artifacts. Move some common dependency versions to parent POM.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@956672 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-21 19:12:34 +00:00 |
Jeremy Bauer
|
9d33fe34b8
|
OPENJPA-1685 Updated ValidatorImpl to remove potential whitespace within a comma separated list of validation groups.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@952730 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-08 16:41:27 +00:00 |
Donald Woods
|
9c629413d8
|
update bval artifact name, remove old agimatec profile, and add tets-java5 profile since we need to specify jaxb depends for testing on jdk5
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@947761 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-24 18:57:24 +00:00 |
Donald Woods
|
92a025c063
|
OPENJPA-1364 Upgrade from commons-lang-2.1 to 2.4
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@946772 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-20 19:48:54 +00:00 |
Donald Woods
|
9bc400e7bd
|
OPENJPA-1660 Add support to test with Apache Bean Validation provider and make it the default provider.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@943147 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-11 15:38:44 +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 |
Michael Dick
|
c618b4692d
|
OPENJPA-1557:
Use openjpa.Log to control build logging instead of openjpa.loglevel
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@923929 13f79535-47bb-0310-9956-ffa450edef68
|
2010-03-16 18:44:11 +00:00 |
Donald Woods
|
32fe994aea
|
upgrade to latest released agimatec-validation artifacts
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@916746 13f79535-47bb-0310-9956-ffa450edef68
|
2010-02-26 16:38:33 +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 |
Donald Woods
|
c28ffa7be1
|
more attempts to fix release plugin issue with test jars
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@915964 13f79535-47bb-0310-9956-ffa450edef68
|
2010-02-24 20:24:17 +00:00 |
Donald Woods
|
f259a4ee1e
|
OPENJPA-1504 Update TestTraversableResolver so it can be used with Hibernate or Agimatec providers. Upgrade to agimatec-validation-0.9.6-SNAPSHOT, which now supports constraints.xml so all junits pass again with it.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@908660 13f79535-47bb-0310-9956-ffa450edef68
|
2010-02-10 20:35:22 +00:00 |
Donald Woods
|
27abdb4149
|
OPENJPA-1107 TraversableResolver testcases contributed by Dianne Richards.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@908173 13f79535-47bb-0310-9956-ffa450edef68
|
2010-02-09 19:39:45 +00:00 |
Donald Woods
|
7091a52927
|
OPENJPA-1076 Testcases for PersistenceProviderResolver contributed by Dianne Richards.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@903328 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-26 17:23:33 +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 |
Donald Woods
|
f1fc076840
|
OPENJPA-1347 Upgrade to Validation 1.0 GA API
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@824890 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-13 19:29:13 +00:00 |
Donald Woods
|
8956f17824
|
OPENJPA-1347 Upgrade to Validation API 1.0.0.GA and Hibernate 4.0.0.GA for bean validation testing
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@824805 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-13 15:26:41 +00:00 |
Pinaki Poddar
|
05d2a80417
|
OPENJPA-1345: Update to JPA Spec version EA9
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@824568 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-13 02:06:19 +00:00 |
Donald Woods
|
c6085cd296
|
OPENJPA-1229 Remove extra Geronimo repo as the artifacts are mirrored now. Update the repoId for sonatype.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@822350 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-06 17:07:54 +00:00 |
Donald Woods
|
680320a733
|
OPENJPA-1229 Upgrade to agimatec-validation 0.9.3
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@821129 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-02 18:47:25 +00:00 |
Donald Woods
|
b68c975ebf
|
OPENJPA-1229 Upgrade to agimatec-validation 0.9.3 which supports 1.0.CR5 now, but still lacks support for XML constraints (so 1 test in testMappedSuperXMLConstraint fails)
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@821124 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-02 18:33:59 +00:00 |
Donald Woods
|
5113654485
|
add common setTestsDisabled()/isTestsDisabled() in AbstractPersistenceTestCase which is used by runTest() to automatically skip all tests. added new setSupportedDatabases()/setUnsupportedDatabases() methods in SingleEMFTestCase to set the testsDisabled flag in AbstractPTC, along with moving a getLog() method from some testcases into the base SingleEMFTC class for everyone to use.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@813506 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-10 16:40:37 +00:00 |
Jeremy Bauer
|
1f347633aa
|
OPENJPA-1282 Update bean validation RI provider and spec API level. Remove allow failure from test that passes due to provider update.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@810645 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-02 18:18:27 +00:00 |
Michael Dick
|
c8fa380048
|
Fixing validation test hierarchy.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@804333 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-14 19:28:55 +00:00 |