quarkusBuild / quarkusDev stuck using PanacheRepositoryResource with Quarkus > 1.8.0
See original GitHub issueHello,
I´m trying to use PanacheRepositoryResource with Quarkus 1.8.3 and running the application is getting stuck with the following trace
23:41:27: Executing task 'quarkusDev'...
> Task :quarkusGenerateCode
preparing quarkus application
> Task :compileJava
> Task :processResources UP-TO-DATE
> Task :classes
> Task :quarkusDev
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
Listening for transport dt_socket at address: 5005
I´ve tried other versions like 1.8.1 with the same problem, but 1.7.3 works fine.
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (6 by maintainers)
Top Results From Across the Web
Generating JAX-RS resources with Panache - Quarkus
Define the interfaces for generation as explained in the resource generation section. MongoDB. Add the required dependencies to your build file. MongoDB REST ......
Read more >Quarkus 1.9.1.Final released! - Backend News - Devtalk
Link: https://github.com/quarkusio/quarkus/releases/tag/1.9.1. ... quarkusBuild / quarkusDev stuck using PanacheRepositoryResource with Quarkus > 1.8.0 ...
Read more >Quarkus changelog - Awesome Java - LibHunt
#13244 - Compute cache value on calling thread to fix thread starvation ... quarkusDev stuck using PanacheRepositoryResource with Quarkus > 1.8.0 ...
Read more >chore(deps): update dependency io.quarkus:quarkus ... - GitLab
to be continuous... samples · maven-on-openshift · Merge requests !4. An error occurred while retrieving approval data for this merge request.
Read more >Home of Quarkus Cheat-Sheet - GitHub Pages
dev : Activated when in development mode ( quarkus:dev ). ... If the result of a Quarkus build is a JAR then the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This fix will be backported to 1.9.1.Final that I will release next week.
I found a bug that causes this entity hierarchy to fail. Will raise a PR today.