vaadin / kubernetes-kit

Other
2 stars 2 forks source link

fix: reintroduce Autoconfiguration annotaion #73

Closed mcollovati closed 1 year ago

mcollovati commented 1 year ago

In a previous change we replaced @AutoConfiguration(afterName=...) with @AutoConfigureAfter annotation, but the latter seems not to activate the autoconfiguration stuff. This patch add back the @AutoConfiguration annotation, so that kit configuration are automatically applied at application boot.