You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our efforts to get rid of bean overriding in the core framework, I've found a weird setup arrangement in SpringConfiguratorTests that as a @Configuration class that scans its own package. This has the outcome of registering the configuration class twice.
Given that the package has other tests, we should make this test setup more robust by not relying on classpath scanning.
The text was updated successfully, but these errors were encountered:
In our efforts to get rid of bean overriding in the core framework, I've found a weird setup arrangement in
SpringConfiguratorTests
that as a@Configuration
class that scans its own package. This has the outcome of registering the configuration class twice.Given that the package has other tests, we should make this test setup more robust by not relying on classpath scanning.
The text was updated successfully, but these errors were encountered: