-
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
Openshift deployment config properties all start with get-
/is-
#35594
Comments
@radcortez that's probably another one for you? |
The particularity of this config is that there are getters in it. And that might conflict with the detecting of the new I'll have a look to see if I can figure out how to work around it. |
Note this seems to impact other, related extensions, e.g. the Kubernetes one: https://quarkus.io/guides/deploying-to-kubernetes#quarkus-kubernetes-kubernetes-config_quarkus.kubernetes.get-env.secrets |
Yeah, I noticed that. |
Noticed while working on another approach to fix quarkusio#35594.
I created a PR here: #35618 . It also affects 3.2. |
Fixes quarkusio#35594 (cherry picked from commit 4696977)
Noticed while working on another approach to fix quarkusio#35594. (cherry picked from commit 8dc1754)
Fixes quarkusio#35594 (cherry picked from commit 4696977)
Noticed while working on another approach to fix quarkusio#35594. (cherry picked from commit 8dc1754)
Describe the bug
In the documentation at least, it seems config properties are broken, as they all start with
get-
/is-
:See screenshot from the documentation of the main branch:
Branch 3.3 seems affected as well, not sure about 3.2. 2.x isn't affected for sure.
I'm not sure whether this is just a documentation problem, or if configuration properties are actually broken.
Expected behavior
No weird
get-
/is-
prefixes.Actual behavior
Weird
get-
/is-
prefixes.How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: