Adam Zell
Adam Zell
Perhaps https://github.com/jooby-project/jooby/issues/418 can yield some insight on interacting with Netty for HTTP/2.
Possible dupe of #155
https://github.com/deliveredtechnologies/rulebook/pull/189
Has there been any progress?
I think the issue is that the following line is always executed versus just once inside of the write lock: ``` Reflections reflections = new Reflections(_package); ``` See https://github.com/deliveredtechnologies/rulebook/pull/190
@Clayton7510 Anything I can do to help reviewing the pull request?
I would also welcome a 0.12 release.
@Clayton7510 Could you take a moment and let us know the direction of the project? I would like to contribute to rulebook and use it internally and would appreciate any...
Pull request: https://github.com/deliveredtechnologies/rulebook/pull/185
Is there any technical reason not to support Comsat Retrofit with OkHttp as the underlying client in addition to Apache?