Skip to content

Lift 2.6-RC2

Compare
Choose a tag to compare
@farmdawgnation farmdawgnation released this 23 Nov 19:53
· 1541 commits to main since this release

Bug Fixes

  • Fix for the conflict between the private class scala.io.Position and our implementation of it. Hat tip to @fmpwizard to fixing this in #1636.
  • Fix for the incorrect manipulation of ajaxPostTimeout on the server, which caused threads processing an ajax request to stick around longer than they should have. Penguin tip to @fmpwizard for fixing this in #1637.
  • Added an implicit conversion from tuple to SelectableOption for backward compatibility niceness. Bacon tip to @fmpwizard for fixing this in #1630.
  • Removed some unnecessary synchronization for Vars. Shoe tip to @davewhittaker for making that happen in #1631.
  • Return DefaultConnectionIdentifier.jndiName to being a var, with an added deprecation warning. JNDI tip to @eltimn for making that happen in #1623.