-
Story
-
Resolution: Done
-
Minor
-
2.5.0.CR1
Currently, the packages on the input input must be
org.something.foo
while it's quite common to use
org.something.foo.*
to cover subpackages, too.
When this pattern is used for Windup, things go wrong - it doesn't match anything (the * is taken literally).
See
WindupJavaConfigurationService#shouldScanPackage(String)
.