Antonio Salazar Cardozo
Antonio Salazar Cardozo
I didn't get a chance to do this during the 3.0 cycle, so for now going to drop the milestone.
Might be okay with punting this for a major version bump… Every time I consider doing it it feels dirty to nuke stuff in a minor release. This time I...
Yeah… Works.
This actually came up again on the list the other day—is the idea here that we would stick the results of the parse in a `TransientRequestVar`?
We don't generally *publish* builds for Scala milestones, though we sometimes run the builds. Is there a compelling reason we would do this? I don't know that dispatch makes a...
I think we'd be amenable to a PR here; most of the team is currently busy with Real Life™ but I think we can find the bandwidth for a quick...
This is a great point, and in fact most of the blockers over there are unrelated to lift-json... While we historically haven’t done any per-module releases, given how much time...
The current SNAPSHOT build is built for 2.13 for most (barring certain persistence ones) Lift modules (as of a few days ago).
You'll want to add the snapshot resolver (see [this example](https://www.scala-sbt.org/1.x/docs/Resolvers.html#Maven+resolvers)) and use `3.4.0-SNAPSHOT` as your version. The 3.4 snapshot contains a handful of targeted bug fixes and 2.13 support, so...
Folks, the 3.4.0 final release with support for Scala 2.13 on most modules is [now out](https://github.com/lift/framework/releases/tag/3.4.0-release). We'll keep this issue open a bit longer as we work towards rounding out...