kush2439p opened a new pull request, #13503: URL: https://github.com/apache/ignite/pull/13503
## Summary Routes Java records through Ignite's optimized Java-serialization path. This avoids attempting to obtain unsafe field offsets for immutable record components, which current JDKs reject. ## Changes - Detect records with `Class.isRecord()`. - Use `OptimizedMarshaller` for records. - Include records in the fallback-serialization warning. - Add a Java 17 serializable-record round-trip regression test. ## Verification - Added `BinaryMarshallerSelfTest.testRecord`. - CI pending; local execution was unavailable because the working drive is full. Closes #13286 -- 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]
