Michael Pollmeier
Michael Pollmeier
> How did you identify the interning as a problem? When I opened up a large database heapdump (CPG with linux 4 kernel), the StringInterner stood out as one of...
We don't support the kryo format as far as I'm aware... can you please be more specific what you're trying to do?
We removed Tinkerpop (along with it's kryo support) in 1.116, i.e. around early 2022. The current storage format is based on mvstore (which also powers the H2 database). Each overflowdb...
Technically scala-arm isn't necessary for scala 2.13 any more, but if your project is cross-compiling and you don't want to split your sources, it's nice to have a cross release....
Just use the regular 2.12 version, it works for 2.12.x.
@jsuereth if i may: https://github.com/ShiftLeftSecurity/sbt-ci-release-early Disclaimer: I get a hefty part of your annual license fees :)
sbt-ci-release-early automatically tags and releases every push to master. It auto-increments the version, e.g. if the last tag was `v2.1` it will tag the current commit as `v2.2` and release...
@dannashirn for a workaround see above: https://github.com/jsuereth/scala-arm/issues/79#issuecomment-525998387
@phoenix2082 it's already cross-published for Scala 2.13.x, so it should just work. Just verified locally with the below - works just fine. ``` scalaVersion := "2.13.3" libraryDependencies += "com.michaelpollmeier" %%...
Neo4J has a (I think transitive) dependency on Scala 2.10, and one can't mix Scala versions. As soon as they upgrade to 2.11 or provide a cross compiled version (like...