3.42.1
(fix): Fix compilation error for objects with many properties that exceed the
JVM 255-parameter-slot limit. Types like CMS-1500 claim forms caused
too many parameters javac errors. The generator now computes precise
JVM slot counts (long/double consume two slots, all other types one)
and, when the threshold is exceeded, generates a constructor that accepts
the Builder as a single parameter, keeping the public API unchanged.