It should be very safe to use 1.0.1-SNAPSHOT. I'm planning on spinning the release of 1.0.1 GA next Wednesday, so we're in a code freeze starting Sunday. Really, the 1.0 line is strictly bug-fix at this point (1.1-SNAPSHOT is where new features make it in). So far, the things that have made it into 1.0.1 are:
1. Proper Oracle support 2. Fix for PostgreSQL double type 3. The DateTime fix 4. Some fixes for the Textile parser 5. Some minor XML parsing fixes (PCDataMarkupParser) 6. Some Actor fixes Technically speaking, the DateTime fix added MappedDate and MappedTime classes so that people could choose what "resolution" they want on time fields, but otherwise there isn't any new functionality. Derek On Fri, Aug 21, 2009 at 6:54 PM, Grant Wood <[email protected]> wrote: > > Hello Derek, > > I can confirm that 1.01-SNAPSHOT fixes the problem. Here is output > from my test instance from earlier. > > --------------------------------------- Begin > [INFO] Starting jetty 6.1.19 ... > 2009-08-21 19:40:16.410::INFO: jetty-6.1.19 > 2009-08-21 19:40:16.526::INFO: No Transaction manager found - if your > webapp requires one, please configure one. > Date: 1 2009-08-20 00:00:00.0 > Date: 2 2009-08-21 19:40:18.319 > 2009-08-21 19:40:18.822::INFO: Started > [email protected]:8080 > --------------------------------------- End > > Date 1 was on 1.0 and Date 2 was on 1.01-SNAPSHOT > > How safe is it to use 1.01-SNAPSHOT for daily development at this > point? > > Thank you for the fix! > > Grant > > > On Aug 21, 4:02 pm, Derek Chen-Becker <[email protected]> wrote: > > OK, the patch is in 1.0.1-SNAPSHOT. Grant, can you test against > > 1.0.1-SNAPSHOT and make sure that it works for you? > > > > Thanks, > > > > Derek > > > > On Fri, Aug 21, 2009 at 2:05 PM, Derek Chen-Becker < > [email protected]>wrote: > > > > > > > > > It didn't. As soon as I get the PostgreSql patch pushed for > 1.1-0SNAPSHOT > > > I'll work on getting the DateTime fix into 1.0.1 > > > > > Derek > > > > > On Fri, Aug 21, 2009 at 2:57 PM, Derek Chen-Becker < > [email protected]>wrote: > > > > >> I don't know that it did. Let me look into it. > > > > >> On Fri, Aug 21, 2009 at 11:34 AM, David Pollak < > > >> [email protected]> wrote: > > > > >>> On Thu, Aug 20, 2009 at 6:37 PM, Grant Wood <[email protected]> > wrote: > > > > >>>> Hi David, > > > > >>>> Here is the output you wanted: > > >>>> -------------------------------------------------- Begin output > > >>>> [INFO] Starting jetty 6.1.19 ... > > >>>> 2009-08-20 20:34:08.780::INFO: jetty-6.1.19 > > >>>> 2009-08-20 20:34:08.908::INFO: No Transaction manager found - if > your > > >>>> webapp requires one, please configure one. > > >>>> Date: 1 2009-08-20 00:00:00.0 > > >>>> 2009-08-20 20:34:11.340::INFO: Started > > >>>> [email protected]:8080 > > >>>> [INFO] Started Jetty Server > > >>>> [INFO] Starting scanner at interval of 5 seconds. > > > > >>>> You'll notice that the timestamps on startup are 20:34:11.340 but > the > > >>>> DateTest output was: 00:00:00.0 > > > > >>> Yeah... it looks like a problem with the Derby driver... > > > > >>> Derek -- Did the fix to the Derby driver make it into 1.0.1? > > > > >>> Grant -- if you can use 1.1-SNAPSHOT or 1.1-M4, you'll have a fix to > the > > >>> problem. > > > > >>>> I hope this is helpful. > > > > >>>> -Grant > > > > >>>> On Aug 20, 11:38 am, David Pollak <[email protected]> > > >>>> wrote: > > >>>> > On Wed, Aug 19, 2009 at 10:14 PM, Grant Wood <[email protected] > > > > >>>> wrote: > > > > >>>> > > David, > > > > >>>> > > I'm developing with Derby. > > > > >>>> > Please add this class: > > > > >>>> > import net.liftweb._ > > >>>> > import mapper._ > > > > >>>> > class DateTest extends LongKeyedMapper[DateTest] with IdPK { > > > > >>>> > def getSingleton = DateTest > > > > >>>> > object date extends MappedDateTime(this) > > > > >>>> > } > > > > >>>> > object DateTest extends DateTest with > LongKeyedMetaMapper[DateTest] > > > > >>>> > And in boot, schemify DateTest and at the end of Boot, include the > > >>>> lines: > > > > >>>> > DateTest.create.date(now).save > > > > >>>> > for { > > >>>> > dt <- DateTest.findAll() > > >>>> > } println("Date: "+dt.id+" "+dt.date.is) > > > > >>>> > Then send the output > > > > >>>> > > I've been running Lift 1.0 > > > > >>>> > > -Grant > > > > >>>> > > On Aug 19, 1:51 pm, David Pollak <[email protected] > > > > >>>> > > wrote: > > >>>> > > > Grant, > > > > >>>> > > > What database are you using? > > > > >>>> > > > What version of Lift? > > > > >>>> > > > Thanks, > > > > >>>> > > > David > > > > >>>> > -- > > >>>> > Lift, the simply functional web frameworkhttp://liftweb.net > > >>>> > Beginning Scalahttp://www.apress.com/book/view/1430219890 > > >>>> > Follow me:http://twitter.com/dpp > > >>>> > Git some:http://github.com/dpp > > > > >>> -- > > >>> Lift, the simply functional web frameworkhttp://liftweb.net > > >>> Beginning Scalahttp://www.apress.com/book/view/1430219890 > > > > >>> Follow me:http://twitter.com/dpp > > >>> Git some:http://github.com/dpp > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
