HomeOfTheWizard / spring-bridge-maven-plugin

A maven plugin that enables the usage of spring libraries in the development of other maven plugins
1 stars 0 forks source link

Filtering of beans does not work for ContextConfiguration given by the parent project classpath #6

Closed HomeOfTheWizard closed 1 month ago

HomeOfTheWizard commented 1 year ago

We can currently use, via <contextConfigClasses> parameter,
Spring context classes coming from libraries, or we can define our own spring context config classes.

For the second case, the filtering of bean classes, via <componentClassesFilter> parameter, does not work. Must fix this.