daml/release/artifacts.yaml
Samir Talwar 6fd402f634
Sandbox: Preliminary work to rebuild Sandbox on top of kvutils. (#4422)
* resources: Allow for startup exceptions without no stack trace.

* sandbox: Remove dependency duplication in the BUILD file.

* ledger-on-(memory|sql): Extract `Main` into its own file tree.

This is so we can remove the dependency on kvutils/app from the library.

logback.xml goes with it.

* sandbox: Implement "Sandbox Next" on top of ledger-on-sql.

CHANGELOG_BEGIN
- [Sandbox] Preliminary work to rebuild Sandbox on top of the DAML
  Ledger Integration Kit. Currently not exposed through the CLI.
CHANGELOG_END

* ledger-on-sql: Publish to Maven Central.

* sandbox: If an unknown database is passed to Sandbox Next, handle it.

* resources: Catch errors in owner construction or acquisition.

Sometimes we're not in a future yet.

* resources: Don't run ProgramResource error handling inside the EC.

Otherwise we end up in deadlock which is only broken by
`awaitTermination` timing out.
2020-02-06 17:34:17 +00:00

203 lines
6.6 KiB
YAML

# Copyright (c) 2020 The DAML Authors. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
- target: //daml-lf/data:data
type: jar-scala
- target: //daml-lf/archive:daml_lf_dev_archive_java_proto
type: jar-lib
javadoc-jar: daml_lf_dev_archive_java_proto_javadoc.jar
- target: //daml-lf/archive:daml_lf_dev_archive_proto_zip
type: zip
location:
groupId: com.digitalasset
artifactId: daml-lf-dev-archive-proto
# This is a zip archive instead of a jar.
mavenUpload: false
- target: //daml-lf/archive:daml_lf_dev_archive_proto_tarball
type: targz
location:
groupId: com.digitalasset
artifactId: daml-lf-dev-archive-proto
mavenUpload: false
- target: //daml-lf/archive:daml_lf_1.6_archive_java_proto
type: jar-lib
javadoc-jar: daml_lf_1.6_archive_java_proto_javadoc.jar
- target: //daml-lf/archive:daml_lf_1.6_archive_proto_zip
type: zip
location:
groupId: com.digitalasset
artifactId: daml-lf-1.6-archive-proto
# This is a zip archive instead of a jar.
mavenUpload: false
- target: //daml-lf/archive:daml_lf_1.6_archive_proto_tarball
type: targz
location:
groupId: com.digitalasset
artifactId: daml-lf-1.6-archive-proto
# This is a tarball instead of a jar.
mavenUpload: false
- target: //daml-lf/archive:daml_lf_1.7_archive_java_proto
type: jar-lib
javadoc-jar: daml_lf_1.7_archive_java_proto_javadoc.jar
- target: //daml-lf/archive:daml_lf_1.7_archive_proto_zip
type: zip
location:
groupId: com.digitalasset
artifactId: daml-lf-1.7-archive-proto
# This is a zip archive instead of a jar.
mavenUpload: false
- target: //daml-lf/archive:daml_lf_1.7_archive_proto_tarball
type: targz
location:
groupId: com.digitalasset
artifactId: daml-lf-1.7-archive-proto
# This is a tarball instead of a jar.
mavenUpload: false
- target: //daml-lf/archive:daml_lf_archive_reader
type: jar-scala
- target: //daml-lf/transaction:value_java_proto
type: jar-proto
- target: //daml-lf/transaction:transaction_java_proto
type: jar-proto
- target: //daml-lf/transaction:blindinginfo_java_proto
type: jar-proto
- target: //daml-lf/transaction:transaction
type: jar-scala
- target: //daml-lf/data-scalacheck:data-scalacheck
type: jar-scala
- target: //daml-lf/transaction-scalacheck:transaction-scalacheck
type: jar-scala
- target: //daml-lf/language:language
type: jar-scala
- target: //daml-lf/interface:interface
type: jar-scala
- target: //daml-lf/validation:validation
type: jar-scala
- target: //daml-lf/interpreter:interpreter
type: jar-scala
- target: //daml-lf/scenario-interpreter:scenario-interpreter
type: jar-scala
- target: //daml-lf/engine:engine
type: jar-scala
- target: //daml-lf/repl:repl
type: jar
# This is an internal tool not something we want to make public
mavenUpload: false
- target: //ledger-api/grpc-definitions:ledger-api-protos-tarball
type: targz
location:
groupId: com.digitalasset
artifactId: ledger-api-protos
- target: //ledger-api/rs-grpc-bridge:rs-grpc-bridge
type: jar-lib
- target: //language-support/java/bindings:bindings-java
type: jar-lib
- target: //language-support/java/bindings-rxjava:bindings-rxjava
type: jar-lib
- target: //ledger/sandbox:sandbox-tarball
type: targz
location:
groupId: com.digitalasset
artifactId: sandbox
# This is a tarball of the fat jar.
mavenUpload: false
- target: //extractor:extractor-binary
type: jar-deploy
# This is a fat jar.
mavenUpload: false
- target: //ledger-api/grpc-definitions:ledger-api-scalapb
type: jar-scala
- target: //ledger-api/testing-utils:testing-utils
type: jar-scala
- target: //language-support/scala/bindings:bindings
type: jar-scala
- target: //ledger-api/rs-grpc-akka:rs-grpc-akka
type: jar-scala
- target: //ledger-api/rs-grpc-testing-utils:rs-grpc-testing-utils
type: jar-scala
- target: //ledger/ledger-api-akka:ledger-api-akka
type: jar-scala
- target: //ledger/ledger-api-client:ledger-api-client
type: jar-scala
- target: //ledger/ledger-api-domain:ledger-api-domain
type: jar-scala
- target: //ledger/ledger-api-common:ledger-api-common
type: jar-scala
- target: //ledger/ledger-api-auth:ledger-api-auth
type: jar-scala
- target: //ledger/ledger-api-auth-client:ledger-api-auth-client
type: jar-lib
- target: //ledger/ledger-api-health:ledger-api-health
type: jar-scala
- target: //ledger/ledger-on-sql:ledger-on-sql
type: jar-scala
- target: //ledger/sandbox:sandbox
type: jar-scala
- target: //ledger/ledger-api-test-tool:ledger-api-test-tool
type: jar-deploy
- target: //language-support/scala/codegen:codegen
type: jar-scala
- target: //language-support/scala/codegen:codegen-main
type: jar
# This is a fat jar.
mavenUpload: false
- target: //language-support/scala/bindings-akka:bindings-akka
type: jar-scala
- target: //language-support/java/codegen:shaded_binary
type: jar-scala
- target: //language-support/java/codegen:lib
type: jar-scala
- target: //navigator/backend:navigator-binary
type: jar-deploy
# This is a fat jar.
mavenUpload: false
- target: //language-support/codegen-common:codegen-common
type: jar-scala
- target: //language-support/codegen-main:shaded_binary
type: jar-scala
- target: //ledger/participant-state:participant-state
type: jar-scala
- target: //ledger/participant-state-index:participant-state-index
type: jar-scala
- target: //ledger/sandbox:ledger-api-server
type: jar-scala
- target: //ledger/participant-state/protobuf:ledger_configuration_java_proto
type: jar-proto
- target: //ledger/participant-state/kvutils:daml_kvutils_java_proto
type: jar-proto
- target: //ledger/participant-state/kvutils:kvutils
type: jar-scala
- target: //ledger-service/lf-value-json:lf-value-json
type: jar-scala
- target: //ledger-service/utils:utils
type: jar-scala
- target: //ledger-service/jwt:jwt
type: jar-scala
- target: //ledger-service/db-backend:db-backend
type: jar-scala
- target: //ledger-service/http-json:http-json
type: jar-scala
- target: //ledger-service/http-json:http-json-binary
type: jar-deploy
# This is a fat jar.
mavenUpload: false
- target: //triggers/runner:trigger-runner-lib
type: jar-scala
- target: //daml-assistant/scala-daml-project-config:scala-daml-project-config
type: jar-scala
- target: //libs-scala/auth-utils:auth-utils
type: jar-scala
- target: //libs-scala/contextualized-logging:contextualized-logging
type: jar-scala
- target: //libs-scala/direct-execution-context:direct-execution-context
type: jar-scala
- target: //libs-scala/grpc-utils:grpc-utils
type: jar-scala
- target: //libs-scala/resources:resources
type: jar-scala
- target: //libs-scala/resources-akka:resources-akka
type: jar-scala
- target: //libs-scala/timer-utils:timer-utils
type: jar-scala