Skip to content

Lift Framework 2.6-M3

Compare
Choose a tag to compare
@farmdawgnation farmdawgnation released this 12 Apr 13:13
· 1685 commits to main since this release
2.6-M3-release

I'm pleased to announce that Lift 2.6-M3 is out the door and should be available on Sonatype shortly.

Here's the rundown.

Notable Changes

  • Box.get is officially deprecated. Previously, calling .get on a box would trigger an implicit conversion from Box => Option. As we move towards encouraging people even more to utilize flatMap, map, etc to open boxes and to specify exceptions when they can't (a la openOrThowException), we're officially deprecating the use of .get on a box, and you will start seeing warnings in your code if you do it as of this release. In Lift 3.0, the ability to call .get on a box will disappear.

New Features / Enhancements

Bugfixes

Once again, thank you to everyone involved in making this release possible. Have a spectacular Saturday.