Vitalii Lagutin
Vitalii Lagutin
@andreak, I have no chance to try it yet, but I will give it a try in the nearest future for sure.
Hi there, I also faced this issue. Has anyone had any luck fixing this issue with Alpakka 4.0.0?
In this branch, only a few tests fail. ```shell nix-shell -p "(maven.override { jdk = zulu17; })" ``` ``` [ERROR] Failures: [ERROR] ReflectiveAttributeTest.testEqualsAndHashCode:76 EqualsVerifier found a problem in class com.googlecode.cqengine.attribute.ReflectiveAttribute....
Yeah, there is no activity. AFAIR, there is an issue in the Kryo version, which is not supported by Java 17. If you are interested in JVM 17 support, I...
@emrul, it looks like Kryo is well supported (see [releases](https://github.com/EsotericSoftware/kryo/releases)). It goes a bit behind JDK releases but keeps the pace. Its CQEngine has had no Kryo updates for a...
@zeffd, unfortunately, this is a naive implementation of the multipart. It works correctly for file upload, but tests for multipart forms fail with status code 400. I need to figure...
+1 It would be great if publish jar for lift 2.6 and scala 2.11 too. Thanks!
Hi @nafg, as I can see, the main blocker for adding Scala 2.13 is the new Collections API which affects DeltaSeq in the core project and maybe something else. Do...
Yep, one of the legacy Liftweb projects depends on your library. I am trying to update it to Scala 2.13 and faced an issue with reactive-core. I've tried to brute...
Sorry that I opened an issue without comment. @jvdvegt, I guess you are right, but I discovered that kryo added this serializer to the default list in v5.0.0 (see [Kryo.java#L225](https://github.com/EsotericSoftware/kryo/blob/a2dfa5c8c2ea6f6fbb264199ef7e2ab972424190/src/com/esotericsoftware/kryo/Kryo.java#L225))....