Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Quarkus: separate service module from server artifact #628

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

adutra
Copy link
Contributor

@adutra adutra commented Jan 8, 2025

⚠️ Not ready for review yet!

Requires #469 and #604.

This PR splits polaris-quarkus-service in two modules:

  • polaris-quarkus-service contains all the Quarkus-specific components needed for the server, and soon, for the admin tool as well.
  • polaris-quarkus-server builds the final artifact (the runnable server). It contains the server's application.properties and the Dockerfile.jvm to build the docker image.

This PR is mainly motivated by reusability of application.properties files in the classpath. The common parts of the configuration are in polaris-quarkus-service; configuration specific to either the server or the future admin tool, will be kept in their respective modules.

This PR also fixes the server binary distribution by adapting it to Quarkus.

@adutra adutra force-pushed the quarkus-split-service branch from 5fa469d to b8d029d Compare January 11, 2025 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant