The GitHub Actions job "Fory CI" on fory.git/treeset-subclass-comparator has 
succeeded.
Run started by GitHub user mandrean (triggered by mandrean).

Head commit for run:
95a5eed9e14543b4d1fcca70264705486df1f235 / Sebastian Mandrean 
<[email protected]>
fix(java): Fall back to no-arg constructor in SortedSetSerializer for TreeSet 
subclasses

SortedSetSerializer unconditionally required a (Comparator) constructor
for all non-TreeSet subclasses. Java constructors are not inherited, so
TreeSet subclasses with only a no-arg constructor threw
UnsupportedOperationException at serializer construction time.

Try (Comparator) constructor first, fall back to no-arg constructor if
not found. Only throw if neither constructor exists.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to