question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

quarkusBuild / quarkusDev stuck using PanacheRepositoryResource with Quarkus > 1.8.0

See original GitHub issue

Hello,

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:closed
  • Created 3 years ago
  • Comments:13 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
gsmetcommented, Oct 22, 2020

This fix will be backported to 1.9.1.Final that I will release next week.

1reaction
gytiscommented, Oct 21, 2020

I found a bug that causes this entity hierarchy to fail. Will raise a PR today.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found