MessageBundle(qute/jboss logging) not work with gradle multi module
See original GitHub issueDescribe the bug
Can not start service with gradle multi module
Expected behavior
MessageBundle work well
Actual behavior
1、when use io.quarkus.qute.i18n.MessageBundle not work 2、when use org.jboss.logging.annotations.MessageBundle not work
How to Reproduce?
demo project in https://github.com/qwlabs/quarkus-graphql/tree/jboss-logging and https://github.com/qwlabs/quarkus-graphql/tree/qute
step in README.md
Output of uname -a
or ver
Darwin Kernel Version 20.6.0
Output of java -version
11.0.2
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.4.2.Final
Build tool (ie. output of mvnw --version
or gradlew --version
)
Gradle 7.2
Additional information
No response
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (3 by maintainers)
Top Results From Across the Web
Executing Multi-Project Builds - Gradle User Manual
When you're using the Gradle wrapper, executing a task for a specific subproject by running Gradle from the subproject's directory doesn't work well...
Read more >Gradle Spring Boot Dependency Not found Multi Module Project
Dependencies declared in implementation will not leak into consumer projects, this is the expected Gradle behavior.
Read more >Getting Started With Gradle: Creating a Multi-Project Build
Our example application has two modules: ... Our Gradle build has also two other requirements: ... If you don't know how you can...
Read more >Getting Started | Creating a Multi Module Project - Spring
You can use any build system you like when building apps with Spring, but the code you need to work with Gradle and...
Read more >Known issues with Android Studio and Android Gradle Plugin
JUnit tests missing resources in classpath when run from Android Studio. If you have specific resource folders in your Java modules, then those...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@mkouba sure!thanks for your help!
Ok, I think we can close this issue now 😉