Releases: rikcarve/mp-config-db
Releases · rikcarve/mp-config-db
v0.8
- Support microprofile-config 2.0 (#5)
v0.7
- Fixed memory leak in Repository class (#4)
v0.6
- make ordinal configurable
- fix bug when datasource not available at startup
v0.5
- stream-line caching code
- set ordinal to 450 (it's a dynamic source and should be higher than system properties)
v0.4
- resilient to datasource problems
- fix inconsistency in readme
v0.3
- align with microprofile-ext
- synchronized access to prepared statement
v0.2
- changed defaults (key column, table name)
- read all values from db when getProperties() is called
v0.1
Initial release
- support for EE default datasource
- configurable table name, key and value column