Gary Gregory
bd5d715396
Don't fail Windows builds with LF EOL checking
2023-08-13 14:55:59 -04:00
Gary Gregory
834458af5b
See if there are other GH failures on different OSs
2023-08-13 14:38:19 -04:00
Gary Gregory
f572616834
Remove unused import
2023-08-13 14:26:40 -04:00
Gary Gregory
58c19375ef
Make test reproducible
2023-08-13 14:22:47 -04:00
Gary Gregory
880b85da4a
FastDateParser fails to parse some local "z" formatted strings
2023-08-11 19:15:23 -04:00
Gary Gregory
56e66879a8
Make test reproducible
2023-08-11 18:21:41 -04:00
Gary Gregory
9f4a554f9a
Try to fix GH build
2023-08-11 18:13:46 -04:00
Gary Gregory
565fc7601a
Fix error message
2023-08-11 17:32:10 -04:00
Gary Gregory
971efec0e1
Try to fix HG build
2023-08-11 17:21:23 -04:00
Gary Gregory
0df58255f1
Collapse string
2023-08-11 17:16:46 -04:00
Gary Gregory
768cb5abf7
Remove trailing whitespace
2023-08-11 17:02:23 -04:00
Gary Gregory
da7d218b00
Remove trailing whitespace
2023-08-11 16:56:02 -04:00
Gary Gregory
28cc1074b4
Make test reproducible
2023-08-11 15:12:32 -04:00
Gary Gregory
5f9df83530
Make test reproducible
2023-08-11 15:08:05 -04:00
Gary Gregory
16ead9d264
Make test reproducible
2023-08-11 14:48:59 -04:00
Gary Gregory
e624844f9c
Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git
2023-08-11 14:37:57 -04:00
Gary Gregory
8c92ba822e
Try to fix HG build
2023-08-11 14:37:24 -04:00
dependabot[bot]
bd13a72428
Bump github/codeql-action from 2.21.2 to 2.21.3 ( #1094 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.21.2 to 2.21.3.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](0ba4244466...5b6282e01c
)
---
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>
2023-08-11 12:37:25 -04:00
Gary Gregory
f4ad388201
Better test failure message
2023-08-10 20:57:13 -04:00
Gary Gregory
b2db782391
Try to avoid failures on GitHub
2023-08-10 20:35:33 -04:00
Gary Gregory
20db14299a
Comments and refactor array access
2023-08-10 20:35:30 -04:00
Gary Gregory
a1e94d167b
Reset test comment
2023-08-10 16:32:53 -04:00
Gary Gregory
556e02535c
Better test failure message
2023-08-10 16:17:27 -04:00
Gary Gregory
06607c60dc
Better test failure message
2023-08-10 15:26:45 -04:00
Gary Gregory
8c942d2a67
Better test failure message
2023-08-10 15:21:49 -04:00
Gary Gregory
7ca0ca2c55
Add invariant check in
...
FastDateParser.StrategyParser.StrategyParser(Calendar)
2023-08-10 14:29:39 -04:00
Gary Gregory
b3eebfae44
Better local variable name
2023-08-10 14:27:38 -04:00
Gary Gregory
075b3e1a40
Add invariant check in FastDateParser.appendDisplayNames(Calendar,
...
Locale, int, StringBuilder)
2023-08-10 14:13:19 -04:00
Gary Gregory
861d191505
Add invariant check in StrategyAndWidth constructor
2023-08-10 14:10:43 -04:00
Gary Gregory
afb8f7e9bb
Fix test fixtures
2023-08-10 14:04:58 -04:00
Gary Gregory
c6ac3119bb
Better test failure message
2023-08-10 14:03:49 -04:00
Gary Gregory
5440b186d4
Better test failure message
2023-08-10 13:59:54 -04:00
Gary Gregory
8a1853472c
Try to avoid failures on GitHub
2023-08-10 11:59:35 -04:00
Gary Gregory
d26170a976
Add LocaleUtils.isLanguageUndetermined(Locale)
2023-08-10 11:51:54 -04:00
Gary Gregory
43d3751787
Better comment
2023-08-10 10:52:02 -04:00
Gary Gregory
c148932c6b
Disable trimStackTrace for tests
2023-08-10 10:21:07 -04:00
Gary Gregory
61ed780118
Split out failing test on GitHub for Local "pt_PT" (Portugal)
2023-08-10 09:55:59 -04:00
Gary Gregory
7733c39e6b
Javadoc
2023-08-10 09:37:36 -04:00
Gary Gregory
511031644d
Better test failure message
2023-08-10 09:31:41 -04:00
Gary Gregory
3a96eba3af
Better test failure message
2023-08-10 09:30:27 -04:00
Gary Gregory
a459ffd169
Better test failure message
2023-08-10 09:29:47 -04:00
Gary Gregory
f28a603045
Add FastDateParser.TimeZoneStrategy.TzInfo.toString()
2023-08-10 09:20:58 -04:00
Gary Gregory
2e9b000e6c
Add ArrayFill
2023-08-10 09:20:31 -04:00
Gary Gregory
1a1bc77c2a
Better test failure message
2023-08-10 09:07:26 -04:00
Gary Gregory
2d75925280
Better test failure message
2023-08-10 09:06:43 -04:00
Gary Gregory
216c9468a8
Better test failure message
2023-08-10 09:06:13 -04:00
Gary Gregory
7181b8587b
Better test failure message
2023-08-10 09:04:26 -04:00
Gary Gregory
5f99661073
Normalize spelling
2023-08-10 08:13:37 -04:00
aherbert
c2f3424cd0
Track changes
2023-08-09 16:35:44 +01:00
Dan Watson
85959a4570
Syntax for optional tokens in DurationFormatUtils ( #1062 )
...
Allow optional tokens using the [ and ] characters.
Disallows nesting of optional tokens.
The leading literal within an optional block depends on first non-literal within the same block.
2023-08-09 16:33:31 +01:00