Craig P. Motlin

Results 52 issues of Craig P. Motlin

This is an experiment to run Guava's testlib tests on Eclipse Collections containers. I started with just maps, and this test suite is based on https://github.com/google/guava/blob/master/guava-testlib/src/com/google/common/collect/testing/TestsForMapsInJavaUtil.java. A few tests fail,...

### Is your feature request related to a problem? Please describe. I'm trying to serialize a minimized Dropwizard configuration object, excluding any default values, in https://github.com/motlin/liftwizard/pull/2011/files. The first thing I...

to-evaluate

I'm running the enforcer plugin and have this config in my pom.xml. ```xml org.apache.maven.plugins:maven-site-plugin, org.apache.maven.plugins:maven-deploy-plugin ``` After formatting with sortpom, this xml becomes: ```xml org.apache.maven.plugins:maven-site-plugin, org.apache.maven.plugins:maven-deploy-plugin ``` I have `true`...

Addresses this warning after upgrading to python 3.12. ``` git-test/bin/git-test:550: SyntaxWarning: invalid escape sequence '\.' cmd = ['git', 'config', '--get-regexp', '--null', '^test\.'] ```

Moved bnd-maven-plugin configuration to the release-artifacts profile so that it will affect released jars but will otherwise not affect local development. cc @fipro78

In #1679, we deleted flaky tests that were using these Collectors as if they were thread-safe from a parallel test. It's not clear to me if all Collectors must be...