graalvm / mandrel

Mandrel is a downstream distribution of the GraalVM community edition. Mandrel's main goal is to provide a native-image release specifically to support Quarkus.
Other
381 stars 15 forks source link

[23.1] Backport: Allow custom constructors for arrays and enums. #748

Open zakkak opened 2 weeks ago

zakkak commented 2 weeks ago

What would you like to backport?

[GR-52473] Allow custom constructors for arrays and enums.

Why?

Fixes issue with serialization of arrays.

Are the changes being backported merged in upstream Graal?