Éamonn McManus

Results 2 issues of Éamonn McManus

There are few if any reasons to use [`ComparisonChain`](https://javadoc.io/doc/com.google.guava/guava/latest/com/google/common/collect/ComparisonChain.html) if you are using a version of Java that has lambdas and [`Comparator.comparing`](https://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html#comparing-java.util.function.Function-). The example usage in the current API documentation...

package=collect
type=api-docs
status=triaged
P3

I see that the latest version on [Maven Central](https://mvnrepository.com/artifact/com.esotericsoftware.yamlbeans/yamlbeans) is 1.15, but GitHub has tags for 1.16 and 1.17. Would it be possible to release 1.17 to Maven Central? That...