Skip to content
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

Quarkus will not live reload when use Vault extension with Gradle #99

Open
brunohpg opened this issue Dec 14, 2022 · 3 comments
Open

Quarkus will not live reload when use Vault extension with Gradle #99

brunohpg opened this issue Dec 14, 2022 · 3 comments

Comments

@brunohpg
Copy link

I opened this issue in the Quarkus repository, but I think this might be a good place as well.

Vault extension is preventing reload of quarkus.

I have one reproducer: https://github.com/quarkusio/quarkus/files/10221453/proj1.zip
It's a simple project, nothing of code, just basic Vault config.

When Quarkus try live reload, there's a exception: java.util.concurrent.RejectedExecutionException: Task io.smallrye.mutiny.infrastructure.MutinyScheduler$DecoratedRunnableTask@7a0339fc rejected from io.quarkus.mutiny.runtime.MutinyInfrastructure$1@41de07f[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0].

Apparently it's when loading the settings on startup. I have tried with: Vault 1.8.4 and Vault 1.12.2.

More details: quarkusio/quarkus#29841

@raffaelespazzoli

This comment was marked as off-topic.

@geoand
Copy link
Contributor

geoand commented Feb 2, 2023

It's hard to tell what the problem on this one is until we have a solution for #78 (comment)

@kdubb
Copy link
Contributor

kdubb commented Feb 8, 2023

@brunohpg There is a now a 2.x branch which includes fixes that will be back ported to Quarkus 2.16.x. Can you test with that branch?

Building quarkus-vault via mvn install should produce a local 2.1.1-SNAPSHOT version you can test with.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants