Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-02-12Bug 543814 - update copyrights and EPL v1 license to EPL 2.0 [first pass]nickboldt186-470/+828
2016-01-14[468637] fix StackOverflowError when type hierarchy has a cycleBrian Vosburgh1-9/+9
2015-11-19[482134] clear up ArrayTools APIBrian Vosburgh2-22/+22
2015-09-23major rework of collections, stacks, queues, and dequesBrian Vosburgh2-4/+4
2015-01-15Change line endings.Neil Hauge1-32/+32
2013-06-17begin model delegate workBrian Vosburgh8-9/+16
2013-05-15Check for all blank strings before checking package name (Bug 408174)v201305152244Paul Fullbright1-1/+1
2013-05-14Fix for default namespaces in xpath (bug 381380)Paul Fullbright4-52/+186
2013-04-29fixed jaxb content assist (bug 403390)v201304300138Paul Fullbright20-58/+190
2013-04-16[293835] add EclipseLink validation severity preferences page andBrian Vosburgh1-19/+2
2013-04-09added "not latest version" validationPaul Fullbright2-0/+31
2013-04-08JAXB EclipseLink 2.5 platformPaul Fullbright4-0/+78
2013-04-08oxm xml file wizardPaul Fullbright10-3/+306
2013-03-26refactor common.core Tools classesBrian Vosburgh1-5/+5
2013-03-26clean up PredicatesBrian Vosburgh3-14/+20
2013-03-26clean up TransformersBrian Vosburgh1-6/+15
2013-03-19MOXy allows multiple element names in XmlElementsPaul Fullbright1-4/+2
2013-03-19added XmlElementRef(s) as valid backpointers (forwardpointers) forPaul Fullbright1-0/+2
2013-03-19only validate java class if there is no oxm mapping for itPaul Fullbright1-0/+5
2013-03-19fixed validation error when there is no schema against which to validatePaul Fullbright1-1/+6
2013-03-13clean up PredicateBrian Vosburgh1-1/+2
2013-03-13clean up TextRangeBrian Vosburgh1-1/+2
2013-03-13oxm java attributes support - initial contributionPaul Fullbright98-254/+2174
2013-03-13reworked access typePaul Fullbright2-28/+56
2013-02-22move default severity into ValidationMessageBrian Vosburgh15-59/+61
2013-02-21convert Filter implementations to PredicatesBrian Vosburgh1-2/+1
2013-02-21convert Filter to PredicateBrian Vosburgh1-3/+3
2013-02-20re-arrange validation message method parms to place args alongside theBrian Vosburgh14-60/+87
2013-02-20convert JAXB to new validation messagesBrian Vosburgh16-271/+133
2013-02-14moved OxmTypeName to top level, fixed empty string bugPaul Fullbright3-51/+72
2013-02-14added xml enums to type mapping mapPaul Fullbright1-1/+9
2013-02-11standardize EclipseLink jaxb validation message class etc.Brian Vosburgh14-112/+113
2013-02-11standardize jaxb validation message class etc.Brian Vosburgh2-12/+12
2013-02-11merge changesBrian Vosburgh2-2/+2
2013-02-11remove extra Iterator and Iterable constructorsBrian Vosburgh7-21/+16
2013-02-08xml-enum value testing (and bug fix)Paul Fullbright1-3/+3
2013-02-08xml enum supportPaul Fullbright6-7/+389
2013-02-08cleaned up importsPaul Fullbright5-27/+26
2013-02-08oxm xml-root-element supportPaul Fullbright5-20/+380
2013-02-08fixed initialization problemPaul Fullbright1-1/+2
2013-02-08added default xml see also behavior to OXM type mappingsPaul Fullbright2-23/+73
2013-02-08superclass and superclass-associated defaultsPaul Fullbright2-14/+38
2013-02-08prevent default-valued attributesPaul Fullbright1-0/+5
2013-02-08super-type namePaul Fullbright3-9/+139
2013-02-07remove obsolete FilteringIterable constructorBrian Vosburgh1-19/+22
2013-01-31rework FilterIterator etc.Brian Vosburgh1-4/+3
2013-01-30remove obsolete CompositeIterable constructorBrian Vosburgh8-62/+71
2013-01-30rework clone iterables and iterators etc.Brian Vosburgh5-34/+35
2013-01-29Added oxm xmlSeeAlso to context dancePaul Fullbright7-38/+147
2013-01-29Added oxm implementation of XmlSeeAlsoPaul Fullbright5-10/+181

Back to the top