Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-05-10bug 369684 - added library install delegate disposalspfullbright2-14/+18
2012-04-25completed package level annotation content assistpfullbright6-66/+161
2012-04-18made ArrayIndexOutOfBoundsException throwing consistentpfullbright4-5/+14
2012-04-12bugs 331362 and 376656 - added actions for adding package-info.java/jaxb.prop...pfullbright4-3/+109
2012-04-11minor performance tuning to improve update timeskmoore1-6/+4
2012-04-11loosened up to allow for OutputStreamspfullbright1-1/+2
2012-04-03bug 366901 - XmlJoinNode supportpfullbright2-0/+13
2012-04-03added hasTextContent() to XsdTypeDefinitionpfullbright4-4/+14
2012-04-02375216 - JAXB Schema generation fails if classes are in default packagetle1-25/+54
2012-03-27bug 375415 - npe in attribute XmlJavaTypeAdapter validationpfullbright1-2/+2
2012-03-22bug 363862 - DEFAULT interpreted correctlypfullbright2-2/+2
2012-03-21validation for multiple XmlRegistries in a packagepfullbright3-0/+12
2012-03-21moved cancellation check firstpfullbright1-3/+5
2012-03-15Update version numbers for 3.2 M6nhauge1-1/+1
2012-03-08added .xjb file associationpfullbright1-0/+4
2012-03-08added extension point schema to source buildpfullbright1-0/+1
2012-03-01[372431] rework "combination" annotationsbvosburgh5-36/+41
2012-02-24XmlPath supportpfullbright5-29/+50
2012-02-24XmlMixed should be allowed with XmlElementRefpfullbright1-1/+2
2012-02-24fixed validation when using "##default" stringspfullbright2-3/+13
2012-02-24fixed retrieval of XmlID mappings when inheritedpfullbright1-26/+30
2012-02-24fixed eclipselink XmlID attribute type validationpfullbright1-9/+13
2012-02-24fixed eclipselink JAXBElement usagepfullbright5-19/+26
2012-02-20Refactored preferences support with JaxbPreferencesManagertle3-214/+297
2012-02-15Rework validation resources etc.uid84283-87/+120
2012-02-14export ...internal.resource package; mark internal packages x-internalbvosburgh1-2/+3
2012-02-10rework JpaProjectManagerbvosburgh15-349/+536
2012-02-10tweak annotation adaptersbvosburgh1-3/+3
2012-02-10tweak non-UI plug-in classpathsbvosburgh1-0/+1
2012-01-18bug 367890 - fixed validation of XmlElement type with XmlJavaTypeAdapter (and...pfullbright4-9/+36
2012-01-17validation for XmlPath w/ XmlElementspfullbright1-26/+34
2012-01-13validation for XmlPath w/ XmlElement, XmlAttribute and XmlElementWrapperpfullbright8-117/+141
2012-01-12opened up constructor for inheritancepfullbright9-43/+46
2011-12-16refactored value mapping into attribute/element hierarchypfullbright14-528/+346
2011-12-16changed to asynchronous sync/updatepfullbright3-6/+58
2011-12-16cosmeticpfullbright1-9/+11
2011-12-16cleaned up xsd type validationpfullbright3-18/+35
2011-12-02added XmlSchemaType to XmlValueMapping, and added text content validation to ...pfullbright5-27/+177
2011-12-02Added XmlList defaulting, schema type validationpfullbright20-243/+584
2011-11-29added a spacekmoore1-1/+1
2011-11-15bug 363520 - fixed propOrder validation with transient attributespfullbright1-3/+10
2011-11-11363620 - xml enum value invalid lexical value has a null text rangekmoore1-3/+4
2011-11-11added factory class default and XmlType constructor validationpfullbright6-27/+84
2011-11-11bugs 363103 and 363217 - XmlList and XmlIDREF validation errorspfullbright9-5/+85
2011-11-09Bug 363227 - Listener leak in AbstractJptGenerator - remove the launchListene...kmoore2-25/+0
2011-11-08362681 - ConcurrentModificationException while generating JAXB classes - cha...kmoore2-6/+6
2011-11-07parameterized SingleElementIterablekmoore1-1/+1
2011-11-03fixed some potential NPE's for partially built context modelspfullbright8-39/+81
2011-11-03bug 362713 - fixed npe on validationpfullbright4-6/+7
2011-11-02added disposal to SchemaLibrarypfullbright2-0/+13

Back to the top