-
Notifications
You must be signed in to change notification settings - Fork 456
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
mapPackage() does not work with subpackages #898
Comments
Are you saying the subpackages aren't getting mapped properly? The tests are all green at the moment. |
< The tests are all green at the moment>
The period at the end breaks the "startWith()". |
Got it. I'll take another look at the test then. Thanks. |
I provided a pull-request for this issue. Perhaps, you can take a look at that. |
Looks good. Thanks for the patch. fixed 04c9a0c |
Hi all,
I don't want to map every single Entity-class only to have the indexes created correctly (at the moment, if you don't map a class explicitly, the application works, but no index is created other then the index on "_id").
What I want to have is the folloing:
I think, that the method "ReflectionUtils.isSubPackage()" has a problem, because the comparison would work, but currently, there is added a period to the parentPackgeName, so the equals()-method will fail (without the period, everything would work fine)...
Or do I oversee something here?
Thanks in advance,
Ulrich
The text was updated successfully, but these errors were encountered: