-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build failed due to limit bean types to types outside of the transitive closure of bean types #30540
Milestone
Comments
The build "Quarkus CI / MicroProfile TCKs Tests (pull_request) " started failing with the same issue. For example, in #30533 |
@michalvavrik there is a pr that should fix it again, see #30544 |
ok, thank you |
@michalvavrik could you test with #30544 applied (and #30447)? |
9 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Our Quarkus QE project does not compile when run against
999-SNAPSHOT
. It must be some recent change as it was fine last week.caused by #30447
Expected behavior
Build succeeds.
Actual behavior
Build failes with
How to Reproduce?
Reproducer:
Steps to reproduce teh behavior:
git clone https://github.com/quarkus-qe/quarkus-test-suite.git
mvn -T C1 -DskipDocs -DskipTests -DskipITs -DskipExtensionValidation -Dskip.gradle.tests -Dcheckstyle.skip clean install
Output of
uname -a
orver
Linux fedora 6.1.5-200.fc37.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jan 12 15:52:00 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Output of
java -version
openjdk version "17.0.5" 2022-10-18
GraalVM version (if different from Java)
22.3
Quarkus version or git rev
999-SNAPSHOT
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Additional information
No response
The text was updated successfully, but these errors were encountered: