1. 9d6e2b9 Update to expect maven 3 when creating the site. by Benson Margulies · 13 years ago trunk
  2. 61816ac update POM for current versions, update site. by Benson Margulies · 13 years ago
  3. aad5378 Turn on the uniqueversion things as Maven3 doesn't support it anymore and it's confusing Nexus' maven-metadata calculation by J. Daniel Kulp · 14 years ago
  4. ff0d21f add a mechanism for catching invalid mods to some of the global collections by Benson Margulies · 14 years ago
  5. 3f296f9 relax check we can't really get away with imposing by Benson Margulies · 14 years ago
  6. 6f3f221 Eliminate the obsolete top-level addType method. by Benson Margulies · 14 years ago
  7. 02d249b Javadoc improvements and some minor API cleanup at the top level by Benson Margulies · 14 years ago
  8. bf11cba Add javadoc to emphasize what's going on with element and attribute names, and remove a dud item from the XmlElement. by Benson Margulies · 14 years ago
  9. 8d1594a add comments to clarify the schema slot in XmlSchemaExternal by Benson Margulies · 14 years ago
  10. f82de9d Using the existing schema that the import is added to as the schema is wrong and is producing a circular code path during serializing. Need to talk to Benson about what the intent of this was. by J. Daniel Kulp · 14 years ago
  11. 08eb676 Merged revisions 998751 via svnmerge from by J. Daniel Kulp · 14 years ago
  12. 71d225c Add an interface to give more commonality to the global items with names and ref= by Benson Margulies · 14 years ago
  13. c102394 If a ref= has no target, don't try to resolve it by Benson Margulies · 14 years ago
  14. 1efeb15 add missing convenience method by Benson Margulies · 14 years ago
  15. 72cd0c1 Fix attribute serialization of the form attribute by Benson Margulies · 14 years ago
  16. ce5dc47 Flush some warnings. by Benson Margulies · 14 years ago
  17. cb5b2a1 Some missing public modifiers by Benson Margulies · 14 years ago
  18. 3a27030 fix simple content restriction to store list of more descriptive type by Benson Margulies · 14 years ago
  19. 94350cb Merged revisions 993403 via svnmerge from by J. Daniel Kulp · 14 years ago
  20. de2d1e1 turn off forking to avoid running out of memory. by Benson Margulies · 14 years ago
  21. 4eed73d Set up nexus for snapshots. by Benson Margulies · 14 years ago
  22. 4751407 Remove the ObjectTable, and the dead code for 'attribute uses' in a complex type. by Benson Margulies · 14 years ago
  23. 32fcd2e Remove types no longer needed. by Benson Margulies · 14 years ago
  24. 5ff3f62 XmlSchemaComplexContentExtension modernization. by Benson Margulies · 14 years ago
  25. 754d357 XmlSchemaComplexContentRestriction modernization. by Benson Margulies · 14 years ago
  26. 9df33b2 XmlSchemaComplexType modernization. Add class to capture common use of Attribute by Benson Margulies · 14 years ago
  27. 423f416 XmlSchemaIdentityConstraint modernization. by Benson Margulies · 14 years ago
  28. 758ab97 SimpleContentRestriction modernization. by Benson Margulies · 14 years ago
  29. 15ebb00 Facets changed to collection. by Benson Margulies · 14 years ago
  30. 099aacd Modernization on Redefine and Element. by Benson Margulies · 14 years ago
  31. a9aca9e Remove another use of XmlSchemaObjectCollection, and fix a typo or two. by Benson Margulies · 14 years ago
  32. 8aff28b Fix for the following stack trace: by Davanum Srinivas · 15 years ago
  33. ba3fc56 merge fix to WSCOMMONS-378 to trunk. by Benson Margulies · 15 years ago
  34. 9c549dd WSCOMMONS-463 by Benson Margulies · 15 years ago
  35. 4240e73 Keep chipping away at the use of XmlSchemaObjectCollection. by Benson Margulies · 15 years ago
  36. 5642a33 Change XmlSchemaAnnotation to use List<> instead of XmlSchemaCollection. Introduce common parent class for appInfo and documentation. by Benson Margulies · 15 years ago
  37. d185d7f Merge Dan's WSCOMMONS-460 fix forward. by Benson Margulies · 15 years ago
  38. 6584a87 Blocked revisions 747249,747252,747254-747255,747257,748230,748235,748237 via svnmerge by J. Daniel Kulp · 15 years ago
  39. b3689db Merged revisions 763303 via svnmerge from by J. Daniel Kulp · 15 years ago
  40. f3c0598 Continued refactoring and cleanup. Remove dead concept of validation and compilation. by Benson Margulies · 15 years ago
  41. 5d7c4a3 XmlSchemaGroup refactoring. by Benson Margulies · 15 years ago
  42. 96337f6 Refactoring on the Element element. by Benson Margulies · 15 years ago
  43. b464a84 WSCOMMONS-458, WSCOMMONS-430 for attributes. by Benson Margulies · 15 years ago
  44. cd4a7fd Move attribute groups to 'private'. by Benson Margulies · 15 years ago
  45. ccc7f42 WSCOMMONS-430, WSCOMMONS-458 for Attribute Groups. by Benson Margulies · 15 years ago
  46. 75802dd WSCOMMONS-458 by Benson Margulies · 15 years ago
  47. 7ad7789 Move the w3c test cases and make maven arrangements to avoid copying all of them, put them in the classpath in place. by Benson Margulies · 15 years ago
  48. f4be19e turn on checkstyle in the build. by Benson Margulies · 15 years ago
  49. fabc086 Complete the confused process of moving this test into the 'right' package. by Benson Margulies · 15 years ago
  50. e94e9be Keep trying to create this. by Benson Margulies · 15 years ago
  51. 31b1316 Fix some checkstyle issues. by Benson Margulies · 15 years ago
  52. 16069d5 Neaten up the SchemaBuilder per-thread cache code. by Benson Margulies · 15 years ago
  53. 41c7a05 Update initCache and clearCache to account for multi-threaded case. by Roy Wood · 15 years ago
  54. 82b4071 Merged revisions 741242 via svnmerge from by Benson Margulies · 15 years ago
  55. 0120647 Remove the obsolete two-argument toString methods. These created XML, but not useful or valid XML, since they lacked the context to deal with ref= and the like. by Benson Margulies · 15 years ago
  56. 7519e25 Move the attribute to the ref= discipline. by Benson Margulies · 15 years ago
  57. a3d6c58 Whoops, forgot a checkin. by Benson Margulies · 15 years ago
  58. 774c795 Move the <element> to use the new ref discipline. by Benson Margulies · 15 years ago
  59. 767c3d2 Make more things private instead of default. by Benson Margulies · 15 years ago
  60. 1fa89f3 Finish making all the named objects consistent. by Benson Margulies · 15 years ago
  61. 34b5977 Fix eclipse setup by J. Daniel Kulp · 15 years ago
  62. 6a893ec Notations. by Benson Margulies · 15 years ago
  63. c1361b1 More work on things-with-names. Distinguish the 'name on the wire' of attributes and elements from the 'QName in the collection'. by Benson Margulies · 15 years ago
  64. 3d94c21 Rethink previous commit to recognize role of naming in the XmlSchema scheme of things. by Benson Margulies · 15 years ago
  65. 0ae7319 Begin to introduce 'XmlSchemaNamed' to centralize processing of named objects. Make preparations for by Benson Margulies · 15 years ago
  66. 04f042c Continue to clean up. by Benson Margulies · 15 years ago
  67. 4c2b9f2 Use Java5 enums. Eliminate some dead code for never-implemented features, leaving thus space for some future effort in the same area. by Benson Margulies · 15 years ago
  68. 1181dbe Fix some spelling mistakes. by Benson Margulies · 15 years ago
  69. 0b69a13 Make the NIST tests part of the default maven build. Oddly, in spite of comments to the contrary, they pass. by Benson Margulies · 15 years ago
  70. 9409ad5 Update tests to Junit 4. by Benson Margulies · 15 years ago
  71. 8599f73 Update tests to Junit 4. by Benson Margulies · 15 years ago
  72. 07abdc6 Update tests to Junit 4. by Benson Margulies · 15 years ago
  73. 8bc96c9 Finish checking in the giant W3C test suite. by Benson Margulies · 15 years ago
  74. 9058b24 Persuant to LEGAL-40, just check in the w3c test suite and avoid the need to retrieve it. by Benson Margulies · 15 years ago
  75. d4fc586 Fix bad import. by Benson Margulies · 15 years ago
  76. 9f50b45 A very large set of changes to comply with checkstyle, PMD, and Java 1.5. by Benson Margulies · 15 years ago
  77. 9573bb3 Start moving on 2.0. Set up a set of PMD and Checkstyle options. Do an initial push of all of the code by Benson Margulies · 15 years ago
  78. 83670d3 Fix trunk POM to anticipate 2.0. by Benson Margulies · 15 years ago
  79. f865dd9 Merged revisions 726532 via svnmerge from by Benson Margulies · 15 years ago
  80. 0cebd3e Try again to get merge into shape. by Benson Margulies · 15 years ago
  81. d8bdcfa Try to patch the merge state. by Benson Margulies · 15 years ago
  82. 4a61c9a Reinitialize merge tracking. What a pain. by Benson Margulies · 15 years ago
  83. 63b1142 I think this completes a merge that I was in the middle of when I lost connectivity. by Benson Margulies · 15 years ago
  84. f91caee Merged revisions 725681 via svnmerge from by Benson Margulies · 15 years ago
  85. 74ff0a1 Merged revisions 722074,722175,722227,722306,722310-722311,722313-722314,722316,723379,723383,723387,723390,723923,723930,723932 via svnmerge from by Benson Margulies · 15 years ago
  86. 64dd460 Add a link to Confluence. by Benson Margulies · 15 years ago
  87. 67159eb Merged revisions 718348 via svnmerge from by Benson Margulies · 15 years ago
  88. 0b151db Merged revisions 718331,718337 via svnmerge from by Benson Margulies · 15 years ago
  89. e411bce Merged revisions 717973,718061,718067,718092,718274 via svnmerge from by Benson Margulies · 15 years ago
  90. 4fcad7a port fix in 1.4 branch 718274 to trunk by Davanum Srinivas · 15 years ago
  91. 041d189 Merged revisions 717963,717966-717968 via svnmerge from by Benson Margulies · 15 years ago
  92. 02873c0 Merge some fixes forward from the 1.4.x branch, mostly to show that it can be done. by Benson Margulies · 15 years ago
  93. 0be9eca Initialized merge tracking via "svnmerge" with revisions "1-714100" from by Benson Margulies · 15 years ago
  94. 347412e fix previous commit in 702516. Sorry, I introduced bad code in 702516. This commit fixes that. by Michael Rheinheimer · 16 years ago
  95. f896877 make static schema cache thread-safe by Michael Rheinheimer · 16 years ago
  96. 3c598e5 WSCOMMONS-391: allow caching of XmlSchema objects without changing default behavior of SchemaBuilder by Michael Rheinheimer · 16 years ago
  97. 94e6077 switch off unique versions in the snapshot repo by Davanum Srinivas · 16 years ago
  98. 70c3836 fix for WSCOMMONS-352 - legal/stax-api-LICENSE.txt should be deleted by Davanum Srinivas · 16 years ago
  99. 7c2429f Adding missing "The" (thanks to Dan Kulp) by Glen Daniels · 16 years ago
  100. 33bf3c0 Prep for XmlSchema 1.4.2 by Davanum Srinivas · 16 years ago