You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Gradle annotation processor tests are failing in the jakarta-rewrite branch:
io.quarkus.gradle.AnnotationProcessorMultiModuleTest.shouldRunTestCorrectly line 17
io.quarkus.gradle.AnnotationProcessorSimpleModuleTest.shouldRunTestCorrectly line 18
io.quarkus.gradle.AnnotationProcessorSimpleModuleTest.shouldContainsPanacheMarkerFile line 27
io.quarkus.gradle.devmode.AnnotationProcessorMultiModuleDevModeTest.main line 13
io.quarkus.gradle.devmode.AnnotationProcessorSimpleModuleDevModeTest.main line 13
The tests are complaining about a javax.enterprise.context.ApplicationScoped class not being found but I can't find any of these remaining in the source code. The Gradle plugin doesn't give any indication of the failing class but my guess is that Mapstruct generates classes with the javax package.
I don't see any jakarta-ready Mapstruct version so I would recommend we switch these tests to an annotation processor that is not producing classes using javax packages being moved to jakarta.
This change should be made in the main branch.
The text was updated successfully, but these errors were encountered:
The Gradle annotation processor tests are failing in the
jakarta-rewrite
branch:The tests are complaining about a
javax.enterprise.context.ApplicationScoped
class not being found but I can't find any of these remaining in the source code. The Gradle plugin doesn't give any indication of the failing class but my guess is that Mapstruct generates classes with the javax package.I don't see any jakarta-ready Mapstruct version so I would recommend we switch these tests to an annotation processor that is not producing classes using javax packages being moved to jakarta.
This change should be made in the
main
branch.The text was updated successfully, but these errors were encountered: