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
{{ message }}
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.
I'm feeling that rejoiner could be split into some modules which would make it more generally useful and easier to adapt to different usecases. I'm thinking out loud here so please tell me I'm wrong before I start on a PR ;-)
protobuf -> graphql schema conversion
graphql schema modification (now depends on protobuf)
annotations for 2
binding with guice
Splitting these into maven modules would allow to add these for example:
swagger -> graphql schema conversion
binding with spring
I think the hardest work would be to make the modification part independent of protobuf without losing efficiency.
cheers
The text was updated successfully, but these errors were encountered:
Hey that's great! It was me threatening with a PR that made you do it, right? ;-)
I'd love to get involved but I'm not sure how to do that without getting into huge merge conflicts.
BTW, I saw that the new module is using gradle. Do you want to move everything to gradle?
I'm feeling that rejoiner could be split into some modules which would make it more generally useful and easier to adapt to different usecases. I'm thinking out loud here so please tell me I'm wrong before I start on a PR ;-)
Splitting these into maven modules would allow to add these for example:
I think the hardest work would be to make the modification part independent of protobuf without losing efficiency.
cheers
The text was updated successfully, but these errors were encountered: