-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
"Prevent merging" conflicts with Schema validation #229
Comments
I've encoutered the same problem with scanDirs, which can be currently disabled, added to, but not overwritten: application:
scanDirs!:
- myCustomDir/ Which results to:
Relevant packages:
|
I just found out that (at least for scanDirs) the behaviour is different from user defined directives - by specifying a value the default one gets overridden: So this: application:
scanDirs:
- myCustomDir/ actually results to So, is this a bug afterall or just a change in behaviour? |
@Gappa it seems like a bug |
I have just hit the same error. Also with application.scanDirs and application.mapping. I have prepared PR with failing tests (#250) |
fixed |
❤️ |
Version:
The exception
I believe the Schema is trying to validate
_prevent_merging => true
as one of themapping
options, which should not be the case.The configuration
The text was updated successfully, but these errors were encountered: