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

hide projects without a main class from boot dashboard automatically #605

Closed
martinlippert opened this issue Feb 25, 2021 · 2 comments
Closed

Comments

@martinlippert
Copy link
Member

Expected Behavior

The boot dashboard should hide projects that don't have a main class automatically. It doesn't really make a lot of sense to show a project in the boot dashboard that you can't run.

Current Behavior

All projects with Spring Boot on their classpath are shown and there is no filter in place to hide projects that don't have a main class.

Solution

We should add a filter that is activated by default to hide projects that don't have a main class. We need to take care to avoid any expensive analysis here. So it might be a challenge to actually find out whether a project has a main class or not, so we should be careful with regards to performance and UI-blocking behavior when implementing this.

@sukangfu
Copy link

sukangfu commented Mar 5, 2021

Great, looking forward to this improvement.

@martinlippert
Copy link
Member Author

@BoykoAlex already implemented this additional filter for the boot dashboard for the next release, so closing this item already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants