You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 18, 2021. It is now read-only.
Code that depends on this library will be held back from upgrading to 2.12.
It looks like that would require:
• ditching spray which is already an issue #84
• updating akka to 2.4.14 which is already a PR #90 (except to the 2.12 version)
• updating scalatest
• updating json4s-native
The text was updated successfully, but these errors were encountered:
I've started a new repo that abstracts Http and JSON libs out of the way. It's taken care of everything in your list. But I used SBT instead of Maven (personal choice). It's far from complete at the moment, but all the hard work is done already. Just need to implement the rest of the client and akka helpers.
If everyone disagrees with SBT, I will continue development on my repo and come back to this repo with a PR.
Thoughts?
I wasn't a fan of how this was turning out. Alot of it had to do with all the cruft from json4s being baked into the core project. And to rip that stuff out safely, I needed some ADTs for the Api DSL. And that didn't work out.
Code that depends on this library will be held back from upgrading to 2.12.
It looks like that would require:
• ditching spray which is already an issue #84
• updating akka to 2.4.14 which is already a PR #90 (except to the 2.12 version)
• updating scalatest
• updating json4s-native
The text was updated successfully, but these errors were encountered: