-- François ARMAND
On Aug 30, 2025, at 11:11 PM, sfcheb <ksa...@gmail.com> wrote:
its so important to get liftweb working with scala 3. is the plan for lift 4 to support it?
--
You received this message because you are subscribed to the Google Groups "Lift" group.
To unsubscribe from this group and stop receiving emails from it, send an email to liftweb+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/liftweb/88072bdb-147e-47ed-ba58-3d7f5b126556n%40googlegroups.com.
While moving towards Lift 4 I think we should update some more libs, for example:
We use these version in our custom Lift-4 build (which works well with jakarta.*
-namespace).
I'd also suggest the following changse to LiftRules
:
@volatile var liftContextRelativePath: () => List[String] = () => List("lift")
@volatile var pageJsFunc: () => List[String] = () => liftContextRelativePath() :+ “page”
Note that this is a breaking change, but IMO much needed to better control where Lift lives, which makes it easier to co-exist with other frameworks.
I can make the above changes if you agree.
To view this discussion visit https://groups.google.com/d/msgid/liftweb/57536FBD-C8F6-478D-8BF1-7B5D49992565%40frmr.me.
You received this message because you are subscribed to a topic in the Google Groups "Lift" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/liftweb/XcGmAwBS-ZA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to liftweb+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/liftweb/VisenaEmail.17.ef9b4350876ec9d6.1990490020c%40origo-test01.app.internal.visena.net.