Skip to content

Change conditions for all report sections to be applicable to 2.7 and 3.0 Boot applications #579

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
fabapp2 opened this issue Nov 29, 2022 · 0 comments · Fixed by #587
Closed
Assignees
Labels
Milestone

Comments

@fabapp2
Copy link
Contributor

fabapp2 commented Nov 29, 2022

What needs to be done

All conditions for Spring Boot 3 Upgrade report sections and recipes must be applicable for Spring Boot 2.7.x and 3.0.x

Why it needs to be done

Because the generated report gets rendered only once when the scanned application is on Boot 2.7 recipes and report sections with a condition requiring the application to be on 3.0 will not be rendered in the report when they become applicable.

The generated HTML report currently uses very simple AJAX to communicate with the backend.
No new sections can be added without a reload. This means sections that should be applicable for a Boot 3 application will not be rendered as part of the report for a Boot 2.7 application and would require a page reload.

This should be reset and new applicable report sections should be dynamically added to the report when #537 is done.

@fabapp2 fabapp2 added this to the v0.13.0 milestone Nov 29, 2022
@fabapp2 fabapp2 self-assigned this Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant