Skip to content

When building with Gradle, transitive runtime dependencies are not available during AOT processing #31970

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

Closed
wilkinsona opened this issue Aug 3, 2022 · 0 comments
Assignees
Labels
type: bug A general bug
Milestone

Comments

@wilkinsona
Copy link
Member

runtimeOnly dependencies declared directly in the project are available, but transitive runtime dependencies of compile-scoped dependencies are not available. This became apparent when working with Hibernate. Its runtime-scoped JBoss Logging dependency was not on the classpath during AOT processing

@wilkinsona wilkinsona added the type: bug A general bug label Aug 3, 2022
@wilkinsona wilkinsona added this to the 3.0.0-M5 milestone Aug 3, 2022
@wilkinsona wilkinsona self-assigned this Aug 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

No branches or pull requests

1 participant