Commit Graph
100 Commits
Author SHA1 Message Date
Gary Gregory 8cd10fae04 Prepare for the next release candidate 2024-11-22 15:40:33 +00:00
Gary Gregory e9e794ac18 Prepare for the next release candidate 2024-11-22 15:34:54 +00:00
Gary Gregory 0f1c549136 Prepare for the next release candidate 2024-11-22 15:28:21 +00:00
Gary Gregory fa78e440eb Javadoc: Use semantic tag <strong> instead of style tag <b> 2024-11-15 11:32:47 -05:00
Gary Gregory d532d48187 dependency-review.yml not needed for branch 2024-11-08 07:23:38 -05:00
Gary Gregory 07c2131ac9 Use Java naming in comments, not C++ 2024-11-05 06:10:05 -05:00
Gary Gregory 8241172355 Only run actions/dependency-review-action on pull_request 2024-11-01 07:33:40 -04:00
Gary Gregory b537752801 Fix GH badge 2024-10-14 07:14:12 -04:00
Gary Gregory 986ea33d92 The Java 23 build is no longer experimental 2024-10-06 09:03:24 -04:00
Gary Gregory 797696744b Remove "cobertura" plugin, we use JaCoco, Cobertura is unmaintained 2024-10-05 08:38:47 -04:00
Gary Gregory 3c16c49508 Pin GitHub action versions 2024-09-28 16:22:23 -04:00
Gary Gregory 49361d20bb Also run DR on push 2024-09-23 09:35:13 -04:00
Gary Gregory 673834590e Add dependency-review.yml to GitHub CI 2024-09-20 20:04:24 -04:00
Gary Gregory 2e0f04b305 CI builds: Replace Java 22 with Java 23 2024-09-18 20:35:28 -04:00
Gary Gregory 86a37e318d Remove trailing whitespace 2024-09-11 21:02:44 -04:00
Gary Gregory 736d1c3fa7 Fix typos in comments 2024-08-21 09:17:35 -04:00
Gary Gregory 219c0d1b3c Add section for the next release 2024-08-19 13:45:14 +00:00
Gary Gregory 9668ec3cb5 Bump to next development version 2024-08-19 13:43:41 +00:00
Gary Gregory 8ccbd030e4 Prepare for the next release candidate 2024-08-16 12:48:11 +00:00
Gary Gregory f7ad2ef2f2 Prepare for the next release candidate 2024-08-16 12:43:46 +00:00
Gary Gregory 3624cf7295 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-logging.git 2024-08-15 08:46:50 -04:00
Gary Gregory c3b481dc62 Add Java 24-ea to GitHub CI 2024-08-15 08:46:42 -04:00
Gary Gregory e59795ad1f Use a supplier instead of testing twice is internal logging is enabled
- Only check once if logging is enabled in other call sites since
logDiagnostic(String) already checks
- Less string building
- Use longer lines
- Whitespace
- Remove unused private constants
2024-08-15 08:44:05 -04:00
Gary Gregory cc17d9fdb3 Javadoc
Better parameter name
2024-08-15 07:44:46 -04:00
Gary Gregory 11760024c5 Use final and remove redundant parentheses 2024-08-15 07:33:06 -04:00
Gary Gregory 1f302e5b45 Use final 2024-08-15 07:31:02 -04:00
Gary Gregory b852c9a903 Add whitespace 2024-08-15 07:29:58 -04:00
Gary Gregory 9fb30f8541 Sort members 2024-08-15 07:29:24 -04:00
Gary Gregory 46f2d36868 Make Java 22 a normal build on GitHub CI 2024-08-14 14:32:12 -04:00
Gary Gregory 2a8fecbcbb Ignore tests that set a SecurityManager on Java 21 and up:
Java 21 and up:
java.lang.UnsupportedOperationException: The Security Manager is
deprecated and will be removed in a future release
2024-08-14 14:29:52 -04:00
Gary Gregory a6ce8a14fa Add comments 2024-08-14 13:50:33 -04:00
Gary Gregory 1d1b8adca8 Add comments 2024-08-14 13:47:55 -04:00
Gary Gregory 7b686552c3 Mark builds for Java 22 and 23-ea as experimental 2024-08-14 13:39:49 -04:00
Gary Gregory f4323f8d5c Add Java 22 and 23-ea builds
23-ea is marked as experimental
2024-08-14 13:36:51 -04:00
Gary Gregory 862ee62057 Point to release history from main page 2024-08-14 09:19:09 -04:00
Gary Gregory 024ca5e13a Remove duplicate link 2024-08-14 09:08:45 -04:00
Gary Gregory 79750f9a9b Use for-each loop in test 2024-08-14 09:07:02 -04:00
Gary Gregory d72cadb7b9 Use try-with-resources
- Import instead of FQCN
- Remove whitespace
2024-08-14 09:02:35 -04:00
Gary Gregory d0c4e26317 Fix generics warnings in tests 2024-08-14 09:02:00 -04:00
Gary Gregory 37cd44ccb2 Test does not close input stream 2024-08-14 08:48:28 -04:00
Gary Gregory b3ebff64dc Fix generics warnings in tests 2024-08-14 08:44:27 -04:00
Gary Gregory 6cad8fc338 Fix generics warnings in tests 2024-08-14 08:41:04 -04:00
Gary Gregory 1002f11bad Fix generics warnings in tests 2024-08-14 08:37:12 -04:00
Gary Gregory 1e987dcace Fix generics warnings in tests
Javadoc in test
2024-08-14 08:30:16 -04:00
Gary Gregory 8e5855505d Javadoc and comments
Fix generics warnings
2024-08-14 08:12:20 -04:00
Gary Gregory 2ca6d51f21 Normalize spelling 2024-08-14 07:46:14 -04:00
Gary Gregory a823926443 Normalize spelling 2024-08-14 07:45:12 -04:00
Gary Gregory b9667701e6 Capitalize 2024-08-14 07:42:36 -04:00
Gary Gregory ef44083160 No need to exclaim! 2024-08-14 07:39:48 -04:00
Gary Gregory b7f4c68e7b Javadoc and comments 2024-08-14 07:39:31 -04:00
Gary Gregory 81e491ce10 Bump org.apache.commons:commons-parent from 71 to 72 2024-07-30 08:28:32 -04:00
Gary Gregory d158d2f3a5 Bump properties for next release 2024-07-30 08:26:04 -04:00
Gary Gregory 1529c02432 Use Javadoc @code
- Javadoc and comments: Distinguish 'hash table' the concept versus
'Hashtable' the class
- Use generics in test
- Close HTML tags
2024-07-30 08:24:43 -04:00
Gary Gregory 11a243711f Javadoc
Use HTML 'em' tag instead of 'i' tag
2024-07-21 11:41:31 -04:00
Gary Gregory a7bd93fb67 Add section for the next release 2024-07-04 11:45:45 +00:00
Gary Gregory 328aa83be5 Bump to next development version 2024-07-04 11:44:28 +00:00
Gary Gregory 894cdbd50c Prepare for the next release candidate 2024-06-30 18:45:58 +00:00
Gary Gregory c03d6bcd37 Sort entries 2024-06-30 14:26:22 -04:00
Gary Gregory ac0adf8291 Drop 'snapshot' from text 2024-06-30 14:25:47 -04:00
Gary Gregory adab5b7afd Prepare for the next release candidate 2024-06-30 18:13:43 +00:00
Gary Gregory d09b2f285c Prepare for the next release candidate 2024-06-30 14:08:20 -04:00
Gary Gregory c4d0dca461 Move declarations 2024-06-30 10:46:52 -04:00
Gary Gregory 93c7195cbb Use generics 2024-06-30 10:45:15 -04:00
Gary Gregory 50bc992aaf Use generics 2024-06-30 10:44:40 -04:00
Gary Gregory 41621417cb Use generics 2024-06-30 08:43:01 -04:00
Gary Gregory 5c34ad7d9a Use generics 2024-06-30 08:38:32 -04:00
Gary Gregory d6ae2efb64 Use generics 2024-06-30 08:34:23 -04:00
Gary Gregory ab4b5c50d8 Inline single use local variable 2024-06-30 08:33:02 -04:00
Gary Gregory 5b35ee8622 Javadoc 2024-06-30 08:31:12 -04:00
Gary Gregory 3d7e522b5b Close HTML tags 2024-06-30 08:31:06 -04:00
Gary Gregory 7d91888801 Add switch default and comment 2024-06-30 08:25:12 -04:00
Gary Gregory faa9e1e2f2 Use switch instead of cascading if-else 2024-06-30 08:19:07 -04:00
Gary Gregory 61c261037d Format nits 2024-06-30 08:06:13 -04:00
Gary Gregory 35a41108dc Update Log4j 2 OSGi imports 2024-06-30 08:02:55 -04:00
Gary Gregory 03ec597a10 Fix NullPointerException in SimpleLog#write(StringBuffer) on null input 2024-06-30 08:02:35 -04:00
Gary Gregory 825105628f Fix NullPointerException in SimpleLog#write(Object) on null input 2024-06-30 08:01:52 -04:00
Gary Gregory b31e91cba5 Javadoc 2024-06-30 08:01:44 -04:00
Gary Gregory c8bba3dcb8 Write code more directly 2024-06-30 07:55:27 -04:00
Gary Gregory e1855ea36d Revert "Remove redundant code"
This reverts commit 155c1b2a03.
2024-06-30 07:50:48 -04:00
Gary Gregory e6c48c9dae Remove redundant keyword 2024-06-30 07:49:34 -04:00
Gary Gregory 618ab14b4a Collapse into if-else 2024-06-30 07:49:26 -04:00
Gary Gregory 155c1b2a03 Remove redundant code 2024-06-30 07:49:05 -04:00
Gary Gregory 3d7feefa07 Remove redundant keyword 2024-06-30 07:48:54 -04:00
Gary Gregory 77a0d54520 Drop codecov.io
- It now requires an API key and a login to view reports
- Instead, use 'mvn clean install site -P jacoco' to view JaCoCo HTML
reports
2024-06-29 14:28:49 -04:00
Gary Gregory 672fdd1ecd Revert "Drop CodeQL"
This reverts commit 05ea0aca0f.
2024-06-29 10:53:23 -04:00
Gary Gregory 5eb83b0f3e Revert "Drop CodeQL"
This reverts commit 26c1c43ed3.
2024-06-29 10:53:23 -04:00
Gary Gregory 26c1c43ed3 Drop CodeQL
- It now requires an API key and a login to view reports
- Instead, use 'mvn clean install site -P jacoco' to view JaCoCo HTML
reports
2024-06-29 08:12:47 -04:00
Gary Gregory 05ea0aca0f Drop CodeQL
- It now requires an API key and a login to view reports
- Instead, use 'mvn clean install site -P jacoco' to view JaCoCo HTML
reports
2024-06-29 08:03:53 -04:00
Gary Gregory cfa7297e33 Use Objects.toString() 2024-06-11 10:55:02 -04:00
Gary Gregory 2598f00f48 Format nit 2024-05-22 18:15:59 -04:00
Gary Gregory e97cec1c12 Bump org.apache.commons:commons-parent from 69 to 70 2024-05-22 17:20:35 -04:00
Gary Gregory 34776ff23a Format nits 2024-05-22 17:13:05 -04:00
Gary Gregory bd8f345c64 Fix PMD UnnecessaryFullyQualifiedName in SimpleLog 2024-05-22 16:43:32 -04:00
Gary Gregory 837d9b027c Javadoc 2024-05-18 09:57:11 -04:00
Gary Gregory 7e5d8a8822 Show Maven stack traces on errors in GH CI 2024-05-16 14:51:11 -04:00
Gary Gregory 6e02e0fb94 Update properties for next release 2024-05-15 13:00:54 -04:00
Gary Gregory 42b5981057 Add section for the next release 2024-05-15 16:59:35 +00:00
Gary Gregory b977d366c6 Bump to next development version 2024-05-15 13:19:05 +00:00
Gary Gregory 51ee80926c Prepare for the next release candidate 2024-05-12 12:21:53 +00:00
Gary Gregory 8d580e62c7 Fill in release notes 2024-05-12 08:16:17 -04:00