GitHub user ClaudioConsolmagno closed a discussion: [Java] Correct usage of fory-extensions
I can't find it documented anywhere but when do we want to use `fory-extensions`? Since upgrading to version `0.10.3` (and have confirmed it's also happening in `0.11.0`). I'm getting tons of log messages for protobuf coming from [ProtobufDispatcher.java#L66](https://github.com/apache/fory/blob/5ebe5d2efb609ea461e1011e34ec6e3a84c29cdd/java/fory-core/src/main/java/org/apache/fory/serializer/shim/ProtobufDispatcher.java#L66) ``` ProtobufSerializer not loaded, please add fury-extensions dependency. ``` Everything has been working fine so I'm not sure I'm constantly getting this log line. By adding the `fory-extensions` dependency or disabling logging for that class (e.g. `logging.level.org.apache.fury.serializer.shim=ERROR`) this warning goes away. But it _feels_ that maybe this log line shouldn't be there in the first place? GitHub link: https://github.com/apache/fory/discussions/2349 ---- This is an automatically sent email for commits@fory.apache.org. To unsubscribe, please send an email to: commits-unsubscr...@fory.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@fory.apache.org For additional commands, e-mail: commits-h...@fory.apache.org