You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
and3.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.
The text was updated successfully, but these errors were encountered: