1. 6fd607c Merge pull request #186 from jamesnetherton/XALANJ-2664 by Joe Kesselman · 17 hours ago master
  2. 7debfd2 XALANJ-2664: Determine the parent ClassLoader for ByteArrayClassLoader by James Netherton · 22 hours ago
  3. c8ddaad Move META-INF/ to resources, so services/ will be picked up correctly. by kubycsolutions · 3 weeks ago
  4. 8e18f4f Reference standard Apache parent POM. This addresses some of the issues in XALANJ-2650 and XALANJ-2731 by kubycsolutions · 3 weeks ago
  5. 5d9e511 CRLF forcing by kubycsolutions · 4 weeks ago
  6. 77aa724 Merge pull request #184 from apache/XALANJ-2725 by Joe Kesselman · 8 weeks ago
  7. dfb7277 Document the characters()other()characters() issue if first char buffer ended in a high surrogate. by kubycsolutions · 8 weeks ago
  8. ec7f0e2 This one's working for the test added in 2725. May not be cleanest solution, and I'm not sure whether any of the other surrogate handling needs similar fixes -- I don't know whether they ever run into the buffer break problem. by kubycsolutions · 8 weeks ago
  9. 856e896 refactoring by kubycsolutions · 8 weeks ago
  10. 162e1f0 just documentation/parameter names by kubycsolutions · 3 months ago
  11. d83b90e Merge pull request #168 from apache/XALANJ-2618 by Joe Kesselman · 3 months ago
  12. 1aad64a Remove sensitivity to encoding hashtable ordering by accepting only the first mapping seen for each key. Relies on encodings.properties putting the preferred java name first (equivalent to its current rule that when multipel mime names are given, the first is preferred). by kubycsolutions · 3 months ago
  13. 289dd5f Merge pull request #163 from apache/XALANJ-2419 by Joe Kesselman · 3 months ago
  14. 9e67d12 XALANJ-2419 by kubycsolutions · 3 months ago
  15. 3e49f1d Fix README build doc to reflect revised calan-test dependency handling. by kubycsolutions · 3 months ago
  16. 353a329 Merge pull request #110 from apache/xalan-java-mvn-refactored by Joe Kesselman · 4 months ago
  17. 0a50016 minor improvements to few of the text of xalanj NOTICE.txt file by Mukul Gandhi · 4 months ago
  18. fed7bf2 Merged from/reconciled with master by kubycsolutions · 4 months ago
  19. 5ff2f4f Improvements to src distribution. NOTE: We aren't bundling xalan-test yet. Should we? by kubycsolutions · 4 months ago
  20. 367c991 Typo by kubycsolutions · 4 months ago
  21. 7c7ce2b Bin distro looks acceptable though not ideal. Dependencies are being replicated inside the /samples/ directory, and the sample javadocs are now included in /docs/apidocs/. There's some other cruft (most of /docs/images/, /docs/xsltc/ design) which should be rewritten or discarded at some point. NOTE: We still need to update the docs (site and local) to reflect the Maven build, and its description of test is badly outdated. by kubycsolutions · 4 months ago
  22. b732943 Go back to calling the top level xalan-j -- slightly clearer, slightly easier to diff against ant builds. by kubycsolutions · 4 months ago
  23. 290d9ba Improving distro contents. by kubycsolutions · 4 months ago
  24. 78dfb60 Make sure the .war file, and all the sample .jars, get into the bin distro by kubycsolutions · 4 months ago
  25. 3ea4140 Update mailing list instructions for @xalan.apache.org rather than the old @xml.apache.org. by kubycsolutions · 4 months ago
  26. 07ae04f Still dithering about packaging of samples by kubycsolutions · 4 months ago
  27. 854a0fe Remove emacs temp files by kubycsolutions · 4 months ago
  28. 259a56b Simplifying-changes-in-this-merge by kubycsolutions · 4 months ago
  29. ba276f3 Getting myself tangled. Roll back a moment. by kubycsolutions · 4 months ago
  30. 1c625a9 Simplify changeset. by kubycsolutions · 4 months ago
  31. 5e3e0b2 Reorg samples. Need to do final 1:1 comparison of jarfiles with Ant output, just to make sure I haven't missed anything around the edges. by kubycsolutions · 4 months ago
  32. a07d25c Reorg samples to follow Ant structure. Clarity for this commit. by kubycsolutions · 4 months ago
  33. 0b3ee90 Reorganizing some samples back out into their own jarfiles, now that I have a better sense of how Maven behaves. Still need to sanity-check contents thereof. by kubycsolutions · 4 months ago
  34. 8782513 Refactor xalanservlet back into its own jarfile. by kubycsolutions · 4 months ago
  35. e942e76 Move xalanservlet example out into its own module, so we can generate its .war. Some file updates required to reflect properly scoped java project. Some indentation rationalized. by kubycsolutions · 4 months ago
  36. 7c1c24a Put some sample-related HTML files where they used to be. This may be unnecessary; I'm being paranoid. by kubycsolutions · 4 months ago
  37. 199f034 Put xercesImpl and xml-apis into the tarball. There is probably a better way to do this. by kubycsolutions · 4 months ago
  38. cadfea3 comments by kubycsolutions · 4 months ago
  39. 8c249be samples should include their (generated) readme.html by kubycsolutions · 4 months ago
  40. 9c80275 Make sure LICENSE and NOTICE get included in binary distro archive. by kubycsolutions · 4 months ago
  41. 7ff4a17 Revert "Legacy doclet as pseudo-module." by kubycsolutions · 4 months ago
  42. 0057e86 Legacy doclet as pseudo-module. Code is provided as a prebuilt jarfile in the legacy_blob directory. The decompiled source WILL NOT BUILD with modern APIs and xalan-project doesn't attempt to run build on it... but the jarfile seems to mostly run anyway; I get synthesized pages with appropriate content. Note that this may want to be copied up to xalan-java/lib during the provide-dependencies-to-xalan-test's-ant-build export phase, since I think xalan-test also tries to use it. by kubycsolutions · 4 months ago
  43. 3a6293c Shade java_cup-runtime. Arguably we should instead make it another external dependency, but ant build didn't so for now just rename to avoid collision with user instances. by kubycsolutions · 4 months ago
  44. cc74252 No separate endorsed/ dir, most jarfiles have explicit versions in their filename. by kubycsolutions · 4 months ago
  45. 1bad7c2 Right. CL paths too. Sloppy of me. by kubycsolutions · 4 months ago
  46. 841db71 Error with no message? by kubycsolutions · 4 months ago
  47. bdcc328 Quick first-pass adaptation to xalan-java mvn build by kubycsolutions · 4 months ago
  48. 587eaaa Merge pull request #138 from kriegaex/create-javadoc-and-source-jars by Joe Kesselman · 4 months ago
  49. b9a76e8 Merge pull request #142 from kriegaex/copy-taglet-jars-to-build-dir by Joe Kesselman · 4 months ago
  50. af4d73c Copy taglet artifacts to build dir for xalan-test by Alexander Kriegisch · 4 months ago
  51. 0423639 Merge pull request #141 from kriegaex/fix-line-breaks-crlf-vs-lf by Joe Kesselman · 4 months ago
  52. 16c6650 Convert text files with CRLF endings to LF to fix Git warnings by Alexander Kriegisch · 4 months ago
  53. 62b7412 Merge pull request #137 from kriegaex/test-isolation by Joe Kesselman · 4 months ago
  54. 6c4ed3a Add source JAR generation to modules xalan, serializer, samples by Alexander Kriegisch · 5 months ago
  55. 2eb1377 Add javadoc JAR generation to modules xalan, serializer, samples by Alexander Kriegisch · 5 months ago
  56. a9ab201 Run version unit tests in isolation and assert on error logs by Alexander Kriegisch · 5 months ago
  57. 9d0fd07 Merge pull request #133 from kriegaex/test-automation by Joe Kesselman · 5 months ago
  58. aff6501 Add POM property 'maven-shade-plugin.version', manage plugin version by Alexander Kriegisch · 5 months ago
  59. 15b43b6 CI build: Make sure to run integration tests by Alexander Kriegisch · 5 months ago
  60. 40e981e Silence JDK 21+ warning about dynamically attached agents (Mockito) by Alexander Kriegisch · 5 months ago
  61. 6125373 Downgrade to Mockito 4.x to retain JDK 8 build for now by Alexander Kriegisch · 5 months ago
  62. f707085 Extract Mockito and Jupiter versions into properties, DRY by Alexander Kriegisch · 5 months ago
  63. 5bee693 Add 3 integration tests (ITs) for version classes by Alexander Kriegisch · 5 months ago
  64. ba938e7 Add Maven Invoker integration testing (IT) infrastructure by Alexander Kriegisch · 5 months ago
  65. 5e7e24c Fix little typo in POM profile activation rule by Alexander Kriegisch · 5 months ago
  66. afa0bdb Add unit tests for version classes by Alexander Kriegisch · 5 months ago
  67. 3e997d5 Refactor version classes for better testability by Alexander Kriegisch · 5 months ago
  68. 3f9c41c Remove unused JUnit 4 dependency from 'samples' by Alexander Kriegisch · 5 months ago
  69. b219034 Improve main .gitignore file, remove subfolder ones by Alexander Kriegisch · 5 months ago
  70. 39cd970 Merge pull request #135 from kriegaex/delete-doclet-taglet-binaries by Joe Kesselman · 5 months ago
  71. dddd36d Merge pull request #132 from kriegaex/maven-profiles by Joe Kesselman · 5 months ago
  72. ca998e8 Delete xalan2jdoc.jar by Alexander Kriegisch · 5 months ago
  73. 77f8040 Merge pull request #134 from kriegaex/delete-doclet-taglet-binaries by Joe Kesselman · 5 months ago
  74. f794018 Delete superfluous doclet and taglet JARs by Alexander Kriegisch · 5 months ago
  75. 9ca304c Revert to Xander's execution order for mvnbuild sequence. My misunderstanding; changing the order of these does *not* change the distribution zipfile results. by kubycsolutions · 5 months ago
  76. d8743ae XALANJ-2708 Move docs and distros generation into own profiles by Alexander Kriegisch · 5 months ago
  77. db76767 AFAIK, we haven't resolved the need for site to run before package if we want docs included in the .bin.zip/.bin.tar.gz files. Reverting that change pending discussion of best solution. by kubycsolutions · 5 months ago
  78. 0544529 Merge pull request #130 from kriegaex/create-lib-directory by Joe Kesselman · 5 months ago
  79. 49f1b55 Merge branch 'xalan-java-mvn-refactored' into create-lib-directory by Joe Kesselman · 5 months ago
  80. 4dd57b2 Silence the progress noise during the mvn build. by kubycsolutions · 5 months ago
  81. fdb834c typo by kubycsolutions · 5 months ago
  82. 8de3294 typo by kubycsolutions · 5 months ago
  83. 4aa150b Reconcile/rebase by kubycsolutions · 5 months ago
  84. c338e2b Reconcile .gitignore with master by kubycsolutions · 5 months ago
  85. ddf4030 cherrypick from master, use mvn build. by kubycsolutions · 5 months ago
  86. 7826dcb cherrypick from master by kubycsolutions · 5 months ago
  87. 631e282 doc by kubycsolutions · 5 months ago
  88. 52a74b6 Cherry-pick https://github.com/apache/xalan-java/pull/83 by kubycsolutions · 5 months ago
  89. c8786fb Cherrypicking from _maint by kubycsolutions · 5 months ago
  90. fcb53c6 Cherrypick changes from _maint by kubycsolutions · 5 months ago
  91. 5076185 Accept .gitattribute changes from _maint by kubycsolutions · 5 months ago
  92. b9a04dc Cherry-pick CI from xalan-j_2_7_1_maint by kubycsolutions · 5 months ago
  93. 3689380 Resolve Memory Leak (#113) by martinhickson · 5 months ago
  94. 29d6f12 Don't check in /lib; it's generated for xalan-test project dependencies. by kubycsolutions · 5 months ago
  95. c4272c0 Merge pull request #129 from kriegaex/version-classloader-fallback by Joe Kesselman · 5 months ago
  96. efb0d44 Switch to Class.getResourceAsStream with a relative path by Alexander Kriegisch · 5 months ago
  97. 3500222 Cosmetic improvements in mvnbuild.bat, mvnbuild.sh by Alexander Kriegisch · 5 months ago
  98. 7642556 Copy dependencies to [root]/lib directory during package phase by Alexander Kriegisch · 5 months ago
  99. c7fc0fd Use system class loader as a fallback to load version number resources by Alexander Kriegisch · 5 months ago
  100. d0e020a Merge pull request #127 from kriegaex/fix-serializer-resources by Joe Kesselman · 5 months ago