Alexey Gavrilov

Results 14 comments of Alexey Gavrilov

I understand that changing the package name will have user impact but I believe making such a change in a major version update (like 1.0) is quite natural.

Can someone please merge it? We cannot upgrade to Flyway 8+ due to this issue and considering stop using Flyway

A possible workaround is to register a custom annotation introspector following the record component order: ```java private static class OrderedRecordIntrospector extends JacksonAnnotationIntrospector { @Override public String[] findSerializationPropertyOrder(final AnnotatedClass ac) {...

I want to put `org.jdbi.v3.core.mapper` annotations, for example, `@Nested` and `@JdbiConstructor` on my model types. Perhaps another solution can be to have something like Jackson Annotation Mixins feature (or may...