-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Closed
Labels
area/dist/quarkuskind/bugCategorizes a PR related to a bugCategorizes a PR related to a bugrelease/26.1.0team/cloud-native
Description
Before reporting an issue
- I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
Area
dist/quarkus
Describe the bug
There are several places in the kc.bat script that consume parameters in ways that are not expected.
Version
latest
Regression
- The issue is a regression
Expected behavior
Parameters should get passed to keycloak correctly.
Actual behavior
--debug always consumes the following parameter, even if it not a port (this is the behavior of kc.sh)
-D does not account for the default parameter separation around =, so only the key gets added, e.g. -Dsome=thing gets added to the java command as -Dsome
How to Reproduce?
See above
Anything else?
No response
Metadata
Metadata
Assignees
Labels
area/dist/quarkuskind/bugCategorizes a PR related to a bugCategorizes a PR related to a bugrelease/26.1.0team/cloud-native