mirror of
https://github.com/lightbend/config.git
synced 2025-02-23 09:41:01 +08:00
remove "Future Directions" from README, the Future is Now!
This commit is contained in:
parent
0adc9152d1
commit
9b7d2a6469
12
README.md
12
README.md
@ -421,18 +421,6 @@ If you have trouble with your configuration, some useful tips.
|
||||
- Use `myConfig.root().render()` to get a `Config` printed out as a
|
||||
string with comments showing where each value came from.
|
||||
|
||||
## Future Directions
|
||||
|
||||
Here are some features that might be nice to add.
|
||||
|
||||
- "myapp.d directory": allow parsing a directory. All `.json`,
|
||||
`.properties` and `.conf` files should be loaded in a
|
||||
deterministic order based on their filename.
|
||||
If you include a file and it turns out to be a directory then
|
||||
it would be processed in this way.
|
||||
- including URLs (which would allow forcing file: when inside
|
||||
a classpath resource, among other things)
|
||||
|
||||
## Rationale
|
||||
|
||||
(For the curious.)
|
||||
|
Loading…
Reference in New Issue
Block a user