-
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
ci
Describe the bug
There seems to be compilation error in the current main . It is:
Error: COMPILATION ERROR :
[INFO] -------------------------------------------------------------
Error: /home/runner/work/keycloak/keycloak/tests/base/src/test/java/org/keycloak/tests/admin/model/workflow/WorkflowStepManagementTest.java:[73,47] cannot find symbol
symbol: variable CREATE
location: class org.keycloak.models.workflow.ResourceOperationType
[INFO] 1 error
I guess probably caused by the merge of those 2 commits, which are in some "conflict" to each other:
- https://github.com/keycloak/keycloak/commit/44b4235b5056b61a5b8593dfb519ba9e7e058528
- https://github.com/keycloak/keycloak/commit/7ae9ebb467e880977e0dca6d95c9d8aa8866f593
Version
nightly (from 2025-09-19)
Regression
[ ] The issue is a regression
Expected behavior
Compilation works and CI is passing
Actual behavior
Keycloak failed to compile
How to Reproduce?
See the details
Anything else?
No response
- links to