Tags: Volo/archaius
Tags
Release of 2.0.0-rc.8 - f19d1eb: Merge pull requ 8000 est Netflix#296 from elandau/2.x - 7dc86a6: Fix the build - 866e2e1: Merge branch '2.x' of https://github.com/Netflix/archaius into 2.x - fb7fdee: Remove obsolete file - 97d7e39: Rename artifacts to archaius2 to avoid conflicts with archaius 1 so both can be loaded - dbb1c58: Merge pull request Netflix#295 from elandau/2.x - 2d59d7d: Fix documentation - f1cc869: Better Guice best practices way to override AppConfig binding - 0c74b98: Simplify bindings in ArchaiusModule and support an externally provided AppConfig implementation instead of allowing ArcahiusModule to be inherited. - 07c89c9: Merge pull request Netflix#292 from brharrington/2.x-proxy-docs - 560a6ee: fix docs for config proxy - 89fbc61: Merge pull request Netflix#289 from brharrington/2.x-fail-to-load - 0242559: Merge pull request Netflix#288 from brharrington/2.x-jackson-2 - 7fc6222: Merge pull request Netflix#290 from brharrington/2.x-http-stream-loader - d56bf7b: fix http stream loader - 5dd4b6c: add debug log for failing to load a config file - 9b371b0: use the same jackson version as archaius-legacy - bf1b5fc: Merge pull request Netflix#285 from elandau/2.x - d46b113: Re-add AppConfig#addLibraryConfig - 3d52572: Merge pull request Netflix#284 from elandau/2.x - a873aa6: Fix configuration mapping when there is no prefix Argument validation in DefaultAppConfig Move annotations to a better package - a4a795a: Merge pull request Netflix#282 from shanman190/2.x - cfb6d88: Merge pull request Netflix#281 from elandau/2.x - 6c1478c: Allow overriding of setDecoder/setStrInterpolator from AbstractConfig so that in the composite configurations when the decoder is set after a configuration has been set we can update the child(ren) configurations appropriately. Alter configuration loading order to be in line with Archaius 1.x - 90cbf20: Merge pull request Netflix#280 from shanman190/2.x - d7beb0a: Fix dynamic property update notification. Remove property granularity change notification since it's error prone when paired with replacements. Simplify AppConfig to treat addConfig as addLibraryConfig. - b088555: Move setting of decoder and string interpolator up to the top of the build step such that when adding the first couple of configurations to the root config they are properly propagated down to the children configurations. - 983b30a: Merge pull request Netflix#278 from elandau/2.x - 0e502a8: Documentation. Code cleanup. Reenable archaius-legacy. - f221421: Merge pull request Netflix#273 from elandau/2.x_persisted - 1f6fbe9: No need to include this in the project - 547da0c: Support scopes as set of possible scopes instead of a single value - b64b77a: Merge pull request Netflix#277 from elandau/2.x - 70b8ed8: Major cleanup. AppConfig API more explicit about adding Configs to library and override layer Consolidate DynamicConfig API into Config. Consolidate all listener interfaces into ConfigListener. Rename Config#containsProperty to Config#containsKey to be consistent with other method names Renamed Config#subset to Config#getPrefixedView Property now has an inherent default instead of passing default as an argument to get Remove CompositeConfig#addConfigLast and CompositeConfig#addConfigFirst and replace with a single CompositeConfig#addConfig. - 78f37af: Remove more use of guava - 170f1cd: Remove use of guava - 4cbdedf: Initial implementation of JsonPersistedV2Reader to read configuration from Netflix's internal configuration service - 6bc2abe: Merge pull request Netflix#272 from elandau/2.x - 6c68e1c: Misc cleanup and bug fixes. When interpolating values if key not found return ${key}. Add PollingResponse in prep for increment updates. - cbd7f3a: Merge pull request Netflix#271 from gorzell/testFixes - 1577008: Port test changes that I had made in master and didn't make it over. - 11557f8: Merge pull request Netflix#270 from gorzell/licenseFixes - d02cbbd: Remove stuff that shouldn't have been checked in. - d92b6fc: Added licenses to files that were missing them. - 0e08a21: Merge pull request Netflix#269 from elandau/2.x - 6db77ce: Fork tests - 1ae8405: Merge pull request Netflix#268 from elandau/2.x - 0ecacec: Enable archaius-legacy so 0.x and 2.x can coexist. - 27f8c16: Merge pull request Netflix#265 from elandau/2.x - 0c8276a: Merge branch '2.x' of https://github.com/Netflix/archaius into 2.x - 48d0041: Fix interpolation - 7dc2c36: Enable archaius-legacy module so old an new api can co-exist - 8b95b85: Fix build - abb16e4: Merge pull request Netflix#256 from gorzell/2.x-docs - ca35d06: Code cleanup - 56fe7ef: Merge pull request Netflix#267 from gorzell/fixHeaders - 6f26419: Add license headers to files that were missing them. - 8e91b58: Remove file that should have been reverted. - ead4839: Merge branch '2.x' of github.com:Netflix/archaius into 2.x-docs - b70fa68: Update readme to include features and changes in 2.x - b9da821: Revert some previous changes. - 6c8b2ad: Rename getRawProperty to getRawString. Fix all tests for new error handling behavior - e5dd1b1: Fix handling of parse and missing value error - f64f6f5: Merge pull request Netflix#262 from brharrington/2.x-stack-overflow - 058f4f3: Merge pull request Netflix#264 from brharrington/2.x-simplify-getraw - 4f9a68c: 2.x simplify MapConfig.getRawProperty - 13c9ada: 2.x fix StackOverflowError for AbstractConfig.get - 1255202: Merge pull request Netflix#261 from elandau/2.x - f1109fe: Move all packages to com.netflix.archaius (from netflix.archaius) - d489de6: Merge pull request Netflix#260 fro 8000 m elandau/2.x - 89a4b83: Update to latest code - afb9380: Merge pull request Netflix#259 from elandau/2.x - f6db3cd: Update doc - 68f2439: Missing files - 6db4e65: Cleanup Property classes and documentation - 1aec964: Merge pull request Netflix#257 from rspieldenner/2.x - 7b55b9f: Convert to new netflixoss build and gradle 2.2.1 - ea6dc55: Fix some incorrect/incomplete javadoc and typos. - 428d4ad: Fix import formatting. - 52cac21: Start to segregate property conversions from ObservableProperty.
Release of 2.0.0-rc.7 - dbb1c58: Merge pull request Netflix#295 from elandau/2.x - 2d59d7d: Fix documentation - f1cc869: Better Guice best practices way to override AppConfig binding - 0c74b98: Simplify bindings in ArchaiusModule and support an externally provided AppConfig implementation instead of allowing ArcahiusModule to be inherited. - 07c89c9: Merge pull request Netflix#292 from brharrington/2.x-proxy-docs - 560a6ee: fix docs for config proxy - 89fbc61: Merge pull request Netflix#289 from brharrington/2.x-fail-to-load - 0242559: Merge pull request Netflix#288 from brharrington/2.x-jackson-2 - 7fc6222: Merge pull request Netflix#290 from brharrington/2.x-http-stream-loader - d56bf7b: fix http stream loader - 5dd4b6c: add debug log for failing to load a config file - 9b371b0: use the same jackson version as archaius-legacy - bf1b5fc: Merge pull request Netflix#285 from elandau/2.x - d46b113: Re-add AppConfig#addLibraryConfig - 3d52572: Merge pull request Netflix#284 from elandau/2.x - a873aa6: Fix configuration mapping when there is no prefix Argument validation in DefaultAppConfig Move annotations to a better package - a4a795a: Merge pull request Netflix#282 from shanman190/2.x - cfb6d88: Merge pull request Netflix#281 from elandau/2.x - 6c1478c: Allow overriding of setDecoder/setStrInterpolator from AbstractConfig so that in the composite configurations when the decoder is set after a configuration has been set we can update the child(ren) configurations appropriately. Alter configuration loading order to be in line with Archaius 1.x - 90cbf20: Merge pull request Netflix#280 from shanman190/2.x - d7beb0a: Fix dynamic property update notification. Remove property granularity change notification since it's error prone when paired with replacements. Simplify AppConfig to treat addConfig as addLibraryConfig. - b088555: Move setting of decoder and string interpolator up to the top of the build step such that when adding the first couple of configurations to the root config they are properly propagated down to the children configurations. - 983b30a: Merge pull request Netflix#278 from elandau/2.x - 0e502a8: Documentation. Code cleanup. Reenable archaius-legacy. - f221421: Merge pull request Netflix#273 from elandau/2.x_persisted - 1f6fbe9: No need to include this in the project - 547da0c: Support scopes as set of possible scopes instead of a single value - b64b77a: Merge pull request Netflix#277 from elandau/2.x - 70b8ed8: Major cleanup. AppConfig API more explicit about adding Configs to library and override layer Consolidate DynamicConfig API into Config. Consolidate all listener interfaces into ConfigListener. Rename Config#containsProperty to Config#containsKey to be consistent with other method names Renamed Config#subset to Config#getPrefixedView Property now has an inherent default instead of passing default as an argument to get Remove CompositeConfig#addConfigLast and CompositeConfig#addConfigFirst and replace with a single CompositeConfig#addConfig. - 78f37af: Remove more use of guava - 170f1cd: Remove use of guava - 4cbdedf: Initial implementation of JsonPersistedV2Reader to read configuration from Netflix's internal configuration service - 6bc2abe: Merge pull request Netflix#272 from elandau/2.x - 6c68e1c: Misc cleanup and bug fixes. When interpolating values if key not found return ${key}. Add PollingResponse in prep for increment updates. - cbd7f3a: Merge pull request Netflix#271 from gorzell/testFixes - 1577008: Port test changes that I had made in master and didn't make it over. - 11557f8: Merge pull request Netflix#270 from gorzell/licenseFixes - d02cbbd: Remove stuff that shouldn't have been checked in. - d92b6fc: Added licenses to files that were missing them. - 0e08a21: Merge pull request Netflix#269 from elandau/2.x - 6db77ce: Fork tests - 1ae8405: Merge pull request Netflix#268 from elandau/2.x - 0ecacec: Enable archaius-legacy so 0.x and 2.x can coexist. - 27f8c16: Merge pull request Netflix#265 from elandau/2.x - 0c8276a: Merge branch '2.x' of https://github.com/Netflix/archaius into 2.x - 48d0041: Fix interpolation - 7dc2c36: Enable archaius-legacy module so old an new api can co-exist - 8b95b85: Fix build - abb16e4: Merge pull request Netflix#256 from gorzell/2.x-docs - ca35d06: Code cleanup - 56fe7ef: Merge pull request Netflix#267 from gorzell/fixHeaders - 6f26419: Add license headers to files that were missing them. - 8e91b58: Remove file that should have been reverted. - ead4839: Merge branch '2.x' of github.com:Netflix/archaius into 2.x-docs - b70fa68: Update readme to include features and changes in 2.x - b9da821: Revert some previous changes. - 6c8b2ad: Rename getRawProperty to getRawString. Fix all tests for new error handling behavior - e5dd1b1: Fix handling of parse and missing value error - f64f6f5: Merge pull request Netflix#262 from brharrington/2.x-stack-overflow - 058f4f3: Merge pull request Netflix#264 from brharrington/2.x-simplify-getraw - 4f9a68c: 2.x simplify MapConfig.getRawProperty - 13c9ada: 2.x fix StackOverflowError for AbstractConfig.get - 1255202: Merge pull request Netflix#261 from elandau/2.x - f1109fe: Move all packages to com.netflix.archaius (from netflix.archaius) - d489de6: Merge pull request Netflix#260 from elandau/2.x - 89a4b83: Update to latest code - afb9380: Merge pull request Netflix#259 from elandau/2.x - f6db3cd: Update doc - 68f2439: Missing files - 6db4e65: Cleanup Property classes and documentation - 1aec964: Merge pull request Netflix#257 from rspieldenner/2.x - 7b55b9f: Convert to new netflixoss build and gradle 2.2.1 - ea6dc55: Fix some incorrect/incomplete javadoc and typos. - 428d4ad: Fix import formatting. - 52cac21: Start to segregate property conversions from ObservableProperty.
Release of 0.6.6 - 5120c77: Merge pull request Netflix#294 from howardyuan/master - fc27511: adding logging and more memory - ef11823: Merge pull request Netflix#293 from howardyuan/master - c989f2f: Merge branch 'master' of git://github.com/Netflix/archaius into netflix-master - b139990: adding more heap for tests - deb835c: Merge pull request Netflix#258 from rspieldenner/master - cf73e12: Move to netflixoss new build - e34d204: Merge pull request Netflix#218 from jsmodic/master - 70adc9b: Increase Closeables exception handling logging to error - ff0a2a2: Merge pull request Netflix#238 from gorzell/gorzell-testCleanup - c88039b: Clean up data files created by test DB. - 2e5f382: Use an actually temp file rather than appending to the existing temp file every time. - 3e2a352: Remove entries related to a test that should be using a temp file instead. - 85b011f: Revert "This file is generated by the test code and is temporary, therefore it shouldn't have been checked in." - e2e520f: This file is generated by the test code and is temporary, therefore it shouldn't have been checked in. - 80c65e1: Add build status - 366b86a: Remove usage of Guava method removed in future versions - 9d0b204: Merge pull request Netflix#213 from jakozaur/exponential-backoff - 002514f: Make compiler happy - bdebf27: Add maxRetryCount - eae169f: Merge pull request Netflix#214 from tnaroska/master - d578ddd: Review fixes - ef51e07: fixes Netflix#211 - a554cb4: Fix, dynamodb should retry with exponential backoff on ProvisionedThroughputExceededException - 20ea519: [Gradle Release Plugin] - new version commit: '0.6.6'.
Release of 2.0.0-rc.6 - a4a795a: Merge pull request Netflix#282 from shanman190/2.x - cfb6d88: Merge pull request Netflix#281 from elandau/2.x - 6c1478c: Allow overriding of setDecoder/setStrInterpolator from AbstractConfig so that in the composite configurations when the decoder is set after a configuration has been set we can update the child(ren) configurations appropriately. Alter configuration loading order to be in line with Archaius 1.x - 90cbf20: Merge pull request Netflix#280 from shanman190/2.x - d7beb0a: Fix dynamic property update notification. Remove property granularity change notification since it's error prone when paired with replacements. Simplify AppConfig to treat addConfig as addLibraryConfig. - b088555: Move setting of decoder and string interpolator up to the top of the build step such that when adding the first couple of configurations to the root config they are properly propagated down to the children configurations. - 983b30a: Merge pull request Netflix#278 from elandau/2.x - 0e502a8: Documentation. Code cleanup. Reenable archaius-legacy. - f221421: Merge pull request Netflix#273 from elandau/2.x_persisted - 1f6fbe9: No need to include this in the project - 547da0c: Support scopes as set of possible scopes instead of a single value - b64b77a: Merge pull request Netflix#277 from elandau/2.x - 70b8ed8: Major cleanup. AppConfig API more explicit about adding Configs to library and override layer Consolidate DynamicConfig API into Config. Consolidate all listener interfaces into ConfigListener. Rename Config#containsProperty to Config#containsKey to be consistent with other method names Renamed Config#subset to Config#getPrefixedView Property now has an inherent default instead of passing default as an argument to get Remove CompositeConfig#addConfigLast and CompositeConfig#addConfigFirst and replace with a single CompositeConfig#addConfig. - 78f37af: Remove more use of guava - 170f1cd: Remove use of guava - 4cbdedf: Initial implementation of JsonPersistedV2Reader to read configuration from Netflix's internal configuration service - 6bc2abe: Merge pull request Netflix#272 from elandau/2.x - 6c68e1c: Misc cleanup and bug fixes. When interpolating values if key not found return ${key}. Add PollingResponse in prep for increment updates. - cbd7f3a: Merge pull request Netflix#271 from gorzell/testFixes - 1577008: Port test changes that I had made in master and didn't make it over. - 11557f8: Merge pull request Netflix#270 from gorzell/licenseFixes - d02cbbd: Remove stuff that shouldn't have been checked in. - d92b6fc: Added licenses to files that were missing them. - 0e08a21: Merge pull request Netflix#269 from elandau/2.x - 6db77ce: Fork tests - 1ae8405: Merge pull request Netflix#268 from elandau/2.x - 0ecacec: Enable archaius-legacy so 0.x and 2.x can coexist. - 27f8c16: Merge pull request Netflix#265 from elandau/2.x - 0c8276a: Merge branch '2.x' of https://github.com/Netflix/archaius into 2.x - 48d0041: Fix interpolation - 7dc2c36: Enable archaius-legacy module so old an new api can co-exist - 8b95b85: Fix build - abb16e4: Merge pull request Netflix#256 from gorzell/2.x-docs - ca35d06: Code cleanup - 56fe7ef: Merge pull request Netflix#267 from gorzell/fixHeaders - 6f26419: Add license headers to files that were missing them. - 8e91b58: Remove file that should have been reverted. - ead4839: Merge branch '2.x' of github.com:Netflix/archaius into 2.x-docs - b70fa68: Update readme to include features and changes in 2.x - b9da821: Revert some previous changes. - 6c8b2ad: Rename getRawProperty to getRawString. Fix all tests for new error handling behavior - e5dd1b1: Fix handling of parse and missing value error - f64f6f5: Merge pull request Netflix#262 from brharrington/2.x-stack-overflow - 058f4f3: Merge pull request Netflix#264 from brharrington/2.x-simplify-getraw - 4f9a68c: 2.x simplify MapConfig.getRawProperty - 13c9ada: 2.x fix StackOverflowError for AbstractConfig.get - 1255202: Merge pull request Netflix#261 from elandau/2.x - f1109fe: Move all packages to com.netflix.archaius (from netflix.archaius) - d489de6: Merge pull request Netflix#260 from elandau/2.x - 89a4b83: Update to latest code - afb9380: Merge pull request Netflix#259 from elandau/2.x - f6db3cd: Update doc - 68f2439: Missing files - 6db4e65: Cleanup Property classes and documentation - 1aec964: Merge pull request Netflix#257 from rspieldenner/2.x - 7b55b9f: Convert to new netflixoss build and gradle 2.2.1 - ea6dc55: Fix some incorrect/incomplete javadoc and typos. - 428d4ad: Fix import formatting. - 52cac21: Start to segregate property conversions from ObservableProperty.
Release of 2.0.0-rc.5 - 983b30a: Merge pull request Netflix#278 from elandau/2.x - 0e502a8: Documentation. Code cleanup. Reenable archaius-legacy. - f221421: Merge pull request Netflix#273 from elandau/2.x_persisted - 1f6fbe9: No need to include this in the project - 547da0c: Support scopes as set of possible scopes instead of a single value - b64b77a: Merge pull request Netflix#277 from elandau/2.x - 70b8ed8: Major cleanup. AppConfig API more explicit about adding Configs to library and override layer Consolidate DynamicConfig API into Config. Consolidate all listener interfaces into ConfigListener. Rename Config#containsProperty to Config#containsKey to be consistent with other method names Renamed Config#subset to Config#getPrefixedView Property now has an inherent default instead of passing default as an argument to get Remove CompositeConfig#addConfigLast and CompositeConfig#addConfigFirst and replace with a single CompositeConfig#addConfig. - 78f37af: Remove more use of guava - 170f1cd: Remove use of guava - 4cbdedf: Initial implementation of JsonPersistedV2Reader to read configuration from Netflix's internal configuration service - 6bc2abe: Merge pull request Netflix#272 from elandau/2.x - 6c68e1c: Misc cleanup and bug fixes. When interpolating values if key not found return ${key}. Add PollingResponse in prep for increment updates. - cbd7f3a: Merge pull request Netflix#271 from gorzell/testFixes - 1577008: Port test changes that I had made in master and didn't make it over. - 11557f8: Merge pull request Netflix#270 from gorzell/licenseFixes - d02cbbd: Remove stuff that shouldn't have been checked in. - d92b6fc: Added licenses to files that were missing them. - 0e08a21: Merge pull request Netflix#269 from elandau/2.x - 6db77ce: Fork tests - 1ae8405: Merge pull request Netflix#268 from elandau/2.x - 0ecacec: Enable archaius-legacy so 0.x and 2.x can coexist. - 27f8c16: Merge pull request Netflix#265 from elandau/2.x - 0c8276a: Merge branch '2.x' of https://github.com/Netflix/archaius into 2.x - 48d0041: Fix interpolation - 7dc2c36: Enable archaius-legacy module so old an new api can co-exist - 8b95b85: Fix build - abb16e4: Merge pull request Netflix#256 from gorzell/2.x-docs - ca35d06: Code cleanup - 56fe7ef: Merge pull request Netflix#267 from gorzell/fixHeaders - 6f26419: Add license headers to files that were missing them. - 8e91b58: Remove file that should have been reverted. - ead4839: Merge branch '2.x' of github.com:Netflix/archaius into 2.x-docs - b70fa68: Update readme to include features and changes in 2.x - b9da821: Revert some previous changes. - 6c8b2ad: Rename getRawProperty to getRawString. Fix all tests for new error handling behavior - e5dd1b1: Fix handling of parse and missing value error - f64f6f5: Merge pull request Netflix#262 from brharrington/2.x-stack-overflow - 058f4f3: Merge pull request Netflix#264 from brharrington/2.x-simplify-getraw - 4f9a68c: 2.x simplify MapConfig.getRawProperty - 13c9ada: 2.x fix StackOverflowError for AbstractConfig.get - 1255202: Merge pull request Netflix#261 from elandau/2.x - f1109fe: Move all packages to com.netflix.archaius (from netflix.archaius) - d489de6: Merge pull request Netflix#260 from elandau/2.x - 89a4b83: Update to latest code - afb9380: Merge pull request Netflix#259 from elandau/2.x - f6db3cd: Update doc - 68f2439: Missing files - 6db4e65: Cleanup Property classes and documentation - 1aec964: Merge pull request Netflix#257 from rspieldenner/2.x - 7b55b9f: Convert to new netflixoss build and gradle 2.2.1 - ea6dc55: Fix some incorrect/incomplete javadoc and typos. - 428d4ad: Fix import formatting. - 52cac21: Start to segregate property conversions from ObservableProperty.
Release of 2.0.0-rc.4 - f221421: Merge pull request Netflix#273 from elandau/2.x_persisted - 1f6fbe9: No need to include this in the project - 547da0c: Support scopes as set of possible scopes instead of a single value - b64b77a: Merge pull request Netflix#277 from elandau/2.x - 70b8ed8: Major cleanup. AppConfig API more explicit about adding Configs to library and override layer Consolidate DynamicConfig API into Config. Consolidate all listener interfaces into ConfigListener. Rename Config#containsProperty to Config#containsKey to be consistent with other method names Renamed Config#subset to Config#getPrefixedView Property now has an inherent default instead of passing default as an argument to get Remove CompositeConfig#addConfigLast and CompositeConfig#addConfigFirst and replace with a single CompositeConfig#addConfig. - 78f37af: Remove more use of guava - 170f1cd: Remove use of guava - 4cbdedf: Initial implementation of JsonPersistedV2Reader to read configuration from Netflix's internal configuration service - 6bc2abe: Merge pull request Netflix#272 from elandau/2.x - 6c68e1c: Misc cleanup and bug fixes. When interpolating values if key not found return ${key}. Add PollingResponse in prep for increment updates. - cbd7f3a: Merge pull request Netflix#271 from gorzell/testFixes - 1577008: Port test changes that I had made in master and didn't make it over. - 11557f8: Merge pull request Netflix#270 from gorzell/licenseFixes - d02cbbd: Remove stuff that shouldn't have been checked in. - d92b6fc: Added licenses to files that were missing them. - 0e08a21: Merge pull request Netflix#269 from elandau/2.x - 6db77ce: Fork tests - 1ae8405: Merge pull request Netflix#268 from elandau/2.x - 0ecacec: Enable archaius-legacy so 0.x and 2.x can coexist. - 27f8c16: Merge pull request Netflix#265 from elandau/2.x - 0c8276a: Merge branch '2.x' of https://github.com/Netflix/archaius into 2.x - 48d0041: Fix interpolation - 7dc2c36: Enable archaius-legacy module so old an new api can co-exist - 8b95b85: Fix build - abb16e4: Merge pull request Netflix#256 from gorzell/2.x-docs - ca35d06: Code cleanup - 56fe7ef: Merge pull request Netflix#267 from gorzell/fixHeaders - 6f26419: Add license headers to files that were missing them. - 8e91b58: Remove file that should have been reverted. - ead4839: Merge branch '2.x' of github.com:Netflix/archaius into 2.x-docs - b70fa68: Update readme to include features and changes in 2.x - b9da821: Revert some previous changes. - 6c8b2ad: Rename getRawProperty to getRawString. Fix all tests for new error handling behavior - e5dd1b1: Fix handling of parse and missing value error - f64f6f5: Merge pull request Netflix#262 from brharrington/2.x-stack-overflow - 058f4f3: Merge pull request Netflix#264 from brharrington/2.x-simplify-getraw - 4f9a68c: 2.x simplify MapConfig.getRawProperty - 13c9ada: 2.x fix StackOverflowError for AbstractConfig.get - 1255202: Merge pull request Netflix#261 from elandau/2.x - f1109fe: Move all packages to com.netflix.archaius (from netflix.archaius) - d489de6: Merge pull request Netflix#260 from elandau/2.x - 89a4b83: Update to latest code - afb9380: Merge pull request Netflix#259 from elandau/2.x - f6db3cd: Update doc - 68f2439: Missing files - 6db4e65: Cleanup Property classes and documentation - 1aec964: Merge pull request Netflix#257 from rspieldenner/2.x - 7b55b9f: Convert to new netflixoss build and gradle 2.2.1 - ea6dc55: Fix some incorrect/incomplete javadoc and typos. - 428d4ad: Fix import formatting. - 52cac21: Start to segregate property conversions from ObservableProperty.
Release of 2.0.0-rc.3 - 0e08a21: Merge pull request Netflix#269 from elandau/2.x - 6db77ce: Fork tests - 1ae8405: Merge pull request Netflix#268 from elandau/2.x - 0ecacec: Enable archaius-legacy so 0.x and 2.x can coexist. - 27f8c16: Merge pull request Netflix#265 from elandau/2.x - 0c8276a: Merge branch '2.x' of https://github.com/Netflix/archaius into 2.x - 48d0041: Fix interpolation - 7dc2c36: Enable archaius-legacy module so old an new api can co-exist - 8b95b85: Fix build - abb16e4: Merge pull request Netflix#256 from gorzell/2.x-docs - ca35d06: Code cleanup - 56fe7ef: Merge pull request Netflix#267 from gorzell/fixHeaders - 6f26419: Add license headers to files that were missing them. - 8e91b58: Remove file that should have been reverted. - ead4839: Merge branch '2.x' of github.com:Netflix/archaius into 2.x-docs - b70fa68: Update readme to include features and changes in 2.x - b9da821: Revert some previous changes. - 6c8b2ad: Rename getRawProperty to getRawString. Fix all tests for new error handling behavior - e5dd1b1: Fix handling of parse and missing value error - f64f6f5: Merge pull request Netflix#262 from brharrington/2.x-stack-overflow - 058f4f3: Merge pull request Netflix#264 from brharrington/2.x-simplify-getraw - 4f9a68c: 2.x simplify MapConfig.getRawProperty - 13c9ada: 2.x fix StackOverflowError for AbstractConfig.get - 1255202: Merge pull request Netflix#261 from elandau/2.x - f1109fe: Move all packages to com.netflix.archaius (from netflix.archaius) - d489de6: Merge pull request Netflix#260 from elandau/2.x - 89a4b83: Update to latest code - afb9380: Merge pull request Netflix#259 from elandau/2.x - f6db3cd: Update doc - 68f2439: Missing files - 6db4e65: Cleanup Property classes and documentation - 1aec964: Merge pull request Netflix#257 from rspieldenner/2.x - 7b55b9f: Convert to new netflixoss build and gradle 2.2.1 - ea6dc55: Fix some incorrect/incomplete javadoc and typos. - 428d4ad: Fix import formatting. - 52cac21: Start to segregate property conversions from ObservableProperty.
Release of 2.0.0-rc.2 - 27f8c16: Merge pull request Netflix#265 from elandau/2.x - 0c8276a: Merge branch '2.x' of https://github.com/Netflix/archaius into 2.x - 48d0041: Fix interpolation - 7dc2c36: Enable archaius-legacy module so old an new api can co-exist - 8b95b85: Fix build - abb16e4: Merge pull request Netflix#256 from gorzell/2.x-docs - ca35d06: Code cleanup - 56fe7ef: Merge pull request Netflix#267 from gorzell/fixHeaders - 6f26419: Add license headers to files that were missing them. - 8e91b58: Remove file that should have been reverted. - ead4839: Merge branch '2.x' of github.com:Netflix/archaius into 2.x-docs - b70fa68: Update readme to include features and changes in 2.x - b9da821: Revert some previous changes. - 6c8b2ad: Rename getRawProperty to getRawString. Fix all tests for new error handling behavior - e5dd1b1: Fix handling of parse and missing value error - f64f6f5: Merge pull request Netflix#262 from brharrington/2.x-stack-overflow - 058f4f3: Merge pull request Netflix#264 from brharrington/2.x-simplify-getraw - 4f9a68c: 2.x simplify MapConfig.getRawProperty - 13c9ada: 2.x fix StackOverflowError for AbstractConfig.get - 1255202: Merge pull request Netflix#261 from elandau/2.x - f1109fe: Move all packages to com.netflix.archaius (from netflix.archaius) - d489de6: Merge pull request Netflix#260 from elandau/2.x - 89a4b83: Update to latest code - afb9380: Merge pull request Netflix#259 from elandau/2.x - f6db3cd: Update doc - 68f2439: Missing files - 6db4e65: Cleanup Property classes and documentation - 1aec964: Merge pull request Netflix#257 from rspieldenner/2.x - 7b55b9f: Convert to new netflixoss build and gradle 2.2.1 - ea6dc55: Fix some incorrect/incomplete javadoc and typos. - 428d4ad: Fix import formatting. - 52cac21: Start to segregate property conversions from ObservableProperty.
Release of 2.0.0-rc.1 - 1255202: Merge pull request Netflix#261 from elandau/2.x - f1109fe: Move all packages to com.netflix.archaius (from netflix.archaius) - d489de6: Merge pull request Netflix#260 from elandau/2.x - 89a4b83: Update to latest code - afb9380: Merge pull request Netflix#259 from elandau/2.x - f6db3cd: Update doc - 68f2439: Missing files - 6db4e65: Cleanup Property classes and documentation - 1aec964: Merge pull request Netflix#257 from rspieldenner/2.x - 7b55b9f: Convert to new netflixoss build and gradle 2.2.1
Release of 1.1.0-rc.1 - 1255202: Merge pull request Netflix#261 from elandau/2.x - f1109fe: Move all packages to com.netflix.archaius (from netflix.archaius) - d489de6: Merge pull request Netflix#260 from elandau/2.x - 89a4b83: Update to latest code - afb9380: Merge pull request Netflix#259 from elandau/2.x - f6db3cd: Update doc - 68f2439: Missing files - 6db4e65: Cleanup Property classes and documentation - 1aec964: Merge pull request Netflix#257 from rspieldenner/2.x - 7b55b9f: Convert to new netflixoss build and gradle 2.2.1
PreviousNext