Commit Graph

7346 Commits

Author SHA1 Message Date
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
Gary Gregory bf5865ae91 Formatting 2023-08-05 16:09:44 -04:00
Gary Gregory 22dc786f2e Make new class final
- Make method public
- Javadoc
2023-08-05 11:22:51 -04:00
Gary Gregory 054c234a93 Whitespace 2023-08-05 09:21:21 -04:00
Gary Gregory 6e3e6e2467 Add CalendarUtils.getInstance()
Test should compare apples to apples
2023-08-05 09:16:49 -04:00
Gary Gregory 8646731037 Whitespace 2023-08-04 21:04:13 -04:00
Gary Gregory 0ede42bbdc Add Functions#from(Function)
Add FailableFunction#function(FailableFunction)
2023-08-04 19:57:50 -04:00
dependabot[bot] 0995b83bed
Bump jmh.version from 1.36 to 1.37 (#1092)
Bumps `jmh.version` from 1.36 to 1.37.

Updates `org.openjdk.jmh:jmh-core` from 1.36 to 1.37
- [Commits](https://github.com/openjdk/jmh/compare/1.36...1.37)

Updates `org.openjdk.jmh:jmh-generator-annprocess` from 1.36 to 1.37
- [Commits](https://github.com/openjdk/jmh/compare/1.36...1.37)

---
updated-dependencies:
- dependency-name: org.openjdk.jmh:jmh-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.openjdk.jmh:jmh-generator-annprocess
  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>
2023-08-04 12:14:51 -04:00
Gary Gregory 9d85b0a11e [LANG-1704] ImmutablePair and ImmutableTriple implementation don't match
final in Javadoc
2023-07-29 08:34:09 -04:00
Gary Gregory d6b49fda4a
Javadoc: Remove 2.1 specific comment #1091 2023-07-29 08:08:09 -04:00
Elliotte Rusty Harold 89dd8ea752
Remove 2.1 specific comment (#1091)
Putting release notes in Javadoc goes out of date fast
2023-07-29 08:06:58 -04:00
Gary Gregory 890af3816d
Fix Javadoc: ComparableUtils'c1' to 'comparable1', 'c2' to 'comparable2' #1090 2023-07-29 08:06:39 -04:00
徐梦旗 90b327a96c
Fix java doc: 'c1' to 'comparable1', 'c2' to 'comparable2' (#1090) 2023-07-29 08:05:43 -04:00
Gary Gregory aa74b736de
Date template for next release 2023-07-28 13:42:13 -04:00
Gary Gregory 81a7e41172
Set next version 2023-07-28 13:41:41 -04:00
Gary Gregory 2d686609c1
Rename variable names from 'clss' to 'clazz' #1087 2023-07-28 13:41:22 -04:00
徐梦旗 e208744651
Refactor rename the variable name from 'clss' to 'clazz' (#1087) 2023-07-28 13:39:07 -04:00
Gary Gregory 9b8c8af570 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git 2023-07-28 12:52:57 -04:00
Gary Gregory 52edb4a5ac Bump commons-parent from 58 to 59 2023-07-28 12:52:49 -04:00
dependabot[bot] 1ca4492bee
Bump github/codeql-action from 2.21.0 to 2.21.2 (#1088)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.0 to 2.21.2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](1813ca74c3...0ba4244466)

---
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-07-28 11:43:05 -04:00
dependabot[bot] 5def5759df
Bump actions/setup-java from 3.11.0 to 3.12.0 (#1089)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](5ffc13f417...cd89f46ac9)

---
updated-dependencies:
- dependency-name: actions/setup-java
  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>
2023-07-28 11:42:52 -04:00
Gary Gregory 16c9c0df22 Bump to next development version 2023-07-27 22:57:52 -04:00
Gary Gregory bcc10b3593 Update POM version for Apache Commons Lang release 3.13.0 2023-07-23 15:40:39 -04:00
Gary Gregory 4756eb0e05 Prepare for release candidate 2023-07-23 15:33:54 -04:00
Gary Gregory fe311b2814 Prepare for release candidate 2023-07-23 14:59:19 -04:00
Gary Gregory 112740b218 Prepare for release candidate 2023-07-23 14:57:01 -04:00
Gary Gregory 30bdb1964a Javadoc 2023-07-23 14:32:40 -04:00
Gary Gregory 9c73c833d5 Javadoc 2023-07-23 14:31:28 -04:00
Gary Gregory 659192f1b5 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git 2023-07-23 14:20:12 -04:00
Gary Gregory 72dd504e6f SystemUtils fix and updates related to macOS #1085 2023-07-23 14:20:03 -04:00
Ali Khaleqi Yekta 2c7dbba0f2
SystemUtils.java: Fix and updates related to macOS (#1085)
* Update SystemUtils.java

Fix version value assigned to macOS Big Sur

* Update SystemUtils.java

Add `IS_OS_MAC_OSX_MONTEREY` and `IS_OS_MAC_OSX_VENTURA`

* Update SystemUtils.java

---------

Co-authored-by: Gary Gregory <garydgregory@users.noreply.github.com>
2023-07-23 14:18:35 -04:00
Gary Gregory 4a233e989c final and whitespace 2023-07-23 08:52:29 -04:00