forked from payara/Payara
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(mpconfig): Make DirConfigSource ignore files with certains exten…
…sions Ignore *.properties, *.yaml, *.yml, *.xml, *.json files, as those are likely to contain more complex structures used for other config sources. Remember: the file name compiles to the property name (up to three letter endings silently cut off) and might contain whatever. If you put a file with any of these extensions in the directory on purpose, it should not be used with this config source. - Relates to payara#5006 - Based on request from @pdudits in payara#5007
- Loading branch information
1 parent
784995f
commit 401555d
Showing
2 changed files
with
16 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters