1
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
make ConfigException abstract More... over 12 years ago
add some more javadoc to ConfigException.java More... over 12 years ago
When using "singleton holder" catch ExceptionInInitializerError and pull out the ConfigException if any More... over 12 years ago
some README cleanups More... over 12 years ago
support -Dconfig.resource, -Dconfig.file, -Dconfig.url system props More... over 12 years ago
improve path rendering to avoid quoting hyphenated keys like foo-bar More... over 12 years ago
remove special-case fallback to system props in substitutions. More... over 12 years ago
add more tests for substitution behavior in included files More... over 12 years ago
Search for substitutions both included-file-relative and root-relative More... over 12 years ago
Move ConfigMergeable.toValue to be private, as MergeableValue.toFallbackValue More... over 12 years ago
add missing "final" to SimpleConfig, was an oversight More... over 12 years ago
Optimize no-op object merges by throwing away the new HashMap and using the old one More... over 12 years ago
In the examples, also show using the config for the app itself More... over 12 years ago
fix api doc note about setUseSystemProperties doing nothing More... over 12 years ago
Rename getMemorySizeInBytesList to getBytesList to match getBytes More... over 12 years ago
document why substitutions special-case system props More... over 12 years ago
fix a typo in a comment in simple-lib More... over 12 years ago
fix simple-lib to call checkValid() specifying a path. More... over 12 years ago
use a cached singleton for ConfigFactory.load() More... over 12 years ago
Overhaul ConfigFactory API and ConfigFactory.load(). More... over 12 years ago
mention using several env vars for one setting in README More... over 12 years ago
Implement Config.checkValid() to check against a reference config More... over 12 years ago
make SimpleConfigList.get return an AbstractConfigValue More... over 12 years ago
make mergeOrigins a lot smarter and preserve more structured info More... over 12 years ago
Fix a line numbering off-by-one in parser More... over 12 years ago
factor out resourceDir and resourceFile (centralize assumption about test pwd) More... over 12 years ago
correct spec's text about empty environment variables More... over 12 years ago
missing, optional substitutions ${?foo} become undefined not null More... over 12 years ago
Make ${missing} throw an exception and add ${?missing} for the old behavior. More... over 12 years ago
use "SingletonHolder" pattern rather than synchronized in ConfigImpl More... over 12 years ago