Skip to content

Use generated classname for writing aot repository content #3345

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

Closed
wants to merge 4 commits into from

Conversation

christophstrobl
Copy link
Member

This PR makes sure register AOT repository code with a generated typename. This is necessary to allow recreation for repository code with different configuration/context settings during tests.

Closes: #3339

This change makes sure register AOT repository code with a generated typename. This is necessary to allow recreation for repository code with different configuration/context settings during tests.
Capture class name from within the builder callback. Simplify name handling.
@mp911de mp911de changed the title Use generated classname for writing aot repository content. Use generated classname for writing aot repository content Aug 13, 2025
@mp911de mp911de marked this pull request as ready for review August 13, 2025 12:00
@mp911de mp911de added type: enhancement A general enhancement type: bug A general bug theme: aot An issue related to Ahead-Of-Time processing and removed type: enhancement A general enhancement labels Aug 13, 2025
@mp911de mp911de added this to the 4.0 M5 (2025.1.0) milestone Aug 13, 2025
mp911de pushed a commit that referenced this pull request Aug 13, 2025
This change makes sure register AOT repository code with a generated typename. This is necessary to allow recreation for repository code with different configuration/context settings during tests.

Closes #3339
Original pull request: #3345
mp911de added a commit that referenced this pull request Aug 13, 2025
Capture class name from within the builder callback. Simplify name handling.

See #3339
Original pull request: #3345
@mp911de mp911de closed this Aug 13, 2025
@mp911de mp911de deleted the issue/3339 branch August 13, 2025 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme: aot An issue related to Ahead-Of-Time processing type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Spring Data AOT Repositories failed in the AOT processed Spring Boot tests with multiple contexts being involved
2 participants