Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jaxb
AgeCommit message (Expand)AuthorFilesLines
2010-11-09refactored to associate context package with a name, not a resource packagepfullbright9-150/+200
2010-11-09another AnnotationContainer API change, return a ListIterablekmoore8-20/+27
2010-11-09minor change to AnnotationContainer APIkmoore9-32/+12
2010-11-04added XmlJavaTypeAdapter context model supportkmoore9-6/+426
2010-11-04fixed copy/paste errorkmoore1-1/+1
2010-11-04added context model XmlSchemaType support to JaxbPackageInfokmoore14-16/+802
2010-11-03Completed refactoring of ContextContainer to hold the collection and handle c...kmoore4-225/+258
2010-11-02first pass at refactoring ContextContainerTools to hold the collection instea...kmoore3-67/+74
2010-11-02Added XmlSchema xmlns context model support along with testskmoore13-53/+672
2010-11-01JAXB packageInfo XmlSchema context model supportkmoore16-41/+1010
2010-10-29Removed AnnotationDefinitionProvider, other tweakspfullbright22-933/+352
2010-10-29Start of the JAXB context model. Includes some changes from Brian so that we ...kmoore41-771/+2060
2010-10-29(REQUIRES 10/29 I-BUILD) - bug 326960 - removed temporary library provider ch...pfullbright2-13/+18
2010-10-29(REQUIRES 10/29 I-BUILD) - package annotation tests enabled by fix to bug 328400pfullbright2-14/+12
2010-10-28tweaked config/datamodel for karenpfullbright2-58/+83
2010-10-28again on the RootContextNode, forgot the importkmoore1-1/+0
2010-10-28commenting out getRootContextNode temporarilykmoore1-4/+4
2010-10-28adding a preliminary TestJaxbProjectkmoore3-2/+143
2010-10-28added a helper method for getting a JAXB project from the pluginkmoore1-0/+9
2010-10-28328905 - added jaxb 2.1 facet version to fix unit testskmoore1-1/+6
2010-10-28327151 - Schema gen doesn't handle multiple namespacetle6-51/+326
2010-10-27quick spelling correctionpfullbright2-3/+3
2010-10-27JAXB java resource model, copied from JPA and removed JPA specific codekmoore197-808/+5592
2010-10-27added metadata cleanup on facet uninstallpfullbright2-7/+8
2010-10-26Created JaxbProject and JaxbPlatform, completed JaxbProjectManagerkmoore29-67/+4213
2010-10-25added skeleton jaxb project managerpfullbright3-0/+265
2010-10-25added jaxb 2.1 facetkmoore1-0/+1
2010-10-25added jaxb 2.1 facetkmoore6-9/+73
2010-10-22XmlAccessorOrder/TypeAnnotation tests for packagepfullbright5-8/+138
2010-10-22fixed copyrightspfullbright10-0/+90
2010-10-22XmlSchemaType(s) annotations for packages, and testspfullbright9-2/+733
2010-10-21removed XmlJavaTypeAdaptersAnnotationDefinition from the list of attribute an...kmoore1-1/+0
2010-10-21XmlJavaTypeAdapter(s) annotations for packagespfullbright11-147/+449
2010-10-20327915 - JAXB java resource model support for field/method annotationskmoore38-129/+3360
2010-10-20minor formattingkmoore1-0/+1
2010-10-20fixed a javadockmoore1-1/+1
2010-10-20XmlSchema/XmlNs annotation testspfullbright2-0/+247
2010-10-20XmlSchema/XmlNs annotation resource modelpfullbright7-13/+567
2010-10-20refactored resource testcase hierarchypfullbright1-8/+3
2010-10-20327915 - JAXB attribute level annotation resource model supportkmoore68-9/+4511
2010-10-20fix tests in build by not attempting to add the JPA jars to JAXB resource mod...kmoore1-0/+6
2010-10-19fixed plugin-name again, grrkmoore1-1/+1
2010-10-19renamed GenericJaxbJpaAnnotationDefinitionProvider to remove the Jpakmoore2-5/+5
2010-10-19fixed parameter name and added commentkmoore1-4/+8
2010-10-19fix plugin-namekmoore1-2/+2
2010-10-19Project settings suggested by David Williams to specify Java 6tle3-11/+2
2010-10-18updated commentkmoore1-0/+5
2010-10-18added attribute level annotation Stringskmoore1-4/+57
2010-10-18package annotations - tweaked java type adapter annotationspfullbright14-173/+562
2010-10-18Updated feature requirementstle1-5/+0

Back to the top