Category Archives: Spring Boot

Data Manager utility library 3.0.0 released

Second major version update of Data Manager utility library is now released and available in Maven central repository. This release introduces a new YAML Data object type and also sets the JSON and YAML data objects as optional features for the data manager. Release also comes with improvements to the default security service configurability and support for recycling the encryption secrets for the encrypted persistent data. Now on it is also possible use unique encryption keys with the data content encryption instead of same secret with all the data contents.

Along with Data Manager library a new major version of Data Manager Spring Boot starter project was released.

Check out details from Data Manager project page.

Data Manager utility library 2.0.0 released

First major version update of Data Manager utility library is now released and available in Maven central repository. This release contains multiple fixes and one new Data object. It also provides new methods for changing Data Manager instances for the data objects thus making easier to move data from environment to another when using Data Manager. Along with Data Manager library a new major version of Data Manager Spring Boot starter project was released. Spring Boot dependencies where updated to Spring Boot 2.

Check out details from Data Manager project page.

Data Manager utility library 1.0.0 released

Initial version of Data Manager utility library is now released and available in Maven central repository. This is my second open source project released under relaysoft.net domain. Library contains ready services for data management with in-memory and file system based storage options. In addition it provides abstraction layer on top of which it is easy to implement data manager which support storage solution for your needs. E.g. database or cloud storage based data managers. Along with Data Manager library I also release separate starter project for the Spring Boot users which provides data service as auto configured Spring component.

Check out details from Data Manager project page.