softwaremill / elasticmq

In-memory message queue with an Amazon SQS-compatible interface. Runs stand-alone or embedded.
https://softwaremill.com/open-source/
Apache License 2.0
2.46k stars 193 forks source link

Cross compile with Scala 3 #931

Closed jchyb closed 6 months ago

jchyb commented 7 months ago

Resolves #637 The main change here is the removal of pureconfig-generic, since the automatic derivation features used in elasticmq are currently unsupported in Scala 3 - I've instead rewritten the code to use manual derivation.

micossow commented 7 months ago

@jchyb Thanks for contribution! There are some test failures in the new Scala 3 build. Would you like to fix them?