* fix: simplify debug handling and remove the 0.0.0.0 default
closes: #43160
Signed-off-by: Steve Hawkins <shawkins@redhat.com>
* Update quarkus/dist/src/main/content/bin/kc.sh
Co-authored-by: Václav Muzikář <vaclav@muzikari.cz>
Signed-off-by: Steven Hawkins <shawkins@redhat.com>
* removing the ability to specify just the ip
Signed-off-by: Steve Hawkins <shawkins@redhat.com>
* Apply suggestions from code review
Co-authored-by: Peter Zaoral <pepo48@gmail.com>
Signed-off-by: Steven Hawkins <shawkins@redhat.com>
---------
Signed-off-by: Steve Hawkins <shawkins@redhat.com>
Signed-off-by: Steven Hawkins <shawkins@redhat.com>
Co-authored-by: Václav Muzikář <vaclav@muzikari.cz>
Co-authored-by: Peter Zaoral <pepo48@gmail.com>
* Allow host:port syntax for --debug in kc.sh
Loosen the --debug argument parsing in kc.sh to accept full host:port
addresses (e.g. 0.0.0.0:8787 or *:8787) in addition to plain port
numbers. This enables JDWP to bind to all container interfaces when
running Keycloak in Docker, without requiring manual JAVA_OPTS overrides
or script edits.
Closes#38924
Signed-off-by: mircea.talu <talumircea13@gmail.com>
* Handle IPv6 address in --debug parameter in kc.sh
Signed-off-by: mircea.talu <talumircea13@gmail.com>
* Handle both bare and bracketed IPv6 addresses in kc.sh --debug parameter
Signed-off-by: mircea.talu <talumircea13@gmail.com>
* Handle corner cases in kc.sh --debug parameter IPv6 address handling
Signed-off-by: mircea.talu <talumircea13@gmail.com>
* Simplify kc.sh --debug parameter parsing, assume bracketed IPv6 addresses
Signed-off-by: mircea.talu <talumircea13@gmail.com>
* Remove final else case to avoid consuming following parameters
Signed-off-by: mircea.talu <talumircea13@gmail.com>
* Standardize indentation in kc.bat script
Signed-off-by: mircea.talu <talumircea13@gmail.com>
* Allow host:port syntax for --debug in kc.bat
Signed-off-by: mircea.talu <talumircea13@gmail.com>
* Add documentation for host:port usage in --debug parameter
Signed-off-by: mircea.talu <talumircea13@gmail.com>
---------
Signed-off-by: mircea.talu <talumircea13@gmail.com>
Co-authored-by: Martin Bartoš <mabartos@redhat.com>
Closes#35256
This PR fixes a bunch of typos in docs files.
I ran codespell on `*.adoc` and `*.md` files in the repo in interactive mode
carefully checking each identified typo and proposed fix for false positives.
The most widely read file with typos identified is likely the changelog/migration guide.
Signed-off-by: Cornelius Roemer <cornelius.roemer@gmail.com>