nessie icon indicating copy to clipboard operation
nessie copied to clipboard

Support H2 also as quarkus version store type and refactor properties.

Open ajantha-bhat opened this issue 2 years ago • 1 comments

nessie.version.store.type= TRANSACTIONAL is directly mapped to postgres https://github.com/projectnessie/nessie/blob/main/servers/quarkus-cli/src/main/resources/application.properties#L23-L24

In future if we want to support some more transactional backend store, configuration may become confusing.

So, rename the TRANSACTIONAL enum to POSTGRES and add H2 (similar to how we support Non-Transactional).

ajantha-bhat avatar May 12 '22 15:05 ajantha-bhat

We need to double check how Quarkus handles JDBC drivers... It may pre-package them at build time. I'm not sure, if this is how it works, though.

dimas-b avatar May 12 '22 15:05 dimas-b

Not planned for the foreseeable future.

snazy avatar Oct 19 '23 13:10 snazy