danischroeter
danischroeter
see https://github.com/altoo-ag/akka-kryo-serialization/issues/207 https://index.scala-lang.org/altoo-ag/akka-kryo-serialization/akka-kryo-serialization picks up a project with a different groupid and counts this as latest ``` com.github.enalmada akka-kryo-serialization_2.13 jar akka-kryo-serialization 1.1.3 ``` the com.github.enalmada artifacts contain the code of...
if the fluent logger is used as a logger for slf4j and it fails to send messages it will choke on its own failure messages (cannot send message) once the...
We should provide some automated migration that users of akka can use that adapts their codebase to use pekko. This migration should automatically * adapt the dependencies * in sbt...
https://datatracker.ietf.org/doc/rfc5753 Use of Elliptic Curve Cryptography (ECC) Algorithms in Cryptographic Message Syntax (CMS) is implemented in bouncycastle and there is a nice example here: https://github.com/bcgit/bc-java/blob/main/pkix/src/test/java/org/bouncycastle/cms/test/BcEnvelopedDataTest.java rfc8418 would be similar to...
It would be nice to get java 23 supported - but this will require a new version of kanela see https://github.com/kamon-io/kanela/issues/163
Since lightbend has announced the license change of akka in September of 2022 we have kept on supporting akka-kryo-serialization based on akka 2.6 (the old license). Since then we have...
Storing some traceId's alongside prometheus metrics is a very powerful feature to analyze metrics and neatly integrate monitoring and tracing. OpenMetrics,Prometheus and Grafana all have support for Exemplars to achieve...
The current version of byte-buddy supports up to java 24 but the latest version of kanela only has experimental support for java 21. It would be very nice to get...