Christopher Eldridge
Christopher Eldridge
I see there is an addParser method for this (in version 3.0 at least). Is there an easy way to access that and add a parser for other types (such...
I was able to figure out the above. A new TypeParser can be created for alternative data types (such as Dates) using the following in your Feature class `feature.getBoot().getModuleRegistry().getTypeParser().addParser(Class, TypeParser())`....
Not sure if it helps but I noticed the build in Exception mappers are not getting picked up either (such as io.katharsis.core.internal.exception.KatharsisExceptionMapper
This looks like it should work! Is there a particular build deployed that I can use under 2.2.X to pull this in? The latest I've found so far is 2.2.6...
For context this also impacts other production alternatives to AWS S3 such as Dell ECS which leverages the AWS API so it is compatible with the SDK (but not spring-cloud-aws...