Tuomas Kiviaho

Results 11 issues of Tuomas Kiviaho

The JsonDefaultValueProvider uses Defaults::valueMapperFactory instead of the provided valueMapperFactory. Would it possible to provide the valueMapperFactory to AnnotatedArgumentBuilder via ArgumentBuilderParams (via ResolverBuilderParams via OperationRegistry) so that one could have an...

I start getting "Duplicate field found in extension" GraphQLTypeRetriever.getGraphQLType when I try to examine the interface after using `extensionsHandler.registerTypeExtension` for the implementation. There seems to be a side impact in...

`SQLiteConfig` class sets default values such as `dateStringFormat` already in place when `toProperties` is called. This happens prematurely because `extractPragmasFromFilename` of `CoreConnection` thinks that these values are user defined because...

waiting for feedback

Jackson has had `NonBlockingByteBufferJsonParser` from 2.14. Could `NonBlockingParser`be upgraded to accommodate to `ByteBufferFeeder` to avoid having to do memory copying when source is `ByteBuffer`

Many Maven repositories (including Nexus and Artifactory) provide ORB support only in their Enterprise versions. It would be great if Jenkins could provide this feature which in reality is nothing...

ByteBuddy already shades the usually no so backward compatible ASM and I'd really with to be able to utilize ByteBuddy's latest fixes with MrBean in the future. Would it be...

ByteBuddy is able to either wrap or inject defined classes to given classloader whereas MyClassLoader is merely a wrapper. The injection approach would reduce end-user's stack of classloaders by eliminating...

afterburner

Cloning of the internal structure (HashMap I presume) would be possible just like equals and hashCode have no been dealt with. If there is an abstract implementation already present then...

mrbean

I am getting an assertion error from ModelBuilder stating that my `XmlElement` field with a certain accompanying annotation" must be a leaf, but we failed to recognize it." The annotation...

Timezone for output option seems to always override the timezone defined in the calendar/event thus loosing the local time. Would it be possible to have the option unselected this and...

enhancement