Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-12-07refactoring for oxm - checkpointPaul Fullbright42-1165/+935
2012-11-16Bug 394418 - NPEs in log of EclipseLink JAXB tests, locally and in buildKaren Butzke1-1/+2
2012-11-13made SCHEMA_LOCATIONS finalKaren Butzke1-1/+1
2012-11-06fixing some test failures resulting in my regenerating out emf modelsv201211062137Karen Butzke1-7/+3
2012-11-02regenerated emf model codeKaren Butzke2-9/+5
2012-10-30Added backpointer to ELJaxbPackage->OxmFile relationshipPaul Fullbright3-8/+33
2012-10-30Added package validation to oxm filesPaul Fullbright4-9/+46
2012-10-30Removed oxm file version constraintPaul Fullbright2-12/+1
2012-10-24Added implied packages and type name validation on OxmJavaTypesv201210242344Paul Fullbright10-44/+206
2012-10-17Add oxm java types to project explorerPaul Fullbright3-3/+14
2012-10-12make property testers consistentBrian Vosburgh1-1/+1
2012-10-11Merged with tools changesv201210121945Paul Fullbright3-7/+22
2012-10-11Added java types to xml bindings and name to java typePaul Fullbright6-11/+248
2012-10-11Added OxmJavaType/ImplPaul Fullbright2-0/+55
2012-10-11rework utility classesBrian Vosburgh34-153/+162
2012-10-09Bug 391462 - fixed initialization/synchronization of SourceAnnotation subclas...Karen Butzke2-23/+5
2012-10-04removed JavaContextNode and refactored java interfaces into java packagev201210042332Paul Fullbright15-84/+84
2012-10-02xml bindings context modelv201210030343Paul Fullbright12-122/+515
2012-09-25Added ordering to oxm filesPaul Fullbright1-7/+24
2012-09-25Added package name to syncPaul Fullbright2-0/+13
2012-09-25Re-interfaced oxm context modelPaul Fullbright5-146/+180
2012-09-25Oxm file version validationPaul Fullbright3-7/+60
2012-09-19added oxm files to context modelPaul Fullbright12-63/+522
2012-09-06Correctly fixed java code completion filteringKaren Butzke3-3/+3
2012-09-05Removed (again)Paul Fullbright1-49/+0
2012-09-01support for versionless xml filesPaul Fullbright33-124/+312
2012-08-29refactored completion proposal methods to be identical in xml and javaKaren Butzke12-68/+38
2012-08-27Bug 376595 - stop building CompilationUnitKaren Butzke20-87/+96
2012-08-22caching TextRanges in the JAXB java resource model Annotation hierarchyKaren Butzke18-124/+158
2012-08-20Initial oxm resource modelPaul Fullbright56-0/+33272
2012-07-20rework plug-in classesbvosburgh4-88/+52
2012-07-20begin caching text ranges in JAXB annotationskmoore11-30/+47
2012-07-18Bug 376787 - Performance - JavaResourceAnnotatedElement.getAnnotation(String)...kmoore2-2/+6
2012-07-18performance improvements - initialize/synchronize Annotations with the AST an...kmoore8-49/+91
2012-07-12Changes to resource model to incorporate new TypeBinding APIpfullbright1-1/+10
2012-04-13bug 376737 - fixed ArrayIndexOutOfBoundsException for XmlPath annotationpfullbright5-6/+20
2012-04-12bugs 331362 and 376656 - added actions for adding package-info.java/jaxb.prop...pfullbright1-0/+47
2012-04-03bug 366900 - XmlKey supportpfullbright13-0/+564
2012-04-03bug 366901 - XmlJoinNode supportpfullbright9-20/+762
2012-04-03bug 366898 - XmlDiscriminatorNode supportpfullbright1-1/+1
2012-04-03bug 366897 - XmlCDATA supportpfullbright9-6/+258
2012-04-03minor changespfullbright2-2/+2
2012-03-27fixes for namespaces of local attribute/elementspfullbright1-3/+3
2012-03-22added interfacepfullbright2-1/+33
2012-03-07XmlJoinNode/s mapping tolerancepfullbright4-2/+118
2012-03-02XmlDiscriminatorValue context model supportpfullbright6-2/+246
2012-03-01added commentspfullbright7-7/+84
2012-03-01XmlDiscriminatorNode context model supportpfullbright5-1/+400
2012-03-01removed dead codepfullbright1-2/+0
2012-02-29XmlDiscriminatorNode, XmlDiscriminatorValue, XmlJoinNode/s annotation supportpfullbright15-1/+1143

Back to the top