Commit Graph

275 Commits

Author SHA1 Message Date
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 6d53d755f7 OPENJPA-1520 revert some refs back to Java SE 5 docs
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@915975 13f79535-47bb-0310-9956-ffa450edef68
2010-02-24 20:51:59 +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 1462290177 hack for maven-release-plugin
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@915958 13f79535-47bb-0310-9956-ffa450edef68
2010-02-24 20:15:20 +00:00
Donald Woods 11c299d895 OPENJPA-1520 Allow using JDK 1.5 to compile/run the junits by using -Ptest-java5,test-derby -Djava5.home=<1.5 JDK home>, so we can verify that the 1.6 built artifacts will still work for 1.5 users.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@915539 13f79535-47bb-0310-9956-ffa450edef68
2010-02-23 21:55:49 +00:00
Donald Woods cda835d50b OPENJPA-1528 Upgrade to MySQL 5.1.12 driver. Include dbcp overrides needed for MySQL. Moved common dbcp and junit properties to parent pom to simplify maintenance. Add some blank lines in a couple poms to improve readability.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@915448 13f79535-47bb-0310-9956-ffa450edef68
2010-02-23 17:27:27 +00:00
Donald Woods 55509846c1 OPENJPA-1520 Require Java SE 6 to compile but target Java SE 5 so users can still run trunk on 1.5 and 1.6 JVMs for now, given the lack of performance improvements found with the patch to drop JDBC3 support...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@915410 13f79535-47bb-0310-9956-ffa450edef68
2010-02-23 16:25:19 +00:00
Donald Woods e512e15ba0 OPENJPA-1520 Compile for 1.6 and update javadoc links to use 1.6
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@911682 13f79535-47bb-0310-9956-ffa450edef68
2010-02-19 02:52:51 +00:00
Donald Woods 88e32fb2ee OPENJPA-1520 Upgrade to Derby 10.5.3 which has lots of JDBC4 fixes since 10.2.2
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@911538 13f79535-47bb-0310-9956-ffa450edef68
2010-02-18 19:34:36 +00:00
Donald Woods a69c39c869 some reorg and cleanup of pom. removed unused maven 2.0.4 requirement and pointer to staging repo.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@911537 13f79535-47bb-0310-9956-ffa450edef68
2010-02-18 19:32:10 +00:00
Donald Woods 87b284b52b OPENJPA-1520 Require Java SE 6 or later to compile and require Maven 2.0.9 or later
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@911522 13f79535-47bb-0310-9956-ffa450edef68
2010-02-18 18:46:11 +00:00
Donald Woods 928993b7e2 OPENJPA-1512 Include a BundleActivator to register ourselves as a javax.persistence.provider for Apache Aries
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@910332 13f79535-47bb-0310-9956-ffa450edef68
2010-02-15 20:41:13 +00:00
Donald Woods e3560cfd6b revert r903816 as creation of tests.jar artifacts must be done only in the modules that have tests to jar, as otherwise a jar will be created w/o the required license/notice files and cause the IANAL check to fail. details added to release process wiki page explaining what other step is required at release time.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@904149 13f79535-47bb-0310-9956-ffa450edef68
2010-01-28 16:38:52 +00:00
Donald Woods c2ef7871fa upgrade to latest maven-release-plugin
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@904136 13f79535-47bb-0310-9956-ffa450edef68
2010-01-28 15:40:10 +00:00
Donald Woods b3a931f4b0 re-enable test.jar creation in parent pom, so the generated artifacts will get signed
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@903816 13f79535-47bb-0310-9956-ffa450edef68
2010-01-27 20:16:02 +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 85c75d84c2 OPENJPA-1468 Upgrade to final Bean Validation spec API from Geronimo
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@902888 13f79535-47bb-0310-9956-ffa450edef68
2010-01-25 17:36:15 +00:00
Donald Woods 31757064ca OPENJPA-1478 add OSGi metadata back into openjpa.jar artifact for Apache Aries team. Also updated to latest maven-bundle-plugin version.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@902169 13f79535-47bb-0310-9956-ffa450edef68
2010-01-22 16:49:12 +00:00
Donald Woods 2b2ede1e38 OPENJPA-1374 Enable junits to be executed against an in-memory Derby 10.5.3.0 db. Moved common Derby profiles to the parent POM. Added new Derby props in o-p-j which knocked 2 mins off build time. Added a test-derbymem profile to use Derby 10.5.3.0 as in-memory DB, which reduced build time by 5 mins.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@901374 13f79535-47bb-0310-9956-ffa450edef68
2010-01-20 20:53:57 +00:00
Donald Woods 61d8fdaf54 OPENJPA-1453 upgrade to final geronimo-jpa_2.0_spec API artifact
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@900438 13f79535-47bb-0310-9956-ffa450edef68
2010-01-18 15:59:55 +00:00
Donald Woods 60cae2ff51 OPENJPA-1103 Upgrade to 1.0-SNAPSHOT versions of the jpa2 and bv spec apis and remove the early access disclaimer.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@889818 13f79535-47bb-0310-9956-ffa450edef68
2009-12-11 21:19:55 +00:00
Albert Lee eea93c8346 OPENJPA-1408 - Add test binary and source jars to modules.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@885942 13f79535-47bb-0310-9956-ffa450edef68
2009-12-01 21:35:28 +00:00
Donald Woods 1154f23a11 OPENJPA-1368 Upgrade to HSQLDB 1.8.0.10 and in-memory db for optional HSQLDB unit testing
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@831334 13f79535-47bb-0310-9956-ffa450edef68
2009-10-30 15:33:39 +00:00
Donald Woods 28dafc7aff OPENJPA-1363 Upgrade to latest commons-pool maintenance release
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@830763 13f79535-47bb-0310-9956-ffa450edef68
2009-10-28 21:14:20 +00:00
Donald Woods a2abcbbfe3 OPENJPA-839 Fix jaxb depends for Java SE 5 users and keep it from getting pulled into the aggregate jars by the shade plugin. Also, removed duplicate maven-source-plugin usage in the parent pom.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@830721 13f79535-47bb-0310-9956-ffa450edef68
2009-10-28 18:54:53 +00:00
Donald Woods cb31d309b2 OPENJPA-839 Create source jars for all artifacts by using maven-shade-plugin for the aggregate jars. Also, removed OSGi metadata from openjpa.jar, as this will be handled by a new openjpa-osgi.jar instead.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@830564 13f79535-47bb-0310-9956-ffa450edef68
2009-10-28 14:45:15 +00:00
Donald Woods 99816013ba OPENJPA-1356 Use maven-enforcer-plugin to verify proper Java and Maven levels
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@828832 13f79535-47bb-0310-9956-ffa450edef68
2009-10-22 19:51:29 +00:00
Donald Woods c753ce2278 OPENJPA-767 Start of true OSGi support, which uses the r828047 changes in the Geronimo JPA2 1.0-EA9 spec to resolve/load providers in OSGi. Still lots of work needed, so this is not in the normal builds yet.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@828051 13f79535-47bb-0310-9956-ffa450edef68
2009-10-21 15:33:44 +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
Pinaki Poddar 4f5a9dd676 OPENJPA-1345: Missing files from TeamCity auto-commit
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@824574 13f79535-47bb-0310-9956-ffa450edef68
2009-10-13 02:57:15 +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 b058e70382 OPENJPA-1229 Geronimo specs have been released, but still have not been mirrored to all repos, so point to ASF release repo for now
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@821985 13f79535-47bb-0310-9956-ffa450edef68
2009-10-05 19:40:55 +00:00
Donald Woods 30bb14da07 OPENJPA-1229 sync up rat-maven-plugin config settings across all profiles
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@820778 13f79535-47bb-0310-9956-ffa450edef68
2009-10-01 20:40:36 +00:00
Donald Woods 797de03a10 OPENJPA-1229 Update NOTICE files to match new ASF/Sun agreement for releasing early access specs. Also point to new geronimo-staging-017 to pickup latest spec releases under vote with updated notices.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@820684 13f79535-47bb-0310-9956-ffa450edef68
2009-10-01 15:19:10 +00:00
Donald Woods 794e26d721 OPENJPA-1229 Use geronimo specs being voted upon from the staging repo until they are released
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@820470 13f79535-47bb-0310-9956-ffa450edef68
2009-09-30 22:02:02 +00:00
Donald Woods a56643889f OPENJPA-1229 Update to geronimo-validation 1.0-CR5-SNAPSHOT while waiting for the release vote
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@820463 13f79535-47bb-0310-9956-ffa450edef68
2009-09-30 21:36:30 +00:00
Donald Woods 02471ca7e7 OPENJPA-1229 Reworked Persistence.createEMF() exception handling in the geronimo-jpa2 spec api (PFD2), which wraps all exceptions in a PersistenceException and can now return multiple provider exceptions.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@820440 13f79535-47bb-0310-9956-ffa450edef68
2009-09-30 20:49:09 +00:00
Donald Woods e1404bdbbe OPENJPA-1282 Update geronimo-validation spec used for builds to EA5 to match 1.0.CR5 level
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@810674 13f79535-47bb-0310-9956-ffa450edef68
2009-09-02 19:12:00 +00:00
Pinaki Poddar 3c3c8082d3 OPENJPA-1275: pom update to EA8 same as PFD2
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@810386 13f79535-47bb-0310-9956-ffa450edef68
2009-09-02 07:18:24 +00:00
Pinaki Poddar 2d4993954f OPENJPA-1262: EA7 pom
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@807427 13f79535-47bb-0310-9956-ffa450edef68
2009-08-24 23:18:38 +00:00
Donald Woods 7065743f17 OPENJPA-1252 Include a Derby Network Server test profile, allow Derby version to be changed on the cmdline, and cleanup some formatting/comments.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@805841 13f79535-47bb-0310-9956-ffa450edef68
2009-08-19 15:36:02 +00:00
Michael Dick 88dcd580d8 OPENJPA-1245:
Move lockmode tests to a separate module. This allows different derby lock settings to be set on persistence-jdbc which should speed up test execution.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@804335 13f79535-47bb-0310-9956-ffa450edef68
2009-08-14 19:30:05 +00:00
Donald Woods 45acdf357a OPENJPA-1238 Upgrade to latest commons-pool and commons-dbcp
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@803120 13f79535-47bb-0310-9956-ffa450edef68
2009-08-11 13:51:42 +00:00
Michael Dick 76e82998f6 OPENJPA-1202: Upgrade to Geronimo JPA 2.0 EA6
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@798684 13f79535-47bb-0310-9956-ffa450edef68
2009-07-28 19:49:03 +00:00
Donald Woods 1b86a81c94 OPENJPA-1190 Use Geronimo EA5 JPA spec jar. Patch only has method stubs returning null for the new methods added by EA5, like -
PersistenceUnitInfoImpl.getSharedCacheMode()
EntityManagerFactoryImpl.getPersistenceUnitUtil()
PersistenceProviderImpl.getProviderUtil()

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@796457 13f79535-47bb-0310-9956-ffa450edef68
2009-07-21 18:44:07 +00:00
Donald Woods 0cf0922386 OPENJPA-1177 Upgraded to use geronimo-validation_1.0_spec-1.0-EA3-SNAPSHOT (1.0.CR3 API level) and to use hibernate RI as the default Bean Validation provider for integration tests.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@796331 13f79535-47bb-0310-9956-ffa450edef68
2009-07-21 15:03:18 +00:00
Michael Dick ea71783c57 OPENJPA-1167. Updating to EA4 version of the JPA specification from Geronimo. Adding stub methods for compilation purposes. Some additional refactoring may be needed (desired).
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@792326 13f79535-47bb-0310-9956-ffa450edef68
2009-07-08 21:20:32 +00:00
Donald Woods 6ec1122a7e OPENJPA-1148 Build failures with 64bit Sun JDK6 on Linux due to PermGen space. Part 1 - cleanup of setting jvm arguments for surefire.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@789410 13f79535-47bb-0310-9956-ffa450edef68
2009-06-29 18:54:32 +00:00
Pinaki Poddar ecf43f87f7 OPENJPA-1143: Build dependency to 1.0-EA3-SNAPSHOT (latest unpublished JPA Spec), refactored MetaModel/CriteriaQuery API to compile against the new JPA API, line length limit increased to 120
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@787832 13f79535-47bb-0310-9956-ffa450edef68
2009-06-23 21:04:32 +00:00
Michael Dick e1f290e4df OPENJPA-1139 force checkstyle to use velocity v1.1.3. Newer versions are available but cause other issues (tried 1.1.6 & 1.1.7).
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@785749 13f79535-47bb-0310-9956-ffa450edef68
2009-06-17 18:26:59 +00:00
Donald Woods 8f2f9e1626 upgrade to latest Apache pom, so we start using the new nexus based repos which Geronimo is now using
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@785211 13f79535-47bb-0310-9956-ffa450edef68
2009-06-16 13:36:09 +00:00
Michael Dick c63c10cfbf Exclude metamodel classes due to popular request
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@784866 13f79535-47bb-0310-9956-ffa450edef68
2009-06-15 17:08:00 +00:00
Donald Woods 83bcadb624 OPENJPA-1131 Upgrade to maven-jar-plugin-2.2
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@783401 13f79535-47bb-0310-9956-ffa450edef68
2009-06-10 15:48:09 +00:00
Michael Dick df986cb186 (re) including committed metamodel classes in checkstyle repost
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@782777 13f79535-47bb-0310-9956-ffa450edef68
2009-06-08 20:43:13 +00:00
Michael Dick 44fa5e83ae Exclude metamodel classes
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@782035 13f79535-47bb-0310-9956-ffa450edef68
2009-06-05 14:58:37 +00:00
Donald Woods f949bc9ccb update license-verify-profile with additional rat excludes
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@781479 13f79535-47bb-0310-9956-ffa450edef68
2009-06-03 17:08:22 +00:00
Donald Woods 9168ab0032 exclude maven-shade-plugin generated file from rat plugin checks
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@781471 13f79535-47bb-0310-9956-ffa450edef68
2009-06-03 16:55:00 +00:00
Donald Woods 549115f77c fix missing license header problems found by rat plugin during EA2 creation
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@781462 13f79535-47bb-0310-9956-ffa450edef68
2009-06-03 16:26:16 +00:00
Donald Woods b3987f568c fix indenting
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@781361 13f79535-47bb-0310-9956-ffa450edef68
2009-06-03 13:22:05 +00:00
Donald Woods ae16f80278 upgrade to branched/stable copy of geronimo-validation_1.0_spec-1.0-EA-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@781103 13f79535-47bb-0310-9956-ffa450edef68
2009-06-02 17:59:05 +00:00
Michael Dick 2b942805f2 OPENJPA-952. Committing patch from Rick Curtis
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@780086 13f79535-47bb-0310-9956-ffa450edef68
2009-05-29 20:06:29 +00:00
Michael Dick 3c88ac3d20 OPENJPA-1054 committing patch from Rick Curtis and Fay Wang. Testcase has been updated to use jMock instead of creating its own mock objects
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@779715 13f79535-47bb-0310-9956-ffa450edef68
2009-05-28 18:31:12 +00:00
Donald Woods c9e74d4c7a update pom names to better match the module name and add descriptions where missing
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@779579 13f79535-47bb-0310-9956-ffa450edef68
2009-05-28 12:10:45 +00:00
Michael Dick 3464d8e9b8 OPENJPA-1015. Enforce column width for testcases
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@779361 13f79535-47bb-0310-9956-ffa450edef68
2009-05-28 00:22:33 +00:00
Donald Woods a825aab23a OPENJPA-1062 undo changes to openjpa-example for osgi testing
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@779264 13f79535-47bb-0310-9956-ffa450edef68
2009-05-27 18:20:08 +00:00
Donald Woods 130d1d4bd9 OPENJPA-880 Use maven-remote-resources-plugin to generate required legal files. Also removes dependency on openjpa-project for maven eclipse plugin.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@779191 13f79535-47bb-0310-9956-ffa450edef68
2009-05-27 14:43:00 +00:00
Donald Woods 0b49620ac9 OPENJPA-1062 OSGi integration tests, which are commented out of the builds for now as they fail and need some more work...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@777551 13f79535-47bb-0310-9956-ffa450edef68
2009-05-22 14:50:17 +00:00
Donald Woods 097bda818c OPENJPA-1062 adding bundle metadata to openjpa.jar. verified it will install/start in felix using the rough instructions at http://svn.apache.org/viewvc/geronimo/sandbox/blueprint/README
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@776844 13f79535-47bb-0310-9956-ffa450edef68
2009-05-20 20:42:47 +00:00
Jeremy Bauer e5e4cc122a OPENJPA-1068 Rev 1 of lifecycle validation
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@776009 13f79535-47bb-0310-9956-ffa450edef68
2009-05-18 17:05:48 +00:00
Donald Woods 5014430b94 OPENJPA-1063 Create a new openjpa-all artifact to include runtime depends. Matches changes made to branches/1.3.x.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@773601 13f79535-47bb-0310-9956-ffa450edef68
2009-05-11 15:21:52 +00:00
Donald Woods c5f203f3f2 OPENJPA-1073 Upgrade to latest maven-surefire-plugin
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@773044 13f79535-47bb-0310-9956-ffa450edef68
2009-05-08 16:28:25 +00:00
Michael Dick 9696252e4d OPENJPA-1040 reset build flag and fix line length problem
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@765228 13f79535-47bb-0310-9956-ffa450edef68
2009-04-15 15:06:53 +00:00
Pinaki Poddar 372dea0106 OPENJPA-1010: Canonical Metamodel Generator from annotated source code. Add/modify for explicit and default access types. Change maven build to condition compilation & packaging. Add support for array types.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@764665 13f79535-47bb-0310-9956-ffa450edef68
2009-04-14 03:58:35 +00:00
Michael Dick dbeb9b4b61 OPENJPA-1015 committing plugin version patch from Donald Wodds.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@762774 13f79535-47bb-0310-9956-ffa450edef68
2009-04-07 13:43:53 +00:00
Michael Dick b6f8f0f4ec OPENJPA-1015. Moving checkstyle config file to openjpa-project.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@761799 13f79535-47bb-0310-9956-ffa450edef68
2009-04-03 21:15:01 +00:00
Michael Dick bb2c50ee43 OPENJPA-1015. Committing auditing patch from Donald Woods
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@761699 13f79535-47bb-0310-9956-ffa450edef68
2009-04-03 14:42:15 +00:00
Michael Dick b6e661e24a OPENJPA-1015 fix line wrapping in source files. Based on patch contributed by B.J. Reed. Updates made to do enforce line wrapping during the process-sources phase of the build.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@761509 13f79535-47bb-0310-9956-ffa450edef68
2009-04-03 03:09:53 +00:00
Jeremy Bauer f8bb2a83e6 OPENJPA-773 Updates for 03/13/2009 JSR-317 public draft.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@759348 13f79535-47bb-0310-9956-ffa450edef68
2009-03-27 20:58:10 +00:00
Michael Dick 9d3a7899be OPENJPA-951
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@757760 13f79535-47bb-0310-9956-ffa450edef68
2009-03-24 12:20:29 +00:00
Michael Dick d61b3b26a9 OPENJPA-772 committing patch provided by Donald Woods
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@740763 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04 15:12:58 +00:00
Michael Dick 958c2b6d32 OPENJPA-882 committing patch provided by Donald Woods
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@739429 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30 22:10:31 +00:00
Michael Dick e80bac22d0 [maven-release-plugin] prepare release 2.0.0-M1
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@738240 13f79535-47bb-0310-9956-ffa450edef68
2009-01-27 20:49:10 +00:00
Michael Dick b936e8134a [maven-release-plugin] prepare branch 2.0.0-M1
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@738238 13f79535-47bb-0310-9956-ffa450edef68
2009-01-27 20:48:39 +00:00
Michael Dick c848009334 revert back to junit 3.8.1. Some testcases use its TestRunner class
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@736077 13f79535-47bb-0310-9956-ffa450edef68
2009-01-20 19:43:01 +00:00
Michael Dick fd42fb9d9e testcase cleanup. Remove System.err.printlns
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@736066 13f79535-47bb-0310-9956-ffa450edef68
2009-01-20 19:01:50 +00:00
Catalina Wei 1437517d8c OPENJPA-833 An improved test case for XML column mapping
Commit patch provided by Milosz Tylenda

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@729169 13f79535-47bb-0310-9956-ffa450edef68
2008-12-23 23:21:11 +00:00
Michael Dick 16b7b1a7f7 OPENJPA-784 committing patch provided by Fernando
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@728004 13f79535-47bb-0310-9956-ffa450edef68
2008-12-19 11:36:13 +00:00
Jeremy Bauer cabd344397 OPENJPA-800 remove version milestone indicator from build artifacts
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@725817 13f79535-47bb-0310-9956-ffa450edef68
2008-12-11 21:17:55 +00:00
Jeremy Bauer c60a95f77a OPENJPA-800 Change release artifact versions for milestone 1
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@723373 13f79535-47bb-0310-9956-ffa450edef68
2008-12-04 16:51:03 +00:00
Pinaki Poddar 64a1293f51 OPENJPA-772: Sets JPA spec version to the 2.0 EA snapshot (which has partial definition of JPA 2.0 API) and sets parent pom to apache (which defines the sanpshot repos). Patch cotributed by David Jencks.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@718426 13f79535-47bb-0310-9956-ffa450edef68
2008-11-17 22:56:14 +00:00
Michael Dick 284bd408f8 [maven-release-plugin] prepare release 1.3.x
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@707728 13f79535-47bb-0310-9956-ffa450edef68
2008-10-24 19:19:49 +00:00
Michael Dick 660371bfd5 [maven-release-plugin] prepare branch 1.3.x
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@707726 13f79535-47bb-0310-9956-ffa450edef68
2008-10-24 19:19:35 +00:00
Michael Dick 64dbe4c924 [maven-release-plugin] prepare release 1.2.x
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@680508 13f79535-47bb-0310-9956-ffa450edef68
2008-07-28 21:20:09 +00:00
Michael Dick 1cf3826ae8 [maven-release-plugin] prepare branch 1.2.x
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@680506 13f79535-47bb-0310-9956-ffa450edef68
2008-07-28 21:19:52 +00:00
Michael Dick ae26539962 OPENJPA-633 svn merge -c 677476 https://svn.apache.org/repos/asf/openjpa/branches/1.0.x. Merging docbook changes back to trunk
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@678449 13f79535-47bb-0310-9956-ffa450edef68
2008-07-21 15:21:44 +00:00
Michael Dick 689d1c5385 OPENJPA-633 updating rat plugin to alpha-3 and adding exceptions to release profile
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@668838 13f79535-47bb-0310-9956-ffa450edef68
2008-06-17 21:36:25 +00:00
Michael Dick 0c346ba7ce OPENJPA-633. Updating deploy locations to use your home directory on people.apache.org.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@667126 13f79535-47bb-0310-9956-ffa450edef68
2008-06-12 15:08:24 +00:00
Michael Dick 981c023e0e OPENJPA-633 updating pom.xml files to be compatible with the maven-release-plugin. There are a lot of formatting changes which are needed to prevent the plugin from removing our copyright header.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@666731 13f79535-47bb-0310-9956-ffa450edef68
2008-06-11 16:48:56 +00:00
Michael Dick b2ba44fcfd Attaching javadoc and source jars to the release profile
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@658699 13f79535-47bb-0310-9956-ffa450edef68
2008-05-21 14:15:45 +00:00
Michael Dick 40fec0073e Exclude internal repository from RAT check, also update license.txt to mention WebSphere UOW jar
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@653499 13f79535-47bb-0310-9956-ffa450edef68
2008-05-05 15:27:52 +00:00
Patrick Linskey 8803104f41 moved release number to 1.2.0-SNAPSHOT now that we've made a 1.1.x branch
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@646049 13f79535-47bb-0310-9956-ffa450edef68
2008-04-08 19:40:02 +00:00
Kevin W. Sutter 608a906aaf OPENJPA-544. Maybe this is a Windows-ism, or an IBM JDK-ism, but I still need the explicit <version>2.4</version> element for the surefire plugin...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@640887 13f79535-47bb-0310-9956-ffa450edef68
2008-03-25 16:22:35 +00:00
Patrick Linskey b2c1e8f16f OPENJPA-544. Get rid of JDK1.4 support, fold the jdk1.5 modules into their siblings, get rid of some ugly reflection that was there for 1.5 support, and move to the java.util.concurrent collections classes. This includes a wrapper around ConcurrentHashMap that allows nulls, since the old OpenJPA concurrent map allowed nulls and we rely on that behavior. The implication is that putIfAbsent() and some of the other special JDK1.5 methods don't obey the same contracts as in the java.util.concurrent package.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@640685 13f79535-47bb-0310-9956-ffa450edef68
2008-03-25 03:37:56 +00:00
Michael Dick 635ee199fe OPENJPA-537
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@639647 13f79535-47bb-0310-9956-ffa450edef68
2008-03-21 13:58:16 +00:00
Kevin W. Sutter 1d57a1fdaa OPENJPA-519. Need to hardcode the 2.4 version until the problem is resolved in the maven surefire plugin (supposedly in 2.4.2).
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@629874 13f79535-47bb-0310-9956-ffa450edef68
2008-02-21 17:10:53 +00:00
Patrick Linskey 3735e9a54e change a couple of line endings; remove MySQL requirement from openjpa-slice pom
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@628095 13f79535-47bb-0310-9956-ffa450edef68
2008-02-15 16:10:09 +00:00
Patrick Linskey d5e577c921 allow surefire to move to 2.4 to get around test-double-counting issues
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@619146 13f79535-47bb-0310-9956-ffa450edef68
2008-02-06 20:38:08 +00:00
Pinaki Poddar 12839b6bd9 Adding new (source code + pom.xml + doc) for Slice
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@619145 13f79535-47bb-0310-9956-ffa450edef68
2008-02-06 20:26:14 +00:00
Marc Prud'hommeaux abff87ef35 OPENJPA345 The last patch had the side effect that the artifact zip doesn't contain most of the required dependency jars (e.g., commons-lang), since the transitive dependencies are not followed to pick up these jars. Resolved this by explicitly listing the required jars in the openjpa-all dependencies. Also moved most of the dependency version numbers into the parent pom.xml dependencyManagement section to ensure that all dependency versions are the same.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@581536 13f79535-47bb-0310-9956-ffa450edef68
2007-10-03 09:10:54 +00:00
Patrick Linskey bb527a1e88 OPENJPA-369. Committing Albert's 1.5-supporting changes.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@580451 13f79535-47bb-0310-9956-ffa450edef68
2007-09-28 18:23:48 +00:00
Patrick Linskey dbc7cec446 updated build site to include more timestamp information; removed some documentation-related stuff from pom files
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@571595 13f79535-47bb-0310-9956-ffa450edef68
2007-08-31 21:28:04 +00:00
Patrick Linskey fefe7f2df1 added Catalina to committer list
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@571258 13f79535-47bb-0310-9956-ffa450edef68
2007-08-30 18:01:00 +00:00
Marc Prud'hommeaux 614c53df58 Merging changes from 1.0.x branch into trunk (from branch point 567935:HEAD)
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@570908 13f79535-47bb-0310-9956-ffa450edef68
2007-08-29 19:37:59 +00:00
Marc Prud'hommeaux c70bee2898 Changed trunk version to be 1.1.0-SNAPSHOT (was 1.0.0-SNAPSHOT)
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@570465 13f79535-47bb-0310-9956-ffa450edef68
2007-08-28 16:03:23 +00:00
Marc Prud'hommeaux 4463c743f0 Changed repository urls to deploy to the local site build.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@566021 13f79535-47bb-0310-9956-ffa450edef68
2007-08-15 04:30:31 +00:00
Marc Prud'hommeaux ecc36a0f37 Build system work in preparation for 1.0.0 release; fixed some missing license headers; added maven ARAT plugin
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@565955 13f79535-47bb-0310-9956-ffa450edef68
2007-08-14 22:39:55 +00:00
Patrick Linskey 61c0800712 allow username info to be passed in to deploy step
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@560665 13f79535-47bb-0310-9956-ffa450edef68
2007-07-29 03:52:05 +00:00
Marc Prud'hommeaux 8b5a7f68a0 OPENJPA-244 Fixed some formatting inconsistencies with the patch for OPENJPA-244
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@553010 13f79535-47bb-0310-9956-ffa450edef68
2007-07-03 22:42:39 +00:00
Michael Dick 0c517d163e OPENJPA-244 committing on behalf of Albert
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@552996 13f79535-47bb-0310-9956-ffa450edef68
2007-07-03 21:55:29 +00:00
David J. Wisneski 8bf89a655a OPENJPA-240, packaging/renaming/JAXB dependency cleanups
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@548834 13f79535-47bb-0310-9956-ffa450edef68
2007-06-19 19:44:58 +00:00
David J. Wisneski a4e1584fe3 OPENJPA-240 Feature:Persistent field mapping support for XML column type.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@547836 13f79535-47bb-0310-9956-ffa450edef68
2007-06-16 00:01:50 +00:00
David J. Wisneski 04b873a449 OPENJPA-240 Feature:Persistent field mapping support for XML column type.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@547834 13f79535-47bb-0310-9956-ffa450edef68
2007-06-15 23:45:28 +00:00
Marc Prud'hommeaux 3599a48964 Moving version to 1.0.0-SNAPSHOT as a result of mailing list vote
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@541929 13f79535-47bb-0310-9956-ffa450edef68
2007-05-26 19:18:37 +00:00
Marc Prud'hommeaux e5cc6d8f80 Changed reference to svn repository from incubator repos to TLP one.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@540830 13f79535-47bb-0310-9956-ffa450edef68
2007-05-23 03:40:15 +00:00
Marc Prud'hommeaux 0e19b714ac Changed version from 0.9.8-incubating-SNAPSHOT to 0.9.8-SNAPSHOT to reflect move from incubation to TLP
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@540829 13f79535-47bb-0310-9956-ffa450edef68
2007-05-23 03:36:05 +00:00
Marc Prud'hommeaux a92785fea6 OPENJPA-194 Changed openjpa-all-VERSION.jar to be just openjpa-VERSION.jar, and changes openjpa-project-VERSION.zip to be apache-openjpa-VERSION.zip
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@536693 13f79535-47bb-0310-9956-ffa450edef68
2007-05-09 22:23:54 +00:00
Craig Russell 33aa3cb59f ran mvn install; seems to work
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@535378 13f79535-47bb-0310-9956-ffa450edef68
2007-05-04 20:50:24 +00:00
Marc Prud'hommeaux 9b05b6305d Added the ability to use the YDoc UML doclet by enabling the "ydoc-profile" when bulding docs.
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@531262 13f79535-47bb-0310-9956-ffa450edef68
2007-04-22 20:11:11 +00:00
Marc Prud'hommeaux ce3abf8a7b Added the ability to use the YDoc UML doclet by enabling the "ydoc-profile" when bulding docs.
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@531242 13f79535-47bb-0310-9956-ffa450edef68
2007-04-22 18:02:43 +00:00
Marc Prud'hommeaux 9b43b9d308 Specify that we should only include org.apache.openjpa packages in the javadoc so we don't accidentally include an of the example code.
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@531077 13f79535-47bb-0310-9956-ffa450edef68
2007-04-21 18:28:12 +00:00
Marc Prud'hommeaux 640cddad04 Updated license headers to be in accordance with http://www.apache.org/legal/src-headers.html
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@528881 13f79535-47bb-0310-9956-ffa450edef68
2007-04-14 21:50:17 +00:00
Michael Dick 7fd119e840 updating trunk version
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@526476 13f79535-47bb-0310-9956-ffa450edef68
2007-04-07 19:54:18 +00:00
Marc Prud'hommeaux 15e1289b95 OPENJPA-193 Added 'tck-profile' profile flag that enables running the JPA TCK as part of the integration-test phase
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@526287 13f79535-47bb-0310-9956-ffa450edef68
2007-04-06 21:19:53 +00:00
Patrick Linskey fe900d97fe by default, our build should not try to run the TCK build. Or, at least, it should not fail if the TCK isn't present, which was the behavior prior to this patch.
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@523613 13f79535-47bb-0310-9956-ffa450edef68
2007-03-29 07:59:37 +00:00
Marc Prud'hommeaux 3a5d06436c OPENJPA-186 Forced the version of maven-surefire-plugin to be 2.2 due to building issues with 2.3
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@523398 13f79535-47bb-0310-9956-ffa450edef68
2007-03-28 16:28:09 +00:00
Marc Prud'hommeaux 1da2bd7240 Added useSystemClassLoader, which is required for maven-surefire-plugin version 2.3
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@518020 13f79535-47bb-0310-9956-ffa450edef68
2007-03-14 05:10:07 +00:00
Marc Prud'hommeaux 01eddbee80 Removed dev.java.net repository since we no longer need it.
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@506902 13f79535-47bb-0310-9956-ffa450edef68
2007-02-13 08:17:45 +00:00
Marc Prud'hommeaux e4bf0444a4 Added openjpa-integration/tck/pom.xml which can be used to run the JPA TCK (provided it exist locally) against the OpenJPA build.
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@501356 13f79535-47bb-0310-9956-ffa450edef68
2007-01-30 09:37:59 +00:00
Marc Prud'hommeaux 49857ff1e8 Added 'openjpa.loglevel' property to build which allows one to control the verbosity of logging via the system property. Also added various profiles for testing different databases (test-derby, test-hsqldb, test-mysql, test-postgresql, test-sqlserver, test-sybase, and test-custom)
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@496880 13f79535-47bb-0310-9956-ffa450edef68
2007-01-16 22:26:04 +00:00
Marc Prud'hommeaux 99bd6a7b54 Added DISCLAIMER.txt to the built jar files along with NOTICE.txt and LICENSE.txt.
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@477458 13f79535-47bb-0310-9956-ffa450edef68
2006-11-21 01:29:57 +00:00
Marc Prud'hommeaux fff0cd889a Specify that LCIENSE.txt and NOTICE.txt files should be included in the META-INF/ sub-directory of all generated jar files.
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@475976 13f79535-47bb-0310-9956-ffa450edef68
2006-11-16 23:25:30 +00:00
Marc Prud'hommeaux 3e8f9d931a Updated to version 0.9.7-incubating-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@474069 13f79535-47bb-0310-9956-ffa450edef68
2006-11-12 22:28:45 +00:00
Marc Prud'hommeaux 813bb89223 Updated to version 0.9.6-incubating
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@474050 13f79535-47bb-0310-9956-ffa450edef68
2006-11-12 21:36:52 +00:00
Marc Prud'hommeaux ef56f8281b Updated to version 0.9.7-incubating-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@473962 13f79535-47bb-0310-9956-ffa450edef68
2006-11-12 12:59:24 +00:00
Marc Prud'hommeaux ead07f40c0 Rolled back to 0.9.6-incubating to re-run the release process; fixed licenses in NOTICE.txt; added license headers to files where they were missing; removed sun.misc.Perf class, since we are no longer supporting JDK 1.3 (and it is only unavailable in 1.3 and lower)
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@473939 13f79535-47bb-0310-9956-ffa450edef68
2006-11-12 11:44:59 +00:00
Patrick Linskey de3f43a5cd moved to JDK1.4
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@473448 13f79535-47bb-0310-9956-ffa450edef68
2006-11-10 19:44:47 +00:00
Marc Prud'hommeaux cf56e213a9 Updated to version 0.9.7-incubating-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@472718 13f79535-47bb-0310-9956-ffa450edef68
2006-11-09 00:41:04 +00:00
Marc Prud'hommeaux 0e02efdfbf Updated version to 0.9.6-incubating in hopes of having a release
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@472238 13f79535-47bb-0310-9956-ffa450edef68
2006-11-07 20:34:03 +00:00
Marc Prud'hommeaux 1355d880ac Force maven-javadoc-plugin to use version 2.1, since it works around a problem with the 2.0 version of the plugin that doesn't add dependencies to the doc class path.
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@469341 13f79535-47bb-0310-9956-ffa450edef68
2006-10-31 02:28:47 +00:00