archaius
archaius copied to clipboard
Library for configuration management API
Hi, thanks for this great lib. For this PR, I think we need to add a basic timeout when retrieving configurations in URLConfigurationSource. Because `openStream` method of `java.net.URL` will open...
This build has been migrated to travis-ci.com as per their [recommendation](https://mailchi.mp/3d439eeb1098/travis-ciorg-is-moving-to-travis-cicom).
There is a security vulnerability in guava, affecting all versions between 11.0 and 24.1 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-10237
Hi, We've been working with Archaius 0.x for over 3 years now and have always been very pleased with it. We're starting a new project so I wanted to update...
Hi, Currently, when you try to instantiate a PollingDynamicConfig, using the FixedPollingStrategy, the execution stucks on the following while(true) condition if the remote source is unavailable: https://github.com/Netflix/archaius/blob/3a56eb807cf1465212e5d65603a54b24dbeea8a4/archaius2-core/src/main/java/com/netflix/archaius/config/polling/FixedPollingStrategy.java#L44-L72 The problem is...
The property ignoreDeletesFromSource in the AbstractPollingScheduler is used to remove properties that are deleting from the source that backs the Property provider. The current implementation has just one property store...
DynamicMapProperty extracts key and value from keyValue string splitted by '='. If value contains '=' char, keyValue string has more than two '='s, therefore after splitting DynamicMapProperty can't extract key&value,...
A more descriptive output for the Property and its value
- Upgraded Gradle to 3.5 (can't build with
Closes #582. This should be relatively safe given the semantic versioning, and help help improve security as mentioned in the issue, in addition to probably providing a lot of bug...