Version | Date | Description |
---|---|---|
1.0-beta4 | 2019-09-21 | Beta 4 - Add External Configuration similar to Spring-Boot |
1.0-beta3 | 2019-09-09 | Beta 3 - Add SpringBoot-Example |
1.0-beta2 | 2016-11-06 | Beta 2 - Add Salt implementation |
1.0-beta1 | 2016-11-01 | Beta 1 |
Type | Changes | By | Date |
---|---|---|---|
Split method getSecretValue(...) into getSecretValue(...) and encryptNonEncryptedValues(). | brabenetz | 2019-09-15 | |
Implement new way to configure SecuredPropertiesConfig via Environment-Properties, System-Properties, and Property-Files. | brabenetz | 2019-09-14 |
Type | Changes | By | Date |
---|---|---|---|
Small improvements, and update documentation how to use it with Spring-Boot. | brabenetz | 2019-09-09 |
Type | Changes | By | Date |
---|---|---|---|
Add Salt implementation | brabenetz | 2016-11-05 | |
Change behavior: check first the secured key path from the properties file (custom key), then the custom secured key file (overwrites the default) and then the default path %USER_HOME%/.secret/securedProperties.key | brabenetz | 2016-11-05 | |
remove behavior: remove getting password from System Properties (can and should be done outside of secured-properties) | brabenetz | 2016-11-05 |
Type | Changes | By | Date |
---|---|---|---|
The beginning | brabenetz | 2016-10-26 |