Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2011-11-03This commit was manufactured by cvs2svn to create tag 'v201111030001'.v201111030001nhauge1008-239081/+0
2011-11-01change method to protected for subclassingkmoore1-1/+1
2011-10-27Debug mode should be false.nhauge1-1/+1
2011-10-25revert fix for bug 310720 as it was causing other worse IndexOutOfBounds exce...kmoore2-42/+2
2011-10-25updated schema (EclipseLink added MultitenantType.VPD to the schema in 2.3.1)kmoore1-1/+9
2011-10-21added a constructor that builds a null control Transformerkmoore1-13/+30
2011-10-20bug 310720 - fixing IndexOutOfBoundsException with Override Default check box...kmoore2-2/+42
2011-10-19fixed problem with arrays and illegal/unexpected expressions. return empty a...pfullbright2-5/+6
2011-10-19added IndexedConversionDeclarationAnnotationElementAdapter usage to testspfullbright1-7/+8
2011-10-19support for indexed values within elementspfullbright7-10/+168
2011-10-19Update version for 3.1M3.nhauge1-1/+1
2011-10-18removed eclipselink_orm_2_4.xsd schema, it will not yet be released when Dali...kmoore2-5580/+1
2011-10-14[310876] [321736] - Add "do not show again" option on applicable Dali dialogs...nhauge4-0/+115
2011-10-11Bug 360554 - NPE when changing a class to an enum (or enum to class)kmoore2-7/+26
2011-09-21bug 357948 - Annotations added via the context model were not being initializedkmoore1-0/+1
2011-09-20357691- issue with removing a container annotation and it still exists in our...kmoore1-1/+6
2011-09-19added getParameterTypeName(int index) to apipfullbright3-107/+140
2011-09-19356226 - [EclipseLink] 2.4 platform support including eclipselink-orm.xsdkmoore1-1/+57
2011-09-14354013 - partial single-table multitenancy support - supporting specified mul...kmoore3-0/+23
2011-09-02updated orm resource model for the 2.4 eclipselink-orm.xml schemakmoore2-1/+5528
2011-09-01clean up generator, query, and EclipseLink converter codebvosburgh1-0/+49
2011-08-25added compilation unit creation methodpfullbright1-0/+4
2011-08-16added check for type being subtype of itself, and testpfullbright2-3/+13
2011-08-16added more testspfullbright1-0/+10
2011-08-16changed JDTTools.typeNamedImplementsInterfaceNamed(..) to typeIsSubType(..) a...pfullbright3-39/+99
2011-08-15added support for arrays and genericspfullbright11-89/+489
2011-08-09lost a few of Brian's changes related to validation virtual atributes when co...kmoore2-11/+22
2011-08-08Update plugin versions for M1.nhauge3-3/+3
2011-08-08fixed annotation removal code when changing the primary annotationkmoore1-11/+14
2011-08-05Update feature version numbers for 3.1 M1.nhauge5-6/+6
2011-08-05Update plugin version numbers for 3.1 M1.nhauge5-5/+5
2011-08-02added @Override for buildASTRoot()kmoore1-0/+1
2011-08-01consolidation of the java resource model for JAXB and JPA. Changing API to I...kmoore50-190/+3403
2011-07-27[351975] Fix NPE's for special characters and unresolved classes. Patch fro...nhauge2-14/+16
2011-07-25updated eclipselink-orm schema for tenant-discriminator-column mistake - bug ...kmoore1-14/+10
2011-07-08singleton toString()sbvosburgh16-237/+693
2011-07-08rework text rangesbvosburgh13-147/+132
2011-07-08add VersionComparatorbvosburgh3-1/+453
2011-07-08add InterruptibleCommand/Executorbvosburgh5-31/+303
2011-07-08add "lateral" iterators and iterablesbvosburgh12-107/+308
2011-06-28changed CombinationIDAA constructor to take DeclarationAnnotationAdapter inte...kmoore1-5/+5
2011-06-28moved NullAnnotation to jpt.common.corekmoore1-0/+77
2011-06-27forgot to export one of the new packageskmoore1-0/+1
2011-06-27moved JAXB resource model to common so that we can share it with JPA. changed...kmoore40-24/+4821
2011-06-24349071 - [EclipseLink] eclipselink 2.3 schemas not up to dateR3_0_0_maintenancekmoore3-7/+39
2011-06-24349031 - [EclipseLink] descriptor customizer validation incorrect when defaul...kmoore1-3/+12
2011-06-24342624 - ASTTools.findTypeInHierarchy() does not handle parameterized type re...kmoore1-1/+1
2011-06-24316022 - NPE refreshing out of sync entity - added null checkskmoore4-6/+18
2011-06-23bug 349175 - fixed ResourceLocation instantiationpfullbright1-2/+1
2011-05-19bug 342987pfullbright2-0/+5

Back to the top