Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-07-20change JavaResourceAnnotationElement.getNameTextRange API to not use Compilat...kmoore4-6/+6
2012-07-18performance improvements - initialize/synchronize Annotations with the AST an...kmoore30-348/+463
2012-07-13322550 - JAXB Class Generation wizard should display the default packagetle1-0/+27
2012-07-13352865 - SQL script generation does not open the generated scripttle4-140/+20
2012-07-12Changes to resource model to incorporate new TypeBinding APIpfullbright12-30/+30
2012-05-10bug 369684 - added library install delegate disposalspfullbright2-14/+18
2012-04-25completed package level annotation content assistpfullbright3-49/+111
2012-04-18made ArrayIndexOutOfBoundsException throwing consistentpfullbright4-5/+14
2012-04-12bugs 331362 and 376656 - added actions for adding package-info.java/jaxb.prop...pfullbright3-2/+94
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 supportpfullbright1-0/+11
2012-04-03added hasTextContent() to XsdTypeDefinitionpfullbright1-4/+1
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 packagepfullbright2-0/+11
2012-03-21moved cancellation check firstpfullbright1-3/+5
2012-03-01[372431] rework "combination" annotationsbvosburgh5-36/+41
2012-02-24XmlPath supportpfullbright1-3/+17
2012-02-24XmlMixed should be allowed with XmlElementRefpfullbright1-1/+2
2012-02-24fixed validation when using "##default" stringspfullbright1-3/+11
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 JaxbPreferencesManagertle1-0/+276
2012-02-15Rework validation resources etc.uid84282-85/+113
2012-02-10rework JpaProjectManagerbvosburgh11-283/+430
2012-02-10tweak annotation adaptersbvosburgh1-3/+3
2012-01-18bug 367890 - fixed validation of XmlElement type with XmlJavaTypeAdapter (and...pfullbright3-1/+30
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 hierarchypfullbright9-499/+325
2011-12-16changed to asynchronous sync/updatepfullbright1-2/+4
2011-12-16cosmeticpfullbright1-9/+11
2011-12-02added XmlSchemaType to XmlValueMapping, and added text content validation to ...pfullbright3-25/+165
2011-12-02Added XmlList defaulting, schema type validationpfullbright12-197/+489
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 validationpfullbright2-14/+56
2011-11-11bugs 363103 and 363217 - XmlList and XmlIDREF validation errorspfullbright4-5/+23
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 validationpfullbright3-2/+3
2011-11-02added disposal to SchemaLibrarypfullbright2-0/+13
2011-11-02reworked SchemaLibrary for better usabilitypfullbright12-123/+237
2011-10-28XmlIDREF validation supportpfullbright7-41/+95

Back to the top