Andreas Joseph Krogh
Andreas Joseph Krogh
Re-opening as it introduced a regression mentioned here: https://groups.google.com/forum/#!topic/liftweb/gTkrnu8588o
Last time i had this issue (but with (Long, String)), I came to the conclusion that a custom serializer is needed for this (after some googleing). ``` scala import net.liftweb.json.CustomSerializer...
According to https://stackoverflow.com/questions/70663523/the-unauthenticated-git-protocol-on-port-9418-is-no-longer-supported ... you cannot use the old `git://` protocol anymore, so you have to use https or ssh. To convert existing `git://`-URLs to https: ``` git config --global...
I'm very interested in Blob-support in pgjdbc, are there any plans to resurrect this and committing it?
@davecramer I'm working with JPA and having a Blob field in my object works nicely. I'm using the pgjdbc-ng driver and it's mostly working fine, except I'm experiencing unexpected OutOfDirectMemoryErrors,...
Many projects use Spring Boot and use its properties-loading mechanism.; It'd be nice if we could weave in some kind of interop with Spring Boot's properties.
We inject Spring's `org.springframework.core.env.Environment` in Boot: ``` @Configurable class Boot extends VisenaLoggable { @Resource(name = "origoDecoratorProvider") val decoratorProvider: ExecutionTaskDecoratorProvider = null @Resource(name = "liftSchedulerExecutor") val liftSchedulerExecutor: ExecutorService = null @Resource...
Has anyone tried changing scala-xml deps to point to version 2.1.0? Does it break anything?
@lvitaly I'm using Lift with scala-xml-2.12_2.1.0 and Scala-2.12.7 and it seems to be working fine.