d-eder
Results
2
issues of
d-eder
If you have prototype beans with parameters in your application, the `MinioNotificationConfiguration` throws a NoSuchBeanException because it tries to get the instances of all beans with are defined in `applicationContext.getBeanDefinitionNames()`....
### Description I'm currently setting up a java project with the autoconfigure-gradle-plugin. When building the application, the gradle task `compileTestJava` complains because it cannot find a class which is used...