Hello everyone,
I would love to see lift-4.0 go ahead, and so I opened 2 PR to help
start with the subject:
-
https://github.com/lift/framework/pull/2026: remove squery and
reference to scala JSON combinator parser (it was deleted in newer
version). The goal is to start cleaning-up dependencies with simple
things before actually updating dependencies.
-
https://github.com/lift/framework/pull/2027 : clean-up warnings.
There a lot of warning, so I tried to correct all of them. Of
course, that didn't work and it remains 2 categories (maybe bugs,
deprecation change needing someone who knows what lift intents). I
detailed all warning and their corrections in the PR description.
Tests pass, and Rudder (my lift application) seems to work fine with
that - but it's a relatively simple app on the lift part, so I'm not
sure it means a lot.
--
François ARMAND