1. 30a7a1b Fix chars in comments to avoid errors in IntelliJ under linux. by Cezar Cristian Andrei · 14 years ago
  2. b4d0668 Fix for XMLBEANS-414 contributed by Radu Preotiuc. by Cezar Cristian Andrei · 14 years ago
  3. da3096d Fix validation of integer value containing dot char. by Cezar Cristian Andrei · 14 years ago
  4. e70e6f7 Entitize \r when not in pretty print, this helps with maintainig \r entities. by Cezar Cristian Andrei · 14 years ago
  5. b6e7b7c Add CopyUseNewSynchronizationDomain new xml option used for copy. by Cezar Cristian Andrei · 14 years ago
  6. 89bf0f4 Go to 2.5.1 version number after release. Adding RC# support in built script. by Cezar Cristian Andrei · 14 years ago
  7. 6db804d Updated xkit/README version number. by Cezar Cristian Andrei · 14 years ago
  8. a94d833 Updated STATUS, CHANGES and README for 2.5.0 release. by Cezar Cristian Andrei · 14 years ago
  9. d1a347d 2.5.0 release by Wing Yew Poon · 14 years ago
  10. e278cd0 Fix XMLBEANS-298. Add a test for verification. by Wing Yew Poon · 14 years ago
  11. 909e5c4 Fix for XMLBEANS-260. Add a test for verification. by Wing Yew Poon · 14 years ago
  12. 0b89a35 Adding exitcode for InstanceValidator. by Cezar Cristian Andrei · 14 years ago
  13. a5ee1de remove schema that fails new stricter compilation and unimplemented test case by Wing Yew Poon · 14 years ago
  14. cc2c851 Fix for Jira XMLBEANS-410. Contributed by Mark D Henning. by Cezar Cristian Andrei · 15 years ago
  15. 1e650d2 Optimized initialization of _schemaComponent in Ref. by Cezar Cristian Andrei · 15 years ago
  16. d7b7e07 Changed the way integer derivation check is done in Validator.java. by Radu Preotiuc · 15 years ago
  17. b3c8980 Fix for a corner case of emiting the doctype root element. by Cezar Cristian Andrei · 15 years ago
  18. ea97e1a Fix src generator to avoid vars that colide with used package names. by Cezar Cristian Andrei · 15 years ago
  19. bfb68e5 Update list of chars to be replaced in URI validation. by Cezar Cristian Andrei · 15 years ago
  20. 98ce834 Incorporated anyURI stricter validation from revision 729009. by Radu Preotiuc · 15 years ago
  21. 287cce4 Added option to perform additional, stricter Schema validation checks. See JIRA issue XMLBEANS-350. by Radu Preotiuc · 15 years ago
  22. ae2baee - Updated dist-src jar file name to sources instead of source. by Cezar Cristian Andrei · 15 years ago
  23. ab5d744 Include source jar creation in build script for maven repository. by Cezar Cristian Andrei · 15 years ago
  24. b4a7d47 Fixed pattern for dayTimeDuration by Radu Preotiuc · 15 years ago
  25. 05f47c2 Fix normalization of dates with hour 24. by Cezar Cristian Andrei · 15 years ago
  26. 1556f08 Various fixes: by Cezar Cristian Andrei · 15 years ago
  27. 9301384 Another tweak to NOTATION-related checks by Radu Preotiuc · 15 years ago
  28. e6413e7 Checkintest fix and additional NOTATION checks by Radu Preotiuc · 15 years ago
  29. d6213fc Partial implementation of the NOTATION built-in type by Radu Preotiuc · 15 years ago
  30. 806da65 Fix for 24h time when using setTime in GDateBuilder. by Cezar Cristian Andrei · 15 years ago
  31. 99f8c88 Added XQuerySchemaTypeSystem class as an alternative to BuiltinSchemaTypeSystem to enable processing of Schema documents that contain the extra types defined in XQuery 1.0 by Radu Preotiuc · 15 years ago
  32. 5fc56c4 Fix checkintests to pass under jdk 1.6. by Cezar Cristian Andrei · 15 years ago
  33. 5f25533 Add @Deprecated and @Override annotations to the generated methods if 1.5 level is selected. Contributed by Wesley Leggette. by Radu Preotiuc · 15 years ago
  34. 85da6d6 Made XmlValueRef constructor public. by Radu Preotiuc · 15 years ago
  35. c19b942 Removed an unnecessary cast from the generated code. Contributed by Wesley Leggette. by Radu Preotiuc · 15 years ago
  36. 6489728 Fix DocType bug when the root element gets changed. by Cezar Cristian Andrei · 15 years ago
  37. 36ca80b Added "User Types" feature - allows mapping of Schema simple types to custom user Java classes (http://wiki.apache.org/xmlbeans/UserTypes). by Radu Preotiuc · 15 years ago
  38. 53992ba Added XmlOption to set the base URI when calling compilation via XmlBeans.compileXsd(). by Radu Preotiuc · 15 years ago
  39. 13f7605 Fix for (XMLBEANS-396) GML 3.1.1 generated code fails to compile. Contributed by Chris Clark. by Cezar Cristian Andrei · 15 years ago
  40. 9b89ce0 Temporary option to avoid the streaming attribute validation fix. by Cezar Cristian Andrei · 15 years ago
  41. a1d96d0 Added sample showing how to order a set of elements using XmlCursor. by Radu Preotiuc · 15 years ago
  42. 2db5d0b - fix compilation of generated sources for schemas using substitution groups by Cezar Cristian Andrei · 15 years ago
  43. 0d78654 Fix typo. by Wing Yew Poon · 15 years ago
  44. dd906c5 Test commit. Whitesapce cleanup only. by Radu Preotiuc · 15 years ago
  45. e132e13 Adding LocalDocumentQNameFactory to be used later. by Cezar Cristian Andrei · 15 years ago
  46. b546b4b Fix for XMLBEANS-381. Contributed by David Pytel. by Radu Preotiuc · 15 years ago
  47. 7acf63c Revert DefaultQNameFactory changes. by Cezar Cristian Andrei · 15 years ago
  48. 7943d43 Fix deadlock when calling generated impl setters for singletons and array items. by Cezar Cristian Andrei · 15 years ago
  49. 61925cf Fixed a bug in GDate.getMillisecond() whereby if the value contained fractions of a millisecond, it got rounded, which in some cases (999.9 milliseconds for example) produced an invalid millisecond value (1000 in that case with milliseconds being restricted to 0-999). Used truncate instead of round to make sure the millisecond value stays in bounds. by Radu Preotiuc · 16 years ago
  50. 9da7c28 Adding enter/exit locale and synch for available method. by Cezar Cristian Andrei · 16 years ago
  51. 16b17e4 Contributed by Wing Yew Poon. Test for Cezar's ValidatingXMLStreamReader bug fix. by Radu Preotiuc · 16 years ago
  52. 25e79a4 Fix for validation bug - no error for required attribute - in streaming validator. by Cezar Cristian Andrei · 16 years ago
  53. b920a9e Fix assert. by Cezar Cristian Andrei · 16 years ago
  54. 3c3aa01 Adding available method on InputStream saver. by Cezar Cristian Andrei · 16 years ago
  55. 4a62474 Moving on to 2.4.1 for development. by Cezar Cristian Andrei · 16 years ago
  56. 3caa189 Implement SimpleValue.getGDurationValue() by Radu Preotiuc · 16 years ago
  57. f0c69a3 README and STATUS updates for 2.4.0 release. by Cezar Cristian Andrei · 16 years ago
  58. b777609 Updated the other README, the one that ends up in the binary distribution. by Radu Preotiuc · 16 years ago
  59. fb5627d Update the README. by Radu Preotiuc · 16 years ago
  60. 85543e5 Updating Change log. by Cezar Cristian Andrei · 16 years ago
  61. 7d05f0e Increased version number. by Radu Preotiuc · 16 years ago
  62. 8479fb4 Changed fix for XMLBEANS-187. Turns out that all SAX parsers in practice do report NS declarations as attributes, so changed the XMLBeans default to do the same. by Radu Preotiuc · 16 years ago
  63. 0acd9f2 Moved the service description source files. by Radu Preotiuc · 16 years ago
  64. 271bbf1 URLs pointing to Schemas inside local jar files now work without needing downloads to be enabled. by Radu Preotiuc · 16 years ago
  65. ef79916 Contributed by Wing Yew Poon. Pluggable XPath/XQuery engine support. by Radu Preotiuc · 16 years ago
  66. c1a2e7b Contributed by Wing Yew Poon. Update XQueryXPath sample for Saxon 9; remove generated source. by Radu Preotiuc · 16 years ago
  67. e74e192 Added Schema compilation option to skip errors in case duplicate component declarations are encountered. by Radu Preotiuc · 16 years ago
  68. 3e85beb Fix for XMLBEANS-369 selectPath with XMLBeans engine returns incorrect results by Cezar Cristian Andrei · 16 years ago
  69. 51512cc Support for Saxon 9. Contributed by Wing Yew Poon. by Radu Preotiuc · 16 years ago
  70. 7b28e06 Fix for XMLBEANS-279 and XMLBEANS-360. by Radu Preotiuc · 16 years ago
  71. b82a74f Contributed by Wing Yew Poon. Clean up of xpath tests. by Radu Preotiuc · 16 years ago
  72. a5d96e6 Implementation of much requested fine grained CDATA feature. by Cezar Cristian Andrei · 16 years ago
  73. 6e3d2d8 Fix for XMLBEANS-368 error in usage of array copy function in SOAPArrayType.java by Radu Preotiuc · 16 years ago
  74. f516410 Added a tool to generate XPath pointing to a given cursor position in a document. by Radu Preotiuc · 16 years ago
  75. 1413bee Fix for XMLBEANS-253: added more fine-grained control over XML to Java name mapping. by Radu Preotiuc · 16 years ago
  76. 9d3c50c Fix for XMLBEANS-309 Warnings on Generated code; contributed by Kurt Stam by Radu Preotiuc · 16 years ago
  77. ec2826b Changed fix for XMLBEANS-175. by Radu Preotiuc · 16 years ago
  78. 33b77be Fix for XMLBEANS-187 SAX spec requires local name; changed code so that it doesn't report namespace declarations as S by Radu Preotiuc · 16 years ago
  79. e97e788 Fix for XMLBEANS-361 invalid NaN comparisons. Contributed by Jim Apple by Radu Preotiuc · 16 years ago
  80. 2357545 Fix for XMLBEANS-175 Validation of Decimal in exponential notation by Radu Preotiuc · 16 years ago
  81. e52bca0 Fix for XMLBEANS-341 Add support for JVM-supported encodings by Radu Preotiuc · 16 years ago
  82. d866285 Fix for XMLBEANS-356 SchemaTypeLoaderException: Simple type does not have a recognized variety by Radu Preotiuc · 16 years ago
  83. 3451249 Replaced calls to deprecated methods. by Radu Preotiuc · 16 years ago
  84. fa81492 Fix buffer length. Add javadoc example. by Cezar Cristian Andrei · 16 years ago
  85. 4347ef7 Contributed by Wing Yew Poon. Fix for XMLBEANS-284 (due to Andres Cuevas Alvarez) and new checkin tests for XmlCursor.toNextSibling methods. by Radu Preotiuc · 16 years ago
  86. 40af0fa Fix for XMLBEANS-270 MaxLength error message formatted incorrectly by Cezar Cristian Andrei · 16 years ago
  87. 4309522 More general asserts. by Cezar Cristian Andrei · 16 years ago
  88. 809a138 Fix qname marshaling when empty namespace. by Cezar Cristian Andrei · 17 years ago
  89. 381add6 Fixing assert. by Cezar Cristian Andrei · 17 years ago
  90. 0364737 Fix too specific assertions in Saver. Add a test case for it. by Cezar Cristian Andrei · 17 years ago
  91. 3daf54f Fixing bug in XmlObject.selectPath() when result contained item that had a type with noType() true. by Cezar Cristian Andrei · 17 years ago
  92. 71adae5 Adding XmlError codes and replace static HashMaps with WeakHashMaps. by Cezar Cristian Andrei · 17 years ago
  93. b7005fa Added an unsynchronized _set() method on XmlObjectBase. by Cezar Cristian Andrei · 17 years ago
  94. cde7be3 Increased version to 2.3.1. by Cezar Cristian Andrei · 17 years ago
  95. ac7353d Fixed Piccolo problem when parsing an XML file with errors in the XML decl. Contributed by Ray Birklid. by Radu Preotiuc · 17 years ago
  96. 3a56a9e Fix for issues XMLBEANS-330 and XMLBEANS-324. Changed the XmlBeans main build file to move the QName class in a jar of its own. by Radu Preotiuc · 17 years ago
  97. baf1da9 Added reference of last change related to removal of year zero fix. by Cezar Cristian Andrei · 17 years ago
  98. 734603f Contributed by Wing Yew Poon. Remove year zero (0000) from the system, so -0001 is 1 BC. Fix some javadoc comments. Add tests for addition and subtraction of durations. by Radu Preotiuc · 17 years ago
  99. 581081d Fix for XMLBEANS-307. Contributed by Jacob Danner and Radu Preotiuc. by Radu Preotiuc · 17 years ago
  100. 6117205 Adding test cases for JIRA XMLBEANS-205 and XMLBEANS-278. by Cezar Cristian Andrei · 17 years ago