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

fix: do not crash dev mode on empty app #1366

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

Christopher-Chianelli
Copy link
Contributor

If the app is empty, generated gizmo classes will be null, and that cause an NPE to be thrown in the Dev UI supplier which did not have a null check. It now builds an empty Dev UI item.

Fixes #1365

If the app is empty, generated gizmo classes will be null,
and that cause an NPE to be thrown in the Dev UI supplier
which did not have a null check. It now builds an empty
Dev UI item.
@triceo triceo merged commit e4805a8 into TimefoldAI:main Jan 29, 2025
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TimefoldProcessor#recordAndRegisterDevUIBean NullPointerException in fresh Quarkus project
2 participants