RussellSpitzer commented on PR #2527: URL: https://github.com/apache/polaris/pull/2527#issuecomment-3293623724
> > [...] why we would want an abstraction layer over something which is a required component [...] > > PR #1189 uses the java impl. in some test contexts where a full Quarkus server is not available. > > We probably could reduce all usage to just the Vert.x implementation, but that would cause (the heavy) Quarkus dependencies to propagate to modules where they would really be excessive. But shouldn't that PR just use the Vert.X implementation in those tests as a library? It doesn't make sense to me that we would add an abstraction on top of a critical library (which effects all of the code written in the project using the library) just so we can avoid using that library during testing. I may not understand the problems here but I feel like there must be a way to run the tests with Vert.X but without Quarkus? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
