Martynas Mickevičius
f6e7ac1191
Update to the latest sbt-pgp
2019-04-18 15:57:40 +03:00
Martynas Mickevičius
692edecb51
Add release notes for 1.3.4 ( #628 )
...
* Add release notes for 1.3.4
2019-04-18 12:29:27 +00:00
Martynas Mickevičius
f40183404b
Merge pull request #625 from aaronp/master
...
Added reference to args4c for command-line-to-config utils
2019-04-18 11:42:55 +00:00
Havoc Pennington
e24ff57f47
Merge pull request #620 from andreaTP/envConfigLoading
...
Add a config.strategy to enable overwrite of properties from env vars
2019-04-03 19:27:10 -04:00
Andrea Peruffo
4fad11380b
fix again XML
2019-03-21 10:54:31 +00:00
Andrea Peruffo
fd0e4188af
minor fix
2019-03-21 10:53:10 +00:00
Andrea Peruffo
4937ee41ab
Move env mangling to ConfigImplUtil
2019-03-21 10:50:48 +00:00
Andrea Peruffo
90e2465f34
Remove Puppy Crawl references
2019-03-21 10:01:27 +00:00
Andrea Peruffo
3a9a1d8333
Bump sbt version
2019-03-21 09:02:48 +00:00
Andrea Peruffo
87dc17d55e
Move rationale to code and implement invalidate cache
2019-03-21 08:52:42 +00:00
Aaron Pritzlaff
215a23a340
Added reference to args4c for command-line-to-config utils
2019-03-19 17:34:49 +00:00
Andrea Peruffo
4571c79b51
Detail resons for _ sustitutions
2019-03-15 16:40:59 +00:00
Andrea Peruffo
c14bb77acd
Added a description of the new property in Readme
2019-03-08 14:53:14 +00:00
Andrea Peruffo
e302b9a34d
fixed review comments
2019-03-08 14:26:47 +00:00
Havoc Pennington
64c60f0713
Merge pull request #621 from mockersf/master
...
add new Rust port to Other APIs section
2019-03-08 09:01:52 -05:00
François
02d614b96d
add new Rust port to README.md
2019-03-08 08:54:37 +01:00
Andrea Peruffo
7fe47888d2
Env variables resolution moved to defaultOverrides
2019-03-04 14:43:12 +00:00
Andrea Peruffo
30b65568eb
Trailing blank line
2019-02-27 12:41:15 +00:00
Andrea Peruffo
5c04377293
Fix suppressions doctype
2019-02-27 12:39:46 +00:00
Andrea Peruffo
d9d1f0a3fc
Add a config strategy to load from environment variables first.
2019-02-27 12:37:37 +00:00
Havoc Pennington
d6023a111d
Merge pull request #613 from ekrich/topic/doc
...
Add new Scala port to README.md
2019-02-14 18:21:25 -05:00
Eric Richardson
dfb2454bb8
Update Shocon entry
2019-02-14 15:48:15 -05:00
Eric Richardson
d10b76f16e
Add new Scala port to README.md
2019-02-14 12:15:09 -05:00
Havoc Pennington
c17d58e09a
Merge pull request #612 from dwijnand/drop-note-on-akka-and-play-2.0
...
Drop note on Akka 2.0/Play 2.0
2019-01-28 10:51:29 -05:00
Dale Wijnand
b782a2d701
Drop note on Akka 2.0/Play 2.0
...
I initially misread the note to mean Akka/Play 2.x.
Seeing as Akka 2.0 and Play 2.0 is close to 7 years ago, we can lose the note now?
* https://github.com/akka/akka/releases/tag/v2.0
* https://github.com/playframework/playframework/releases/tag/2.0
2019-01-28 15:44:58 +00:00
Martynas Mickevičius
f540252987
Merge pull request #611 from 2m/wip-adoptjdk-2m
...
Use AdoptOpenJDK
2019-01-24 16:22:40 +01:00
Martynas Mickevičius
f895b83bd5
Use AdoptOpenJDK
2019-01-24 15:53:25 +01:00
Havoc Pennington
aa0c42b873
Merge pull request #568 from michalmela/master
...
Fixed support for keys that look like numbers longer than an int.
2019-01-09 17:57:58 -05:00
Michał Mela
fee9a3e80e
Fixed support for keys that are all digits but longer than an int.
...
Previously such config keys would still be parsed with
`Integer#parseInt` for the sake of sorting, resulting in a `NumberFormatException`.
Now the keys consisting of digits only are parsed to a `BigInteger` and
compared as such.
This addresses the following issues:
https://github.com/lightbend/config/issues/604
https://github.com/lightbend/config/issues/541
2019-01-08 07:47:20 +01:00
Havoc Pennington
91e8362a81
Merge pull request #607 from michalmela/scala-2-12-8
...
Project Scala version updated to 1.12.8; all the IDE & compiler warnings fixed
2019-01-07 17:12:27 -05:00
Michał Mela
8ffe542870
Project Scala version updated to 1.12.8; all the IDE & compiler warnings fixed
...
As discussed in https://github.com/lightbend/config/pull/568 .
`lift-json` was also bumped as there was no longer any suitable version for Scala 2.12.x.
Also fixed compiler warnings (e.g. _eta expansion of parameterless methods is deprecated_) as well as some rarther non-controversial IDE warnings (e.g. redundant semicolons and such).
2019-01-07 08:38:48 +01:00
Havoc Pennington
e1c2640242
Merge pull request #601 from hepin1989/sbt
...
Update sbt to 1.2.7.
2018-12-03 03:09:00 -05:00
hepin1989
b0941180e6
Update sbt to 1.2.7.
2018-12-03 15:19:09 +08:00
Havoc Pennington
1fc2aff452
Merge pull request #597 from kubukoz/patch-1
...
Add a note about classloader issues to README
2018-11-04 11:25:31 -05:00
Jakub Kozłowski
d5f9311861
Remove whitespace
2018-11-04 17:02:02 +01:00
Havoc Pennington
59c8bb8de8
Update README.md
...
Co-Authored-By: kubukoz <kubukoz@gmail.com>
2018-11-04 17:00:15 +01:00
Jakub Kozłowski
7e121b7df9
Add a note about classloader issues to README
2018-11-04 16:46:48 +01:00
Havoc Pennington
62b20cc994
Merge pull request #596 from ekrich/fix/printstacktrace
...
Fix stack trace printing in test
2018-11-01 11:59:46 -04:00
Eric Richardson
55ba25e0ff
Fix stack trace printing in test
2018-11-01 11:24:34 -04:00
Havoc Pennington
4bb19e4b52
Merge pull request #589 from eed3si9n/wip/snapshot
...
Removes bad resolver, and refactors build
2018-09-18 08:13:25 -04:00
Eugene Yokota
b9b4c06ce6
Refactor build to unified slash syntax
2018-09-17 00:30:55 -04:00
Eugene Yokota
881611f1c7
Remove bad resolver
...
Ref https://github.com/sbt/sbt/issues/4363
http://scala-tools.org/repo-snapshots/ is no longer a valid resolver. Since it now redirects to https://blog.goodstuff.im/repo-snapshots , it causes "javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target"
2018-09-17 00:27:44 -04:00
Havoc Pennington
2a103fe53f
Merge pull request #585 from ensirius/master
...
#584 Add root config origin to exception
2018-09-07 19:02:18 -04:00
vgolub
743f240d47
Do not pass Path object as exception argument
2018-09-07 20:25:46 +03:00
vgolub
8625b78753
#584 Add root config origin to exception
2018-09-07 18:13:23 +03:00
Havoc Pennington
40d0c40846
Merge pull request #579 from bigwheel/patch-1
...
Remove nbsp that breaking Markdown rendering
2018-08-14 16:56:07 -04:00
k.bigwheel
2b95a52a1b
Remove nbsp that breaking Markdown rendering
2018-08-15 04:19:28 +09:00
Havoc Pennington
bee704aedf
Merge pull request #578 from sam-token/bad-map
...
ResolveMemos Performance Improvement
2018-08-10 19:13:34 -04:00
Sam Holeman
c1ec3af329
Tweak BadMap, add tests
2018-08-10 15:08:45 -07:00
Havoc Pennington
6001192391
minor cleanups to BadMap
2018-08-10 15:06:47 -07:00