ppalaga opened a new issue #865: Re-org the source tree URL: https://github.com/apache/camel-quarkus/issues/865 ## Goals * Reduce the number of extensions under `extensions` * Increase the visibility of the extensions now under `extensions/support`. They are hard to find for newcomers and they are hard to scroll to for maintainers ## Non-goals (possible future goals) * Split the extensions under `extensions` into even smaller groups, like we have in the GH workflow * Do anything with the itests ## Current state: ``` ├── catalog ├── docs ├── examples ├── extensions │ ├── ... │ ├── support ├── integration-tests ├── poms └── tooling ``` ## Proposed state ``` ├── catalog ├── docs ├── examples ├── extensions ├── extensions-core # The extensions whose camel artifacts are under core in the Camel source tree ├── extensions-support # Moved from extensions/support ├── integration-tests ├── poms └── tooling ``` WDYT?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
