Modularizing the Quarkus-CXF project #375
shumonsharif
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Also, cc: @gastaldi - Are there any good Quarkiverse projects that follow a similar structure (ie. many sub-modules) within a single project? Wondering whether we can pull any ideas in from others, especially around how to handle documentation, automated builds, etc. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@dufoli @famod This will entail a fairly large refactoring of the code base - so was hoping for some discussion on the topic.
Basically, the proposal here is to modularize the existing code and split it up into sub modules that align with the corresponding CXF modules.
This should result in a significantly cleaner and well-structured codebase, while allowing for growth as we add support for additional CXF modules. An example list of modules we can start off with for quarkus-cxf is provided below, please do share your thoughts?
Beta Was this translation helpful? Give feedback.
All reactions