You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clojusc/protobuf project picked up the Clojure protobuf code base from the ghaskins fork which in turn is a fork of the original but no longer maintained project and has the fix for enums as Clojure keywords amongst many other enhancements.
This removes the need of using any workaround to handle enum declared in protobuf for publishing. Since Ziggurat already offers a default middleware that uses the older protobuf library, updating dependency and code once would be a great solution.
The text was updated successfully, but these errors were encountered:
fr33m0nk
changed the title
Use clojusc/protobuf instead of org.flatland/protobuf
Use clojusc/protobuf instead of org.flatland/protobuf for default middleware
Feb 19, 2020
Hey @fr33m0nk, thanks for the PR. Have you tested the PR to verify that it is backward compatible with the previous version, i.e. the contract of the middleware hasn't changed?
Yeah, I have tested the changes and it indeed is backward compatible.
Middleware contract remains intact and people using this middleware would not be negatively affected if they upgrade.
clojusc/protobuf project picked up the Clojure protobuf code base from the ghaskins fork which in turn is a fork of the original but no longer maintained project and has the fix for enums as Clojure keywords amongst many other enhancements.
This removes the need of using any workaround to handle enum declared in protobuf for publishing. Since Ziggurat already offers a default middleware that uses the older protobuf library, updating dependency and code once would be a great solution.
The text was updated successfully, but these errors were encountered: