Compatibility layer between s2i and openshift container image extensions does not cover system properties.
To elaborate:
When using quarkus-container-image-openshift all configuration properties of quarkus-container-image-s2i are support for compatibility reasons (so that it can act as a drop in replacement). So, all quarkus.s2i.xxx properties work when added to application.properties but not when passed as system properties.
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of uname -a or ver
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 or gradlew --version)
Describe the bug
Compatibility layer between s2i and openshift container image extensions does not cover system properties. To elaborate:
When using
quarkus-container-image-openshift
all configuration properties ofquarkus-container-image-s2i
are support for compatibility reasons (so that it can act as a drop in replacement). So, allquarkus.s2i.xxx
properties work when added toapplication.properties
but not when passed as system properties.Expected behavior
No response
Actual behavior
No response
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
https://github.com/quarkusio/quarkus/issues/20939
$upstream:20939$