The GitHub Actions job "Java CI" on commons-configuration.git/fix/cycle-logging 
has failed.
Run started by GitHub user ppkarwasz (triggered by ppkarwasz).

Head commit for run:
f9417ec15000581eb8196daf6c2df22748ce5e0a / Piotr P. Karwasz 
<[email protected]>
Add logging to YAML cycle detection

Builds on #634. When a cyclic YAML alias is detected during recursive node 
construction, log a warn-level message including the current key path instead 
of silently dropping the cyclic branch.

Also switch the visited-set bookkeeping from `System.identityHashCode` to an 
`IdentityHashMap`-backed set: reference equality is the right semantics for 
alias-cycle detection and eliminates the rare false positives that hash-code 
collisions could otherwise produce.

Report URL: 
https://github.com/apache/commons-configuration/actions/runs/25734038422

With regards,
GitHub Actions via GitBox

Reply via email to