Zoltan Farkas
Zoltan Farkas
well somehow I missed the notifications for the followup questions... this awesome email spam filters in action... the idea is when parsing from some source CharSequence is a bit more...
Here is the JDK bug: https://bugs.openjdk.java.net/browse/JDK-8194653
getProperty can return null: its signature is: @Nullable String getProperty(@Nonnull String key) this is why the result of it is checked against null: if (strResult != null) { return strResult;...
HI Marten, that is because /avro-1.10.0.2p is being published to a githup repo. And unfortunately github still requires authentication. you can use it by adding the repositories to your pom.xml...
I have release version 8.9.2 today that shoud have only dependencies to maven central (not github packages). let me know if that works for you thanks! --Z > On Sep...
@msvticket Sorry for the inconvenience. I removed the requirement only for spf4j-slf4j-test, so I guess it is pulled by another spf4j lib. You could try to overwrite the avro version...
will switch to https://jitpack.io/ I was waiting for github to remove the auth requirements as they promised, but I guess that will not happen.
thank you for reporting this. This is caused by a workaround for accessing caller class+method without inference which is costly when transforming java.util.LogRecord to a slf4j log record... There are...
TODO: review: org.spf4j.base.Throwables org.spf4j.base.Reflections
Just released 8.9.2 today, which should have this issue resolved. > On Sep 21, 2021, at 2:18 PM, venkatduddu ***@***.***> wrote: > > > See below error when using spf4j-avro...