/quarkus-custom-config-converter-error

Reproducer to demonstrate a custom config. converter error when using the Maven failsafe plugin.

Primary LanguageJava

custom-config-converter Project

This project is to demonstrate an error when using a custom configuration converter and running a test with Maven failsafe plugin.

Reproduce

# Running unit test works as expected
./mvnw test

# Running a test with failsafe plugin fails with `not a subtype` error
./mvnw verify