Commit Graph

840 Commits

Author SHA1 Message Date
morihiro
0cfdc8f6ed Add config4k as kotlin wrapper in README.md 2017-02-26 08:16:23 +09:00
Havoc Pennington
409981cb33 Merge pull request #454 from tzarouali/issue-447
Fix for issue #447. Ignore bean properties without a proper setter/ge…
2017-02-20 16:36:34 -05:00
tzarouali
870dd28cc7 Fix for issue #447. Instead of ignoring fields without a proper getter/setter, avoid the NPE checking first that there's a field to work with. 2017-02-20 21:29:54 +00:00
tzarouali
4d98a0069e Fix for issue #447. Ignore bean properties without a proper setter/getter 2017-02-20 20:02:31 +00:00
Havoc Pennington
01bb93367f Merge pull request #452 from mpilquist/patch-1
Added Cedi Config to list of Scala Wrappers
2017-02-17 11:46:57 -05:00
Michael Pilquist
91f81b5ccc Added Cedi Config to list of Scala Wrappers 2017-02-17 11:00:29 -05:00
Havoc Pennington
1ab018b2ea Merge pull request #451 from carlpulley/master
Add Validated Configuration Library to README
2017-02-12 08:05:27 -05:00
Carl Pulley
e54abd2143 Merge pull request #1 from carlpulley/validated-config
Add Validated Configuration Library to README
2017-02-12 12:10:40 +00: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
Havoc Pennington
93d70f6739 Merge pull request #449 from ronanM/patch-1
Command line for alternative config `-Dconfig.file`
2017-02-08 09:25:26 -05: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
Havoc Pennington
a765399481 Merge pull request #445 from Krever/master
Added static-config as scala wrapper in README.md
2016-12-19 08:40:47 -05:00
Wojtek Pituła
63c3d44e14 Added static-config as scala wrapper in README.md 2016-12-19 14:08:00 +01:00
Havoc Pennington
4d727e8170 Merge pull request #431 from andr83/andr83-scalaconfig
Update README.md: add ScalaConfig wrapper link
2016-09-29 14:30:36 -04: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
Havoc Pennington
82e1b25f62 Label release 1.3.1 in NEWS.md 2016-09-24 08:47:34 -04:00
Havoc Pennington
f6680a5dad Update NEWS.md with stuff since 1.3.0, for a TBD release 2016-09-02 09:50:44 -04:00
Havoc Pennington
1c6dcca532 Fix formatting in ConfParserTest.scala 2016-09-02 09:50:33 -04:00
Havoc Pennington
7b345112b0 Merge pull request #421 from Johnlon/master
Implemented required includes -- again
2016-08-30 21:03:06 -04:00
John Lonergan
6458d3d1b6 scalastyle 2016-08-27 04:14:55 +01: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
Havoc Pennington
7f5be868d6 Merge pull request #419 from 2m/wip/appveyor
Enable PR verification on Windows using AppVeyor CI
2016-08-18 13:16:12 -04:00
Martynas Mickevicius
220095438c Add appveyor config. 2016-08-18 18:54:29 +02:00
Havoc Pennington
dffa45cc91 Merge pull request #416 from Johnlon/master
Fixed some problems preventing tests passing on Windows
2016-08-16 19:02:21 -04:00
yaroot
f230a17426 add konfig (#417) 2016-08-15 12:28:28 +03:00
john
8261bbe719 fix tests to run on windows including notes in HOCON.md on Windows and case sensitivity 2016-08-10 23:28:18 +01:00
john
805936f312 fix tests to run on windows 2016-08-10 21:50:30 +01:00
Havoc Pennington
4463001e1c Merge pull request #413 from andreaTP/addShocon
add SHocon implementation to Readme
2016-08-10 08:34:32 -04:00
andreaTP
6fadb2af83 add SHocon 2016-08-10 14:28:43 +02:00
Havoc Pennington
3639c645cf Merge pull request #407 from FeiWongReed/master
issue #405 fixed: config loading strategy implemented
2016-07-04 12:40:34 -04:00
pshirshov
47f3c97d9b minor fix 2016-07-04 17:27:46 +01:00
pshirshov
b7e5569b5f issue #405 fixed: config loading strategy implemented 2016-07-03 20:12:54 +01:00
Havoc Pennington
a8d691ad74 Merge pull request #398 from karthicks/issue-397
Add Support for Enums in Config Beans.
2016-06-02 16:02:15 -04:00
Karthick Sankarachary
0791e41a03 Add Support for Enums in Config Beans. 2016-06-02 09:32:59 -07:00
Havoc Pennington
23c5306038 Merge pull request #400 from karthicks/issue-399
Add Support for Optional Bean Properties.
2016-06-02 10:02:35 -04:00
Karthick Sankarachary
ff94f4b731 Assume the bean property has an associated field. 2016-05-31 12:47:33 -07:00
Karthick Sankarachary
13c5fc057e If property key is missing in config, raise error early. 2016-05-31 12:42:59 -07:00
Karthick Sankarachary
2b6452762f Implement in plain Java with no dependencies. 2016-05-31 10:06:00 -07:00
Karthick Sankarachary
e1cf5dfc9c Rename nullable annotation to optional. 2016-05-27 14:45:02 -07:00
Karthick Sankarachary
cc06b02e0c Add a Javadoc comment to the Nullable annotation class. 2016-05-27 11:53:16 -07:00
Karthick Sankarachary
ad3f4804f4 Add Support for Optional Bean Properties. 2016-05-27 11:31:03 -07: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
Havoc Pennington
d4b4d6963b Merge pull request #393 from metasim/patch-1
Added Simple Scala Config wrapper link to README
2016-05-14 18:55:13 -04: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
Havoc Pennington
b076de21ce Merge pull request #388 from kxbmap/test-system-message
Fix test failures due to system message
2016-04-07 00:07:44 -04:00
kxbmap
55ce5762f3 Fix test failures due to system message 2016-04-07 11:10:39 +09:00
Havoc Pennington
7a0eb52e57 Merge pull request #387 from kxbmap/test-on-windows
Fix test failure on Windows
2016-04-06 21:03:53 -04:00