Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-10-28Fix jpa editor repository plugin versioningR3_4_maintenancePetya Sabeva2-2/+2
Change-Id: I1486dbeb668a5d2c02bf90283ccff69d8a84c630
2014-10-27448496 - IllegalArgumentException when creating a new entity withPetya Sabeva16-48/+53
the diagram Change-Id: I6fe3ccce53f788a6e6e0b35b436d3463a54be4ee
2014-05-29435957 - [CBI] Set Eclipse-SourceReferences for daliR3_4_1R3_4_0Tran Le1-0/+4
2014-05-08433924 - Update Oracle copyrightv201405081709Tran Le29-58/+58
2014-05-08433924 - Update Eclipse licensesTran Le16-16/+16
2014-05-08433924 - Increments license features to 1.0.1Tran Le25-25/+25
2014-04-11431961 - [CBI] Enable JUnit tests for dali jpa and jaxbTran Le5-10/+417
2014-04-06429892 - [CBI] Enable JUnit tests for dali.common repov201404062226Tran Le3-8/+37
2014-01-22424861 - Exclude source files for javax.wsdl and javax.persistencev201401221940Tran Le2-1/+2
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-15tweak tests to pass on Mac OS Xv201311210251Brian Vosburgh2-142/+155
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-16fix ComparatorToolsTests to use "mm/dd/yyyy" (not "mm/dd/yy") dates(!)v201310170209Brian Vosburgh1-3/+3
2013-10-14419257 - Pom version updatesv201310142259Tran Le74-450/+73
2013-10-11[418822] fix CCE in ControlTools.reflow(Composite)Brian Vosburgh1-2/+1
2013-09-26415647 - fixes for precision and scaleNan Li1-2/+4
2013-09-24Fixed CIB build version errorsv201309241700Tran Le73-124/+124
2013-09-20Fix versions for Luna M2.v201309231612Neil Hauge28-28/+28
2013-09-12add CollectionTools.emptyBag()v201309190527Brian Vosburgh1-0/+10
2013-09-12update common utility tests manifestBrian Vosburgh1-0/+1
2013-09-12347179 - [EclipseLink] [Validation] ID mapping in embeddable validationNan Li2-1/+32
not appearing in EclipseLink platform
2013-09-11415647 - Make Persistent Wizard: java.text.ParseException: UnparseableNan Li1-2/+3
number: ""
2013-09-11removed unused strings introduced by the fix for bug 313618Nan Li2-2/+0
2013-09-09313618 - Entity Generation wizard flashes when you select a table fromv201309102252Nan Li1-28/+11
the checkbox list
2013-09-07415646 - Make Persistent Wizard: Need to set column name each timeNan Li1-0/+1
editing an attribute
2013-09-06415720 - Entities generated from tables don't use line delimiterNan Li2-2/+29
specified for new file line delimiter
2013-08-28377790 - Add action on class to "Add to persistence.xml"v201309041924Nan Li7-0/+420
2013-08-27409323 - Add support for new Informix Platformv201308271956Tran Le4-0/+5
2013-08-27clean up manifestsBrian Vosburgh5-1/+17
2013-08-26add some Comparator testsv201308262207Brian Vosburgh32-220/+797
2013-08-26add various "count" methods to IterableTools and IteratorToolsBrian Vosburgh4-5/+205
2013-08-26add CollectionTools.partition(...)Brian Vosburgh2-0/+127
2013-08-26various implementations and adapters for: Closure, Command, Factory,Brian Vosburgh59-72/+2601
Transformer
2013-08-26add InterruptibleFactory wrapper implementationsBrian Vosburgh27-67/+310
2013-08-26add a bunch of simple Closure implementationsBrian Vosburgh31-49/+1661
2013-08-26rename ParameterizedCommand to ClosureBrian Vosburgh34-277/+296
2013-08-26add MapToolsBrian Vosburgh4-2/+1140
2013-08-26widen generic parm in CollectionTools.filter(...) and .transform(...)Brian Vosburgh1-2/+2
2013-08-26add reverse(...) to StringTools and CharArrayToolsBrian Vosburgh2-0/+20
2013-08-26add InterruptibleTransformer interfaceBrian Vosburgh5-14/+47
2013-08-26add Factory interface and implementationsBrian Vosburgh34-9/+1477
2013-08-26add package o.e.jpt.common.utility.internal.comparator; and moveBrian Vosburgh29-41/+89
appropriate classes to it
2013-08-26add packages o.e.jpt.common.utility.exception andBrian Vosburgh80-152/+204
.utility.internal.exception; and move appropriate interfaces and classes to them
2013-08-26add repeat(...) methods to StringTools, CharArrayTools,Brian Vosburgh10-13/+363
StringBuilderTools, StringBufferTools, and WriterTools
2013-08-26add ClassTools.allSuperclasses(...) and .allInterfaces(...)Brian Vosburgh2-1/+74
2013-08-26add versions of indexOf(...) and lastIndexOf(...) methods that take aBrian Vosburgh10-33/+1175
start index to ArrayTools, ListTools, EnumerationTools, IterableTools, IteratorTools
2013-08-26add ObjectTools.identityToString(Object) andBrian Vosburgh2-0/+26
StringBuilderTools.appendIdentityToString(StringBuilder, Object)
2013-08-26add more info to Bag method commentsBrian Vosburgh1-0/+6

Back to the top