mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
f0f8027a47
* Set supported jdbc driver names at compile time This is mainly to unblock the work on Oracle support in the Ledger API but I think it’s a sensible thing in general. For the Ledger API, moving the dependency to the top-level is apparently rather tricky. Because the SDK bundles everything into a single megajar, Sandbox depending on the oracle library does also result in the JSON API and the trigger service will also have the oracle library in scope and will support Oracle in CE which they should not. This PR simply hardcodes the list of supported drivers to address that. Not pretty but does the job. changelog_begin changelog_end * format * Address review comments changelog_begin changelog_end |
||
---|---|---|
.. | ||
daml-helper | ||
daml-project-config/DA/Daml/Project | ||
daml-sdk | ||
exe/DA/Daml | ||
integration-tests | ||
scala-daml-project-config | ||
src/DA/Daml/Assistant | ||
test/DA/Daml/Assistant | ||
BUILD.bazel | ||
daml-project-config.cabal | ||
get-daml.sh |