question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

MessageBundle(qute/jboss logging) not work with gradle multi module

See original GitHub issue

Describe 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:closed
  • Created 2 years ago
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
pipinetcommented, Nov 25, 2021

@mkouba sure!thanks for your help!

0reactions
mkoubacommented, Nov 25, 2021

Ok, I think we can close this issue now 😉

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found