Johnathan Gilday

Results 14 issues of Johnathan Gilday

The `JavacCompiler` class will not configure annotation processing if the source version is < 1.6, [regardless of the JDK version in use](https://github.com/sonatype/plexus-compiler/blob/56eac6a4bceb437e6c4bce6e84a1771285915f37/plexus-compilers/plexus-compiler-javac/src/main/java/org/codehaus/plexus/compiler/javac/JavacCompiler.java#L240). The impact to JDK 1.6+ systems which are...

For some use cases, it's helpful to use Terraform variables to provide parameters to a Docker image build. Ideally, this could be accomplished by introducing a map variable to this...

Sonar correctly identifies that we should prefer specialized function types that use primitive ints. /towards #work