Lift Web Framework 2.1 Release Candidate 2 released

2 views
Skip to first unread message

Indrajit Raychaudhuri

unread,
Sep 15, 2010, 1:01:58 AM9/15/10
to lift-announce, Lift
The Lift Web Framework team is pleased to announce the 2.1-RC2 release!

Lift is an expressive and elegant framework for writing web
applications. Lift stresses the importance of security, maintainability,
scalability and performance while allowing for high levels of developer
productivity. Lift is a Scala web framework.

Changes in this version include:

Fixed Bugs:
o Breaking toString change in Record Fields Issue: 641.


Have fun!
-Lift Web Framework team

Ross Mellgren

unread,
Sep 15, 2010, 1:13:57 AM9/15/10
to lift-annou...@googlegroups.com, lift-announce, Lift
I believe that an incorrect reference for a specs SNAPSHOT was updated to a stable version as well.

-Ross

Yousry Abdallah

unread,
Sep 16, 2010, 5:26:43 AM9/16/10
to Lift
Where can I find the matching MongoDB persistence?

[error] Error running update: sbt.ResolveException: unresolved
dependency: net.liftweb#lift-mongodb;2.1-RC2: not found

Tim Nelson

unread,
Sep 16, 2010, 6:40:17 AM9/16/10
to lif...@googlegroups.com
Releases on the 2.x branch are compiled against both Scala 2.7.7 and
2.8.0 and the Scala version is now part of the file name.

If you're using sbt all you need to do is update your dependency to be like:

val mongodb = "net.liftweb" %% "mongodb" % "2.1-RC2"

Notice the double %. That appends the proper Scala version for you.

If you're using Maven then you need to add the Scala version to your dependency:

<dependency>
<groupId>net.liftweb</groupId>
<artifactId>lift-mongodb_2.7.7</artifactId>
<version>2.1-RC2</version>
</dependency>

You can see the actual jar files here:

http://www.scala-tools.org/repo-releases/net/liftweb/

Tim

> --
> You received this message because you are subscribed to the Google Groups "Lift" group.
> To post to this group, send email to lif...@googlegroups.com.
> To unsubscribe from this group, send email to liftweb+u...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
>
>

Yousry Abdallah

unread,
Sep 16, 2010, 7:29:23 AM9/16/10
to Lift
I'm new to Sbt, so thank you for pointing me in the right direction.

Besten Dank,
Yousry

On 16 Sep., 12:40, Tim Nelson <tnell...@gmail.com> wrote:
> Releases on the 2.x branch are compiled against both Scala 2.7.7 and
> 2.8.0 and the Scala version is now part of the file name.
>
> If you're using sbt all you need to do is update your dependency to be like:
>
> val mongodb = "net.liftweb" %% "mongodb" % "2.1-RC2"
>
> Notice the double %. That appends the proper Scala version for you.
>
> If you're using Maven then you need to add the Scala version to your dependency:
>
> <dependency>
>     <groupId>net.liftweb</groupId>
>     <artifactId>lift-mongodb_2.7.7</artifactId>
>     <version>2.1-RC2</version>
> </dependency>
>
> You can see the actual jar files here:
>
> http://www.scala-tools.org/repo-releases/net/liftweb/
>
> Tim
>
Reply all
Reply to author
Forward
0 new messages