Tuomas Kiviaho
Tuomas Kiviaho
Hi, 14:01 saved as string became 16:01 when I applied the UTC timezone fix. I didn't investigate it any further than that. Works OK with machines set in UTC timezone....
https://github.com/xerial/sqlite-jdbc/issues/24 would like to add separate `dateStringFormat`. These would suffer from the same problem.
Currently `JacksonResumableParser´ can't be extended to accommodate bytebuffers in similar way that `JacksonNonblockingParser` does. I suggest changing the class at least as protected to allow inheritance in case the implementation...
> The tunnel network parameter works as expected from writer but has the problem that the IP address would be maybe assigned previous to a wrong user so we had...
To summarize the problem `JaxbAnnotationIntrospector.findAdapter` supports `@XmlJavaTypeAdapter` only for members and not for classes. I commented out `findAdapterForClass` section from the beginning of the method and it started working for...
@cowtowncoder Oops. I meant to say `@XmlJavaTypeAdapter` declaration AT PACKAGE LEVEL is only supported for members and not for classes because `findAdapterForClass` only considers annotations that have been declared directly...
@cowtowncoder Adapter consideration is missing also from `findSubTypes`. Here are proposals for both cases that I currently utilize. `AnnotatedClass` is build without mixin and `forSerialization` is forced due to non-ideal...
> wonder if this went to wrong repo... ? I wondered that a while myself after reading this but then I remembered that MrBean is now under this repo so...
You guessed the use case correctly and as I was writing the clarification I realized that if my abstract class implements the Cloneable then I'd propably be able to fulfill...
> One question though: so is the main problem here that when it's shaded, you can not upgrade to a later ByteBuddy version easily? That's correct and ByteBuddy also has...