snazy opened a new issue, #521: URL: https://github.com/apache/polaris/issues/521
### Is this a possible security vulnerability? - [X] This is NOT a possible security vulnerability ### Describe the bug Dropwizard + hk2 dependencies are currently used in `:polaris-service`, but `:polaris-service` also contains code needed for Quarkus, which causes conflicts. Specific implementations, DW + Quarkus, should live in separate modules, ideally underneath separate folders in the code base, for example `quarkus/polaris-quarkus-service` or `dropwizard/polaris-dropwizard-service`, to group additional framework specific modules together. ### To Reproduce _No response_ ### Actual Behavior _No response_ ### Expected Behavior _No response_ ### Additional context _No response_ ### System information _No response_ -- 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]
