Matthew Piggott

Results 6 issues of Matthew Piggott

### Description I have a working project which uses `filter` to interpolate `@project.version@` in the `Dockerfile`. If I add a `buildx` configuration to the image then the build fails (log...

### Describe the bug `AbstractRuleExtension` uses `ReflectionUtil.loadClassIfAvailable()` to attempt to load JUnit 4 rule classes. `ReflectionUtil` attempts to load the classes in the context of `spock-core` which does not import...

bug

It occurred to me that perhaps the jakarta packages ought to be placed above the javax packages.

The current code style does not allow wrapping of generics leading to run-on lines, this updates the style to allow the original layout. ``` -public abstract class FormatStoreModule +public abstract...