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
Although technical probably a bit involved, from a usage perspective it regular configuration and configuration from external sources should be merged. Of course, things could become a bit complicated to debug, but it allows for very flexible use cases.
Some things to consider:
Merging should respect the order of the declaration (although I don't know whether this is possible at all with Maven to repeat e.g. <external> snippets in arbitrary order). Maybe an order parameter is needed.
The name "external" should be reconsidered.
In debug mode, a view of the the complete and merged configuration should be possible.
The text was updated successfully, but these errors were encountered:
Although technical probably a bit involved, from a usage perspective it regular configuration and configuration from external sources should be merged. Of course, things could become a bit complicated to debug, but it allows for very flexible use cases.
Some things to consider:
<external>
snippets in arbitrary order). Maybe an order parameter is needed.The text was updated successfully, but these errors were encountered: