Ash
61af0058ef
Minor correction to the use of config.root().render() under "Debugging Your Configuration"
...
Looking at the java/scaladoc of ConfigValue.render() (https://github.com/lightbend/config/blob/master/config/src/main/java/com/typesafe/config/ConfigValue.java#L48-L50 )
and then looking at the implementation of `render()` itself:
https://github.com/lightbend/config/blob/master/config/src/main/java/com/typesafe/config/impl/AbstractConfigValue.java#L364-L374
it appears that `config.root().render()` returns a string that must be printed out, logged etc. Current documentation implies that calling this method will print out the string which seems to be misleading.
2018-07-13 11:31:50 +01:00
av_elier
31805c4544
Add playground link to readme
2018-06-12 23:30:38 +03:00
fabio fumarola
841251c9b4
Update README.md ( #545 )
...
update version to 1.3.2
2018-02-21 13:11:56 +09:00
Jonas Fonseca
eeb95825bf
Update links to use HTTPS ( #526 )
2017-11-06 11:28:43 +09:00
Jonas Fonseca
eb7409e110
Add circe-config to list of Scala wrappers
2017-11-05 10:32:59 +01:00
Konrad `ktoso` Malawski
938dbb1158
Update README.md
2017-10-24 18:02:45 +09:00
Konrad `ktoso` Malawski
41a577a0e8
Align maintanance note with other lightbend/ projects
2017-10-24 18:00:53 +09:00
Martynas Mickevičius
8251d2089c
Some more link fixes after the rename ( #517 )
2017-10-23 05:55:02 -05:00
Martynas Mickevičius
d5ba11fbb5
Rename typesafehub to lightbend ( #513 )
...
* Migration to lightbend repo
* Second round of the rename cleanup
2017-10-23 05:40:51 -05:00
z i λ a s a l
4fd14f0397
update anchor
2017-10-17 11:18:37 +02:00
z i λ a s a l
689f8cb4a5
Add C# port to Other APIs section
2017-10-17 11:16:34 +02:00
Carlos Rueda
fa44e9f04c
add carueda/cfg Scala wrapper
2017-08-07 09:42:04 -07:00
Lunfu Zhong
2952f07c97
Update the link to config-annotation.
2017-06-19 15:17:53 +08:00
Barnabás Oláh
751ae8b1d3
direct link to pureconfig instead of redirect link ( #469 )
2017-04-27 21:35:24 +09:00
The Alchemist
26b9a66404
Fix hyperlink to checkValid()
2017-04-12 15:41:33 -04:00
Maor
da914846e4
Add JavaScript port
2017-03-18 11:00:36 +02:00
morihiro
0cfdc8f6ed
Add config4k as kotlin wrapper in README.md
2017-02-26 08:16:23 +09:00
Michael Pilquist
91f81b5ccc
Added Cedi Config to list of Scala Wrappers
2017-02-17 11:00:29 -05:00
Carl Pulley
61ccb169c3
Add Validated Configuration Library to README
...
validated-config allows Typesafe config files to be validated via a lightweight DSL.
2017-02-12 11:58:54 +00:00
ronanM
d82c973642
Command line for alternative config -Dconfig.file
...
Each time I search this information, I search `-D` in this README but can't find it **quickly**, so need to google it, then go to stackoverflow, etc.
With this little example this information quickly reachable.
2017-01-17 10:55:08 +01:00
Wojtek Pituła
63c3d44e14
Added static-config as scala wrapper in README.md
2016-12-19 14:08:00 +01:00
Andrei Tupitcyn
36547f05f8
Update README.md
...
Add ScalaConfig wrapper link
2016-09-28 22:36:20 +03:00
Havoc Pennington
3a701cdb6d
Update contributing docs and the README for 1.3.1
2016-09-24 09:03:57 -04:00
John Lonergan
324085b12b
Merge branch 'master' of https://github.com/Johnlon/config
2016-08-27 04:07:12 +01:00
John Lonergan
f687a8fea3
implemented "required include" along with code review comments from previous attempt at pull request
2016-08-27 03:58:44 +01:00
yaroot
f230a17426
add konfig ( #417 )
2016-08-15 12:28:28 +03:00
andreaTP
6fadb2af83
add SHocon
2016-08-10 14:28:43 +02:00
Havoc Pennington
596d6c9392
Merge pull request #394 from mig-foxbat/master
...
added HoconLint to Readme
2016-05-16 09:27:16 -04:00
Charles
b5ca383bad
added HoconLint to Readme
2016-05-15 09:58:53 -07:00
Simeon H.K. Fitch
72b69111fe
Added Simple Scala Config wrapper
...
Very thin Scala wrapper: https://github.com/ElderResearch/ssc
2016-05-14 18:25:06 -04:00
Carlos Rueda
d95727b4ab
add link to tscfg java wrapper (yes, java)
...
tscfg is a command line tool (written in Scala) that takes a configuration specification parseable by Typesafe Config and generates all the Java boiler-plate to make the definitions available in type safe POJOs.
Current v0.1.4 is already pretty usable but can be improved in several ways.
2016-01-24 15:38:24 -08:00
Mario Pastorelli
390fd90d8e
Add PureConfig library to the Scala wrappers
2015-08-30 15:05:12 +02:00
Chris Price
ac2f041118
(MAINT) Add puppet module and C++ links to readme
2015-08-14 13:21:07 +01:00
Havoc Pennington
38e34fdd82
Mention invalidateCaches in the README
...
Fixes #341
2015-07-30 11:30:56 -04:00
jason
e34433b7aa
Add Guice integration link to README.md
2015-06-22 06:47:51 +09:30
Havoc Pennington
b0ae5cac20
Update news/readme for 1.3.0
2015-05-08 11:44:34 -04:00
Havoc Pennington
46b4f64f2a
Add CONTRIBUTING.md with release instructions
2015-05-05 16:50:50 -04:00
Havoc Pennington
acca3b5c6d
README: Discuss FAQ on how reference.conf gets resolved
...
Closes #306 , relates to #167
2015-04-09 12:33:01 -04:00
Havoc Pennington
c26d977884
Add "use hasPathOrNull/getIsNull" to README
...
Make these a sixth option in the list of things to
consider if you're looking for the "getOptional" kind
of method.
2015-03-25 18:01:18 -04:00
Glen Ford
92a87dbc4f
Add Beamly clojure wrapper to the README
2015-03-20 08:37:06 +00:00
Havoc Pennington
79fc367685
Update doctoc for README.md and add doctoc to HOCON.md
2015-03-07 16:41:02 -05:00
Havoc Pennington
269ce0cfce
Release notes for 1.3.0-M1
2015-03-06 23:51:40 -05:00
Havoc Pennington
55bd472c24
Improve ConfigBeanFactory docs in README
2015-03-02 11:03:38 -05:00
Havoc Pennington
c1a7ce0333
Mention ConfigBeanFactory in the README
2015-03-02 11:02:11 -05:00
Havoc Pennington
4822a44911
Update Java version information in the README
2015-02-24 16:26:54 -05:00
Havoc Pennington
1f50c19b59
Formatting chat room link
2015-02-09 09:15:29 -05:00
Havoc Pennington
2edf846752
Add Gitter chat room
2015-02-09 09:14:27 -05:00
Havoc Pennington
e87093f0bf
Merge pull request #242 from zhongl/master
...
Insert a new config scala wrapper to readme
2015-01-27 08:56:56 -05:00
Dale Wijnand
22890b6e9f
Add TravisCI badge.
2015-01-27 09:20:19 +00:00
Lunfu Zhong
5bbebb783d
Update README.md
...
Add new scala wrapper
2015-01-24 20:46:58 +08:00