spring-projects / spring-projects/spring-tools
Spring Boot Actuator - Beans - Add mobilization feature through beans
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 983
- Forks
- 240
- Avg merge
- 7d 1h
- Merged PRs (30d)
- 7
Description
For a Spring Boot app with Actuator consider the following Figure
See the Dependencies and Injected Into parts - both expanded
If I do double click - at any bean item for example cienciaRepository that appears within Dependencies - then normally the source class is opened.
But consider to add the following two features, again for cienciaRepository that appears within Dependencies if is accomplished any of the two following approaches:
- Ctrl + left click
- Right click (show a menu with the item
Go to ...)
it should go to the the respective bean to see its respective Dependencies and Injected Into parts, it such as:
Therefore if the list of beans are very long it is useful add that mobilization feature through them
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Spring Boot Actuator Beans view and its existing double-click source navigation. Trace how bean entries expose Dependencies and Injected Into, then determine how Ctrl+left-click or a context-menu “Go to ...” action should select the referenced bean. Done means the action opens that bean’s corresponding dependency and injection details.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring-boot
- Domain
- developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100