Bruno P. Kinoshita
|
5b0f22a750
|
Merge branch 'pr-250'
This closes #250
|
2021-10-09 14:53:22 +13:00 |
Bruno P. Kinoshita
|
e6f72fe910
|
[COLLECTIONS-799] Changelog
|
2021-10-09 14:53:13 +13:00 |
Stefano Cordio
|
cbc5db5540
|
[COLLECTIONS-799]: Prevent modifications by pollFirst and pollLast
|
2021-10-09 14:52:20 +13:00 |
Bruno P. Kinoshita
|
dfafc5d723
|
Merge branch 'pr-255'
This closes #255
|
2021-10-09 14:48:52 +13:00 |
Bruno P. Kinoshita
|
3fa1f0cee8
|
[COLLECTIONS-796] changelog
|
2021-10-09 14:48:32 +13:00 |
Clemens Kurz
|
ffd2a02d85
|
[COLLECTIONS-796] SetUniqueList.createSetBasedOnList doesn't add list elements to return value
- Request in Comment: https://issues.apache.org/jira/browse/COLLECTIONS-796?focusedCommentId=17419058&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17419058
- Adressed typo in method name.
- Method is public therefore it must be backwards compatible.
- The method 'umodifiableListIterator' was not removed but annotated with @Deprecated and calls the actual method 'unmodifiableListIterator'.
- Test was simplified, with appropriate assert-method-call
|
2021-10-09 14:43:29 +13:00 |
dependabot[bot]
|
14291172fe
|
Bump checkstyle from 9.0 to 9.0.1
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.0 to 9.0.1.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-9.0...checkstyle-9.0.1)
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-10-09 14:39:49 +13:00 |
dependabot[bot]
|
23f2d363c5
|
Bump commons.junit.version from 5.8.0 to 5.8.1 (#254)
Bumps `commons.junit.version` from 5.8.0 to 5.8.1.
Updates `junit-jupiter-api` from 5.8.0 to 5.8.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.8.0...r5.8.1)
Updates `junit-jupiter-engine` from 5.8.0 to 5.8.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.8.0...r5.8.1)
Updates `junit-vintage-engine` from 5.8.0 to 5.8.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.8.0...r5.8.1)
---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-api
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: org.junit.jupiter:junit-jupiter-engine
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: org.junit.vintage:junit-vintage-engine
dependency-type: direct:development
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>
|
2021-09-28 12:36:47 -04:00 |
Gary Gregory
|
f8115aa301
|
Better unit test assertion.
|
2021-09-28 12:32:27 -04:00 |
Gary Gregory
|
0352f34efe
|
Update GitHub build from Java 16 to 17.
Update GitHub build from Java 17-EA to 18-EA but comment it (not there
yet).
|
2021-09-28 11:04:18 -04:00 |
Gary Gregory
|
c1f262302c
|
Reimplement SortedProperties#keys() a la Java 8.
|
2021-09-28 10:44:45 -04:00 |
Gary Gregory
|
a18086f23b
|
Reimplement SortedProperties#keys() a la Java 8.
Use final.
|
2021-09-28 10:25:49 -04:00 |
Gary Gregory
|
78c4b0f865
|
Sort test members.
|
2021-09-28 10:09:49 -04:00 |
Gary Gregory
|
3664d88dfa
|
Use final.
|
2021-09-28 10:09:28 -04:00 |
Gary Gregory
|
09839108e1
|
Remove unused import.
|
2021-09-28 10:08:59 -04:00 |
Gary Gregory
|
1136118b1e
|
SortedProperties should sort entrySet() as well as keys() #256.
|
2021-09-28 09:11:56 -04:00 |
Michael Berry
|
1cba0bcef2
|
SortedProperties should sort entries in same way as keys (#256)
|
2021-09-28 09:10:21 -04:00 |
dependabot[bot]
|
87a028621f
|
Bump commons.junit.version from 5.7.2 to 5.8.0
Bumps `commons.junit.version` from 5.7.2 to 5.8.0.
Updates `junit-jupiter-api` from 5.7.2 to 5.8.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.7.2...r5.8.0)
Updates `junit-jupiter-engine` from 5.7.2 to 5.8.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.7.2...r5.8.0)
Updates `junit-vintage-engine` from 5.7.2 to 5.8.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.7.2...r5.8.0)
---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-api
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: org.junit.jupiter:junit-jupiter-engine
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: org.junit.vintage:junit-vintage-engine
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-09-14 16:46:54 +12:00 |
dependabot[bot]
|
1e29723663
|
Bump maven-pmd-plugin from 3.14.0 to 3.15.0
Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.14.0 to 3.15.0.
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
- [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.14.0...maven-pmd-plugin-3.15.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-pmd-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-09-14 16:19:17 +12:00 |
Bruno P. Kinoshita
|
ddb4f78cff
|
Merge pull request #248 from apache/dependabot/maven/com.puppycrawl.tools-checkstyle-9.0
Bump checkstyle from 8.45.1 to 9.0
|
2021-09-03 09:51:50 +12:00 |
dependabot[bot]
|
115d2b76e8
|
Bump checkstyle from 8.45.1 to 9.0
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.45.1 to 9.0.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.45.1...checkstyle-9.0)
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-09-03 09:48:01 +12:00 |
Gary Gregory
|
6328258a29
|
AdoptOpenJDK is moving to the Eclipse Foundation and rebranding as
Eclipse Temurin.
|
2021-08-29 00:24:12 -04:00 |
Bruno P. Kinoshita
|
dd140af5e6
|
Merge branch 'pr-246'
This closes #246
|
2021-08-10 09:23:47 +12:00 |
dependabot[bot]
|
2905b85352
|
Bump checkstyle from 8.45 to 8.45.1
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.45 to 8.45.1.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.45...checkstyle-8.45.1)
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-08-10 09:23:01 +12:00 |
Gary Gregory
|
911814e49c
|
Bump commons.jacoco.version from 0.8.6 to 0.8.7.
|
2021-08-02 15:56:59 -04:00 |
Gary Gregory
|
43ad2a44f4
|
Set commons.release.version to current version.
|
2021-08-02 15:56:08 -04:00 |
Gary Gregory
|
e77c1d875e
|
Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-collections.git
|
2021-08-02 14:33:41 -04:00 |
Gary Gregory
|
52b9f8c4c8
|
Bump checkstyle from 8.44 to 8.45 #245.
|
2021-08-02 14:33:35 -04:00 |
dependabot[bot]
|
f4ac82113d
|
Bump checkstyle from 8.44 to 8.45 (#245)
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.44 to 8.45.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.44...checkstyle-8.45)
---
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>
|
2021-08-02 14:32:54 -04:00 |
Gary Gregory
|
c48cef5d5f
|
Javadoc tweaks.
|
2021-08-02 14:05:15 -04:00 |
Gary Gregory
|
bfede0ea47
|
Add ListUtils.getFirst() and getLast().
|
2021-08-02 13:41:20 -04:00 |
Gary Gregory
|
09d8151cee
|
Sort by type.
|
2021-08-02 13:35:55 -04:00 |
Gary Gregory
|
90d2a9bcee
|
Sort members.
|
2021-08-02 13:23:50 -04:00 |
Gary Gregory
|
fc99d09083
|
Update tests from commons-io:commons-io 2.10.0 to 2.11.0.
|
2021-07-13 17:45:14 -04:00 |
Gary Gregory
|
0b365e4c18
|
Remove dead in-line comments.
|
2021-07-10 09:41:23 -04:00 |
Gary Gregory
|
3cbb1dce0b
|
Use final.
Simplify expressions.
|
2021-07-10 09:39:06 -04:00 |
Gary Gregory
|
08b0dd116e
|
Update my developer entry.
|
2021-07-01 11:29:54 -04:00 |
Bruno P. Kinoshita
|
756998ff11
|
Merge branch 'pr-243'
This closes #243
|
2021-06-29 17:03:51 +12:00 |
dependabot[bot]
|
dd048a4cd0
|
Bump checkstyle from 8.43 to 8.44
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>
|
2021-06-29 17:03:15 +12:00 |
Bruno P. Kinoshita
|
bdfbbcdca2
|
Merge branch 'pr-240'
This closes #240
|
2021-06-17 22:25:40 +12:00 |
dependabot[bot]
|
ee7ab6a24f
|
Bump checkstyle from 8.42 to 8.43
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.42 to 8.43.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.42...checkstyle-8.43)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-06-17 22:25:33 +12:00 |
Gary Gregory
|
591612e3c1
|
Update Apache Commons IO from 2.9.0 to 2.10.0.
|
2021-06-13 12:56:31 -04:00 |
Bruno P. Kinoshita
|
7d8b979612
|
Merge branch 'pr-239'
This closes #239
|
2021-05-28 18:30:15 +12:00 |
dependabot[bot]
|
0e27058997
|
Bump actions/cache from 2.1.5 to 2.1.6
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.5...v2.1.6)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-05-28 18:29:59 +12:00 |
Gary Gregory
|
0f54cb2090
|
Update commons-io 2.8.0 -> 2.9.0.
|
2021-05-25 21:56:02 -04:00 |
Bruno P. Kinoshita
|
d87dd86c21
|
Merge branch 'pr-237'
This closes #237
|
2021-05-22 12:27:27 +12:00 |
Bruno P. Kinoshita
|
73257bdb3b
|
[COLLECTIONS-786] Changelog
|
2021-05-22 12:27:10 +12:00 |
Vandrewskis
|
d9fd960179
|
[COLLECTIONS-786] Fix PassiveExpiringMap documentation
|
2021-05-22 12:26:19 +12:00 |
Bruno P. Kinoshita
|
8da2bb7ee4
|
Merge branch 'pr-236'
This closes #236
|
2021-05-17 20:50:57 +12:00 |
dependabot[bot]
|
e0130c7aea
|
Bump commons.junit.version from 5.7.1 to 5.7.2
Bumps `commons.junit.version` from 5.7.1 to 5.7.2.
Updates `junit-jupiter-api` from 5.7.1 to 5.7.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.7.1...r5.7.2)
Updates `junit-jupiter-engine` from 5.7.1 to 5.7.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.7.1...r5.7.2)
Updates `junit-vintage-engine` from 5.7.1 to 5.7.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.7.1...r5.7.2)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-05-17 20:50:48 +12:00 |