rule/filter initial definition load - #2687
Conversation
🛑 AI review — Engineer review requiredThis PR touches critical paths or introduces changes the model cannot judge with sufficient confidence. @Kbayero @osmontero please review. ✅
|
|
founded roules is used to clean orphaned sytem rules at startup (remove rules that are in database but not in filesystem) a system rule may be edited and have wrong structure, that doesnt mean it must be deleted from the database, so adding rule to founded even if they have wrong structure at the time makes sense. |
|
springboot dependency injection system will inject the validator as this class has RequiredArgsConstructor decorator which will automatically declare the needed constructor |
|
yaml parsed files are internal, and 1.33 is the latest compatible version of the dependency |
❌ Go dependencies check failedThere are outdated Go dependencies, or modules that could not be inspected. Script output |
Main changes