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

Refine exception handling in AOT process to provide additional context #32777

Open
snicoll opened this issue May 8, 2024 · 0 comments
Open
Assignees
Labels
in: core Issues in core modules (aop, beans, core, context, expression) theme: aot An issue related to Ahead-of-time processing type: enhancement A general enhancement
Milestone

Comments

@snicoll
Copy link
Member

snicoll commented May 8, 2024

This is a follow-up of #32775.

Looking at the current state of affairs, we could use an AotException that is similar in principle to BeansException. Reviewing the different parts where AOT could fail, and providing additional context so that it's easier to track down what went wrong.

@snicoll snicoll added type: enhancement A general enhancement theme: aot An issue related to Ahead-of-time processing labels May 8, 2024
@snicoll snicoll added this to the 6.2.x milestone May 8, 2024
@snicoll snicoll self-assigned this May 8, 2024
@jhoeller jhoeller added the in: core Issues in core modules (aop, beans, core, context, expression) label May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Issues in core modules (aop, beans, core, context, expression) theme: aot An issue related to Ahead-of-time processing type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants