The GitHub Actions job "Fory CI" on fory.git/treeset-subclass-comparator has failed. Run started by GitHub user mandrean (triggered by mandrean).
Head commit for run: db9b3e4ed8c2fa2fed2a82074c74975527d940b8 / 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/22062809377 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
