The GitHub Actions job "Fory CI" on fory.git/fix has succeeded.
Run started by GitHub user Pigsy-Monk (triggered by Pigsy-Monk).

Head commit for run:
9f0f5af24e918713bab004b14d18a20e298e13c1 / zwsong <[email protected]>
FIX(java): prevent StackOverflow in normalizeIterableTypeArguments for 
self-referential collections

Add a check to detect when the element type's raw type matches the container 
type,
which would cause infinite recursion in normalizeIterableTypeArguments.

This fixes issues with self-referential collections like Box<T> implements 
List<Box<?>>
where the element type is the same as the container type.

Report URL: https://github.com/apache/fory/actions/runs/28692827461

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to