I was about to push the changes and after running the tests I realized
that I probably should not change the default in LiftRules now.
If I changed the default JQuery Artifact in LiftRules now, the default
jquery 1.3 would not be served, and while we can say that nobody will
use that one, a simple upgrade of a lift app from 2.4 to 2.5 would
force them to make changes to their Boot class, which does not sound
like a deprecating change, but more like a breaking change.
So, I added a
case object JQueryArtifacts extends JQueryArtifacts
in the jQueryArtifacts file that we can start using and I'll use that
setting on the new 2.5 template I'm working on (so new people will
start the right way).
I will also see what error messages I get if I change the liftRules
but do not provide my own version of jQuery, this would help people
googling for those errors (in case they are not as obvious as we would
hope)
ok, test passed so I'm pushing this to master and in about 3:30 hours
the new 2.5-snapshot should be on sonatype
Thanks
Diego