Skip to content

Use reflection instead of serialization hints#10928

Merged
artembilan merged 1 commit intospring-projects:mainfrom
cppwfs:SI-file-hint
Apr 8, 2026
Merged

Use reflection instead of serialization hints#10928
artembilan merged 1 commit intospring-projects:mainfrom
cppwfs:SI-file-hint

Conversation

@cppwfs
Copy link
Copy Markdown
Contributor

@cppwfs cppwfs commented Apr 8, 2026

Replace SerializationHints with ReflectionHints for FileSplitter.FileMarker and FileSplitter.FileMarker.Mark AOT registrations.

  • SerializtionHints have been deprecated and scheduled for removal
  • Register INVOKE_PUBLIC_CONSTRUCTORS and INVOKE_PUBLIC_METHODS member categories

Replace `SerializationHints` with `ReflectionHints` for `FileSplitter.FileMarker`
and `FileSplitter.FileMarker.Mark` AOT registrations.
- SerializtionHints have been deprecated and scheduled for removal
- Register `INVOKE_PUBLIC_CONSTRUCTORS` and `INVOKE_PUBLIC_METHODS` member categories
@cppwfs cppwfs added this to the 7.1.0-RC1 milestone Apr 8, 2026
@cppwfs cppwfs requested a review from artembilan April 8, 2026 19:37
@cppwfs cppwfs self-assigned this Apr 8, 2026
@artembilan artembilan merged commit 20e2228 into spring-projects:main Apr 8, 2026
3 checks passed
spring-builds pushed a commit that referenced this pull request Apr 8, 2026
Fixes: #10928

Replace `SerializationHints` with `ReflectionHints` for `FileSplitter.FileMarker`
and `FileSplitter.FileMarker.Mark` AOT registrations.
- SerializtionHints have been deprecated and scheduled for removal
- Register `INVOKE_PUBLIC_CONSTRUCTORS` and `INVOKE_PUBLIC_METHODS` member categories

(cherry picked from commit 20e2228)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants