Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing runtime hit for Unpaged required by PageModule #3026

Closed
wants to merge 3 commits into from

Conversation

christophstrobl
Copy link
Member

The PageModule is loading the Unpaged type via its name which requires additional reflection configuration for native images.

Fixes: #3025


Should be forward ported to main as well.

Remove unused imports.
The PageModule is loading the Unpaged type via its name which requires additional reflection configuration for native images.
@mp911de mp911de added the type: bug A general bug label Jan 22, 2024
@mp911de mp911de added this to the 3.2.3 (2023.1.3) milestone Jan 22, 2024
mp911de pushed a commit that referenced this pull request Jan 22, 2024
Remove unused imports.

See: #3025
Original pull request: #3026
mp911de pushed a commit that referenced this pull request Jan 22, 2024
The PageModule is loading the Unpaged type via its name which requires additional reflection configuration for native images.

Closes: #3025
Original pull request: #3026
mp911de added a commit that referenced this pull request Jan 22, 2024
Move hints into AOT package to align with other hints. Reduce visibility.

See: #3025
Original pull request: #3026
mp911de pushed a commit that referenced this pull request Jan 22, 2024
Remove unused imports.

See: #3025
Original pull request: #3026
mp911de pushed a commit that referenced this pull request Jan 22, 2024
The PageModule is loading the Unpaged type via its name which requires additional reflection configuration for native images.

Closes: #3025
Original pull request: #3026
mp911de added a commit that referenced this pull request Jan 22, 2024
Move hints into AOT package to align with other hints. Reduce visibility.

See: #3025
Original pull request: #3026
@mp911de mp911de closed this Jan 22, 2024
@mp911de mp911de deleted the issue/3.2.x/3025 branch January 22, 2024 08:23
@mp911de mp911de changed the title Add missing runtime hit for Unpaged required by PageModule. Add missing runtime hit for Unpaged required by PageModule Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing native-image reflection hint for org.springframework.data.domain.Unpaged
2 participants