Everything was working fine with my simple DropWizard 0.9.3 app, but when I upgrade to 1.0.2, I get this cryptic error:
config-file.yml has an error: * Failed to parse configuration; Must call method with a container type (got [reference type, class java.util.Optional<java.lang.String<[simple type, class java.lang.String]>]) at [Source: N/A; line: -1, column: -1] How do I go about debugging this? I have narrowed it down to the usage of a DataSourceFactory (for JDBI) in my Configuration class. If I remove this object, I get past this error, but of course, I need it to work. Thanks, Vasuki. -- You received this message because you are subscribed to the Google Groups "dropwizard-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
