enofex/taikai

Bug in the `shouldBeAnnotatedWithValidated` method

Closed this issue · 1 comments

There is a bug in the description of the PropertiesConfigurer.shouldBeAnnotatedWithValidated method:

"Configuration properties annotated with %s should be annotated with %s as well"

This string specifies two placeholders to be replaced, only one is passed to the formatted method.

The following exception is thrown:

java.util.MissingFormatArgumentException: Format specifier '%s'

Thanks! This is already fixed and part of the release today.

Release is on the way.