Skip to content

Releases: rikcarve/mp-config-db

v0.8

15 Mar 15:40
Compare
Choose a tag to compare
  • Support microprofile-config 2.0 (#5)

v0.7

30 Dec 14:42
Compare
Choose a tag to compare
  • Fixed memory leak in Repository class (#4)

v0.6

18 Dec 20:17
Compare
Choose a tag to compare
  • make ordinal configurable
  • fix bug when datasource not available at startup

v0.5

15 Dec 20:02
Compare
Choose a tag to compare
  • stream-line caching code
  • set ordinal to 450 (it's a dynamic source and should be higher than system properties)

v0.4

01 Aug 12:46
Compare
Choose a tag to compare
  • resilient to datasource problems
  • fix inconsistency in readme

v0.3

18 Jun 20:20
Compare
Choose a tag to compare
  • align with microprofile-ext
  • synchronized access to prepared statement

v0.2

11 Jan 10:55
Compare
Choose a tag to compare
  • changed defaults (key column, table name)
  • read all values from db when getProperties() is called

v0.1

10 Jan 18:59
Compare
Choose a tag to compare

Initial release

  • support for EE default datasource
  • configurable table name, key and value column