Quarkus Extension as Part of a Project inside a Monorepo? #24709
-
Hey everybody, I am currently getting my feet wet with Quarkus for the first time - and it is really a great product with an awesome dev experience. One thing where I am currently struggling is that I'd love to experiment more with Quarkus extensions and the build-time code analysis capabilities. However, I'd love a tight dev loop, almost as tight as I get it running Is there any way to make this work? In the docs, it says "you need to publish your extension to the local maven registry before using it", but I feel this would very much complicate my use case. Thanks for any hints and all the best :) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 13 replies
-
You can't unfortunately develop extensions with same speed as apps on top extensions if that is what you are asking for ? |
Beta Was this translation helpful? Give feedback.
-
Extension modules can be included in the codebase with the app. But live reload won't be working for extension modules and their deps, there will be warning logged about that. |
Beta Was this translation helpful? Give feedback.
Extension modules can be included in the codebase with the app. But live reload won't be working for extension modules and their deps, there will be warning logged about that.