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
The annotation "@DisableLazyInit" should not do eager-loading, but instead do injection of the classes as the last step before returning the context to the tests. If eager loading is done too early, you might end up with the class being loaded before for example flyway is in place. This causes some issues when running the tests.
The text was updated successfully, but these errors were encountered:
The annotation "@DisableLazyInit" should not do eager-loading, but instead do injection of the classes as the last step before returning the context to the tests. If eager loading is done too early, you might end up with the class being loaded before for example flyway is in place. This causes some issues when running the tests.
The text was updated successfully, but these errors were encountered: