archaius icon indicating copy to clipboard operation
archaius copied to clipboard

Library for configuration management API

Results 117 archaius issues
Sort by recently updated
recently updated
newest added

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...

Hi, Is there any way I can read my encrypted properties with Archaius version 2? Kind regards. Peter

v2

Please upgrade the jackson-databind dependency to a newer version.

When accessing S3 using session token it valids for 3600mins(1hr), so till 1hr Archaius polling is all good. But after 1 hr while Abstract polling schedular tries to poll from...

I'm looking into using Archaius, but your documentation seems to be very out-of-date: https://github.com/Netflix/archaius/wiki. That wiki seems to be referencing a pre-1.0 version, and it looks like you have had...

v2

Because the ConfigProxyFactory evaluates the default value eagerly, an NPE is thrown for Map properties when a null value is passed into Collections.unmodifiableMap, even if the configuration is actually present...

Loading configuration with @Provides methods currently requires a hack to inject a second type that is annotated with @ConfigurationSource. This change makes it possible to annotate the @Provides method with...

v2

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. I have created pull request https://github.com/Netflix/archaius/pull/554 Please review and release newer version.

I'm a PhD Student from University of Bordeaux working on documentation copy-pastes (duplicates). I've noticed that your project does have a few documentation duplicates. For my research work, i've tried...

Given a property with a comma separated value such as myTestProperty=a,b,c Reading these values using the DynamicListPropertyValue results in values as shown below sample code: ``` List myTestPropertyValues = new...