Describe the issue
fix(oxauth): JsonLogic stopped to work after switching build JDK 11 -> 21 on Jenkins
Currently JsonLogic is used in scopeExpression for UMA. UMA is fully functional without it. Scope expression is extension for advanced usages of UMA. This is considered as low priority because currently nobody is using it.
After fix JsonLogicTest tests must be re-enabled back.
