1. e130107 Sort members. by Gary Gregory · 4 hours ago master
  2. 36f6fb6 Throw IllegalArgumentException for trailing whitespace in by Gary Gregory · 5 hours ago
  3. 85f4b3c Throw IllegalArgumentException for trailing whitespace in extendedmessageformat argument index (#750) by Javid Khan · 5 hours ago
  4. fca08ed Update legacy GitHub links in CONTRIBUTING.md by Gary Gregory · 12 hours ago
  5. cd89928 Bump org.apache.commons:commons-parent from 101 to 102. by Gary Gregory · 30 hours ago
  6. 61e0c0b [TEXT-179] StringSubstitutor incorrectly removes the escape character in by Gary Gregory · 30 hours ago
  7. 43d2c8f [TEXT-179] StringSubstitutor incorrectly removes the escape character in "$${${a}" (#752) by Gary Gregory · 30 hours ago
  8. c0d57f3 Bump actions/dependency-review-action from 4.9.0 to 5.0.0 by Gary Gregory · 5 days ago
  9. 07f8b31 Bump GH CI actions/checkout from 6.0.2 to 6.0.3 by Gary Gregory · 5 days ago
  10. 92c1eaa Add Java 26 and replace 26-ea with 27-ea in GH CI. by Gary Gregory · 5 days ago
  11. d93427d Javadoc by Gary Gregory · 5 days ago
  12. e910b53 Bump org.apache.commons:commons-parent from 100 to 101 by Gary Gregory · 6 days ago
  13. 225f746 Bump github/codeql-action from 4.36.0 to 4.36.2 by Gary Gregory · 7 days ago
  14. 50b108d Better comment by Gary Gregory · 9 days ago
  15. c6de327 Reduce vertical whitespace by Gary Gregory · 9 days ago
  16. c514699 Sort members by Gary Gregory · 9 days ago
  17. 8d2bb4f Fix StringIndexOutOfBoundsException in CsvUnescaper on lone quote (#748). by Gary Gregory · 9 days ago
  18. e2eb7d1 Fix StringIndexOutOfBoundsException in CsvUnescaper on lone quote (#748) by Javid Khan · 9 days ago
  19. 1bba8e3 Reduce vertical whitespace by Gary Gregory · 10 days ago
  20. 4e42127 Reuse CharUtils.isOctal() by Gary Gregory · 10 days ago
  21. 7f73e3a Javadoc by Gary Gregory · 10 days ago
  22. a5de772 Use less vertical space by Gary Gregory · 10 days ago
  23. 85c5713 Reuse CharUtils.isHex() by Gary Gregory · 10 days ago
  24. df89bdc Use assertThrows() by Gary Gregory · 10 days ago
  25. 4c73a71 NumericEntityUnescaperTest: Use less vertical space by Gary Gregory · 10 days ago
  26. 0325c31 Validate code point range in NumericEntityUnescaper.translate() #747. by Gary Gregory · 10 days ago
  27. 238c88d Validate code point range in NumericEntityUnescaper.translate (#747) by Javid Khan · 10 days ago
  28. 0b86be6 Reuse constant by Gary Gregory · 10 days ago
  29. ecc43cc Clear residual buffer chars in TextStringBuilder shrink and clear paths #746 by Gary Gregory · 10 days ago
  30. d649eeb Sort members by Gary Gregory · 10 days ago
  31. c6d867e Refactor out the copy-pasta. by Gary Gregory · 10 days ago
  32. 6f2a032 Clear residual buffer chars in TextStringBuilder shrink and clear paths (#746) by Javid Khan · 10 days ago
  33. fd14824 Internal refactoring by Gary Gregory · 11 days ago
  34. 897daa6 Merge branch 'master' of https://github.com/apache/commons-text.git by Gary Gregory · 11 days ago
  35. 124222e Fix path fence bypass for relative paths with leading ".." #745. by Gary Gregory · 11 days ago
  36. c68fe3c Fix path fence bypass for relative paths with leading ".." (#745) by Javid Khan · 11 days ago
  37. eb04140 [test] Bump graalvm.version from 25.0.2 to 25.0.2 on Java 22 and up. by Gary Gregory · 11 days ago
  38. 242af93 [test] Bump org.apache.commons:commons-rng-simple from 1.6 to 1.7. by Gary Gregory · 11 days ago
  39. 2706ee1 Bump github/codeql-action from 4.35.5 to 4.36.0 by Gary Gregory · 2 weeks ago
  40. a2b0bcd Javadoc by Gary Gregory · 3 weeks ago
  41. af7f263 StrBuilder.replaceImpl() and setLength() shrink-branch leaves residual by Gary Gregory · 3 weeks ago
  42. c07e17c StrBuilder.replaceImpl shrink-branch leaves residual chars in buffer tail (#744) by Gary Gregory · 3 weeks ago
  43. 86d5f1e Better exception message by Gary Gregory · 3 weeks ago
  44. 39577ef Bump org.apache.commons:commons-parent from 99 to 100 by Gary Gregory · 3 weeks ago
  45. ef179e2 Bump github/codeql-action from 4.35.4 to 4.35.5 by Gary Gregory · 3 weeks ago
  46. 283eaf4 FormattableUtils.append re-parses literal output as format string (#743) by Gary Gregory · 3 weeks ago
  47. ac2c660 FormattableUtils.append re-parses literal output as format string (#743) by Gary Gregory · 3 weeks ago
  48. 9b45fce Simplify test. by Gary Gregory · 4 weeks ago
  49. b64cfdc Replace magic char with constant by Gary Gregory · 4 weeks ago
  50. 8e7e6cd StrBuilder.deleteImpl(int, int, int) doesn't clear its unused bytes (#742). by Gary Gregory · 4 weeks ago
  51. 6a08b42 StrBuilder.deleteImpl(int, int, int) doesn't clear its unused bytes (#742) by Gary Gregory · 4 weeks ago
  52. 5a73bda Fix typo. by Gary Gregory · 4 weeks ago
  53. 4aeef40 StrBuilder.readFrom(Readable), exposes stale internal buffer to Readable by Gary Gregory · 4 weeks ago
  54. aec9469 StrBuilder.readFrom(Readable), exposes stale internal buffer to Readable parameter (#741) by Gary Gregory · 4 weeks ago
  55. d2875b5 Add test from Commons Lang by Gary Gregory · 4 weeks ago
  56. 62b6120 Bump github/codeql-action from 4.35.3 to 4.35.4 by Gary Gregory · 4 weeks ago
  57. 896c524 Bump github/codeql-action from 4.35.2 to 4.35.3 by Gary Gregory · 5 weeks ago
  58. 2c2122c Bump org.apache.commons:commons-parent from 98 to 99 by Gary Gregory · 7 weeks ago
  59. c2f5730 Javadoc: Use {@code} by Gary Gregory · 7 weeks ago
  60. b6104aa Bump commons-io:commons-io from 2.21.0 to 2.22.0. by Gary Gregory · 7 weeks ago
  61. c86b1db Bump github/codeql-action from 4.35.1 to 4.35.2 by Gary Gregory · 8 weeks ago
  62. 6f3eb81 No need to end exception messages with an exclamation! by Gary Gregory · 8 weeks ago
  63. cba92e2 Bump actions/upload-artifact from 7.0.0 to 7.0.1 by Gary Gregory · 8 weeks ago
  64. 28f3d19 Bump actions/cache from 5.0.4 to 5.0.5 by Gary Gregory · 8 weeks ago
  65. ec54a34 Bump org.apache.commons:commons-parent from 97 to 98 by Gary Gregory · 9 weeks ago
  66. 32fe1c2 Use static imports only for JUnit by Gary Gregory · 10 weeks ago
  67. 2a0e69f Run builds only on push to master and pull requests by Gary Gregory · 10 weeks ago
  68. c7576eb Bump graalvm.version from 25.0.1 to 25.0.2 #738 by Gary Gregory · 2 months ago
  69. 3cdc9f7 Bump graalvm.version from 25.0.1 to 25.0.2 (#738) by dependabot[bot] · 2 months ago
  70. 9de3838 ump commons.bytebuddy.version from 1.18.7 to 1.18.8 by Gary Gregory · 2 months ago
  71. 20b7b44 Bump github/codeql-action from 4.34.1 to 4.35.1 by Gary Gregory · 2 months ago
  72. 589c42c Bump actions/dependency-review-action from 4.8.2 to 4.9.0 by Gary Gregory · 2 months ago
  73. b76db34 Bump Bump actions/cache from 5.0.3 to 5.0.4 by Gary Gregory · 2 months ago
  74. 21ab8dc Bump github/codeql-action from 4.34.0 to 4.34.1 by Gary Gregory · 3 months ago
  75. 8455999 Javadoc by Gary Gregory · 3 months ago
  76. 040a757 Bump github/codeql-action from 4.32.6 to 4.34.0 by Gary Gregory · 3 months ago
  77. 6e2b964 Add a reference to safe deserlialization by Gary Gregory · 3 months ago
  78. 7b76a31 Bump commons.bytebuddy.version from 1.18.4 to 1.18.7. by Gary Gregory · 3 months ago
  79. a55f008 Remove link to now malicious site by Gary Gregory · 3 months ago
  80. 5cad548 Bump actions/upload-artifact from 6.0.0 to 7.0.0 by Gary Gregory · 3 months ago
  81. f2929c2 Bump github/codeql-action from 4.32.5 to 4.32.6 by Gary Gregory · 3 months ago
  82. 9a82768 Bump github/codeql-action from 4.32.4 to 4.32.5 by Gary Gregory · 3 months ago
  83. 3b3d5d1 Bump org.apache.commons:commons-parent from 96 to 97. by Gary Gregory · 3 months ago
  84. 21a016c Bump github/codeql-action from 4.32.0 to 4.32.4 by Gary Gregory · 4 months ago
  85. 267ec52 Bump github/codeql-action from 4.32.2 to 4.32.3 by Gary Gregory · 4 months ago
  86. 8a89e0d Bump actions/cache from 5.0.2 to 5.0.3 by Gary Gregory · 4 months ago
  87. 272be85 Use max-parallel: 20 as asked by Apache Infra by Gary Gregory · 4 months ago
  88. ae57a01 Bump github/codeql-action from 4.32.0 to 4.32.2 by Gary Gregory · 4 months ago
  89. 38f0634 Javadoc by Gary Gregory · 4 months ago
  90. 428759d Bump github/codeql-action from 4.31.11 to 4.32.0 by Gary Gregory · 4 months ago
  91. aa7ce20 [TEXT-239] TextStringBuilder.append(char[], int, int) uses wrong by Gary Gregory · 4 months ago
  92. a3e4306 TEXT-239: TextStringBuilder.append(char[], int, int) uses wrong variable in exception message (#735) by Ivan Ponomarev · 4 months ago
  93. a0b89c0 Add Checkstyle FinalLocalVariable by Gary Gregory · 5 months ago
  94. 71f75f2 Bump github/codeql-action from 4.31.10 to 4.31.11 by Gary Gregory · 5 months ago
  95. da6c6cd Bump actions/checkout from 6.0.1 to 6.0.2 by Gary Gregory · 5 months ago
  96. 9eb7dd8 Bump actions/setup-java from 5.1.0 to 5.2.0 by Gary Gregory · 5 months ago
  97. c9e8e25 Bump org.apache.commons:commons-parent from 95 to 96 by Gary Gregory · 5 months ago
  98. 111ae69 Bump commons.bytebuddy.version from 1.18.3 to 1.18.4 by Gary Gregory · 5 months ago
  99. 6f274fc Bump org.apache.commons:commons-parent from 94 to 95. by Gary Gregory · 5 months ago
  100. 6a118b7 Bump github/codeql-action from 4.31.9 to 4.31.10 by Gary Gregory · 5 months ago