-
Bug
-
Resolution: Done
-
Undefined
-
None
-
False
-
-
False
-
-
Before reporting an issue
[X] 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
Keycloak uses a set of the deprecated options and their alternatives, which leads to differently sorted output in the docs.
Version
main
Regression
[ ] The issue is a regression
Expected behavior
All options should be stable in their sorting. Possibly sorted alphabetically automatically.
Actual behavior
The sorting switches between
```
STRICT and WILDCARD have been deprecated, use DEFAULT instead.
Deprecated values: `WILDCARD`, `STRICT`
```
and
```
STRICT and WILDCARD have been deprecated, use DEFAULT instead.
Deprecated values: `STRICT`, `WILDCARD`
```
in the nightly build of Nov 9.
How to Reproduce?
See downstream docs build for RHBK26
Anything else?
The options.adoc template or possibly one of the beans where the data is retrieved from needs fixing.
- links to