Adam Gent

Results 73 issues of Adam Gent

(this is not a bug but request for enhancement and some discussion). The recent work on APT is awesome. I contemplated just manually doing our own command line parsing but...

theme: codegen

See #594 For our company to use this project we would like Commons Lang to not be a dependency as none of our projects use it anymore. If there was...

### Use case: As for as I can tell it is not easy to generate your own custom `package-info.java` even if you extend the Java Generators. It is also not...

T: Enhancement

@jknack The solution in 4.3.0 for allowing records in #826 of checking java version and then adding the method value resolver is flawed in my opinion and is going to...

First let me just say I love the idea of this project and I had contemplated making something similar awhile back but it would have been a too much work....

The message encoder resolution based on MediaType is slightly flawed and disregards the route produces media type. If you have a custom `MessageEncoder` for say `text/html` and you are using...

The reflective bean converter generally works great however if there are fields that are not `String` that can be nullable (e.g. Instant, UUID, etc) it will fail to convert. The...

If you have a multi module project and one of the deep children uses the openapi Mojo you will get the following exception if you do a clean and complete...

When you pipe contents to slack cli it will do the proper escaping for newlines yet does not for `"`. For now I'm using a sed script to remove it...

I upgraded from `0.9.6` to `0.9.8u4`. The original database had all objects owned by a particular user including the pipeline specific tables of: `.*_mrel`, `*._seq`, `*._osrel`. When we ran `pipeline-upgrade`...

upgrading