1
0
Commit Graph

1738 Commits

Author SHA1 Message Date
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
dependabot[bot]
76a76eb6a0 Bump github/codeql-action from 3.25.12 to 3.25.14 (#273)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.12 to 3.25.14.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](4fa2a79536...5cf07d8b70)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-26 06:59:00 -04:00
Sebb
1b8f45d7d0 Merge pull request #272 from dancer1325/doc/fix_typo
doc(site.guide): fix small typo
2024-07-25 23:57:36 +01:00
dancer1325
031851a3d4 doc(site.guide): fix small typo 2024-07-25 20:51:33 +02:00
Gary Gregory
11a243711f Javadoc
Use HTML 'em' tag instead of 'i' tag
2024-07-21 11:41:31 -04:00
dependabot[bot]
585dc262c0 Bump github/codeql-action from 3.25.11 to 3.25.12 (#271)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.11 to 3.25.12.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](b611370bb5...4fa2a79536)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-12 07:24:50 -04:00
dependabot[bot]
b3d12a222e Bump actions/upload-artifact from 4.3.3 to 4.3.4 (#270)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](65462800fd...0b2256b8c0)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-12 07:24:38 -04:00
dependabot[bot]
c27108e4c8 Bump github/codeql-action from 3.25.10 to 3.25.11 (#269)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.10 to 3.25.11.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](23acc5c183...b611370bb5)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-05 08:04:04 -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
e34e5d5a79 [LOGGING-193] Update Log4j 2 Imports #268 2024-06-28 10:11:16 -04:00
Philippe Marschall
889122ef71 LOGGING-193 Update Log4j 2 Imports (#268)
Update the Log4j 2 OSGi imports to list all used packages.
2024-06-28 10:09:47 -04:00
Gary Gregory
2e215295dc Bump org.apache.commons:commons-parent from 70 to 71 #267 2024-06-14 08:13:18 -04:00
dependabot[bot]
c30ce9a4d7 Bump org.apache.commons:commons-parent from 70 to 71 (#267)
Bumps [org.apache.commons:commons-parent](https://github.com/apache/commons-parent) from 70 to 71.
- [Changelog](https://github.com/apache/commons-parent/blob/master/RELEASE-NOTES.txt)
- [Commits](https://github.com/apache/commons-parent/commits)

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-parent
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-14 08:12:39 -04:00
dependabot[bot]
3da8b748db Bump codecov/codecov-action from 4.4.1 to 4.5.0 (#265)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.4.1 to 4.5.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](125fc84a9a...e28ff129e5)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-14 06:31:42 -04:00
dependabot[bot]
093807a755 Bump github/codeql-action from 3.25.8 to 3.25.10 (#266)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.8 to 3.25.10.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](2e230e8fe0...23acc5c183)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-14 06:31:31 -04:00