-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Hibernate reactive with panache project throws ClassCastException in dev mode #17421
Comments
/cc @DavideD, @FroMage, @Sanne, @gavinking, @loicmathieu |
What version of Quarkus are you seeing this issue in (asking because various similar issues have already been fixed)? Can you attach a sample project that demonstrates this error please (mentioning this because it's important we have an exact reproducer as this could be caused by various things)? |
Hi, the bug reporter is my workmate.
We use 1.13.4.Final the latest stable version.
The sample project is attached |
The problem also exists in 1.13.5.Final, 1.13.6.Final and 2.0.0.CR2. |
Yes, I will have a look |
I can confirm the live reload works now with the latest quarkus snapshot. |
excellent, thanks @DavideD ! |
Describe the bug
I use hibernate reactive with panache to do my database work. When use two seccessive invocation of project on the same projection class in dev mode, it throws ClassCastException.
Expected behavior
Don't throw
Actual behavior
It throws ClassCastException
To Reproduce
Steps to reproduce the behavior:
Configuration
# Add your application.properties here, if applicable.
Screenshots
Environment (please complete the following information):
Output of
uname -a
orver
Output of
java -version
GraalVM version (if different from Java)
Quarkus version or git rev
Build tool (ie. output of
mvnw --version
orgradlew --version
)Additional context
(Add any other context about the problem here.)
The text was updated successfully, but these errors were encountered: