3
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 10, 2025 — Jun 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix return types and raw data implementation More... about 2 months ago
Modernized: EnumSet.of(...) instead of EnumSet.copyOf(List.of(...)) More... 6 months ago
Modernized: Replaced Collections.emptyList() with List.of() and deprecated singletonList(T) and singletonSet(T) More... 6 months ago
Modernized: Replaced Arrays.asList([]) by List.of([]) More... 6 months ago
Using OpenRewrite More... 6 months ago
Modernized: Java 21 More... 6 months ago
Removed deprecated utility method Strings.join(String, List<String>) More... 6 months ago
Target of v4 is Java 21 More... 6 months ago
Next release will be 4.0 More... 6 months ago
Version Bump: Gradle 9.2.1 More... 6 months ago
Release 3.0 More... 8 months ago
Migrated from OSSRH to Portal OSSRH Staging API More... 8 months ago
`IDefaultProvider.sequence(...)` produces a sequence of default providers More... 9 months ago
Remove test for deprecated method (caused warnings in IDE). Fixed order of arguments in assertEquals() (caused no harm but warnings too). More... 10 months ago
Turning effectively-final member into explicitly-final member More... 10 months ago
PropertyFileDefaultProvider allows to customize option name mapping More... 10 months ago
PropertyFileDefaultProvider can now read from file Path More... 10 months ago
Using Set.of() / List.of() / Map.of() instead of sequential construction and population More... 10 months ago
Fixed #601: Impossible to pass values containing spaces using an @file More... 10 months ago
Version Bump: biz.aQute.bnd.builder 7.1.0 More... 10 months ago
tests: Avoid DoubleBraceInitialization pattern More... 11 months ago
Merge pull request #602 from smelc/smelc-string-to-stringkey
Cédric Beust
as Cedric Beust
More... 11 months ago
Fix Java build issue with Bazel, but good for gradle build too? More... 11 months ago
Use ClassLoader of argument object when getting ResourceBundles (#600) More... about 1 year ago
Using Objects.equals instead of custom code More... about 1 year ago
Using Object.hashCode instead of custom code More... about 1 year ago
Using new LinkedHashMap instead of custom code More... about 1 year ago
Using Arrays.copyOfRange instead of custom code More... about 1 year ago
Utility method now is static More... about 1 year ago
Remove needless parenthesis More... about 1 year ago