-
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
TEST: Static method in PanacheEntity with parameters type 'array of primitive' generate error during deployment phase #24228
Comments
/cc @FroMage, @loicmathieu |
I fixed the problem, but I have some trouble during building. |
Hi @luca-bassoricci thanks for trying to fix it ! There is no rush if you can wait for yourself ;) |
My problems are related to vertx-http module: tests fail with this stacktrace:
and I'm pretty sure no other services are running on port 8080 :/ |
Tests runs on port 8081 normally. |
Fix Jandex Type parsing for array of primitive
Describe the bug
Error in deployment phase when launching test caused by method enhancement of Panache's static methods which signature contains
array of primitive
parameter(s).Error is present only during
test
s because the problem shows up only addingio.quarkus:quarkus-panache-mock
dependencyExpected behavior
No errors
Actual behavior
How to Reproduce?
Link to reproducer
Run test
Output of
uname -a
orver
Microsoft Windows [Versione 10.0.19042.1469]
Output of
java -version
openjdk version "11.0.6" 2020-01-14 LTS
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.7.3.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.6.3
Additional information
Version
2.7.4.Final
doesn't solve the problemThe text was updated successfully, but these errors were encountered: