Netflix Archaius

A fork of Netflix Archaius

License

License

GroupId

GroupId

cn.leancloud
ArtifactId

ArtifactId

archaius-core
Last Version

Last Version

0.7.8-b
Release Date

Release Date

Type

Type

jar
Description

Description

Netflix Archaius
A fork of Netflix Archaius
Project URL

Project URL

https://github.com/leancloud/archaius
Source Code Management

Source Code Management

https://github.com/leancloud/archaius

Download archaius-core

How to add to project

<!-- https://jarcasting.com/artifacts/cn.leancloud/archaius-core/ -->
<dependency>
    <groupId>cn.leancloud</groupId>
    <artifactId>archaius-core</artifactId>
    <version>0.7.8-b</version>
</dependency>
// https://jarcasting.com/artifacts/cn.leancloud/archaius-core/
implementation 'cn.leancloud:archaius-core:0.7.8-b'
// https://jarcasting.com/artifacts/cn.leancloud/archaius-core/
implementation ("cn.leancloud:archaius-core:0.7.8-b")
'cn.leancloud:archaius-core:jar:0.7.8-b'
<dependency org="cn.leancloud" name="archaius-core" rev="0.7.8-b">
  <artifact name="archaius-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.leancloud', module='archaius-core', version='0.7.8-b')
)
libraryDependencies += "cn.leancloud" % "archaius-core" % "0.7.8-b"
[cn.leancloud/archaius-core "0.7.8-b"]

Dependencies

compile (7)

Group / Artifact Type Version
com.google.guava : guava jar 16.0
commons-configuration : commons-configuration jar 1.8
com.fasterxml.jackson.core : jackson-core jar 2.4.3
com.google.code.findbugs : jsr305 jar 3.0.1
com.fasterxml.jackson.core : jackson-annotations jar 2.4.3
com.fasterxml.jackson.core : jackson-databind jar 2.4.3
org.slf4j : slf4j-api jar 1.6.4

test (6)

Group / Artifact Type Version
junit : junit jar 4.11
org.apache.commons : commons-io jar 1.3.2
org.slf4j : slf4j-simple jar 1.7.5
org.apache.derby : derby jar 10.8.2.2
log4j : log4j jar 1.2.16
org.mockito : mockito-all jar 1.9.5

Project Modules

There are no modules declared in this project.

Archaius

NetflixOSS Lifecycle

Build Status

Features

Archaius includes a set of configuration management APIs used by Netflix. It provides the following functionality:

  • Dynamic, Typed Properties
  • High throughput and Thread Safe Configuration operations
  • A polling framework that allows obtaining property changes of a Configuration Source
  • A Callback mechanism that gets invoked on effective/"winning" property mutations (in the ordered hierarchy of Configurations)
  • A JMX MBean that can be accessed via JConsole to inspect and invoke operations on properties
  • Out of the box, Composite Configurations (With ordered hierarchy) for applications (and most web applications willing to use convention based property file locations)
  • Implementations of dynamic configuration sources for URLs, JDBC and Amazon DynamoDB
  • Scala dynamic property wrappers

Documentation

Please see wiki for detail documentation.

Origin

The code name for the project comes from an endangered species of Chameleons. We chose Archaius, as Chameleons are known for changing their color (a property) based on its environment and situation. This project was borne out of a strong desire to use dynamic property changes to effect runtime behaviors based on specific contexts.

User Group

The google group for Archaius users is https://groups.google.com/forum/#!forum/achaius-users. Email address for the group is [email protected].

cn.leancloud

LeanCloud

Build better apps, faster.

Versions

Version
0.7.8-b
0.7.8-a