daml/ledger-service/http-json-ledger-client
Stefano Baghino 4af48bbccc
Split channel configuration from LedgerClientConfiguration (#12433)
* Split channel configuration from LedgerClientConfiguration

Fixes #12391

The channel configuration now has to be provided separately from the
configuration specific to the ledger client. In this way we avoid
situations where the builder is provided with some configuration
that gets overridden.

changelog_begin
[Scala bindings] The channel configuration has been split from the
LedgerClientConfiguration class. Provide the gRPC channel specific
configuration separately or use a builder. The channel configuration
no longer overrides the builder.
changelog_end

* Fix compilation issues in //ledger-service/...
2022-01-18 10:03:33 +00:00
..
ce/src/main/scala/com/daml/http Split channel configuration from LedgerClientConfiguration (#12433) 2022-01-18 10:03:33 +00:00
ee/src/main/scala/com/daml/http Split channel configuration from LedgerClientConfiguration (#12433) 2022-01-18 10:03:33 +00:00
src/main/scala/com/daml/http Split channel configuration from LedgerClientConfiguration (#12433) 2022-01-18 10:03:33 +00:00
BUILD.bazel update copyright headers (#12240) 2022-01-03 16:36:51 +00:00