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
Since Spring Boot 3 @AutoConfiguration is used for ArangoAutoConfiguration but this disables all proxies for inherited bean methods creating multiple instances without bean registration. This creates problems e.g. for beans implementing Spring Aware interfaces like ArangoTemplate or ArangoMappingContext as the setters are not always called.