-
Notifications
You must be signed in to change notification settings - Fork 3
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
Native: Warnings where JPA/Hibernate Used #34
Comments
I will try that but that doesn't make any sense. Those classes are found fine and then you simply add JPA and they are not found seems impossible unless it's a Quarkus bug. |
Reported to Quarkus: quarkusio/quarkus#32337 |
quarkus guys helped me. It was a Myfaces Issue: apache/myfaces#559 I still get these but I htink I can fix that here in PrimeFaces Extension
|
@all-contributors add @gesker for bugs |
I've put up a pull request to add @gesker! 🎉 |
Thanks again, @melloware. When 3.12.3 hits maven I'll confirm. BTW, I'm still migrating getting ready for Quarkus 3 and I'm fine to package NON-native for a while. So, hair isn't on fire or anything like that. You think there is a chance it will the upstream (quarks-myfaces) will arrive in time for 3.12.3 or will that take a little longer? Just asking as quarkus-myfaces is a dependency in quarkus-omnifaces, too. |
I will ask on the MyFaces channel I have. I would really like a 4.0.1 Release. |
OK @gesker I had to revert the MyFaces fix. These warnings we may have to live with because what MyFaces does is find all It also does the <p:autoComplete id="acDelay" queryDelay="1000" value="#{autoCompleteView.txt3}"
completeMethod="#{autoCompleteView.completeText}" effect="blind" scrollHeight="250"/> So I had no choice but to put it back and live with these warnings unless we find a better way. |
OK was able to reduce the warnings but not remove them entirely. |
A baby step reproducer @melloware
Quarkus Faces as base for reproducer.
Added class xyz.lookatme.Meeseeks with a number of JPA/Hibernate Annotations to a reproducer .
Added to same reproducer using dependencies:
No other changes to Quarkus Faces.
'mvn clean compile' is all good. 'mvn clean compile package -Pnative' does complete but issues:
The text was updated successfully, but these errors were encountered: