Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-04-08JAXB EclipseLink 2.5 platformPaul Fullbright1-2/+2
2013-03-13oxm java attributes support - initial contributionPaul Fullbright20-182/+186
2013-03-06post-rebase clean-upBrian Vosburgh1-0/+1
2013-02-11remove extra Iterator and Iterable constructorsBrian Vosburgh70-446/+447
2013-02-08xml-enum value testing (and bug fix)Paul Fullbright1-1/+90
2013-02-08fixed getValue testsPaul Fullbright1-2/+2
2013-02-08xml enum supportPaul Fullbright4-18/+268
2013-02-08oxm xml-root-element supportPaul Fullbright1-0/+92
2013-02-08fixed casting problemPaul Fullbright1-3/+4
2013-02-08added default xml see also behavior to OXM type mappingsPaul Fullbright2-2/+94
2013-02-08superclass and superclass-associated defaultsPaul Fullbright1-0/+224
2013-02-08superclass testsPaul Fullbright1-0/+27
2013-02-08super-type namePaul Fullbright1-1/+71
2013-01-29Added oxm implementation of XmlSeeAlsoPaul Fullbright2-0/+152
2013-01-29oxm context model - java-type name and namespace checkpointPaul Fullbright5-39/+529
2013-01-28clean up utility classes (iterables and iterators in particular); addBrian Vosburgh1-16/+3
lots of Transformers
2013-01-11tweak the JAXB facet version constants againBrian Vosburgh2-3/+4
2013-01-11rework constantsBrian Vosburgh12-126/+123
2013-01-08[395211] fix shutdown deadlock etc.Brian Vosburgh1-2/+3
2012-12-10reorged; added xmlTransient/included attributes testsPaul Fullbright1-232/+349
2012-12-10cleaning up warnings - @SuppressWarnings("nls"), etcKaren Butzke40-60/+151
2012-12-10JavaResourceAnnotatedElement.Kind renamed to ↵Karen Butzke1-2/+2
JavaResourceAnnotatedElement.AstNodeType
2012-12-07refactoring for oxm - checkpointPaul Fullbright34-593/+583
2012-12-07strip version restraints from test bundle manifestsBrian Vosburgh2-26/+26
2012-10-24Added implied packages and type name validation on OxmJavaTypesv201210242344Paul Fullbright2-7/+17
2012-10-12return Iterable instead of array from CompositeException.getExceptions()Brian Vosburgh1-1/+2
2012-10-11Merged with tools changesv201210121945Paul Fullbright2-21/+39
2012-10-11Added java types to xml bindings and name to java typePaul Fullbright3-0/+234
2012-10-11rework utility classesBrian Vosburgh89-732/+1605
2012-10-04removed JavaContextNode and refactored java interfaces into java packagev201210042332Paul Fullbright1-39/+39
2012-10-02xml bindings context modelv201210030343Paul Fullbright4-0/+401
2012-09-19added oxm files to context modelPaul Fullbright3-2/+72
2012-09-05Update version numbers for 3.3 M2.Neil Hauge2-2/+2
2012-08-20Initial oxm resource modelPaul Fullbright3-1/+75
2012-08-01.cvsignore -> .gitignorePaul Fullbright4-2/+2
2012-07-20rework plug-in classesbvosburgh18-161/+208
2012-04-18made ArrayIndexOutOfBoundsException throwing consistentpfullbright8-184/+153
2012-04-03bug 366900 - XmlKey supportpfullbright4-0/+257
2012-04-03bug 366901 - XmlJoinNode supportpfullbright3-0/+409
2012-04-03bug 366897 - XmlCDATA supportpfullbright1-0/+109
2012-04-03change required JUnit bundle version to 4.0.0bvosburgh2-2/+2
2012-03-20added new packages to the manifest export-packageskmoore1-3/+5
2012-03-15Update version numbers for 3.2 M6nhauge1-1/+1
2012-03-02XmlDiscriminatorValue context model supportpfullbright3-0/+185
2012-03-01XmlDiscriminatorNode context model supportpfullbright3-1/+233
2012-02-29XmlDiscriminatorNode, XmlDiscriminatorValue, XmlJoinNode/s annotation supportpfullbright4-0/+432
2012-02-24XmlCDATA annotation supportpfullbright3-0/+89
2012-02-24fixed failing testpfullbright1-1/+1
2012-02-21Refactored preferences support with JaxbPreferencesManagertle1-1/+2
2012-02-20Refactored preferences support with JaxbPreferencesManagertle1-1/+2

Back to the top