tminglei / slick-pg

Slick extensions for PostgreSQL
BSD 2-Clause "Simplified" License
839 stars 180 forks source link

Compile & Release RC/M Version Against Scala 3 #657

Open leedsalex opened 1 year ago

leedsalex commented 1 year ago

Can you please compile the latest 0.22.0-M4 version against Scala 3 and release to maven? Slick has done the same.

dejvid commented 1 year ago

Yes, i would like this too.

mdedetrich commented 1 year ago

This is going to be non trivial to do because slick-pg heavily relies on reflection which is removed in Scala 3. I am currently doing a PR to move from scala reflection to izumi-reflect which supports all major Scala versions

dejvid commented 10 months ago

If there is something we can help?

dejvid commented 10 months ago

I am waiting just for this library to fully go Scala 3. awesome.

dejvid commented 10 months ago

Is it possible to work with publishLocal build for scala 3? Before this is uploaded to maven?

hughsimpson commented 9 months ago

@dejvid Yeah I've tried that with this branch and it works fine. Might be good if you're trying to fix scala 3 compatibilities before this is published