Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/jpa
AgeCommit message (Collapse)AuthorFilesLines
2016-01-15[460406][485375] fix NPE in Project Explorer (just about anything willBrian Vosburgh1-4/+7
adapt to IProject)
2016-01-14[468637] fix StackOverflowError when type hierarchy has a cycleBrian Vosburgh6-17/+17
2016-01-13clean up some JavaDocBrian Vosburgh1-2/+2
2016-01-13[466421] pass IProgressMonitor to JpaFactory.buildJpaProject(...) soBrian Vosburgh13-71/+140
user can cancel "Build JPA Project" job
2016-01-04clean up JpaContextModel.update(...)Brian Vosburgh7-16/+16
2016-01-04clean up JpaContextModel.synchronizeWithResourceModel(...)Brian Vosburgh49-195/+196
2015-12-24fix compiler warnings in AbstractJpaContextModelBrian Vosburgh1-7/+7
2015-12-24pass IProgressMonitor toBrian Vosburgh226-830/+872
JpaContextModel.synchronizeWithResourceModel(...)
2015-12-23add SpecifiedOrmPersistentType.getDefaultDefaultAccess()Brian Vosburgh1-12/+10
2015-12-23add null check to AbstractJpaProject.getJavaResourcePackage(String)Brian Vosburgh1-1/+3
2015-12-23tweak AbstractJpaProject.update(...)Brian Vosburgh1-1/+6
2015-12-23pass IProgressMonitor to JpaContextModel.update(...)Brian Vosburgh232-1201/+1438
2015-12-22fix compiler warnings in GenericJpaFileBrian Vosburgh1-4/+5
2015-12-21[482134] bump jpa.gen bundle version past maintenance branch versionsBrian Vosburgh2-3/+3
2015-12-09fix comparator compiler warningsBrian Vosburgh1-2/+2
2015-12-08change Java attribute change notification to virtual attribute fromBrian Vosburgh37-257/+170
listener to explicit notification; removed vestigial dispose() methods
2015-12-08various minor changes (comments, generics, etc.)Brian Vosburgh6-41/+37
2015-12-03remove JavaConverter.dispose() - apparently no longer neededBrian Vosburgh9-30/+9
2015-11-19[482134] clear up ArrayTools APIBrian Vosburgh5-24/+40
2015-11-18[482134] bump version for org.apache.commons.collectionsBrian Vosburgh2-2/+2
2015-10-27[480552] Adapt to DTP 2 version structureBrian Vosburgh3-8/+8
2015-10-09upgrade to JavaSE-1.8Brian Vosburgh42-85/+72
2015-09-24[476150] fix tests that fail with move to Java 1.8Brian Vosburgh3-15/+38
2015-09-23major rework of collections, stacks, queues, and dequesBrian Vosburgh37-106/+106
2015-07-16rework ListenerListBrian Vosburgh3-5/+8
2015-06-01465988 - JptJpaCoreModelTests reported 2 Junit failures on WTP buildsR3_5_1R3_5_0Tran Le1-0/+21
2015-05-30Update Dali SDK feature.Neil Hauge2-2/+2
2015-05-29[460094] Update feature to clear cache in build.Neil Hauge2-2/+2
2015-05-20465989 - JptJpaCoreResourceModelTests reported 41 Junit failures on WTPTran Le1-21/+0
builds
2015-05-19465990 - JptJpaEclipseLinkCoreResourceModelTests reported 1 failure inTran Le1-1/+1
WTP 3.7.0 build.
2015-05-07465988 - JptJpaCoreModelTests reported 2 Junit failures on WTP builds Tran Le1-289/+291
2015-01-16[457630] Fix version number updates.Neil Hauge1-1/+1
2015-01-15[457630] Fix version number updates.Neil Hauge1-1/+1
2014-10-24446475 - Update version numbers for 3.6.2 / 3.4.2Tran Le2-2/+2
2014-09-11[443848] Update version numbers for 3.6.1 / 3.4.1.R3_4_1aNeil Hauge4-4/+4
2014-08-27[442525] change pom to debug referenced issue.Neil Hauge1-0/+3
2014-08-20[442169] Update ASM version for new version of o.e.persistence.dbws.Neil Hauge1-1/+1
2014-08-19Update pom's for new version of EclipseLink.Neil Hauge1-1/+1
2014-05-08433924 - Update Oracle copyrightv201405081709Tran Le8-16/+16
2014-05-08433924 - Update Eclipse licensesTran Le4-4/+4
2014-05-08433924 - Increments license features to 1.0.1Tran Le6-6/+6
2014-04-11431961 - [CBI] Enable JUnit tests for dali jpa and jaxbTran Le3-6/+187
2014-01-22424861 - Exclude source files for javax.wsdl and javax.persistencev201401221940Tran Le1-1/+1
2013-12-05Fix bug#417353 - Update JPQL validation messages due to changes made to ↵Pascal Filion1-2/+2
validation from bug#416941
2013-12-02Bug 422806 - Typo in 'Make persistent' wizardv201312050012Nan Li1-1/+1
2013-11-15Bug 417120 - [hotbug][regression]JPT Catalog layer should be optionalNan Li1-4/+9
2013-11-14Bug 421555 - Schema information not displayed for SQL databaseNan Li1-11/+31
2013-10-14419257 - Pom version updatesv201310142259Tran Le25-25/+25
2013-09-26415647 - fixes for precision and scaleNan Li1-2/+4
2013-09-24Fixed CIB build version errorsv201309241700Tran Le25-42/+42

Back to the top