1. 421f9b5 Bump github/codeql-action from 3.25.6 to 3.25.7 (#1228) by dependabot[bot] · 24 hours ago master
  2. ff66cce Add SystemUtils.IS_OS_MAC_OSX_SONOMA by Gary Gregory · 2 days ago
  3. d0bb31b Add SystemUtils.IS_OS_ANDROID by Gary Gregory · 2 days ago
  4. 28e8268 Remove trailing whitespace by Gary Gregory · 3 days ago
  5. 074fbef Simplify test and add missing cases by Gary Gregory · 3 days ago
  6. e9bd183 Simplify test and add missing cases by Gary Gregory · 3 days ago
  7. 35cc96c Javadoc by Gary Gregory · 3 days ago
  8. 4c1cbdb Flip args on new API by Gary Gregory · 3 days ago
  9. a37e8de Sort members by Gary Gregory · 3 days ago
  10. 4b99af5 Add null-safe Consumers.accept() and Functions.apply() #1215 by Gary Gregory · 3 days ago
  11. 234c6a9 LANG-1733: Add null handling features working with Java 8 specs (#1215) by Jongjin Bae · 3 days ago
  12. 9babe58 Javadoc by Gary Gregory · 6 days ago
  13. b500ce0 Java 23-ea is not on all OSs? by Gary Gregory · 7 days ago
  14. 620a2e0 Remove unused exception from test by Gary Gregory · 7 days ago
  15. 86b3679 Enable Java 23-ea on GH CI as an experimental build by Gary Gregory · 7 days ago
  16. d861f1b Add test cases for single quote processing by Gary Gregory · 7 days ago
  17. 65e57ef Use longer lines by Gary Gregory · 7 days ago
  18. 2b0c0b9 Rename and enable old test by Gary Gregory · 7 days ago
  19. b5dd573 Use longer lines by Gary Gregory · 7 days ago
  20. df86206 Use longer lines by Gary Gregory · 7 days ago
  21. a7a1e17 Add @SuppressWarnings by Gary Gregory · 7 days ago
  22. 26f54fc Add TODO comment by Gary Gregory · 7 days ago
  23. 6ff7441 Refactor magic numbers by Gary Gregory · 7 days ago
  24. fd394a9 Reuse constant by Gary Gregory · 7 days ago
  25. 8a18a7e Easy to read int by Gary Gregory · 7 days ago
  26. be1081a Add missing test assertions by Gary Gregory · 7 days ago
  27. c6ce19a Add missing test assertions by Gary Gregory · 7 days ago
  28. 408b660 More precise internal type by Gary Gregory · 7 days ago
  29. 258406d Bump github/codeql-action from 3.25.5 to 3.25.6 (#1226) by dependabot[bot] · 8 days ago
  30. 97c09d8 Bump codecov/codecov-action from 4.4.0 to 4.4.1 (#1225) by dependabot[bot] · 8 days ago
  31. b4a3c23 Simplify descriptions by Gary Gregory · 8 days ago
  32. c290aeb Add and use MethodUtils.getMethodObject(Class<?>, String, Class<?>...) by Gary Gregory · 8 days ago
  33. bc10ad9 Javadoc by Gary Gregory · 8 days ago
  34. f627c15 Javadoc by Gary Gregory · 8 days ago
  35. f161ff6 Simplify exception handling by Gary Gregory · 8 days ago
  36. ccac050 Simplify exception handling by Gary Gregory · 8 days ago
  37. 10306e2 Simplify exception handling by Gary Gregory · 8 days ago
  38. 0067a2d Javadoc by Gary Gregory · 8 days ago
  39. e7846f4 Bump org.codehaus.mojo:exec-maven-plugin from 3.2.0 to 3.3.0 #1224 by Gary Gregory · 9 days ago
  40. be43ec3 Bump org.codehaus.mojo:exec-maven-plugin from 3.2.0 to 3.3.0 (#1224) by dependabot[bot] · 9 days ago
  41. c8f5b0c Refactor AbstractConcurrentInitializerTest to add non-Object test by Gary Gregory · 9 days ago
  42. 84abc11 Javadoc by Gary Gregory · 9 days ago
  43. b5e6e21 Add @SuppressWarnings by Gary Gregory · 9 days ago
  44. 30428e5 Javadoc by Gary Gregory · 9 days ago
  45. f827d6a [LANG-1735] Fix Javadoc for FluentBitSet.setInclusive(int, int) #1222 by Gary Gregory · 9 days ago
  46. bf1728a Same Javadoc changes as [TEXT-234] #1223 by Gary Gregory · 9 days ago
  47. 352f967 Fix TEXT-234 (#1223) by Tobias Kiecker · 9 days ago
  48. 2667c39 Unnecessary @SuppressWarnings by Gary Gregory · 9 days ago
  49. a4db899 Unnecessary @SuppressWarnings by Gary Gregory · 9 days ago
  50. 1af3724 Unnecessary @SuppressWarnings by Gary Gregory · 9 days ago
  51. b027fe9 Unnecessary @SuppressWarnings by Gary Gregory · 9 days ago
  52. 4535100 Fix test type cast by Gary Gregory · 9 days ago
  53. ba247a9 [LANG-1735] Fix Javadoc for FluentBitSet.setInclusive(int, int) #1222 by Gary Gregory · 9 days ago
  54. 77e3913 fixed LANG-1735 (#1222) by Tobias Kiecker · 9 days ago
  55. 4bd73af Fix Javadoc warning by Gary Gregory · 9 days ago
  56. 569195d Fix compiler warnings by Gary Gregory · 9 days ago
  57. 83ce04b Bump commons-parent from 69 to 70 by Gary Gregory · 9 days ago
  58. 73e5bac Javadoc & whitespace by Gary Gregory · 9 days ago
  59. 1e64e11 Fixing the previous commit. by Jochen Wiedmann · 10 days ago
  60. 9980cf1 Undoing 3322d974876b8d4f934d3544967103ebbcaef726 by Jochen Wiedmann · 10 days ago
  61. 0e42557 Update testMapEntry() for LANG-1736 by Gary Gregory · 10 days ago
  62. 82d9129 Update testMapEntry() for LANG-1736 by Gary Gregory · 10 days ago
  63. 47f433f Javadoc by Gary Gregory · 2 weeks ago
  64. be5fea4 Bump codecov/codecov-action from 4.3.1 to 4.4.0 (#1218) by dependabot[bot] · 2 weeks ago
  65. 8c38662 Bump github/codeql-action from 3.25.4 to 3.25.5 (#1219) by dependabot[bot] · 2 weeks ago
  66. 6af56e9 Bump actions/checkout from 4.1.5 to 4.1.6 (#1220) by dependabot[bot] · 2 weeks ago
  67. 797f9a4 Minor documentation fixes. by Jochen Wiedmann · 2 weeks ago
  68. 3322d97 Adding the @Insecure, and @Safe annotations. by Jochen Wiedmann · 2 weeks ago
  69. bb61e14 Show Maven stack traces on errors in GH CI by Gary Gregory · 2 weeks ago
  70. f9828e2 Comments by Gary Gregory · 3 weeks ago
  71. 7c51e69 StringUtils.stripAccents(String) doesn't handle T with stroke by Gary Gregory · 3 weeks ago
  72. 17ceb43 StringUtils.stripAccents(String) doesn't handle U with bar by Gary Gregory · 3 weeks ago
  73. 006d1d1 StringUtils.stripAccents(String) doesn't handle I with bar by Gary Gregory · 3 weeks ago
  74. 0b00e8d Use a switch by Gary Gregory · 3 weeks ago
  75. 89a8553 Clean up String building by Gary Gregory · 3 weeks ago
  76. 69b7342 StringUtils.stripAccents(String) doesn't handle "\u0111" and "\u0110" by Gary Gregory · 3 weeks ago
  77. 851de66 strip accents "\u0111" and "\u0110" (#1216) by hunghhdev · 3 weeks ago
  78. f50a4df Trailing whitespace by Gary Gregory · 3 weeks ago
  79. edc8dcf Javadoc by Gary Gregory · 3 weeks ago
  80. 279d8f8 Javadoc by Gary Gregory · 3 weeks ago
  81. 180f801 Javadoc by Gary Gregory · 3 weeks ago
  82. 1b5f9d1 Remove one superfluous @SuppressWarnings by Gary Gregory · 3 weeks ago
  83. 88ab71b Comment empty blocks by Gary Gregory · 3 weeks ago
  84. 416a354 Indentation by Gary Gregory · 3 weeks ago
  85. 74a9bea Better implementation of by Gary Gregory · 3 weeks ago
  86. 5e36226 Add test by Gary Gregory · 3 weeks ago
  87. 7c17883 Make SystemProperties.getLineSeparator(Supplier) null-safe by Gary Gregory · 3 weeks ago
  88. b7b52fc Internal refactoring by Gary Gregory · 3 weeks ago
  89. b9f15bc Make LockVisitor.acceptReadLocked(FailableConsumer) null-safe by Gary Gregory · 3 weeks ago
  90. ba3f910 Fail-fast in private constructor by Gary Gregory · 3 weeks ago
  91. 682ac0c Fail-fast in private constructor by Gary Gregory · 3 weeks ago
  92. d1427eb Better internal names by Gary Gregory · 3 weeks ago
  93. 44f62a1 Add test by Gary Gregory · 3 weeks ago
  94. 8133410 Bump github/codeql-action from 3.25.3 to 3.25.4 (#1213) by dependabot[bot] · 3 weeks ago
  95. 56a7df9 Bump ossf/scorecard-action from 2.3.1 to 2.3.3 (#1214) by dependabot[bot] · 3 weeks ago
  96. a456f52 Bump actions/checkout from 4.1.4 to 4.1.5 (#1212) by dependabot[bot] · 3 weeks ago
  97. bdd308b Update Checkstyle DTD version from 1.0 to 1.2 by Gary Gregory · 4 weeks ago
  98. f4a616f Revert inadvertent change to test by Gary Gregory · 4 weeks ago
  99. 8e03321 Add WhitespaceAround and WhitespaceAroundCheck by Gary Gregory · 4 weeks ago
  100. 3d5c928 Use Checkstyle WhitespaceAfter by Gary Gregory · 4 weeks ago