1. cf0c517 minor improvements to Xerces docs by Mukul Gandhi · 5 years ago trunk
  2. 23e9b76 minor textual changes to Xerces docs by Mukul Gandhi · 5 years ago
  3. fa002ac minor changes to release notes, for XercesJ2 2.12.0 release by Mukul Gandhi · 6 years ago
  4. b2e1e13 minor and trivial source code formatting improvement by Mukul Gandhi · 6 years ago
  5. 2549ca6 committing minor change to documentation by Mukul Gandhi · 6 years ago
  6. a7d3db1 fixing a minor typo during previous commit by Mukul Gandhi · 6 years ago
  7. 012c27e making few changes to API documentation HTML information. Committing the meta-data, and HTML for the site. by Mukul Gandhi · 6 years ago
  8. e5a239b writing few Xerces-J XSD 1.1 feature details, that were developed for 2.12.0 release by Mukul Gandhi · 6 years ago
  9. 8969dc1 minor changes to release info meta-data for 2.12.0 release by Mukul Gandhi · 6 years ago
  10. c69f5fd committing fix as per discussion here, https://markmail.org/message/x5e5nreyj7eruyly on j-dev list by Mukul Gandhi · 6 years ago
  11. a178727 mentioning contributions of Octavian Nadolu & Radu Coravu by Mukul Gandhi · 6 years ago
  12. 6cf5acd modifying copyright year in the NOTICE file & footer of all the docs pages by Mukul Gandhi · 6 years ago
  13. 536324a minor changes to documentation by Mukul Gandhi · 6 years ago
  14. 6a5578a appending my code signing key to KEYS file by Mukul Gandhi · 6 years ago
  15. a052690 doing some edits in the documentation by Mukul Gandhi · 6 years ago
  16. b4bdc15 minor changes to release info page by Mukul Gandhi · 6 years ago
  17. ddea409 updating Release Info page meta-data for 2.12.0 release by Mukul Gandhi · 6 years ago
  18. 216cc1f mentioning 2.12.0 version number in build.xml file by Mukul Gandhi · 6 years ago
  19. 6ed8b9a doing minor reordering of FAQ entries, reflecting the relative importance by Mukul Gandhi · 6 years ago
  20. 0fa036a minor changes to documentation by Mukul Gandhi · 6 years ago
  21. 53fffe6 some changes to XML Schema 1.1 documentation by Mukul Gandhi · 6 years ago
  22. d0825dc minor change to documentation by Mukul Gandhi · 6 years ago
  23. 3b3ea05 doing a minor correction to documentation by Mukul Gandhi · 6 years ago
  24. a3a260f as per discussion on the jira issue XERCESJ-1687, updating the XML Schema documentation by Mukul Gandhi · 6 years ago
  25. f01205b making a minor fix. This declaration private final JAXPNamespaceContextWrapper fNamespaceContext = new JAXPNamespaceContextWrapper(fSymbolTable); had an uninitialized fSymbolTable passed to the constructor by Mukul Gandhi · 7 years ago
  26. 2bbf5bb I am reverting a change I did long time ago to this file. I am restoring the logic in this file, that was in the original revision 906803. I think, the original code that I had changed in this file is not really wrong. I started looking at the code in this file, while studying the bug report XERCESJ-1669. by Mukul Gandhi · 8 years ago
  27. 1d747fe Adding several tests for XML 1.1 documents. by Michael Glavassevich · 8 years ago
  28. bec2bcf Fixing a defect. If the parser is reading an XML 1.1 document, the InternalEntityMonitor was not getting wired into the XML 1.1 pipeline. by Michael Glavassevich · 8 years ago
  29. 1cc69e8 Fixing JIRA Issue #1667: https://issues.apache.org/jira/browse/XERCESJ-1667. Avoid filling in the stack trace of the ABORT exception. This can help prevent a ClassLoader memory leak. by Michael Glavassevich · 9 years ago
  30. 7f45da3 Fixing typo in comment. by Michael Glavassevich · 9 years ago
  31. aca16b8 Added a description to the resizeBuffer() method. by Michael Glavassevich · 9 years ago
  32. d616d81 Reducing code duplication. Factoring out buffer resizing into its own method. by Michael Glavassevich · 9 years ago
  33. 3e90a47 JIRA Issue #1659: https://issues.apache.org/jira/browse/XERCESJ-1659. Need to ensure that the test uses an English locale so that the number formatting matches in the exception messages. Fix thanks to Matthias Krueger. by Michael Glavassevich · 9 years ago
  34. 3f6f281 Some XMLStreamReader implementations throw an exception instead of returning null for properties they do not recognize. Tolerate an exception and assume that the XMLStreamReader does not provide interned strings. by Michael Glavassevich · 9 years ago
  35. 06f1ec5 Updating the copyright year in the NOTICE file. by mrglavas · 9 years ago
  36. e440b0e Updating the copyright year used in the API docs. by mrglavas · 9 years ago
  37. 5c10e4f Fixing JIRA Issue #1651: https://issues.apache.org/jira/browse/XERCESJ-1651. \w should be processed as [#x0000-#x10FFFF]-[\p{P}\p{Z}\p{C}] as per the XML Schema specification. by Michael Glavassevich · 9 years ago
  38. 897d603 committing fix for jira issue XERCESJ-1646 on trunk by Mukul Gandhi · 10 years ago
  39. e010768 JIRA Issue #1637: https://issues.apache.org/jira/browse/XERCESJ-1637. Removing dead code. Patch thanks to Elliotte Rusty Harold. by Michael Glavassevich · 10 years ago
  40. 219f15b Adding an @version tag. by Michael Glavassevich · 10 years ago
  41. fe82df6 The EntityResolver should be invoked when jdk.xml.resolveExternalEntities is set to true and should not be invoked when the property has been set to false. Enhancing the tests to check for this expected behaviour. by Michael Glavassevich · 10 years ago
  42. 461babc Adding tests for the jdk.xml.resolveExternalEntities property. by Michael Glavassevich · 10 years ago
  43. 559ff6b Adding a property 'jdk.xml.resolveExternalEntities' that can be used to globally disable the resolution of external general/parameters entities and the external DTD. by Michael Glavassevich · 10 years ago
  44. cc0b8e6 Adding JUnit tests for org.apache.xerces.parsers.SecureProcessingConfiguration. by Michael Glavassevich · 10 years ago
  45. cf739a3 Create a new XML parser configuration with enhancements for the JAXP secure processing feature. by Michael Glavassevich · 10 years ago
  46. eb9b417 Updating the copyright year in the documentation. by Michael Glavassevich · 10 years ago
  47. 5c19e67 Updating the copyright year in the NOTICE file. by Michael Glavassevich · 10 years ago
  48. bde4cc6 Updating the copyright year used in the API docs. by Michael Glavassevich · 10 years ago
  49. d57a952 Javadoc improvements for the startPE() and scanEntityValue() methods. by Michael Glavassevich · 11 years ago
  50. 9f11a90 Improve the way in which Xerces counts parameter entity expansions so that it scales better towards the entity expansion limit like it does for general entities. by Michael Glavassevich · 11 years ago
  51. 1b0c34a Improving code formatting. by Michael Glavassevich · 11 years ago
  52. bb66eb1 Performance: Use array doubling in append(char[],int,int) for resizing the array. This was already being done in the other append() methods. by Michael Glavassevich · 11 years ago
  53. ea81a52 Minor optimization to lookupNamespacePrefix(). by Michael Glavassevich · 11 years ago
  54. 62f930a JIRA Issue #1617: https://issues.apache.org/jira/browse/XERCESJ-1617. Minor optimization to NodeImpl.lookupNamespaceURI(String). Patch thanks to Chris Simmons. by Michael Glavassevich · 11 years ago
  55. 266e837 The only legal names in XML 1.0/1.1 documents are 'version', 'encoding' and 'standalone'. Replacing the generic call to the scanner with a specialized method which only allows these legal XML pseudo attribute names. This improves the performance of the XML scanner when it is processing the XML declaration. by Michael Glavassevich · 11 years ago
  56. f4fe82e Fixing JIRA Issue #1611: https://issues.apache.org/jira/browse/XERCESJ-1611. Adding a null check to guard against an NPE that can occur when the content-type returned from the URLconnection is null. by Michael Glavassevich · 11 years ago
  57. 24d7c53 Fixing JIRA Issue #1607: https://issues.apache.org/jira/browse/XERCESJ-1607. Specify the package name instead of the "Version" class to make information about the Xerces implementation available programmatically through the Java Package API. by Michael Glavassevich · 11 years ago
  58. 13e845f schema 1.0 commit: committing a minor fix to produce non null strings for XSD type names in error messages, when xsi:type attribute is used. by Mukul Gandhi · 11 years ago
  59. fb0b1f8 Updating the copyright year in the documentation. by Michael Glavassevich · 11 years ago
  60. b891a31 Updating the copyright year in the NOTICE file. by Michael Glavassevich · 11 years ago
  61. 413e4e1 Updating the copyright year used in the API docs. by Michael Glavassevich · 11 years ago
  62. 32f5714 Return true if the XML Schema 1.0 language identifier is passed to (the XML Schema 1.0 version of) SchemaFactory.isSchemaLanguageSupported(). This was already implemented on the XML Schema 1.1 development branch. by Michael Glavassevich · 12 years ago
  63. 950ccae Fixing a typo in a comment. by Michael Glavassevich · 12 years ago
  64. aa7dad3 Fixing a typo in a comment. by Michael Glavassevich · 12 years ago
  65. 240ae5b Fixing a typo in a comment. by Michael Glavassevich · 12 years ago
  66. 76faee1 JIRA Issue #1582: https://issues.apache.org/jira/browse/XERCESJ-1582. Fixing NPEs which could occur in each of the Node prefix / namespace query methods if the document element is null. by Michael Glavassevich · 12 years ago
  67. df04bfc JIRA Issue #1581: https://issues.apache.org/jira/browse/XERCESJ-1581. Report multiple IDREF errors during DTD and XML Schema validation. by Michael Glavassevich · 12 years ago
  68. 7a45a47 Refer to the ElementPSVI interface instead of its implementation. by Michael Glavassevich · 12 years ago
  69. fbda56a Adding tests for the org.apache.xerces.impl.dv.xs.useCodePointCountForStringLength system property. by Michael Glavassevich · 12 years ago
  70. d642111 Introducing a system property for controlling how string length is computed by the schema validator. When org.apache.xerces.impl.dv.xs.useCodePointCountForStringLength=true, the length of an xs:string or xs:anyURI value is calculated by counting the number of Unicode code points in the string. The value of the system property is false by default, preserving the long standing behaviour of computing length in Java chars (i.e. String.length()). by Michael Glavassevich · 12 years ago
  71. f586775 Fix Javadoc typo. by Michael Glavassevich · 12 years ago
  72. 99bbee7 Reducing visibility of some constants. by Michael Glavassevich · 12 years ago
  73. cfde037 Fixing potential NPE. Target namespace of a schema component could be null. by Shudi Gao · 12 years ago
  74. 59e1887 Fixing a typo in the Javadoc. by Michael Glavassevich · 12 years ago
  75. f8085af Fixing JIRA Issue #1574: http://issues.apache.org/jira/browse/XERCESJ-1574. Restoring behaviour from previous releases where UTF-16BE and UTF-16LE were returned as auto-detected encodings. by Michael Glavassevich · 12 years ago
  76. 88c9bad Fixing an NPE. by Michael Glavassevich · 12 years ago
  77. 900260b Making a static field final. by Michael Glavassevich · 12 years ago
  78. 979f96f When normalizing a String object to upper- or lower case one needs to be very careful not to rely on the default locale of the platform. This results from the fact that Turkish in particular does not map characters to their upper- or lower case equivalents in English. Where this could pose a problem, we force case conversion to be done according to an English locale. by Michael Glavassevich · 12 years ago
  79. e3b6a2f Clean-up. Removing unused and irrelevant fields from the sample. by Michael Glavassevich · 12 years ago
  80. 2e1eeba Use SAX2 APIs in samples. SAX1 is deprecated. by Michael Glavassevich · 12 years ago
  81. 7a84465 Refactor addSymbol() methods into smaller methods. May help the JIT with inlining. by Michael Glavassevich · 12 years ago
  82. c2b7182 Adding some Javadoc. by Michael Glavassevich · 12 years ago
  83. 992b5d9 Enhancements to the hashing algorithms used in internal data structures within Xerces to make them more resistant to collisions. To improve the distribution a new hash function is randomly selected each time the number of items in a bucket exceeds a threshold. by Michael Glavassevich · 12 years ago
  84. aed06f9 Fixing XERCESJ-1564: to intern the namespace name of QNames (using the symbol table) before using it. by Shudi Gao · 12 years ago
  85. 25c3960 Making a field final. by Michael Glavassevich · 12 years ago
  86. c341aaf Making several fields final. by Michael Glavassevich · 12 years ago
  87. ae71259 reversing previous changes, as per new comments for jira issue XERCESJ-1559 by Mukul Gandhi · 12 years ago
  88. bd8cfdd committing the same fix on trunk, for the commit that was made a moment ago on the schema-dev-1.1 branch. by Mukul Gandhi · 12 years ago
  89. cdbc0f1 Fixing a typo in the Javadoc. by Michael Glavassevich · 12 years ago
  90. d3fd804 An additional fix for JIRA Issue #1523: http://issues.apache.org/jira/browse/XERCESJ-1523. Allow Xerces to be built with IBM Java 7 on AIX. by Michael Glavassevich · 12 years ago
  91. 1482eec Mention that the jaxp.SourceValidator sample also accepts StAX input. by Michael Glavassevich · 12 years ago
  92. cd67c23 Remove unused DEBUG flag. by Michael Glavassevich · 12 years ago
  93. 1f0e880 Updating the copyright year in the documentation. by Michael Glavassevich · 12 years ago
  94. fe22b94 Updating the copyright year in the NOTICE file. by Michael Glavassevich · 12 years ago
  95. 4a7ee9a Updating the copyright year used in the API docs. by Michael Glavassevich · 12 years ago
  96. ae18c98 Minor performance improvement. Use String.lastIndexOf(int) instead of String.lastIndexOf(String). by Michael Glavassevich · 12 years ago
  97. dd1663e Minor performance improvement. Use String.lastIndexOf(int) instead of String.lastIndexOf(String). by Michael Glavassevich · 12 years ago
  98. dfcafa6 Update JDK 1.3 preferences. by Michael Glavassevich · 12 years ago
  99. 8637d51 Fixing JIRA Issue #1545: http://issues.apache.org/jira/browse/XERCESJ-1545. Allow docs to be built on Mac OS X and other Unix environments by running in AWT headless mode. Solution thanks to Joshua Root, slightly different than his suggested patch but does the same thing. by Michael Glavassevich · 12 years ago
  100. c5befa0 Fixing links to documentation on the Endorsed Standards Override Mechanism. by Michael Glavassevich · 13 years ago