Gary Gregory [Wed, 25 Aug 2021 14:11:57 +0000 (10:11 -0400)]
Drop extra blank lines.
Gary Gregory [Wed, 25 Aug 2021 13:33:20 +0000 (09:33 -0400)]
Misc clean ups.
- else { if } -> else if
- new kind of Number() -> valueOf()
- String replaceAll(S,S) -> replace(CS,CS)
- Initialize collections on creation
- Use diamonds
- Create arrays with {}s.
Gary Gregory [Wed, 25 Aug 2021 13:04:17 +0000 (09:04 -0400)]
Reclasify issues.
Gary Gregory [Wed, 25 Aug 2021 13:03:28 +0000 (09:03 -0400)]
[CONFIGURATION-808] DefaultListDelimiterHandler.escapeList working only
for List<String> #137.
cigaly [Wed, 25 Aug 2021 13:00:54 +0000 (15:00 +0200)]
Test case and fix for https://issues.apache.org/jira/browse/CONFIGURATION-808 (#137)
Gary Gregory [Wed, 18 Aug 2021 12:51:19 +0000 (08:51 -0400)]
Update tests from commons-pool2 2.10.0 to 2.11.1.
Gary Gregory [Wed, 4 Aug 2021 13:05:22 +0000 (09:05 -0400)]
Update tests from commons-dbcp2 2.8.0 to 2.9.0.
Gary Gregory [Wed, 21 Jul 2021 13:41:49 +0000 (09:41 -0400)]
Update optional com.fasterxml.jackson.core:jackson-databind from 2.12.3
to 2.12.4.
Gary Gregory [Wed, 21 Jul 2021 13:38:13 +0000 (09:38 -0400)]
Organize.
Gary Gregory [Wed, 21 Jul 2021 13:34:53 +0000 (09:34 -0400)]
Fix version for SpotBugs.
Gary Gregory [Wed, 21 Jul 2021 13:31:20 +0000 (09:31 -0400)]
Bump commons.javadoc.version from 3.1.1 to 3.3.0.
Gary Gregory [Wed, 21 Jul 2021 13:28:24 +0000 (09:28 -0400)]
Bump commons.jacoco.version from 0.8.6 to 0.8.7.
Gary Gregory [Wed, 21 Jul 2021 13:24:39 +0000 (09:24 -0400)]
Bump commons.japicmp.version from 0.15.2 to 0.15.3.
Gary Gregory [Wed, 21 Jul 2021 13:22:49 +0000 (09:22 -0400)]
Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-configuration
Gary Gregory [Wed, 21 Jul 2021 13:21:40 +0000 (09:21 -0400)]
Bump checkstyle from 8.43 to 8.44 #132.
dependabot[bot] [Wed, 21 Jul 2021 13:18:37 +0000 (09:18 -0400)]
Bump checkstyle from 8.43 to 8.44 (#132)
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.43 to 8.44.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.43...checkstyle-8.44)
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
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>
Gary Gregory [Wed, 21 Jul 2021 13:14:14 +0000 (09:14 -0400)]
Update Apache Commons VFS 2.8.0 -> 2.9.0.
Gary Gregory [Sat, 10 Jul 2021 13:44:31 +0000 (09:44 -0400)]
Use final.
Simplify expressions.
Remove dead in-line comments.
Use primitive parsing.
Gary Gregory [Sat, 10 Jul 2021 13:08:55 +0000 (09:08 -0400)]
Spell as 'writable'.
Gary Gregory [Thu, 1 Jul 2021 15:30:56 +0000 (11:30 -0400)]
Update my developer entry.
Gary Gregory [Sat, 26 Jun 2021 16:03:35 +0000 (12:03 -0400)]
Bump hsqldb from 2.5.1 to 2.5.2 #128.
dependabot[bot] [Sat, 26 Jun 2021 16:01:31 +0000 (12:01 -0400)]
Bump hsqldb from 2.5.1 to 2.5.2 (#128)
* Bump hsqldb from 2.5.1 to 2.6.0
Bumps hsqldb from 2.5.1 to 2.6.0.
---
updated-dependencies:
- dependency-name: org.hsqldb:hsqldb
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Bump HSQLDB from 2.5.1 to 2.5.2
(2.6.0 requires Java 11)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gary Gregory <garydgregory@users.noreply.github.com>
Gary Gregory [Sat, 26 Jun 2021 15:51:53 +0000 (11:51 -0400)]
Bump commons.animal-sniffer.version 1.19 -> 1.20.
Gary Gregory [Sat, 26 Jun 2021 15:45:19 +0000 (11:45 -0400)]
Bump jackson-databind from 2.12.2 to 2.12.3 #127.
dependabot[bot] [Sat, 26 Jun 2021 15:44:41 +0000 (11:44 -0400)]
Bump jackson-databind from 2.12.2 to 2.12.3 (#127)
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.12.2 to 2.12.3.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
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>
Gary Gregory [Sat, 26 Jun 2021 15:44:18 +0000 (11:44 -0400)]
[Javadoc] Specify that typed getList returns null for missing key #100.
Roman Zaynetdinov [Sat, 26 Jun 2021 15:43:32 +0000 (18:43 +0300)]
(doc) Specify that typed getList returns null for missing key (#100)
Based on this discussion:
https://mail-archives.apache.org/mod_mbox/commons-user/202102.mbox/%3CCAOoCORfb5z6uJ%3DKG0ESLOnM2G50fM7VoW1fKovCZFRSO54h-Xg%40mail.gmail.com%3E
Gary Gregory [Sat, 26 Jun 2021 15:39:30 +0000 (11:39 -0400)]
Bump snakeyaml from 1.28 to 1.29 #126.
dependabot[bot] [Sat, 26 Jun 2021 15:38:59 +0000 (11:38 -0400)]
Bump snakeyaml from 1.28 to 1.29 (#126)
Bumps [snakeyaml](https://bitbucket.org/asomov/snakeyaml) from 1.28 to 1.29.
- [Commits](https://bitbucket.org/asomov/snakeyaml/branches/compare/snakeyaml-1.29..snakeyaml-1.28)
---
updated-dependencies:
- dependency-name: org.yaml:snakeyaml
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>
Gary Gregory [Sat, 26 Jun 2021 15:38:01 +0000 (11:38 -0400)]
[CONFIGURATION-801] Remove redundant initializer #110.
Arturo Bernal [Sat, 26 Jun 2021 15:37:19 +0000 (17:37 +0200)]
CONFIGURATION-800 - Remove redundant initializer (#110)
Gary Gregory [Sat, 26 Jun 2021 15:35:03 +0000 (11:35 -0400)]
[CONFIGURATION-802] Use final #111.
Arturo Bernal [Sat, 26 Jun 2021 15:34:16 +0000 (17:34 +0200)]
CONFIGURATION-802 - Set field as Final (#111)
Gary Gregory [Sat, 26 Jun 2021 15:33:23 +0000 (11:33 -0400)]
[CONFIGURATION-803] Java 8 lambda improvements and more #112.
Arturo Bernal [Sat, 26 Jun 2021 15:32:43 +0000 (17:32 +0200)]
CONFIGURATION-803 java8 lambda improvements (#112)
Gary Gregory [Sat, 26 Jun 2021 15:30:26 +0000 (11:30 -0400)]
[CONFIGURATION-804] Redundant local variable #113.
Arturo Bernal [Sat, 26 Jun 2021 15:29:52 +0000 (17:29 +0200)]
CONFIGURATION-804 - Redundant local variable (#113)
Gary Gregory [Sat, 26 Jun 2021 15:28:28 +0000 (11:28 -0400)]
Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-configuration
Gary Gregory [Sat, 26 Jun 2021 15:28:22 +0000 (11:28 -0400)]
[CONFIGURATION-805] Use try with resource #114.
Arturo Bernal [Sat, 26 Jun 2021 15:26:45 +0000 (17:26 +0200)]
CONFIGURATION-805 - Use try with resource (#114)
Gary Gregory [Sat, 26 Jun 2021 15:25:51 +0000 (11:25 -0400)]
Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-configuration
Gary Gregory [Sat, 26 Jun 2021 15:25:44 +0000 (11:25 -0400)]
Bump checkstyle from 8.42 to 8.43 #121.
dependabot[bot] [Sat, 26 Jun 2021 15:25:11 +0000 (11:25 -0400)]
Bump checkstyle from 8.41 to 8.43 (#121)
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.41 to 8.43.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.41...checkstyle-8.43)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Gary Gregory [Sat, 26 Jun 2021 15:21:43 +0000 (11:21 -0400)]
Upgrade checkstyle #118.
XenoAmess [Sat, 26 Jun 2021 15:20:14 +0000 (23:20 +0800)]
upgrade checkstyle (#118)
Gary Gregory [Sat, 26 Jun 2021 15:12:39 +0000 (11:12 -0400)]
Bump commons-pool2 from 2.9.0 to 2.10.0 #124.
dependabot[bot] [Sat, 26 Jun 2021 15:11:42 +0000 (11:11 -0400)]
Bump commons-pool2 from 2.9.0 to 2.10.0 (#124)
Bumps commons-pool2 from 2.9.0 to 2.10.0.
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-pool2
dependency-type: direct:development
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>
Gary Gregory [Sat, 26 Jun 2021 15:11:04 +0000 (11:11 -0400)]
Bump spotbugs-maven-plugin from 4.2.0 to 4.2.3 #116.
dependabot[bot] [Sat, 26 Jun 2021 15:08:49 +0000 (11:08 -0400)]
Bump spotbugs-maven-plugin from 4.2.0 to 4.2.3 (#116)
Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.2.0 to 4.2.3.
- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
- [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.2.0...spotbugs-maven-plugin-4.2.3)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Gary Gregory [Sat, 26 Jun 2021 13:45:05 +0000 (09:45 -0400)]
Add Java 16 profile.
dependabot[bot] [Sat, 26 Jun 2021 13:31:32 +0000 (09:31 -0400)]
Bump actions/cache from 2.1.4 to 2.1.6 (#120)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 2.1.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.4...v2.1.6)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Gary Gregory [Sat, 26 Jun 2021 13:30:13 +0000 (09:30 -0400)]
Update EasyMock from 4.2 to 4.3
Gary Gregory [Sun, 6 Jun 2021 14:42:50 +0000 (10:42 -0400)]
Replace Java 15 with Java 16 in Travis CI.
Gary Gregory [Sun, 16 May 2021 21:02:34 +0000 (17:02 -0400)]
Add GitHub code of conduct page that points to the Apache page.
Gary Gregory [Mon, 19 Apr 2021 13:12:41 +0000 (09:12 -0400)]
Update `actions/setup-java` to v2.
Gary Gregory [Wed, 17 Mar 2021 19:43:16 +0000 (15:43 -0400)]
Replace GitHub build for Java 15 with Java 16 and drop Java 16-ea.
Gary Gregory [Wed, 10 Mar 2021 14:52:55 +0000 (09:52 -0500)]
Update dependencies.
- Update JUnit 4.13.1 -> 4.13.2.
- Update Jackson 2.12.1 -> 2.12.2.
- Update org.yaml:snakeyaml 1.27 -> 1.28.
- com.sun.mail:mailapi 1.6.5 -> 1.6.6.
Gary Gregory [Wed, 10 Mar 2021 14:44:58 +0000 (09:44 -0500)]
Run the default Maven goal for GitHub Actions builds.
Gary Gregory [Wed, 10 Mar 2021 14:40:39 +0000 (09:40 -0500)]
Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-configuration
Gary Gregory [Wed, 10 Mar 2021 14:40:33 +0000 (09:40 -0500)]
Update dependencies.
- Bump actions/cache from v2 to v2.1.4 #99.
- Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2 #97.
- Bump checkstyle from 8.39 to 8.41 #101.
dependabot[bot] [Wed, 10 Mar 2021 14:38:59 +0000 (09:38 -0500)]
Bump checkstyle from 8.39 to 8.41 (#101)
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.39 to 8.41.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.39...checkstyle-8.41)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Wed, 10 Mar 2021 14:38:19 +0000 (09:38 -0500)]
Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2 (#97)
Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases)
- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.1.1...maven-checkstyle-plugin-3.1.2)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Wed, 10 Mar 2021 14:37:47 +0000 (09:37 -0500)]
Bump actions/cache from v2 to v2.1.4 (#99)
Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2...
26968a09c0ea4f3e233fdddbafd1166051a095f6)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Gary Gregory [Wed, 10 Mar 2021 14:36:41 +0000 (09:36 -0500)]
Update Apache Commons VFS 2.7.0 -> 2.8.0.
Gary Gregory [Fri, 5 Mar 2021 18:42:27 +0000 (13:42 -0500)]
No need to nest in else.
Gary Gregory [Tue, 2 Mar 2021 01:35:17 +0000 (20:35 -0500)]
Update commons-lang3 3.11 -> 3.12.0.
Gary Gregory [Sun, 28 Feb 2021 18:06:24 +0000 (13:06 -0500)]
Use varargs.
Gary Gregory [Sun, 28 Feb 2021 17:28:39 +0000 (12:28 -0500)]
Raise embedded if into parent if.
Gary Gregory [Sun, 28 Feb 2021 14:51:36 +0000 (09:51 -0500)]
Clean up imports.
Gary Gregory [Mon, 15 Feb 2021 16:12:50 +0000 (11:12 -0500)]
Remove trailing whitepsace.
Gary Gregory [Tue, 2 Feb 2021 22:28:06 +0000 (17:28 -0500)]
Use the scale in the var name.
Gary Gregory [Fri, 22 Jan 2021 18:40:15 +0000 (13:40 -0500)]
Javadoc: Sentences end in a period.
Gary Gregory [Sun, 17 Jan 2021 21:43:21 +0000 (16:43 -0500)]
- Make private elements final where possible.
Gary Gregory [Sun, 17 Jan 2021 15:18:32 +0000 (10:18 -0500)]
Update local name.
Gary Gregory [Sun, 17 Jan 2021 14:51:30 +0000 (09:51 -0500)]
Use isEmpty().
Gary Gregory [Sun, 17 Jan 2021 14:08:55 +0000 (09:08 -0500)]
Use isEmpty().
Gary Gregory [Sun, 17 Jan 2021 03:14:35 +0000 (22:14 -0500)]
Use isEmpty().
Gary Gregory [Sat, 16 Jan 2021 19:18:19 +0000 (14:18 -0500)]
Reuse constant.
Gary Gregory [Mon, 11 Jan 2021 17:16:43 +0000 (12:16 -0500)]
Fix Checkstyle suppressions DTD link.
Gary Gregory [Mon, 11 Jan 2021 17:08:11 +0000 (12:08 -0500)]
Fix Checkstyle configuration DTD link.
Gary Gregory [Mon, 11 Jan 2021 17:00:09 +0000 (12:00 -0500)]
Fix Checkstyle suppressions DTD link.
Gary Gregory [Mon, 11 Jan 2021 06:27:52 +0000 (01:27 -0500)]
Bump spotbugs-maven-plugin from 4.1.4 to 4.2.0 #93.
dependabot[bot] [Mon, 11 Jan 2021 06:26:44 +0000 (01:26 -0500)]
Bump spotbugs-maven-plugin from 4.1.4 to 4.2.0 (#93)
Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.1.4 to 4.2.0.
- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
- [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.1.4...spotbugs-maven-plugin-4.2.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Gary Gregory [Mon, 11 Jan 2021 06:26:14 +0000 (01:26 -0500)]
Bump jackson-databind from 2.12.0 to 2.12.1 #94.
dependabot[bot] [Mon, 11 Jan 2021 06:24:50 +0000 (01:24 -0500)]
Bump jackson-databind from 2.12.0 to 2.12.1 (#94)
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.12.0 to 2.12.1.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Gary Gregory [Fri, 8 Jan 2021 16:27:36 +0000 (11:27 -0500)]
Update com.github.siom79.japicmp:japicmp-maven-plugin 0.15.1 -> 0.15.2.
Gary Gregory [Fri, 8 Jan 2021 14:52:01 +0000 (09:52 -0500)]
Remove unused imports.
Gary Gregory [Fri, 8 Jan 2021 14:27:38 +0000 (09:27 -0500)]
Collapse multiple identical catch clauses into one.
Gary Gregory [Sat, 2 Jan 2021 14:42:20 +0000 (09:42 -0500)]
Breaking binary compatibility should break the build instead of
generating a report one might skip reading, especially for PRs.
Gary Gregory [Sat, 2 Jan 2021 14:35:50 +0000 (09:35 -0500)]
Spring 4.3.27.RELEASE -> 4.3.30.RELEASE.
Gary Gregory [Sat, 2 Jan 2021 14:32:20 +0000 (09:32 -0500)]
Bump jackson-databind from 2.11.3 to 2.12.0 #88.
dependabot[bot] [Sat, 2 Jan 2021 14:31:15 +0000 (09:31 -0500)]
Bump jackson-databind from 2.11.3 to 2.12.0 (#88)
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.11.3 to 2.12.0.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Gary Gregory [Sat, 2 Jan 2021 14:30:44 +0000 (09:30 -0500)]
Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-configuration
Gary Gregory [Sat, 2 Jan 2021 14:30:38 +0000 (09:30 -0500)]
Bump checkstyle from 8.36.2 to 8.39 #90.
dependabot[bot] [Sat, 2 Jan 2021 14:29:58 +0000 (09:29 -0500)]
Bump checkstyle from 8.36.2 to 8.39 (#90)
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.36.2 to 8.39.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.36.2...checkstyle-8.39)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Gary Gregory [Sat, 2 Jan 2021 14:29:38 +0000 (09:29 -0500)]
Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-configuration
Gary Gregory [Sat, 2 Jan 2021 14:29:32 +0000 (09:29 -0500)]
Bump actions/checkout from v2.3.3 to v2.3.4 #85.
dependabot[bot] [Sat, 2 Jan 2021 14:28:23 +0000 (09:28 -0500)]
Bump actions/checkout from v2.3.3 to v2.3.4 (#85)
Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.3 to v2.3.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.3...
5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Gary Gregory [Sat, 2 Jan 2021 14:28:09 +0000 (09:28 -0500)]
Make GitHub build use the Maven default goal.
Gary Gregory [Thu, 31 Dec 2020 17:07:32 +0000 (12:07 -0500)]
Use Character cache.