mirror of
https://github.com/enso-org/enso.git
synced 2024-12-26 04:24:28 +03:00
352ad06d2f
* Reduce extra output in compilation and tests I couldn't stand the amount of extra output that we got when compiling a clean project and when executing regular tests. We should strive to keep output clean and not print anything additional to stdout/stderr. * Getting rid of explicit setup by service loading In order for SL4J to use service loading correctly had to upgrade to latest slf4j. Unfortunately `TestLogProvider` which essentially delegates to `logback` provider will lead to spurious ambiguous warnings on multiple providers. In order to dictate which one to use and therefore eliminate the warnings we can use the `slf4j.provider` env var, which is only available in slf4j 2.x. Now, there is no need to explicitly call `LoggerSetup.get().setup()` as that is being called during service setup. * legal review * linter * Ensure ConsoleHandler uses the default level ConsoleHandler's constructor uses `Level.INFO` which is unnecessary for tests. * report warnings
168 lines
8.2 KiB
Plaintext
168 lines
8.2 KiB
Plaintext
Enso
|
|
Copyright 2020 New Byte Order sp. z o. o.
|
|
|
|
As the launcher is built into a native binary using GraalVM Native Image, some
|
|
of the dependencies that are listed here may not actually be distributed with it
|
|
if their code was removed during compilation. For completeness, this document
|
|
lists all source dependencies that were used for its compilation.
|
|
|
|
The version of this launcher built for the Linux platform uses `zlib` created by
|
|
Jean-loup Gailly and Mark Adler, see: `COPYRIGHT-ZLIB`.
|
|
|
|
The version of this launcher built for the Linux platform uses the `musl` libc
|
|
licensed under the MIT license. Its copyright notice is included in file
|
|
`COPYRIGHT-MUSL`.
|
|
|
|
------------------------------
|
|
|
|
|
|
'shapeless_2.13', licensed under the Apache 2, is distributed with the launcher.
|
|
The license file can be found at `licenses/APACHE2.0`.
|
|
Copyright notices related to this dependency can be found in the directory `com.chuusai.shapeless_2.13-2.3.10`.
|
|
|
|
|
|
'akka-actor_2.13', licensed under the Apache-2.0, is distributed with the launcher.
|
|
The license file can be found at `licenses/APACHE2.0`.
|
|
Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-actor_2.13-2.6.20`.
|
|
|
|
|
|
'akka-http-core_2.13', licensed under the Apache-2.0, is distributed with the launcher.
|
|
The license file can be found at `licenses/APACHE2.0`.
|
|
Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-http-core_2.13-10.2.10`.
|
|
|
|
|
|
'akka-http_2.13', licensed under the Apache-2.0, is distributed with the launcher.
|
|
The license file can be found at `licenses/APACHE2.0`.
|
|
Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-http_2.13-10.2.10`.
|
|
|
|
|
|
'akka-parsing_2.13', licensed under the Apache-2.0, is distributed with the launcher.
|
|
The license file can be found at `licenses/APACHE2.0`.
|
|
Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-parsing_2.13-10.2.10`.
|
|
|
|
|
|
'akka-protobuf-v3_2.13', licensed under the Apache-2.0, is distributed with the launcher.
|
|
The license information can be found along with the copyright notices.
|
|
Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-protobuf-v3_2.13-2.6.20`.
|
|
|
|
|
|
'akka-slf4j_2.13', licensed under the Apache-2.0, is distributed with the launcher.
|
|
The license file can be found at `licenses/APACHE2.0`.
|
|
Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-slf4j_2.13-2.6.20`.
|
|
|
|
|
|
'akka-stream_2.13', licensed under the Apache-2.0, is distributed with the launcher.
|
|
The license file can be found at `licenses/APACHE2.0`.
|
|
Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-stream_2.13-2.6.20`.
|
|
|
|
|
|
'config', licensed under the Apache-2.0, is distributed with the launcher.
|
|
The license file can be found at `licenses/APACHE2.0`.
|
|
Copyright notices related to this dependency can be found in the directory `com.typesafe.config-1.4.2`.
|
|
|
|
|
|
'scala-logging_2.13', licensed under the Apache 2.0 License, is distributed with the launcher.
|
|
The license file can be found at `licenses/APACHE2.0`.
|
|
Copyright notices related to this dependency can be found in the directory `com.typesafe.scala-logging.scala-logging_2.13-3.9.4`.
|
|
|
|
|
|
'ssl-config-core_2.13', licensed under the Apache-2.0, is distributed with the launcher.
|
|
The license file can be found at `licenses/APACHE2.0`.
|
|
Copyright notices related to this dependency can be found in the directory `com.typesafe.ssl-config-core_2.13-0.4.3`.
|
|
|
|
|
|
'commons-io', licensed under the Apache-2.0, is distributed with the launcher.
|
|
The license information can be found along with the copyright notices.
|
|
Copyright notices related to this dependency can be found in the directory `commons-io.commons-io-2.12.0`.
|
|
|
|
|
|
'circe-core_2.13', licensed under the Apache 2.0, is distributed with the launcher.
|
|
The license file can be found at `licenses/APACHE2.0`.
|
|
Copyright notices related to this dependency can be found in the directory `io.circe.circe-core_2.13-0.14.5`.
|
|
|
|
|
|
'circe-generic_2.13', licensed under the Apache 2.0, is distributed with the launcher.
|
|
The license file can be found at `licenses/APACHE2.0`.
|
|
Copyright notices related to this dependency can be found in the directory `io.circe.circe-generic_2.13-0.14.5`.
|
|
|
|
|
|
'circe-jawn_2.13', licensed under the Apache 2.0, is distributed with the launcher.
|
|
The license file can be found at `licenses/APACHE2.0`.
|
|
Copyright notices related to this dependency can be found in the directory `io.circe.circe-jawn_2.13-0.14.5`.
|
|
|
|
|
|
'circe-numbers_2.13', licensed under the Apache 2.0, is distributed with the launcher.
|
|
The license file can be found at `licenses/APACHE2.0`.
|
|
Copyright notices related to this dependency can be found in the directory `io.circe.circe-numbers_2.13-0.14.5`.
|
|
|
|
|
|
'circe-parser_2.13', licensed under the Apache 2.0, is distributed with the launcher.
|
|
The license file can be found at `licenses/APACHE2.0`.
|
|
Copyright notices related to this dependency can be found in the directory `io.circe.circe-parser_2.13-0.14.5`.
|
|
|
|
|
|
'circe-yaml_2.13', licensed under the Apache 2.0, is distributed with the launcher.
|
|
The license information can be found along with the copyright notices.
|
|
Copyright notices related to this dependency can be found in the directory `io.circe.circe-yaml_2.13-0.14.2`.
|
|
|
|
|
|
'bump_2.13', licensed under the MIT, is distributed with the launcher.
|
|
The license information can be found along with the copyright notices.
|
|
Copyright notices related to this dependency can be found in the directory `nl.gn0s1s.bump_2.13-0.1.3`.
|
|
|
|
|
|
'commons-compress', licensed under the Apache-2.0, is distributed with the launcher.
|
|
The license file can be found at `licenses/APACHE2.0`.
|
|
Copyright notices related to this dependency can be found in the directory `org.apache.commons.commons-compress-1.23.0`.
|
|
|
|
|
|
'reactive-streams', licensed under the CC0, is distributed with the launcher.
|
|
The license file can be found at `licenses/CC0`.
|
|
Copyright notices related to this dependency can be found in the directory `org.reactivestreams.reactive-streams-1.0.3`.
|
|
|
|
|
|
'scala-java8-compat_2.13', licensed under the Apache-2.0, is distributed with the launcher.
|
|
The license file can be found at `licenses/APACHE2.0`.
|
|
Copyright notices related to this dependency can be found in the directory `org.scala-lang.modules.scala-java8-compat_2.13-1.0.0`.
|
|
|
|
|
|
'scala-parser-combinators_2.13', licensed under the Apache-2.0, is distributed with the launcher.
|
|
The license file can be found at `licenses/APACHE2.0`.
|
|
Copyright notices related to this dependency can be found in the directory `org.scala-lang.modules.scala-parser-combinators_2.13-1.1.2`.
|
|
|
|
|
|
'scala-library', licensed under the Apache-2.0, is distributed with the launcher.
|
|
The license file can be found at `licenses/APACHE2.0`.
|
|
Copyright notices related to this dependency can be found in the directory `org.scala-lang.scala-library-2.13.11`.
|
|
|
|
|
|
'scala-reflect', licensed under the Apache-2.0, is distributed with the launcher.
|
|
The license file can be found at `licenses/APACHE2.0`.
|
|
Copyright notices related to this dependency can be found in the directory `org.scala-lang.scala-reflect-2.13.11`.
|
|
|
|
|
|
'slf4j-api', licensed under the MIT License, is distributed with the launcher.
|
|
The license file can be found at `licenses/MIT`.
|
|
Copyright notices related to this dependency can be found in the directory `org.slf4j.slf4j-api-2.0.9`.
|
|
|
|
|
|
'cats-core_2.13', licensed under the MIT, is distributed with the launcher.
|
|
The license file can be found at `licenses/MIT`.
|
|
Copyright notices related to this dependency can be found in the directory `org.typelevel.cats-core_2.13-2.9.0`.
|
|
|
|
|
|
'cats-kernel_2.13', licensed under the MIT, is distributed with the launcher.
|
|
The license file can be found at `licenses/MIT`.
|
|
Copyright notices related to this dependency can be found in the directory `org.typelevel.cats-kernel_2.13-2.9.0`.
|
|
|
|
|
|
'jawn-parser_2.13', licensed under the MIT, is distributed with the launcher.
|
|
The license file can be found at `licenses/MIT`.
|
|
Copyright notices related to this dependency can be found in the directory `org.typelevel.jawn-parser_2.13-1.4.0`.
|
|
|
|
|
|
'snakeyaml', licensed under the Apache License, Version 2.0, is distributed with the launcher.
|
|
The license file can be found at `licenses/APACHE2.0`.
|
|
Copyright notices related to this dependency can be found in the directory `org.yaml.snakeyaml-1.33`.
|
|
|