andreisilviudragnea / scala-playground

Scala playground
1 stars 0 forks source link

Scala ecosystem status #20

Open andreisilviudragnea opened 1 year ago

andreisilviudragnea commented 1 year ago
evis commented 1 year ago

scalafix-maven-plugin is abandoned: https://github.com/evis/scalafix-maven-plugin/issues/84

Actually, I support it. Though, sometimes I can react quite slowly. Not sure if I will invest into massive features and rewritings, because I don't use Maven at work anymore (nowadays I use Bazel).

evis commented 1 year ago

BTW, I think, that ZIO ecosystem is quite amazing, and isn't abandoned at all =) Maybe it's time to move to ZIO.

rtar commented 1 year ago

Scala compiler performance issues

They are doing fixes as we speak: https://github.com/scala/scala/pull/10258

Intellij Scala is buggy

Try https://scalameta.org/metals/

circe has only two maintainers: https://github.com/circe/circe/pull/1974. I also believe the project is evolving in a not optimal direction.

Looks good to me, but your are welcome to try https://github.com/plokhotnyuk/jsoniter-scala instead. @plokhotnyuk is very active.

ScalaMock is abandoned too: https://github.com/paulbutcher/ScalaMock/issues/429

Mocks are evil. Literally nobody is using them these days. Just write your own stubs.

scoverage-maven-plugin seems abandoned too

Try https://github.com/scoverage/sbt-scoverage. Works really good for me.

Nobody really uses Scala 3. Kafka Scala 3 support is abandoned so far:

Lichess is one of the prominent projects using Scala 3 and being happy about it: https://lichess.org/@/thibault/blog/lichess--scala-3/y1sbYzJX

Monix is abandoned:

Try Cats Effect instead. Same stuff.

scalafix-maven-plugin is abandoned: https://github.com/evis/scalafix-maven-plugin/issues/84

Just stop using Maven. Use sbt. It is really good these days. Nothing similar to what it was in the olden days. Try it.

lolczak commented 1 year ago
Screenshot 2023-04-28 at 22 53 52