mirror of
https://github.com/enso-org/enso.git
synced 2024-11-23 16:18:23 +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 |
||
---|---|---|
.. | ||
com.beachape.enumeratum_2.13-1.7.2 | ||
com.beachape.enumeratum-circe_2.13-1.7.2 | ||
com.beachape.enumeratum-macros_2.13-1.6.3 | ||
com.chuusai.shapeless_2.13-2.3.10 | ||
com.fasterxml.jackson.core.jackson-annotations-2.15.2 | ||
com.fasterxml.jackson.core.jackson-core-2.15.2 | ||
com.fasterxml.jackson.core.jackson-databind-2.15.2 | ||
com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.15.2 | ||
com.fasterxml.jackson.module.jackson-module-scala_2.13-2.15.2 | ||
com.github.pureconfig.pureconfig_2.13-0.17.4 | ||
com.github.pureconfig.pureconfig-core_2.13-0.17.4 | ||
com.github.pureconfig.pureconfig-generic_2.13-0.17.4 | ||
com.github.pureconfig.pureconfig-generic-base_2.13-0.17.4 | ||
com.google.flatbuffers.flatbuffers-java-1.12.0 | ||
com.thoughtworks.paranamer.paranamer-2.8 | ||
com.typesafe.akka.akka-actor_2.13-2.6.20 | ||
com.typesafe.akka.akka-actor-typed_2.13-2.6.20 | ||
com.typesafe.akka.akka-http_2.13-10.2.10 | ||
com.typesafe.akka.akka-http-core_2.13-10.2.10 | ||
com.typesafe.akka.akka-http-spray-json_2.13-10.2.10 | ||
com.typesafe.akka.akka-parsing_2.13-10.2.10 | ||
com.typesafe.akka.akka-protobuf-v3_2.13-2.6.20 | ||
com.typesafe.akka.akka-slf4j_2.13-2.6.20 | ||
com.typesafe.akka.akka-stream_2.13-2.6.20 | ||
com.typesafe.config-1.4.2 | ||
com.typesafe.scala-logging.scala-logging_2.13-3.9.4 | ||
com.typesafe.ssl-config-core_2.13-0.4.3 | ||
commons-cli.commons-cli-1.5.0 | ||
commons-io.commons-io-2.12.0 | ||
dev.zio.izumi-reflect_2.13-2.3.8 | ||
dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-2.3.8 | ||
dev.zio.zio_2.13-2.0.14 | ||
dev.zio.zio-internal-macros_2.13-2.0.14 | ||
dev.zio.zio-interop-cats_2.13-23.0.0.6 | ||
dev.zio.zio-stacktracer_2.13-2.0.14 | ||
io.circe.circe-core_2.13-0.14.5 | ||
io.circe.circe-generic_2.13-0.14.5 | ||
io.circe.circe-jawn_2.13-0.14.5 | ||
io.circe.circe-literal_2.13-0.14.5 | ||
io.circe.circe-numbers_2.13-0.14.5 | ||
io.circe.circe-parser_2.13-0.14.5 | ||
io.circe.circe-yaml_2.13-0.14.2 | ||
io.spray.spray-json_2.13-1.3.6 | ||
licenses | ||
nl.gn0s1s.bump_2.13-0.1.3 | ||
org.apache.commons.commons-compress-1.23.0 | ||
org.apache.commons.commons-lang3-3.12.0 | ||
org.bouncycastle.bcpkix-jdk15on-1.70 | ||
org.bouncycastle.bcprov-jdk15on-1.70 | ||
org.bouncycastle.bcutil-jdk15on-1.70 | ||
org.reactivestreams.reactive-streams-1.0.3 | ||
org.scala-lang.modules.scala-java8-compat_2.13-1.0.0 | ||
org.scala-lang.modules.scala-parser-combinators_2.13-1.1.2 | ||
org.scala-lang.scala-library-2.13.11 | ||
org.scala-lang.scala-reflect-2.13.11 | ||
org.slf4j.slf4j-api-2.0.9 | ||
org.typelevel.cats-core_2.13-2.9.0 | ||
org.typelevel.cats-kernel_2.13-2.9.0 | ||
org.typelevel.jawn-parser_2.13-1.4.0 | ||
org.yaml.snakeyaml-1.33 | ||
COPYRIGHT-MUSL | ||
COPYRIGHT-ZLIB | ||
NOTICE |