Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-10rework JpaProjectManagerbvosburgh1-2/+2
2012-01-12XmlPath context model testing for xml any attribute/xml any element/xml eleme...pfullbright5-0/+527
2012-01-09testing for xml path on xml attribute and xml element mappingspfullbright3-0/+356
2011-12-22Added tests of required jarstle3-8/+41
2011-12-21Restored jdk 1.6tle1-0/+2
2011-12-20Added Jaxb Eclipselink Teststle3-1/+72
2011-12-20Added javax.xml.bind jartle1-3/+3
2011-12-16changed system property for eclipselink.jarpfullbright3-10/+10
2011-12-16XmlPath annotation testspfullbright2-0/+163
2011-12-16reworked test jar dependenciespfullbright14-30/+341
2011-12-02tests for XmlListpfullbright1-0/+157
2011-12-02Added XmlList defaulting, schema type validationpfullbright2-58/+254
2011-11-11added factory class default and XmlType constructor validationpfullbright1-8/+12
2011-11-02reworked SchemaLibrary for better usabilitypfullbright1-8/+8
2011-10-27made some xsd schema util api changespfullbright1-9/+9
2011-10-25Jaxb enum validationpfullbright1-21/+27
2011-10-11refactored JaxbPersistentType/TransientType/Registry to JaxbType, JaxbTypeMap...pfullbright23-2325/+2108
2011-09-13XmlElementRef(s) and XmlElementDecl validationpfullbright4-65/+254
2011-08-26removed ANNOTATION_NAME from annotation interfacespfullbright18-405/+387
2011-08-26XmlElementRefsMapping context model and testspfullbright1-289/+241
2011-08-25XmlMixed support and testspfullbright4-8/+522
2011-08-25added default name testingpfullbright1-3/+75
2011-08-23changed "SchemaComponentRef" -> "QName"pfullbright9-232/+232
2011-08-22XmlElementRef base context modelpfullbright2-0/+444
2011-08-22added 'required' support to XmlElementRef annotationpfullbright1-0/+45
2011-08-15refactored XmlElement out to its own component; added XmlElements model and v...pfullbright10-165/+765
2011-08-05Update plugin version numbers for 3.1 M1.nhauge1-1/+1
2011-08-01consolidation of the java resource model for JAXB and JPA. Changing API to I...kmoore4-204/+8
2011-08-01No need to check isMapped() for a superclass, references are automatically ma...kmoore1-2/+2
2011-07-13refactored JaxbPersistentAttribute to delegate to an Accessor instead of usin...kmoore1-18/+18
2011-06-30added schema component ref impl for @XmlSchemaTypepfullbright2-58/+58
2011-06-29added schema component ref impl to xml root element and xml typepfullbright4-112/+110
2011-06-29added schema component ref annotation and context model supportpfullbright2-40/+40
2011-06-27Phase 1 - refactoring java resource model to org.eclipse.jpt.common.*pfullbright3-8/+8
2011-06-27moved JAXB resource model to common so that we can share it with JPA. changed...kmoore58-104/+104
2011-05-11bug 343851 - minimal support for XmlElements, XmlElementRef, XmlElementRefs, ...pfullbright5-121/+816
2011-05-11bug 343851 - minimal support for XmlElements, XmlElementRef, XmlElementRefs, ...pfullbright15-0/+582
2011-04-11jaxb.properties file support testingpfullbright2-0/+77

Back to the top