quarkus.grpc.codegen.proto-directory
unrecognized configuration key & missing from documentation
#48106
Labels
Describe the bug
The quarkus documentation refers to a property called
quarkus.grpc.codegen.proto-directory
in https://quarkus.io/guides/grpc-generation-reference#customizing-the-proto-directory. This property works as intended however it is not present in the https://quarkus.io/guides/all-config and if you use it in a Quarkus project, you get:Even though the property does work as intended.
Expected behavior
This property should be mentioned in the configuration documentation and I shouldn't get a warning when using it.
Actual behavior
I get a warning about it not recognizing the property, even though it is literally using the property (and if I remove the property my code breaks), and I cannot find it in the general configuration reference.
How to Reproduce?
quarkus.grpc.codegen.proto-directory
Output of
uname -a
orver
Ubuntu 25.04 6.14.0-15-generic
Output of
java -version
openjdk version "21.0.7" 2025-04-15
Quarkus version or git rev
3.22.3
Build tool (ie. output of
mvnw --version
orgradlew --version
)Gradle 8.14.1
Additional information
No response
The text was updated successfully, but these errors were encountered: