-
Notifications
You must be signed in to change notification settings - Fork 41.2k
MongoAutoConfiguration causes TypeNotPresentExceptionProxy error since 1.2.0 #2196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
see #1341 |
I've opened SPR-12572 so that similar errors hopefully won't require a breakpoint to figure out which class was being introspected at the time of the failure. |
Still problems with MongoAutoConfiguration Works with @configuration and fails with pom.xml:
|
that's not the same exception at all. Please open a separate issue |
The MongoAutoConfiguration class has a
@ConditionalOnMissingBean(MongoDbFactory.class)
annotation, but theorg.springframework.data.mongodb.MongoDbFactory
from Spring Data is not included in our project because we don't use Spring Data. Found this by having a breakpoint on theAnnotationJmxAttributeSource.java:73
file until it failed...Before version 1.2.0 we didn't have any issues.
Java version:
Trying to start the project gives the following stacktrace:
The text was updated successfully, but these errors were encountered: