chaokunyang opened a new pull request, #3504: URL: https://github.com/apache/fory/pull/3504
## Summary - use a source-accessible local type when generated map chunk code handles monomorphic private final keys or values - keep serializer selection and wire behavior based on the declared private final type - add regression coverage for private final map keys and values under codegen with and without ref tracking Closes #3503 ## Verification - `cd java && JAVA_HOME=/Library/Java/JavaVirtualMachines/graalvm-25.jdk/Contents/Home ENABLE_FORY_DEBUG_OUTPUT=1 /Applications/IntelliJ\ IDEA.app/Contents/plugins/maven/lib/maven3/bin/mvn -T16 -pl fory-core -Dtest=org.apache.fory.serializer.collection.MapSerializersTest#testPrivateFinalMapFieldCodegen test` - `cd java && JAVA_HOME=/Library/Java/JavaVirtualMachines/graalvm-25.jdk/Contents/Home ENABLE_FORY_DEBUG_OUTPUT=1 /Applications/IntelliJ\ IDEA.app/Contents/plugins/maven/lib/maven3/bin/mvn -T16 -pl fory-core -Dtest=org.apache.fory.serializer.collection.MapSerializersTest test` - `cd java && JAVA_HOME=/Library/Java/JavaVirtualMachines/graalvm-25.jdk/Contents/Home /Applications/IntelliJ\ IDEA.app/Contents/plugins/maven/lib/maven3/bin/mvn -T16 -pl fory-core -DskipTests spotless:check checkstyle:check` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
