rdifrango
rdifrango
#### Bug Report Checklist - [ ] Have you provided a full/minimal spec to reproduce the issue? - [ ] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))?...
I have a multi-module project and I wanted to added a Plugin, but when I ran it the plugin was added to each and every POM file and not just...
I would like to be able to convert code that is calling `new Object` to a Factory method perhaps in ChangeMethodTargetToStatic. Here's an example of one of the conversions I'd...
Should there be provisions in the configuration to look for usages from Apache Commons Collections, like functions, closures, etc.?
I noticed when I was working with the ECS Java loggers that MDC and/or Metadata fields weren't name spaced. I can see one of three scenario's: 1. Make the default...
My wife has a ton of hand written and/or printed recipes that aren't in one of the traditional sites so I'd like the ability to be able to import either...
It would be nice if there was a recipe that converts `java.text.SimpleDateFormat` to `java.time.format.DateTimeFormatter` as `DateTimeFormatter` is the more modern way. Also, for applications that incorrectly have `SimpleDateFormat` it will...
It would be great if there was a Recipe to convert between things like log4j.properties or log4j.xml to logback.xml etc.
We were attempting to upgrade our project to Avro 1.12.0 with `jackson-dataformat-avro` version `2.17.2` The failure I get is as follows: ``` Exception in thread "main" java.lang.NoSuchMethodError: 'org.apache.avro.Schema$Parser org.apache.avro.Schema$Parser.setValidate(boolean)' at...