Mitsunori Komatsu
Mitsunori Komatsu
@cowtowncoder Thanks for the details! I didn't think about the dynamic filter, but yeah, it seems to matter...
@ArtDu Can you elaborate your use case?
@ArtDu Thanks for sharing the details. `jackson-dataformat-msgpack` has a function to deserialize extention type values by registering the target ext-type ID and callback lambda using [org.msgpack.jackson.dataformat.ExtensionTypeCustomDeserializers#addCustomDeser](https://github.com/msgpack/msgpack-java/tree/main/msgpack-jackson#deserialize-extension-type-value-directly). Does it work for...
@ArtDu I think understand your use case. Honestly speaking, the usage seems a bit too dynamic in terms of type-safety and to not mach jackson-databind interface. I don't think it's...
@pkolaric I might be missing something. As long as `build.gradle.kts` has the dependency to `org.msgpack:jackson-dataformat-msgpack`, `jackson-databind` basically remains in the runtime dependency. How will you build your library or application...
Sorry for the delayed response. The issue you reported was related to Redis cache and MS.NET version MessagePack, so I can't reproduce and look into it. Could you share a...
@zlp821130 You're using msgpack-java v6? If so, it's not supported now, unfortunately.
@inv-jishnu I think there are many `if` conditions to check whether it's storage or transaction. This is just an idea, but `ScalarDbDao` might be a good wrapper of the storage...
@inv-jishnu I think it's a reasonable and safe option. But it depends on the requirement (e.g., users can use `consensus-commit` to export snapshot data even it has the risk of...
@dependabot rebase