Gary Gregory
Gary Gregory
Yes, eventually.
@Chrimle See item 2 in the checklist.
Hello @ivamly I'd like to understand why all this new code is needed? For example, where in Commons components themselves would this be needed? TY!
The Java 26-ea build is experimental and is allowed to fail.
@a1batr0ss Please run `mvn` -- which uses the default goal -- locally before pushing and you'll catch build failures like what just happened.
Closing: No reply.
@dependabot rebase
Hello @ytatichno -1: You are confusing initial capacity and load factor. Step through the debugger for `MapUtilsTest.testInvertMapDefault()` and `MapUtilsTest.testInvertMap()` and you'll see that the resulting map of the `invertMap()` call...
Please don't use assert-j ;-) it's not as clean as junit (assert-j makes a mess of trying to do assertEquals for example).