Patrik Nordwall
d279841c42
chore: update NEWS and release 1.4.3 ( #799 )
...
* rename master to main
* update 1.4.3 in readme
2023-10-17 11:18:13 +02:00
Patrik Nordwall
3a4ebbfd02
fix: Optionally hide rendered environment variables ( #798 )
...
* new OriginType.ENV_VARIABLE
* deserialization of unknown originType ordinal, but this doesn't really
help for compatibility if serialized with new version and deserialized
with old version
2023-10-17 08:59:00 +02:00
Enno Runne
5d6a46631c
Make the issue template work ( #791 )
2023-07-07 15:29:14 +02:00
Enno Runne
40e5d059c2
Update maintenance note ( #788 )
2023-07-06 09:58:33 +02:00
Alexey Pozdnyakov
6e035f220e
readme: change playground url ( #775 )
2023-01-05 11:34:11 +01:00
Havoc Pennington
4458ea947a
Merge pull request #763 from iamtodor/add_dconfig_pass_clarification
2022-03-31 23:37:59 -04:00
iamtodor
fd9be4a4f9
add Dconfig.resource clarification
2022-03-30 22:59:32 +02:00
iamtodor
fad9affc97
add note with clarification how to pass -Dconfig properly; taken from https://github.com/lightbend/config/issues/84 and https://stackoverflow.com/a/31305181/5151861
2022-03-30 22:07:59 +02:00
Arnout Engelen
d62bd12998
Merge pull request #759 from raboof/main
...
Release 1.4.2
2022-02-14 14:19:41 +01:00
Arnout Engelen
b8378de28f
Typo Februari -> February
...
Co-authored-by: João Costa <jdpc557@gmail.com>
2022-02-02 17:09:18 +01:00
Arnout Engelen
c208f1858f
Typo Kotline - > Kotlin
...
Co-authored-by: Philippus Baalman <philippus@gmail.com>
2022-02-02 16:07:45 +01:00
Arnout Engelen
15ab2f0c27
Release 1.4.2
2022-02-01 16:27:32 +01:00
Arnout Engelen
f14af4f116
Merge pull request #758 from raboof/avoid-instantiating-arbitrary-classes
...
Avoid instantiating arbitrary classes
2022-02-01 16:09:27 +01:00
Arnout Engelen
fe85a7d9e7
Avoid instantiating arbitrary classes
...
This PR avoids the use of `Class#newInstance`, which is
deprecated in Java 9.
In particular, previously you could set the `config.strategy`
system to an arbitrary class that would get instantiated even
if it was not a subclass of `ConfigLoadingStrategy`. This is
now checked before instantiating the class.
The previous behavior could arguably be considered a security
concern when an attacker has write access to system properties,
though in such a scenario there are likely many other ways to
load arbitrary code.
2022-02-01 14:58:34 +01:00
Enno Runne
80725b89ea
CI: test on JDK 8 and 11 ( #757 )
2022-01-27 17:01:15 +01:00
Havoc Pennington
141b79f99b
Merge pull request #755 from ennru/ennru-actions-and-jdk17
...
CI: use GitHub actions; replace JDK11 with JDK17
2022-01-27 07:33:20 -05:00
Enno Runne
f85ecd665a
CI: use GitHub actions; replace JDK11 with JDK17
2022-01-27 13:21:04 +01:00
y
6aa24bb481
add new erlang port to readme ( #722 )
2022-01-27 12:23:37 +01:00
Havoc Pennington
b443c29529
Merge pull request #749 from sksamuel/patch-1
2021-12-13 07:20:56 -05:00
Sam Sam
c40cbaef97
Added hoplite to Kotlin wrappers
2021-12-12 14:36:21 -06:00
Lukasz Lenart
4e3996f0c1
Fixes wrong url in news.md ( #723 )
2021-09-16 12:48:32 +02:00
Havoc Pennington
2c0ac854e8
Merge pull request #731 from hkupty/drop-array-from-fast-path
2021-05-28 09:07:40 -04:00
Henry Kupty
fca5de9004
Remove unnecessary array
...
Usage of this array seems to have been dropped by #280 , but the array
remained.
Cleaning up so it doesn't allocate the array needlessly anymore.
Fixes #730 .
2021-05-21 23:23:33 +02:00
Siu Leung Chan
f92a4ee2f6
Update repo path for Ficus ( #694 )
...
Update the repo path as it is adopted by iHeartRadio
2020-12-10 15:23:50 +01:00
Andrea Peruffo
ee92d7f4c2
Release notes for 1.4.1 ( #716 )
...
* Release 1.4.1
* minor release notes updates
* minor rephrasing
2020-10-23 00:13:34 +01:00
Havoc Pennington
7c44daf5f5
Merge pull request #711 from andreaTP/improve-set-array-values
...
Improve set array values section
2020-10-02 14:25:54 -04:00
Andrea Peruffo
f3650a3e51
Improve set array values section
2020-10-02 16:35:47 +01:00
Ignasi Marimon-Clos
c87f9f945c
Use the correct name ( #710 )
...
- also fixed capitalization
Co-Authored-By: Sebastian Alfers <sebastian.alfers@lightbend.com>
2020-10-01 17:09:28 +02:00
Ignasi Marimon-Clos
8648e07976
Introduce docs for arrays on env vars ( #706 )
...
* Introduce array support from java arguments
2020-10-01 16:15:32 +02:00
Havoc Pennington
82df5a6b75
Merge pull request #709 from bbaldino/fix_parse_replacement
...
use correct ParseOptions object
2020-09-24 15:58:24 -04:00
Brian Baldino
4be9b6dd8c
use correct ParseOptions object
2020-09-24 12:50:52 -07:00
Havoc Pennington
2d43727310
Merge pull request #708 from bbaldino/parse_app_overrides
...
Split out a helper method for parsing only application overrides
2020-09-23 15:28:40 -04:00
Brian Baldino
5029d9325c
add @since tags
2020-09-23 12:22:00 -07:00
Brian Baldino
f3baf1dfba
use ensureClassLoader
2020-09-23 09:15:17 -07:00
Brian Baldino
83349ecbfa
add parseApplicationReplacement overrides
2020-09-23 09:15:17 -07:00
Brian Baldino
1428ebb894
remove accidentally committed files
2020-09-23 09:13:05 -07:00
Brian Baldino
bba56f2e98
return an Optional from parseApplicationReplacement
2020-09-23 09:00:03 -07:00
Brian Baldino
7e1c64c9d4
don't use wildcard imports
2020-09-23 08:54:00 -07:00
Brian Baldino
3be726d918
rename method
2020-09-23 08:51:31 -07:00
Brian Baldino
af6b7b8a6a
remove unused imports
2020-09-23 08:50:31 -07:00
Brian Baldino
09e2d57e18
Split out a helper method for parsing only application overrides
2020-09-22 15:52:47 -07:00
Havoc Pennington
001e6c3b82
Merge pull request #701 from lightbend/fix-stack-overflow-in-resolve-context
...
Remove unmodifiable collection wrappers in ResolveContext
2020-09-18 08:18:39 -04:00
Havoc Pennington
4739cba0bd
Remove unmodifiable collection wrappers in ResolveContext
...
This fixes #700 (Java is unhelpful and the Collections.unmodifiableList etc
methods don't check whether the thing is already wrapped).
These were just an assertion basically intended to find any accidental
modification of these collections, so not essential.
2020-07-24 11:20:07 -04:00
Havoc Pennington
e0984d41b0
Merge pull request #686 from andreaTP/fix-playframework-10206
...
Fix: Avoid loading all the environment variables as configurations
2020-06-24 10:59:25 -04:00
Andrea Peruffo
379a1f056c
Fix: Avoid loading all the environment variables as configurations when override_with_env_vars = true
2020-05-07 18:28:56 +01:00
Havoc Pennington
44f21c31b9
Merge pull request #675 from gurkankaymak/patch-1
...
added go port to the README
2020-03-28 15:33:35 -04:00
Gürkan Kaymak
3e6f6bbf1d
added go port to the README
2020-03-28 21:35:27 +03:00
Adriaan Moors
7486006f07
Merge pull request #666 from roldevg/maven_central_501_error
...
Fixed 501 error for the maven central link, using of https
2020-02-20 16:16:13 +01:00
Havoc Pennington
d0271d4be7
Merge pull request #663 from mpryahin/master
...
Support for huge memory units
2020-02-17 11:16:42 -05:00
Evgeniy Roldukhin
ae846e2cab
Fixed 501 error for the maven central link, using of https
2020-02-03 13:06:50 +03:00