enso/tools/legal-review/launcher
Hubert Plociniczak 0133e9ef4f
Drop inefficient SemVer implementation (#9089)
`Bump` library uses parser combinators behind the scenes which are known to be good at expressing grammars but are not performance-oriented.

This change ditches the dependency in favour of an existing Java implementation. `jsemver` implements the full specification, which is probably an overkill in our case, but proved to be an almost drop-in replacement for the previous library.

Closes #8692

# Important Notes
Peformance improvements:
- roughly 50ms compared to the previous approach (from 80ms to 20-40ms)

I don't see any time spent in the new implementation during startup so it could be potentially aggressively inlined.
Further more, we could use a facade and offer our own strip down version of semver.
2024-02-22 09:59:09 +00:00
..
com.chuusai.shapeless_2.13-2.3.10 Scala 2.13.11 and libraries update (#7010) 2023-06-14 13:15:57 +00:00
com.fasterxml.jackson.core.jackson-annotations-2.15.2 Remove akka from runtime (#8953) 2024-02-19 16:39:05 +00:00
com.fasterxml.jackson.core.jackson-core-2.15.2 Remove akka from runtime (#8953) 2024-02-19 16:39:05 +00:00
com.fasterxml.jackson.core.jackson-databind-2.15.2 Remove akka from runtime (#8953) 2024-02-19 16:39:05 +00:00
com.typesafe.akka.akka-actor_2.13-2.6.20 Scala 2.13.11 and libraries update (#7010) 2023-06-14 13:15:57 +00:00
com.typesafe.akka.akka-http_2.13-10.2.10 Scala 2.13.11 and libraries update (#7010) 2023-06-14 13:15:57 +00:00
com.typesafe.akka.akka-http-core_2.13-10.2.10 Scala 2.13.11 and libraries update (#7010) 2023-06-14 13:15:57 +00:00
com.typesafe.akka.akka-parsing_2.13-10.2.10 Scala 2.13.11 and libraries update (#7010) 2023-06-14 13:15:57 +00:00
com.typesafe.akka.akka-slf4j_2.13-2.6.20 Scala 2.13.11 and libraries update (#7010) 2023-06-14 13:15:57 +00:00
com.typesafe.config-1.4.2 Update Scala to 2.13.8 (#3631) 2022-08-08 19:32:55 +00:00
com.typesafe.scala-logging.scala-logging_2.13-3.9.4 Update Scala to 2.13.7 (#3214) 2021-12-31 17:50:32 +03:00
commons-codec.commons-codec-1.9 Remove akka from runtime (#8953) 2024-02-19 16:39:05 +00:00
commons-io.commons-io-2.12.0 Scala 2.13.11 and libraries update (#7010) 2023-06-14 13:15:57 +00:00
commons-logging.commons-logging-1.2 Remove akka from runtime (#8953) 2024-02-19 16:39:05 +00:00
files-add Initial Legal Review (#1210) 2020-10-19 10:50:12 +02:00
io.circe.circe-core_2.13-0.14.5 Add parser for line by line processing (#8719) 2024-02-01 07:29:50 +00:00
io.circe.circe-generic_2.13-0.14.5 Add parser for line by line processing (#8719) 2024-02-01 07:29:50 +00:00
io.circe.circe-jawn_2.13-0.14.5 Add parser for line by line processing (#8719) 2024-02-01 07:29:50 +00:00
io.circe.circe-numbers_2.13-0.14.5 Add parser for line by line processing (#8719) 2024-02-01 07:29:50 +00:00
io.circe.circe-parser_2.13-0.14.5 Add parser for line by line processing (#8719) 2024-02-01 07:29:50 +00:00
io.circe.circe-yaml_2.13-0.14.2 Add parser for line by line processing (#8719) 2024-02-01 07:29:50 +00:00
org.apache.commons.commons-compress-1.23.0 Scala 2.13.11 and libraries update (#7010) 2023-06-14 13:15:57 +00:00
org.apache.commons.commons-lang3-3.12.0 Remove akka from runtime (#8953) 2024-02-19 16:39:05 +00:00
org.apache.commons.commons-text-1.10.0 Remove akka from runtime (#8953) 2024-02-19 16:39:05 +00:00
org.apache.httpcomponents.httpclient-4.4.1 Remove akka from runtime (#8953) 2024-02-19 16:39:05 +00:00
org.apache.httpcomponents.httpcore-4.4.1 Remove akka from runtime (#8953) 2024-02-19 16:39:05 +00:00
org.graalvm.polyglot.polyglot-23.1.2 Upgrading to GraalVM 21.0.2 (#8883) 2024-02-19 12:08:59 +00:00
org.graalvm.sdk.collections-23.1.2 Upgrading to GraalVM 21.0.2 (#8883) 2024-02-19 12:08:59 +00:00
org.graalvm.sdk.nativeimage-23.1.2 Upgrading to GraalVM 21.0.2 (#8883) 2024-02-19 12:08:59 +00:00
org.graalvm.sdk.word-23.1.2 Upgrading to GraalVM 21.0.2 (#8883) 2024-02-19 12:08:59 +00:00
org.graalvm.truffle.truffle-api-23.1.2 Upgrading to GraalVM 21.0.2 (#8883) 2024-02-19 12:08:59 +00:00
org.scala-lang.modules.scala-java8-compat_2.13-1.0.0 Update Scala to 2.13.7 (#3214) 2021-12-31 17:50:32 +03:00
org.scala-lang.scala-library-2.13.11 Scala 2.13.11 and libraries update (#7010) 2023-06-14 13:15:57 +00:00
org.scala-lang.scala-reflect-2.13.11 Scala 2.13.11 and libraries update (#7010) 2023-06-14 13:15:57 +00:00
org.slf4j.slf4j-api-2.0.9 Reduce extra output in compilation and tests (#7809) 2023-10-16 10:57:44 +02:00
org.typelevel.cats-core_2.13-2.9.0 Scala 2.13.11 and libraries update (#7010) 2023-06-14 13:15:57 +00:00
org.typelevel.cats-kernel_2.13-2.9.0 Scala 2.13.11 and libraries update (#7010) 2023-06-14 13:15:57 +00:00
org.typelevel.jawn-parser_2.13-1.4.0 Scala 2.13.11 and libraries update (#7010) 2023-06-14 13:15:57 +00:00
org.yaml.snakeyaml-1.33 Scala 2.13.11 and libraries update (#7010) 2023-06-14 13:15:57 +00:00
reviewed-licenses Remove akka from runtime (#8953) 2024-02-19 16:39:05 +00:00
notice-header Project Manager Native Image (#1318) 2020-12-09 14:58:11 +01:00
report-state Drop inefficient SemVer implementation (#9089) 2024-02-22 09:59:09 +00:00