daml/language-support/scala
Samir Talwar 052f69cde9
ledger-api: Use proto_jars, and publish Protobuf sources separately from the Scala classes. [KVL-714] (#8091)
* ledger-api: Use `proto_jars`.

CHANGELOG_BEGIN
- [Ledger API] The Scala JARs containing the gRPC definitions no longer
  contain the *.proto files used to generate the ScalaPB-based classes.
CHANGELOG_END

* Create a source JAR for *.proto files in `proto_jars`.

* ledger-api: Publish the protobuf sources as "ledger-api-proto".

CHANGELOG_BEGIN
- [Ledger API] The *.proto files containing the gRPC definitions are now
  provided by a new Maven Central artifact, with the group "com.daml"
  and the artifact name "ledger-api-proto".
CHANGELOG_END

* release: We don't need the "main-jar" option.

* Bazel: Proto JARs will always have a Maven artifact suffix.

* Bazel: Simplify Protobuf source file TAR and JAR targets.

* Bazel: Extract out Protobuf functions.
2020-11-27 17:14:48 +00:00
..
bindings ledger-api: Use proto_jars, and publish Protobuf sources separately from the Scala classes. [KVL-714] (#8091) 2020-11-27 17:14:48 +00:00
bindings-akka add silent_annotations option to da_scala bazel functions (#7668) 2020-10-13 15:44:16 +00:00
bindings-akka-testing Use com.daml as root package (#5343) 2020-04-05 19:49:57 +02:00
codegen Bazel: Factor out logic around Protobuf JARs. [KVL-714] (#8084) 2020-11-27 08:34:53 +00:00
codegen-sample-app resources: Customizable contexts. (#7678) 2020-10-20 09:26:28 +00:00
codegen-testing add silent_annotations option to da_scala bazel functions (#7668) 2020-10-13 15:44:16 +00:00
examples Amend docs to introduce the concept of DAML Connect (#7813) 2020-10-27 16:13:53 +00:00