quarkus-unleash icon indicating copy to clipboard operation
quarkus-unleash copied to clipboard

Unleash is a open source feature flag & toggle system

Results 22 quarkus-unleash issues
Sort by recently updated
recently updated
newest added

Bumps [io.quarkiverse:quarkiverse-parent](https://github.com/quarkiverse/quarkiverse-parent) from 16 to 17. Release notes Sourced from io.quarkiverse:quarkiverse-parent's releases. 17 What's Changed Bump org.asciidoctor:asciidoctor-maven-plugin from 2.2.5 to 2.2.6 by @​dependabot in quarkiverse/quarkiverse-parent#130 Bump org.asciidoctor:asciidoctor-maven-plugin from 2.2.6 to...

dependencies

Bumps [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) from 1.19.8 to 1.20.1. Release notes Sourced from org.testcontainers:postgresql's releases. 1.20.1 What's Changed 🚀 Features & Enhancements Add support for Apache Kafka native image (#8993) @​eddumelendez Couchbase: Don't...

dependencies

Bumps [io.getunleash:unleash-client-java](https://github.com/Unleash/unleash-client-java) from 9.2.3 to 9.2.4. Release notes Sourced from io.getunleash:unleash-client-java's releases. unleash-client-java-9.2.4 97f63b50 - [maven-release-plugin] prepare release unleash-client-java-9.2.4 df165d54 - chore: spotless format 60a135c0 - fix: Always check parent...

dependencies

If the Unleash devservice is started after the same devservice has been initiated in another Quarkus app, the `UnleashDevServiceProcessor` generates a different `quarkus.unleash.url` compared to when an existing Unleash container...

Bumps `quarkus.version` from 3.12.2 to 3.15.1. Updates `io.quarkus:quarkus-bom` from 3.12.2 to 3.15.1 Release notes Sourced from io.quarkus:quarkus-bom's releases. 3.15.1 Complete changelog #38531 - Compilation fails on Azure Functions Blob Trigger...

dependencies

Bumps `quarkus.version` from 3.18.2 to 3.23.0. Updates `io.quarkus:quarkus-bom` from 3.18.2 to 3.23.0 Release notes Sourced from io.quarkus:quarkus-bom's releases. 3.23.0.CR1 Major changes #47445 - OIDC: Add bearer token step up authenticaiton...

dependencies
java

Bumps [io.getunleash:unleash-client-java](https://github.com/Unleash/unleash-client-java) from 9.3.2 to 10.2.2. Release notes Sourced from io.getunleash:unleash-client-java's releases. Release v10.2.2 Changelog cadef0a Releasing version 10.2.2 155b202 chore(ci): Don't push with tags, jreleaser will have pushed the...

dependencies
java

Add this to your `quarkus-extension.yaml` to give your docs a logo ```yml icon-url: "https://docs.getunleash.io/img/logo.svg" ``` ![image](https://github.com/user-attachments/assets/f3c64979-f414-4707-bd44-885b9510d6ab)

Bumps `quarkus.version` from 3.26.3 to 3.30.1. Updates `io.quarkus:quarkus-bom` from 3.26.3 to 3.30.1 Release notes Sourced from io.quarkus:quarkus-bom's releases. 3.30.1 Complete changelog #47036 - Hibernate Extension: Check the error message when...

dependencies
java

It seems that the `import-file` configuration option is implemented as follows: - The file is copied to `/tmp` - The temporary file is bind-mounted to the unleash container This is...